Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GLSP-1449: Update dependencies #1450

Merged
merged 2 commits into from
Dec 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ kind: Pod
spec:
containers:
- name: node
image: eclipseglsp/ci:alpine-v4.0
image: eclipseglsp/ci:alpine-v5.0
tty: true
resources:
limits:
Expand Down
16 changes: 8 additions & 8 deletions dev-packages/config-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,17 @@
"@eclipse-glsp/mocha-config": "2.3.0-next",
"@eclipse-glsp/nyc-config": "2.3.0-next",
"@istanbuljs/nyc-config-typescript": "^1.0.2",
"@types/chai": "^4.3.7",
"@types/mocha": "^10.0.2",
"@types/chai": "^5.0.1",
"@types/mocha": "10.0.10",
"@types/sinon": "^10.0.19",
"chai": "^4.3.10",
"chai": "^5.1.2",
"ignore-styles": "^5.0.1",
"mocha": "^10.2.0",
"mocha": "^11.0.1",
"mocha-jenkins-reporter": "^0.4.8",
"nyc": "^15.1.0",
"reflect-metadata": "^0.1.13",
"sinon": "^15.1.0",
"ts-node": "^10.9.1"
"nyc": "^17.1.0",
"reflect-metadata": "^0.2.2",
"sinon": "^19.0.2",
"ts-node": "^10.9.2"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 deletions dev-packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@
"@eclipse-glsp/ts-config": "2.3.0-next",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "^6.7.5",
"eslint": "^8.51.0",
"eslint": "^8.53.1",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-chai-friendly": "^0.7.2",
"eslint-plugin-deprecation": "^2.0.0",
"eslint-plugin-header": "^3.1.1",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-no-null": "^1.0.2",
"prettier": "^3.0.3",
"reflect-metadata": "^0.1.13",
"prettier": "^3.4.2",
"reflect-metadata": "^0.2.2",
"rimraf": "^5.0.5"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion dev-packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"peerDependencies": {
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "^6.7.5",
"eslint": "^8.51.0",
"eslint": "^8.53.1",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-chai-friendly": "^0.7.2",
"eslint-plugin-deprecation": "^2.0.0",
Expand Down
4 changes: 2 additions & 2 deletions dev-packages/mocha-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
],
"peerDependencies": {
"ignore-styles": "^5.0.1",
"mocha": "^10.2.0",
"reflect-metadata": "^0.1.13"
"mocha": "^11.0.1",
"reflect-metadata": "^0.2.2"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion dev-packages/nyc-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"main": "index.json",
"peerDependencies": {
"@istanbuljs/nyc-config-typescript": "^1.0.2",
"nyc": "15.1.0"
"nyc": "17.1.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion dev-packages/prettier-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
],
"main": "index.json",
"dependencies": {
"prettier-plugin-packagejson": "~2.4.6"
"prettier-plugin-packagejson": "^2.5.6"
},
"publishConfig": {
"access": "public"
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@typescript-eslint/eslint-plugin": "^5.59.7",
"@typescript-eslint/parser": "^5.59.7",
"chai": "^4.3.7",
"eslint": "^8.41.0",
"eslint": "^8.53.1",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-chai-friendly": "^0.7.2",
"eslint-plugin-deprecation": "^1.4.1",
Expand All @@ -40,18 +40,18 @@
"eslint-plugin-no-null": "^1.0.2",
"ignore-styles": "^5.0.1",
"lerna": "^6.6.2",
"mocha": "^10.2.0",
"mocha": "^11.0.1",
"mocha-jenkins-reporter": "^0.4.8",
"nyc": "^15.1.0",
"prettier": "^2.8.8",
"reflect-metadata": "^0.1.13",
"prettier": "^3.4.2",
"reflect-metadata": "^0.2.2",
"rimraf": "^5.0.1",
"sinon": "^15.1.0",
"ts-node": "^10.9.1",
"typescript": "^5.0.4"
},
"engines": {
"node": ">=16.11.0",
"yarn": ">=1.7.0 <2.x.x"
"node": ">=18",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I assume this will be documented somewhere once we have a release.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes it will be part of all changelogs.
Theia has dropped support for node 16 so we should do that do.
However, I don't think that this should affect many adopters since 16 is in its EOL phase since September 2023.

"yarn": ">=1.7.0 <2"
}
}
Loading
Loading