Skip to content

Commit ea441ee

Browse files
authored
GLSP-1449: Update dependencies (#1450)
* GLSP-1449: Update dependencies - Align reflect-metadata version to be in line with latest inversify versions - Update prettier - Update eslint (not latest 8.x version) - Update mocha * Update jenkins file
1 parent 0a81df6 commit ea441ee

File tree

9 files changed

+1107
-866
lines changed

9 files changed

+1107
-866
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ kind: Pod
44
spec:
55
containers:
66
- name: node
7-
image: eclipseglsp/ci:alpine-v4.0
7+
image: eclipseglsp/ci:alpine-v5.0
88
tty: true
99
resources:
1010
limits:

dev-packages/config-test/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,17 @@
2828
"@eclipse-glsp/mocha-config": "2.3.0-next",
2929
"@eclipse-glsp/nyc-config": "2.3.0-next",
3030
"@istanbuljs/nyc-config-typescript": "^1.0.2",
31-
"@types/chai": "^4.3.7",
32-
"@types/mocha": "^10.0.2",
31+
"@types/chai": "^5.0.1",
32+
"@types/mocha": "10.0.10",
3333
"@types/sinon": "^10.0.19",
34-
"chai": "^4.3.10",
34+
"chai": "^5.1.2",
3535
"ignore-styles": "^5.0.1",
36-
"mocha": "^10.2.0",
36+
"mocha": "^11.0.1",
3737
"mocha-jenkins-reporter": "^0.4.8",
38-
"nyc": "^15.1.0",
39-
"reflect-metadata": "^0.1.13",
40-
"sinon": "^15.1.0",
41-
"ts-node": "^10.9.1"
38+
"nyc": "^17.1.0",
39+
"reflect-metadata": "^0.2.2",
40+
"sinon": "^19.0.2",
41+
"ts-node": "^10.9.2"
4242
},
4343
"publishConfig": {
4444
"access": "public"

dev-packages/config/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@
2929
"@eclipse-glsp/ts-config": "2.3.0-next",
3030
"@typescript-eslint/eslint-plugin": "^6.7.5",
3131
"@typescript-eslint/parser": "^6.7.5",
32-
"eslint": "^8.51.0",
32+
"eslint": "^8.53.1",
3333
"eslint-config-prettier": "^9.0.0",
3434
"eslint-plugin-chai-friendly": "^0.7.2",
3535
"eslint-plugin-deprecation": "^2.0.0",
3636
"eslint-plugin-header": "^3.1.1",
3737
"eslint-plugin-import": "^2.28.1",
3838
"eslint-plugin-no-null": "^1.0.2",
39-
"prettier": "^3.0.3",
40-
"reflect-metadata": "^0.1.13",
39+
"prettier": "^3.4.2",
40+
"reflect-metadata": "^0.2.2",
4141
"rimraf": "^5.0.5"
4242
},
4343
"publishConfig": {

dev-packages/eslint-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"peerDependencies": {
2929
"@typescript-eslint/eslint-plugin": "^6.7.5",
3030
"@typescript-eslint/parser": "^6.7.5",
31-
"eslint": "^8.51.0",
31+
"eslint": "^8.53.1",
3232
"eslint-config-prettier": "^9.0.0",
3333
"eslint-plugin-chai-friendly": "^0.7.2",
3434
"eslint-plugin-deprecation": "^2.0.0",

dev-packages/mocha-config/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
],
3232
"peerDependencies": {
3333
"ignore-styles": "^5.0.1",
34-
"mocha": "^10.2.0",
35-
"reflect-metadata": "^0.1.13"
34+
"mocha": "^11.0.1",
35+
"reflect-metadata": "^0.2.2"
3636
},
3737
"publishConfig": {
3838
"access": "public"

dev-packages/nyc-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"main": "index.json",
2828
"peerDependencies": {
2929
"@istanbuljs/nyc-config-typescript": "^1.0.2",
30-
"nyc": "15.1.0"
30+
"nyc": "17.1.0"
3131
},
3232
"publishConfig": {
3333
"access": "public"

dev-packages/prettier-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
],
2727
"main": "index.json",
2828
"dependencies": {
29-
"prettier-plugin-packagejson": "~2.4.6"
29+
"prettier-plugin-packagejson": "^2.5.6"
3030
},
3131
"publishConfig": {
3232
"access": "public"

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@typescript-eslint/eslint-plugin": "^5.59.7",
3232
"@typescript-eslint/parser": "^5.59.7",
3333
"chai": "^4.3.7",
34-
"eslint": "^8.41.0",
34+
"eslint": "^8.53.1",
3535
"eslint-config-prettier": "^8.8.0",
3636
"eslint-plugin-chai-friendly": "^0.7.2",
3737
"eslint-plugin-deprecation": "^1.4.1",
@@ -40,18 +40,18 @@
4040
"eslint-plugin-no-null": "^1.0.2",
4141
"ignore-styles": "^5.0.1",
4242
"lerna": "^6.6.2",
43-
"mocha": "^10.2.0",
43+
"mocha": "^11.0.1",
4444
"mocha-jenkins-reporter": "^0.4.8",
4545
"nyc": "^15.1.0",
46-
"prettier": "^2.8.8",
47-
"reflect-metadata": "^0.1.13",
46+
"prettier": "^3.4.2",
47+
"reflect-metadata": "^0.2.2",
4848
"rimraf": "^5.0.1",
4949
"sinon": "^15.1.0",
5050
"ts-node": "^10.9.1",
5151
"typescript": "^5.0.4"
5252
},
5353
"engines": {
54-
"node": ">=16.11.0",
55-
"yarn": ">=1.7.0 <2.x.x"
54+
"node": ">=18",
55+
"yarn": ">=1.7.0 <2"
5656
}
5757
}

0 commit comments

Comments
 (0)