Skip to content

Commit 948f71a

Browse files
committed
Switch to 2.5.0-next versions
1 parent d3a75df commit 948f71a

File tree

9 files changed

+68
-62
lines changed

9 files changed

+68
-62
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Eclipse GLSP Server Changelog
22

3+
## v2.5.0 -active
4+
5+
### Changes
6+
7+
### Potentially breaking changes
8+
39
## [v2.4.0 - 04/04/2025](https://github.com/eclipse-glsp/glsp-server-node/releases/tag/v2.4.0)
410

511
### Changes

examples/workflow-server-bundled/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eclipse-glsp-examples/workflow-server-bundled",
3-
"version": "2.4.0",
3+
"version": "2.5.0-next",
44
"description": "GLSP node server for the workflow example (bundled)",
55
"keywords": [
66
"eclipse",

examples/workflow-server/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eclipse-glsp-examples/workflow-server",
3-
"version": "2.4.0",
3+
"version": "2.5.0-next",
44
"description": "GLSP node server for the workflow example",
55
"keywords": [
66
"eclipse",
@@ -56,8 +56,8 @@
5656
"watch:bundle": "webpack -w"
5757
},
5858
"dependencies": {
59-
"@eclipse-glsp/layout-elk": "2.4.0",
60-
"@eclipse-glsp/server": "2.4.0",
59+
"@eclipse-glsp/layout-elk": "2.5.0-next",
60+
"@eclipse-glsp/server": "2.5.0-next",
6161
"inversify": "^6.1.3"
6262
},
6363
"devDependencies": {

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.4.0",
2+
"version": "2.5.0-next",
33
"npmClient": "yarn",
44
"command": {
55
"run": {

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "parent",
3-
"version": "2.4.0",
3+
"version": "2.5.0-next",
44
"private": true,
55
"workspaces": [
66
"packages/*",
@@ -33,7 +33,7 @@
3333
"watch:bundle": "yarn --cwd examples/workflow-server watch:bundle"
3434
},
3535
"devDependencies": {
36-
"@eclipse-glsp/dev": "2.4.0",
36+
"@eclipse-glsp/dev": "next",
3737
"@types/node": "18.x",
3838
"concurrently": "^8.2.2",
3939
"lerna": "^7.0.0",

packages/graph/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eclipse-glsp/graph",
3-
"version": "2.4.0",
3+
"version": "2.5.0-next",
44
"description": "The typescript implementation of the GLSP graphical model (GModel)",
55
"keywords": [
66
"eclipse",
@@ -49,7 +49,7 @@
4949
"watch": "tsc -w"
5050
},
5151
"dependencies": {
52-
"@eclipse-glsp/protocol": "2.4.0"
52+
"@eclipse-glsp/protocol": "next"
5353
},
5454
"devDependencies": {
5555
"@types/uuid": "8.3.1"

packages/layout-elk/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eclipse-glsp/layout-elk",
3-
"version": "2.4.0",
3+
"version": "2.5.0-next",
44
"description": "Integration of ELK graph layout algorithms in GLSP Node Server",
55
"keywords": [
66
"eclipse",
@@ -49,7 +49,7 @@
4949
"watch": "tsc -w"
5050
},
5151
"dependencies": {
52-
"@eclipse-glsp/server": "2.4.0",
52+
"@eclipse-glsp/server": "2.5.0-next",
5353
"elkjs": "^0.7.1"
5454
},
5555
"peerDependencies": {

packages/server/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eclipse-glsp/server",
3-
"version": "2.4.0",
3+
"version": "2.5.0-next",
44
"description": "A js server framework for Eclipse GLSP",
55
"keywords": [
66
"eclipse",
@@ -58,8 +58,8 @@
5858
"watch": "tsc -w"
5959
},
6060
"dependencies": {
61-
"@eclipse-glsp/graph": "2.4.0",
62-
"@eclipse-glsp/protocol": "2.4.0",
61+
"@eclipse-glsp/graph": "2.5.0-next",
62+
"@eclipse-glsp/protocol": "next",
6363
"@types/uuid": "8.3.1",
6464
"commander": "^8.3.0",
6565
"fast-json-patch": "^3.1.0",

yarn.lock

Lines changed: 48 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -223,10 +223,10 @@
223223
resolved "https://registry.yarnpkg.com/@discoveryjs/json-ext/-/json-ext-0.5.7.tgz#1d572bfbbe14b7704e0ba0f39b74815b84870d70"
224224
integrity sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw==
225225

226-
"@eclipse-glsp/cli@2.4.0":
227-
version "2.4.0"
228-
resolved "https://registry.yarnpkg.com/@eclipse-glsp/cli/-/cli-2.4.0.tgz#a2954e5dc1e4b103a0c5539f47437d15a646b4fd"
229-
integrity sha512-pwzLHMvliuZEI7T0jFtoW05wU3VrNyQgaik1XmwiWP/494JMgW6hCxUi4ZlKwUPbTpEYv4w/mUZfBWczqDJNsw==
226+
"@eclipse-glsp/cli@2.5.0-next.179+c29a688":
227+
version "2.5.0-next.179"
228+
resolved "https://registry.yarnpkg.com/@eclipse-glsp/cli/-/cli-2.5.0-next.179.tgz#e12c03c1b9a0ebbab328ebb484d5534726e8af1b"
229+
integrity sha512-nEHOTS34E3+hEylW8fE64Rw/67p791+0hWeeApHEdfQ62LNuD1r5NsdGuQWqZEKupxm6ecCmOUvNBRErVtub2g==
230230
dependencies:
231231
commander "^10.0.1"
232232
glob "^10.3.10"
@@ -237,13 +237,13 @@
237237
semver "^7.5.1"
238238
shelljs "^0.8.5"
239239

240-
"@eclipse-glsp/config-test@2.4.0":
241-
version "2.4.0"
242-
resolved "https://registry.yarnpkg.com/@eclipse-glsp/config-test/-/config-test-2.4.0.tgz#28a0f75a60fe547cce8172c335da2ce4d573e918"
243-
integrity sha512-Y2vg+rozoDn9Cj7PSGSSy62Iw+szWjZ5fpEpgHa5RGTBjbR2SgL4fwRKBCeDm8/noHjJKPfikhoJLaHe7T7daw==
240+
"@eclipse-glsp/config-test@2.5.0-next.179+c29a688":
241+
version "2.5.0-next.179"
242+
resolved "https://registry.yarnpkg.com/@eclipse-glsp/config-test/-/config-test-2.5.0-next.179.tgz#fa00306b08f5ab5bc7a907718b6c5bfd5b563325"
243+
integrity sha512-RbMU5ScEgiEvNlbreK0JBBLwEcH9R+IAvV+xRf08TSqdMBn0iPwsRl+mpWpyryyXxTtahHeq7uft4WUOSsOi+A==
244244
dependencies:
245-
"@eclipse-glsp/mocha-config" "2.4.0"
246-
"@eclipse-glsp/nyc-config" "2.4.0"
245+
"@eclipse-glsp/mocha-config" "2.5.0-next.179+c29a688"
246+
"@eclipse-glsp/nyc-config" "2.5.0-next.179+c29a688"
247247
"@istanbuljs/nyc-config-typescript" "^1.0.2"
248248
"@types/chai" "^4.3.7"
249249
"@types/mocha" "^10.0.2"
@@ -257,14 +257,14 @@
257257
sinon "^15.1.0"
258258
ts-node "^10.9.1"
259259

260-
"@eclipse-glsp/config@2.4.0":
261-
version "2.4.0"
262-
resolved "https://registry.yarnpkg.com/@eclipse-glsp/config/-/config-2.4.0.tgz#c3b6e8076163dc38186ac89da41805bd7e0b65ce"
263-
integrity sha512-ISgLaCEGuJyV7M5hjXlrwc/7ixehCcWQMb5FN3av0QM+Y47vDfy9uIRAdgUNX5FPD4YKpc2lhm08rCtyTIEhPQ==
260+
"@eclipse-glsp/config@2.5.0-next.179+c29a688":
261+
version "2.5.0-next.179"
262+
resolved "https://registry.yarnpkg.com/@eclipse-glsp/config/-/config-2.5.0-next.179.tgz#47928a936b739e1988d42b5defcf126771820992"
263+
integrity sha512-nHf0SaGHJ7IURhiKqevPQYcV2iSZNsvbAXu2PTm6FHVV1rnSOHVyQXWUvrR0UDED31vtxvnGEwzDSjrxqe6MkQ==
264264
dependencies:
265-
"@eclipse-glsp/eslint-config" "2.4.0"
266-
"@eclipse-glsp/prettier-config" "2.4.0"
267-
"@eclipse-glsp/ts-config" "2.4.0"
265+
"@eclipse-glsp/eslint-config" "2.5.0-next.179+c29a688"
266+
"@eclipse-glsp/prettier-config" "2.5.0-next.179+c29a688"
267+
"@eclipse-glsp/ts-config" "2.5.0-next.179+c29a688"
268268
"@typescript-eslint/eslint-plugin" "^6.7.5"
269269
"@typescript-eslint/parser" "^6.7.5"
270270
eslint "^8.51.0"
@@ -278,50 +278,50 @@
278278
reflect-metadata "^0.1.13"
279279
rimraf "^5.0.5"
280280

281-
"@eclipse-glsp/dev@2.4.0":
282-
version "2.4.0"
283-
resolved "https://registry.yarnpkg.com/@eclipse-glsp/dev/-/dev-2.4.0.tgz#410c13f2ff95f482d8bf0e8d10f9e49610a4df12"
284-
integrity sha512-HmjBc4aAtwJq/ixU5gco5RxkSoULTM9+bd+sGVlrjYMhh1SbqOfJ1QsooVP0y5NXbPoUvcVhc4YIHcSojEEKdQ==
281+
"@eclipse-glsp/dev@next":
282+
version "2.5.0-next.179"
283+
resolved "https://registry.yarnpkg.com/@eclipse-glsp/dev/-/dev-2.5.0-next.179.tgz#0793ae8dd9f2603fc341a7268aa54434763f73e5"
284+
integrity sha512-r9YSjBX2bfybn/VkwrGkjWLHp1XNsRjCuiUOPiVyzOBTaAjLmMksCXZCVF/DvVKCYV8lgVVEL7pxcDAyUS+g6g==
285285
dependencies:
286-
"@eclipse-glsp/cli" "2.4.0"
287-
"@eclipse-glsp/config" "2.4.0"
288-
"@eclipse-glsp/config-test" "2.4.0"
286+
"@eclipse-glsp/cli" "2.5.0-next.179+c29a688"
287+
"@eclipse-glsp/config" "2.5.0-next.179+c29a688"
288+
"@eclipse-glsp/config-test" "2.5.0-next.179+c29a688"
289289

290-
"@eclipse-glsp/eslint-config@2.4.0":
291-
version "2.4.0"
292-
resolved "https://registry.yarnpkg.com/@eclipse-glsp/eslint-config/-/eslint-config-2.4.0.tgz#a30740d2f36a7ac0e4671a708af4ce14c4f01fdb"
293-
integrity sha512-0Nupt5hfFjHO0tPLVhvq+rdVkhC7vkJ7saPos7cS+bpsBakfVexfXLL3KqOC4c7P8dcRkXJzRwdU2e7cMweHhQ==
290+
"@eclipse-glsp/eslint-config@2.5.0-next.179+c29a688":
291+
version "2.5.0-next.179"
292+
resolved "https://registry.yarnpkg.com/@eclipse-glsp/eslint-config/-/eslint-config-2.5.0-next.179.tgz#06f32ffa41b9e92004a6be318c0c0fa878f496a6"
293+
integrity sha512-W7a8CRNwmLjKkizMwOjH5sU/8FrlN6nVxgAk5ZNp4R0hrOoPlE6C+uTVV7PvmhYFm8DDdf76KQtJzD6NaYtgYg==
294294

295-
"@eclipse-glsp/mocha-config@2.4.0":
296-
version "2.4.0"
297-
resolved "https://registry.yarnpkg.com/@eclipse-glsp/mocha-config/-/mocha-config-2.4.0.tgz#2830284b594b8bf7c7b51ee76ff7711ac4ccaeed"
298-
integrity sha512-Yz1wCUumXyxlHibdHUYgVZ0yQbAT20V/diIY3o/evZyT5StD/tSYcCf//Ryr+AncxnIA4vpvMq6FsTHb1dPpwg==
295+
"@eclipse-glsp/mocha-config@2.5.0-next.179+c29a688":
296+
version "2.5.0-next.179"
297+
resolved "https://registry.yarnpkg.com/@eclipse-glsp/mocha-config/-/mocha-config-2.5.0-next.179.tgz#56f72859c5db706f015c74eeba5fa4db92d93f38"
298+
integrity sha512-Sd7tZDIDG120aLgnaqgWZ7FJfBFYXNRqiDMdx2OOH0u4Ay6Do0rYYyZ9DF643JKADuVZeVRo5aqCs0wKDi7JPQ==
299299

300-
"@eclipse-glsp/nyc-config@2.4.0":
301-
version "2.4.0"
302-
resolved "https://registry.yarnpkg.com/@eclipse-glsp/nyc-config/-/nyc-config-2.4.0.tgz#acff49187daac88e739adf87db9618d1ce5b2281"
303-
integrity sha512-agldo9UWNEnSydNLCUU3/RBMC4xhzcMuOPpZaTBA7nyWcQcMhGc/xdqqOJF4wEzkmN6jku/DW+KJDNxllkkFsQ==
300+
"@eclipse-glsp/nyc-config@2.5.0-next.179+c29a688":
301+
version "2.5.0-next.179"
302+
resolved "https://registry.yarnpkg.com/@eclipse-glsp/nyc-config/-/nyc-config-2.5.0-next.179.tgz#09ed0c5152056fa153143dfe2646c4e451c902d9"
303+
integrity sha512-O5yekMi9c0lkTfZ7f8qQbdhbdj0s+0cwldDnc33his1ODkLCFWg6Ow5mGWge67DyCgTuNppE2rwDYzbuCHkx6Q==
304304

305-
"@eclipse-glsp/prettier-config@2.4.0":
306-
version "2.4.0"
307-
resolved "https://registry.yarnpkg.com/@eclipse-glsp/prettier-config/-/prettier-config-2.4.0.tgz#f760750f37f628e239727fb2350684bf738cdda1"
308-
integrity sha512-x/C8c18UwrqZzeT5euhtBQNcRSiYtjyqmeoXpiv9GkdqVD5MxxN6F2ErrBTs78a2pwkl3QMAJ4tbNVMUyWVqpw==
305+
"@eclipse-glsp/prettier-config@2.5.0-next.179+c29a688":
306+
version "2.5.0-next.179"
307+
resolved "https://registry.yarnpkg.com/@eclipse-glsp/prettier-config/-/prettier-config-2.5.0-next.179.tgz#3f3fa8ad749381d2a65d393d003bca97a8f16a06"
308+
integrity sha512-KKiGJkNR9gBuLgE7p3P4xmHjhq5NfxLm3UQ4Ce6TV6745yzuNNAfhEXR1mAM8nLVVQ/rtH1zAXfKmFL3RLMg5A==
309309
dependencies:
310310
prettier-plugin-packagejson "~2.4.6"
311311

312-
"@eclipse-glsp/protocol@2.4.0":
313-
version "2.4.0"
314-
resolved "https://registry.yarnpkg.com/@eclipse-glsp/protocol/-/protocol-2.4.0.tgz#ac1192a367cefb7c654d0055d7403c3377ff4fe9"
315-
integrity sha512-JFu3D51i/mw19WOk4v+m3JoPQpQPZTKcfL6zvsukQkx3rEqi0f1is+PRmJBwlLRZJU6UXGuIKXDo+ubvQUm8Aw==
312+
"@eclipse-glsp/protocol@next":
313+
version "2.5.0-next.418"
314+
resolved "https://registry.yarnpkg.com/@eclipse-glsp/protocol/-/protocol-2.5.0-next.418.tgz#6434d1b5f8d2bbf518d7f1eeda926cb64f31dbc1"
315+
integrity sha512-cb4zPGO18JFowSXlEOyESYW/Zbnklrk1yFVvwGIco5ZMJilea57FGhQDaaCY7W1LgwNwy6gzpqNDstls/FiZjg==
316316
dependencies:
317317
sprotty-protocol "1.4.0"
318318
uuid "~10.0.0"
319319
vscode-jsonrpc "8.2.0"
320320

321-
"@eclipse-glsp/ts-config@2.4.0":
322-
version "2.4.0"
323-
resolved "https://registry.yarnpkg.com/@eclipse-glsp/ts-config/-/ts-config-2.4.0.tgz#17507e03cfc9a0e84b7d42f886b5d45cfbe83c4b"
324-
integrity sha512-FHUtDsLai+LoHsMbsEnVY2ykXYXC2KgvFbY28IJzBRhj0hWTMxpoFEo7YpEegzieyDSHvIOupxYuChXV1gS2Sg==
321+
"@eclipse-glsp/ts-config@2.5.0-next.179+c29a688":
322+
version "2.5.0-next.179"
323+
resolved "https://registry.yarnpkg.com/@eclipse-glsp/ts-config/-/ts-config-2.5.0-next.179.tgz#0ac621ae96f773b4cb016d7af138e84855fa69d4"
324+
integrity sha512-MvUCz5w9mK+m39+bwP/N9CGS5ENbcfujZqIekUpU96MKBWmNSwhSv/1KWDnvXJC0FKqKRvrOblSRCIQNYiREQw==
325325

326326
"@eslint-community/eslint-utils@^4.2.0", "@eslint-community/eslint-utils@^4.4.0":
327327
version "4.4.0"

0 commit comments

Comments
 (0)