Skip to content

Commit 9d7ae71

Browse files
committed
Bump platform-rig
1 parent 63800d6 commit 9d7ae71

File tree

10 files changed

+244
-70
lines changed

10 files changed

+244
-70
lines changed

common/config/rush/pnpm-lock.yaml

Lines changed: 206 additions & 39 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

common/scripts/package.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,14 @@
66
},
77
"devDependencies": {
88
"esbuild": "^0.24.2",
9-
"@hcengineering/platform-rig": "^0.7.9"
9+
"@hcengineering/platform-rig": "^0.7.15",
10+
"@typescript-eslint/eslint-plugin": "^6.21.0",
11+
"eslint-plugin-import": "^2.26.0",
12+
"eslint-plugin-promise": "^6.1.1",
13+
"eslint-plugin-n": "^15.4.0",
14+
"eslint": "^8.54.0",
15+
"@typescript-eslint/parser": "^6.21.0",
16+
"eslint-config-standard-with-typescript": "^40.0.0"
1017
},
1118
"private": true
1219
}

packages/client-query/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
"clean": "rm -rf lib && rm -rf types rm -rf node_modules"
2121
},
2222
"devDependencies": {
23-
"@hcengineering/platform-rig": "^0.7.9",
24-
"@typescript-eslint/eslint-plugin": "^6.11.0",
25-
"@typescript-eslint/parser": "^6.11.0",
23+
"@hcengineering/platform-rig": "^0.7.15",
24+
"@typescript-eslint/eslint-plugin": "^6.21.0",
25+
"@typescript-eslint/parser": "^6.21.0",
2626
"esbuild": "^0.25.9",
2727
"esbuild-plugin-copy": "~2.1.1",
2828
"eslint": "^8.54.0",
@@ -32,7 +32,7 @@
3232
"eslint-plugin-promise": "^6.1.1",
3333
"jest": "^29.7.0",
3434
"prettier": "^3.1.0",
35-
"typescript": "^5.8.3"
35+
"typescript": "^5.9.3"
3636
},
3737
"dependencies": {
3838
"@hcengineering/communication-types": "workspace:^0.7.3",

packages/cockroach/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
"clean": "rm -rf lib && rm -rf types rm -rf node_modules"
2121
},
2222
"devDependencies": {
23-
"@hcengineering/platform-rig": "^0.7.9",
24-
"@typescript-eslint/eslint-plugin": "^6.11.0",
25-
"@typescript-eslint/parser": "^6.11.0",
23+
"@hcengineering/platform-rig": "^0.7.15",
24+
"@typescript-eslint/eslint-plugin": "^6.21.0",
25+
"@typescript-eslint/parser": "^6.21.0",
2626
"esbuild": "^0.25.9",
2727
"esbuild-plugin-copy": "~2.1.1",
2828
"eslint": "^8.54.0",
@@ -32,7 +32,7 @@
3232
"eslint-plugin-promise": "^6.1.1",
3333
"jest": "^29.7.0",
3434
"prettier": "^3.1.0",
35-
"typescript": "^5.8.3",
35+
"typescript": "^5.9.3",
3636
"@types/uuid": "^8.3.1"
3737
},
3838
"dependencies": {

packages/query/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
"clean": "rm -rf lib && rm -rf types rm -rf node_modules"
2121
},
2222
"devDependencies": {
23-
"@hcengineering/platform-rig": "^0.7.9",
24-
"@typescript-eslint/eslint-plugin": "^6.11.0",
25-
"@typescript-eslint/parser": "^6.11.0",
23+
"@hcengineering/platform-rig": "^0.7.15",
24+
"@typescript-eslint/eslint-plugin": "^6.21.0",
25+
"@typescript-eslint/parser": "^6.21.0",
2626
"esbuild": "^0.25.9",
2727
"esbuild-plugin-copy": "~2.1.1",
2828
"eslint": "^8.54.0",
@@ -32,7 +32,7 @@
3232
"eslint-plugin-promise": "^6.1.1",
3333
"jest": "^29.7.0",
3434
"prettier": "^3.1.0",
35-
"typescript": "^5.8.3",
35+
"typescript": "^5.9.3",
3636
"@types/uuid": "^8.3.1"
3737
},
3838
"dependencies": {

packages/rest-client/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
"clean": "rm -rf lib && rm -rf types rm -rf node_modules"
2121
},
2222
"devDependencies": {
23-
"@hcengineering/platform-rig": "^0.7.9",
24-
"@typescript-eslint/eslint-plugin": "^6.11.0",
25-
"@typescript-eslint/parser": "^6.11.0",
23+
"@hcengineering/platform-rig": "^0.7.15",
24+
"@typescript-eslint/eslint-plugin": "^6.21.0",
25+
"@typescript-eslint/parser": "^6.21.0",
2626
"esbuild": "^0.25.9",
2727
"esbuild-plugin-copy": "~2.1.1",
2828
"eslint": "^8.54.0",
@@ -32,7 +32,7 @@
3232
"eslint-plugin-promise": "^6.1.1",
3333
"jest": "^29.7.0",
3434
"prettier": "^3.1.0",
35-
"typescript": "^5.8.3",
35+
"typescript": "^5.9.3",
3636
"@types/snappyjs": "^0.7.1"
3737
},
3838
"dependencies": {

packages/sdk-types/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
"clean": "rm -rf lib && rm -rf types rm -rf node_modules"
2121
},
2222
"devDependencies": {
23-
"@hcengineering/platform-rig": "^0.7.9",
24-
"@typescript-eslint/eslint-plugin": "^6.11.0",
25-
"@typescript-eslint/parser": "^6.11.0",
23+
"@hcengineering/platform-rig": "^0.7.15",
24+
"@typescript-eslint/eslint-plugin": "^6.21.0",
25+
"@typescript-eslint/parser": "^6.21.0",
2626
"esbuild": "^0.25.9",
2727
"esbuild-plugin-copy": "~2.1.1",
2828
"eslint": "^8.54.0",
@@ -32,7 +32,7 @@
3232
"eslint-plugin-promise": "^6.1.1",
3333
"jest": "^29.7.0",
3434
"prettier": "^3.1.0",
35-
"typescript": "^5.8.3"
35+
"typescript": "^5.9.3"
3636
},
3737
"dependencies": {
3838
"@hcengineering/core": "^0.7.1",

packages/server/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
"clean": "rm -rf lib && rm -rf types rm -rf node_modules"
2121
},
2222
"devDependencies": {
23-
"@hcengineering/platform-rig": "^0.7.9",
24-
"@typescript-eslint/eslint-plugin": "^6.11.0",
25-
"@typescript-eslint/parser": "^6.11.0",
23+
"@hcengineering/platform-rig": "^0.7.15",
24+
"@typescript-eslint/eslint-plugin": "^6.21.0",
25+
"@typescript-eslint/parser": "^6.21.0",
2626
"esbuild": "^0.25.9",
2727
"esbuild-plugin-copy": "~2.1.1",
2828
"eslint": "^8.54.0",
@@ -33,7 +33,7 @@
3333
"jest": "^29.7.0",
3434
"prettier": "^3.1.0",
3535
"@types/uuid": "^8.3.1",
36-
"typescript": "^5.8.3"
36+
"typescript": "^5.9.3"
3737
},
3838
"dependencies": {
3939
"@hcengineering/account-client": "^0.7.1",

packages/shared/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
"clean": "rm -rf lib && rm -rf types rm -rf node_modules"
2121
},
2222
"devDependencies": {
23-
"@hcengineering/platform-rig": "^0.7.9",
24-
"@typescript-eslint/eslint-plugin": "^6.11.0",
25-
"@typescript-eslint/parser": "^6.11.0",
23+
"@hcengineering/platform-rig": "^0.7.15",
24+
"@typescript-eslint/eslint-plugin": "^6.21.0",
25+
"@typescript-eslint/parser": "^6.21.0",
2626
"esbuild": "^0.25.9",
2727
"esbuild-plugin-copy": "~2.1.1",
2828
"eslint": "^8.54.0",
@@ -32,7 +32,7 @@
3232
"eslint-plugin-promise": "^6.1.1",
3333
"jest": "^29.7.0",
3434
"prettier": "^3.1.0",
35-
"typescript": "^5.8.3"
35+
"typescript": "^5.9.3"
3636
},
3737
"dependencies": {
3838
"@hcengineering/communication-types": "workspace:^0.7.3",

packages/types/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
},
2222
"devDependencies": {
2323
"@hcengineering/platform-rig": "^0.7.9",
24-
"@typescript-eslint/eslint-plugin": "^6.11.0",
25-
"@typescript-eslint/parser": "^6.11.0",
24+
"@typescript-eslint/eslint-plugin": "^6.21.0",
25+
"@typescript-eslint/parser": "^6.21.0",
2626
"esbuild": "^0.25.9",
2727
"esbuild-plugin-copy": "~2.1.1",
2828
"eslint": "^8.54.0",

0 commit comments

Comments
 (0)