Skip to content

Commit 704fe1e

Browse files
committed
v2.5.0
1 parent 8486e3f commit 704fe1e

File tree

9 files changed

+63
-63
lines changed

9 files changed

+63
-63
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Eclipse GLSP Server Changelog
22

3-
## v2.5.0 -active
3+
## [v2.5.0 - 07/09/2025](https://github.com/eclipse-glsp/glsp-server-node/releases/tag/v2.5.0)
44

55
### Changes
66

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.5.0-next",
3+
"version": "2.5.0",
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.5.0-next",
3+
"version": "2.5.0",
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.5.0-next",
60-
"@eclipse-glsp/server": "2.5.0-next",
59+
"@eclipse-glsp/layout-elk": "2.5.0",
60+
"@eclipse-glsp/server": "2.5.0",
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.5.0-next",
2+
"version": "2.5.0",
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.5.0-next",
3+
"version": "2.5.0",
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": "next",
36+
"@eclipse-glsp/dev": "2.5.0",
3737
"@types/node": "20.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.5.0-next",
3+
"version": "2.5.0",
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": "next"
52+
"@eclipse-glsp/protocol": "2.5.0"
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.5.0-next",
3+
"version": "2.5.0",
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.5.0-next",
52+
"@eclipse-glsp/server": "2.5.0",
5353
"elkjs": "^0.10.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.5.0-next",
3+
"version": "2.5.0",
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.5.0-next",
62-
"@eclipse-glsp/protocol": "next",
61+
"@eclipse-glsp/graph": "2.5.0",
62+
"@eclipse-glsp/protocol": "2.5.0",
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/[email protected]-next.181+c6c9bad":
227-
version "2.5.0-next.181"
228-
resolved "https://registry.yarnpkg.com/@eclipse-glsp/cli/-/cli-2.5.0-next.181.tgz#3253bb25c6885a34f98fc0f7131ea2377f4eec1c"
229-
integrity sha512-5BQr8CogWvovDcjOrfsBJaakGC/MkfPXmhFK5+fOEfdssmHGGE3PBBlPaowuViEr35V+xbNaEBVydQgis5LPCg==
226+
"@eclipse-glsp/[email protected]":
227+
version "2.5.0"
228+
resolved "https://registry.yarnpkg.com/@eclipse-glsp/cli/-/cli-2.5.0.tgz#4f50fd7c2065143857a0c695e282fdd4852b4b7f"
229+
integrity sha512-eVMt2LCmERkccsnaMKWQQOsL5n+dCt8/460fAPuU3yOUjfHeLuDi856Sg7mJQtaEDR/kN2P0XGpjPCIUSQixWw==
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/[email protected]-next.181+c6c9bad":
241-
version "2.5.0-next.181"
242-
resolved "https://registry.yarnpkg.com/@eclipse-glsp/config-test/-/config-test-2.5.0-next.181.tgz#3020fc3980439e6ef2c4fdd229cc7954350aa29d"
243-
integrity sha512-oXk/2bENmIHILjkKUxf4GxLXHviAHYE0haZD8N5KV9Fcmzpz3C3XQsN0hYpYgxdjOBaX2tlOOhx4g7WeStOc6Q==
240+
"@eclipse-glsp/[email protected]":
241+
version "2.5.0"
242+
resolved "https://registry.yarnpkg.com/@eclipse-glsp/config-test/-/config-test-2.5.0.tgz#f7b5155b86719c4e128598c2946979b43631bbb1"
243+
integrity sha512-fHg/KJJx33wZYKiHFz2qRr7o9zANUM0w7x1b3w8tl31JjKm/0c8HzLOGiADAifgYhz/VofQH+nIL1AwoldCxnQ==
244244
dependencies:
245-
"@eclipse-glsp/mocha-config" "2.5.0-next.181+c6c9bad"
246-
"@eclipse-glsp/nyc-config" "2.5.0-next.181+c6c9bad"
245+
"@eclipse-glsp/mocha-config" "2.5.0"
246+
"@eclipse-glsp/nyc-config" "2.5.0"
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/[email protected]-next.181+c6c9bad":
261-
version "2.5.0-next.181"
262-
resolved "https://registry.yarnpkg.com/@eclipse-glsp/config/-/config-2.5.0-next.181.tgz#ac9cd948abe90191426243f922c55858aa23918c"
263-
integrity sha512-r0ZbGG9F4ZGIYIRiPd3r0PBoM138uDlq6i5BEjOa5eoF208g0Yt1/+46IOMVXOqa/LK3YFOtGvIa14jcfCoDjg==
260+
"@eclipse-glsp/[email protected]":
261+
version "2.5.0"
262+
resolved "https://registry.yarnpkg.com/@eclipse-glsp/config/-/config-2.5.0.tgz#a23787637931a866dd137409419115a898aea211"
263+
integrity sha512-JKpTR/3Nl2RJnA0zKAAXCBW/emBymQl4/4Hlgv2UcGfVbeVtnDus10/yGw0CdDzruIbID3p4HBeMS9dxS1wbDg==
264264
dependencies:
265-
"@eclipse-glsp/eslint-config" "2.5.0-next.181+c6c9bad"
266-
"@eclipse-glsp/prettier-config" "2.5.0-next.181+c6c9bad"
267-
"@eclipse-glsp/ts-config" "2.5.0-next.181+c6c9bad"
265+
"@eclipse-glsp/eslint-config" "2.5.0"
266+
"@eclipse-glsp/prettier-config" "2.5.0"
267+
"@eclipse-glsp/ts-config" "2.5.0"
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@next":
282-
version "2.5.0-next.181"
283-
resolved "https://registry.yarnpkg.com/@eclipse-glsp/dev/-/dev-2.5.0-next.181.tgz#260db1c9cd381e0aa58b7c2f2ce1b49aa325cb4a"
284-
integrity sha512-6G1VufhrHnYmTzg0en0MlAa7UFgxV6y2v/9g8j8MQ/kfMltovAvZK01zAr3okjr6m0yoVtmqEdXQ58GA2XyPsw==
281+
"@eclipse-glsp/dev@2.5.0":
282+
version "2.5.0"
283+
resolved "https://registry.yarnpkg.com/@eclipse-glsp/dev/-/dev-2.5.0.tgz#4058d0535592206cecc4dd8366312cb21c1ee248"
284+
integrity sha512-ePRd4ODqACvfZ57+5maSXA9zp+SWrVjH/CFzjkvigaBjkYR4a1X3ClZa0VGtU4oBtpP2r8La55KTIwF8UfnIBA==
285285
dependencies:
286-
"@eclipse-glsp/cli" "2.5.0-next.181+c6c9bad"
287-
"@eclipse-glsp/config" "2.5.0-next.181+c6c9bad"
288-
"@eclipse-glsp/config-test" "2.5.0-next.181+c6c9bad"
286+
"@eclipse-glsp/cli" "2.5.0"
287+
"@eclipse-glsp/config" "2.5.0"
288+
"@eclipse-glsp/config-test" "2.5.0"
289289

290-
"@eclipse-glsp/[email protected]-next.181+c6c9bad":
291-
version "2.5.0-next.181"
292-
resolved "https://registry.yarnpkg.com/@eclipse-glsp/eslint-config/-/eslint-config-2.5.0-next.181.tgz#ca8462b3e295c19a328fa159fcf83f252814d6af"
293-
integrity sha512-IHGmTt63MSk/ALoHzXXU9uLryK20iFAbtwniVzFYXj2Dr2lk1Y6zOhfu56wNhhPAk2gR2GaEYn4fRmJnSaHnMQ==
290+
"@eclipse-glsp/[email protected]":
291+
version "2.5.0"
292+
resolved "https://registry.yarnpkg.com/@eclipse-glsp/eslint-config/-/eslint-config-2.5.0.tgz#65225e5b01c1dd6426164d60352b47682ed1fb31"
293+
integrity sha512-GBQeArYZypGtqhAtsUEzXl9PMrjnsXVmnaZe2Xvm0AVPc4QP53YBRaY2qJ6TLQBFe3DvbKrhzLYrDJK+OlF6lg==
294294

295-
"@eclipse-glsp/[email protected]-next.181+c6c9bad":
296-
version "2.5.0-next.181"
297-
resolved "https://registry.yarnpkg.com/@eclipse-glsp/mocha-config/-/mocha-config-2.5.0-next.181.tgz#a2a6e051df1814f7466f45b68a2e95d98d2a003e"
298-
integrity sha512-WDp2UAVuMn8UmPebfLjdXk2SIwGg/DnMMXqFSJXvrhn74k6LEy7suO+dL+LLNN3NWvVkHz33qokJPz546aH0sA==
295+
"@eclipse-glsp/[email protected]":
296+
version "2.5.0"
297+
resolved "https://registry.yarnpkg.com/@eclipse-glsp/mocha-config/-/mocha-config-2.5.0.tgz#6fa4f1305b7a604f8621f027f437f2b49b2739c8"
298+
integrity sha512-+ybvpPbfYhiBYivtogazG3Kz8sDL//C5Ga20pArU2jdsTojx9+Zu7x/4730SGHUEZE5vTSen1MB533SdR3TZvg==
299299

300-
"@eclipse-glsp/[email protected]-next.181+c6c9bad":
301-
version "2.5.0-next.181"
302-
resolved "https://registry.yarnpkg.com/@eclipse-glsp/nyc-config/-/nyc-config-2.5.0-next.181.tgz#93fa162b0ca137f028c66cbb7ec0a7a76f65ce34"
303-
integrity sha512-aq/pmWrffneNd55cwnuN31fzN7TzP0PwUlOotzlX6AZhXLrp/F+1AnzXZfR7TFCWT1DG9AFmNWY6EbzjLEGbyg==
300+
"@eclipse-glsp/[email protected]":
301+
version "2.5.0"
302+
resolved "https://registry.yarnpkg.com/@eclipse-glsp/nyc-config/-/nyc-config-2.5.0.tgz#c4f4d1d12b1c4881effd797d6dba009eecada1f9"
303+
integrity sha512-NAn60XQ4zw/0nnFn4TdlsXJLHup6fjyjXkVn5BWcJUjPpWzy+oiGruR7+hHkYFLcWWZWA36Cx9i4a2CNIwdQog==
304304

305-
"@eclipse-glsp/[email protected]-next.181+c6c9bad":
306-
version "2.5.0-next.181"
307-
resolved "https://registry.yarnpkg.com/@eclipse-glsp/prettier-config/-/prettier-config-2.5.0-next.181.tgz#02fb81d8d807c01c9f2ccef9cfb33258e31c41ff"
308-
integrity sha512-rjoaCEfjvRvdYEI8aAOEZo/leV1bT54vuiBIzZxTMHTMjSiLQ1oencBF1fOXeZwMbC16dTMfFTQTaBbW8Hr3Qw==
305+
"@eclipse-glsp/[email protected]":
306+
version "2.5.0"
307+
resolved "https://registry.yarnpkg.com/@eclipse-glsp/prettier-config/-/prettier-config-2.5.0.tgz#c1744e6ee7f5124eef7610c035f7405e3608ee46"
308+
integrity sha512-JSoXoZLbdYm6YfQrCvFopKQiwaX3+iEJ27oR10da+wYY6Gio4jRXQZoqrGJaLygtZ8qe8j5DjRt8jEYdLInDLg==
309309
dependencies:
310310
prettier-plugin-packagejson "~2.4.6"
311311

312-
"@eclipse-glsp/protocol@next":
313-
version "2.5.0-next.429"
314-
resolved "https://registry.yarnpkg.com/@eclipse-glsp/protocol/-/protocol-2.5.0-next.429.tgz#12dcbd4ae00e77b4f2c458eec90c80a5a6ac6352"
315-
integrity sha512-JNtk9/JzJUbALyqMkNCP3+4cib3/12UWcgCSSnCLzQNQXlRnfEv/MSnooCnZ268qsZOxJ2a+9QJqhNPV+RJ3OQ==
312+
"@eclipse-glsp/protocol@2.5.0":
313+
version "2.5.0"
314+
resolved "https://registry.yarnpkg.com/@eclipse-glsp/protocol/-/protocol-2.5.0.tgz#4c0325783bf296a8bdcef483cd0da96b760b35e3"
315+
integrity sha512-bPHGamXtkbhFqV+2LAzrkOWw7iUmFIdYT+5uPdGqo3BPITiAA2cyE3iRuePwqgiqidhZrhPW60vL0GRgvgZ3TQ==
316316
dependencies:
317317
sprotty-protocol "1.4.0"
318318
uuid "~10.0.0"
319319
vscode-jsonrpc "8.2.0"
320320

321-
"@eclipse-glsp/[email protected]-next.181+c6c9bad":
322-
version "2.5.0-next.181"
323-
resolved "https://registry.yarnpkg.com/@eclipse-glsp/ts-config/-/ts-config-2.5.0-next.181.tgz#d0207f33ed5b2399c7b4878633a3c11fb59ac044"
324-
integrity sha512-+RSYJWOlXQENi26E3AxmNRv0gG0nzPEIvXWY/BKh5QWIdPJAxfoD1nHZu0tF1Gn4lAF6Eisecg4wGwr+W7B95w==
321+
"@eclipse-glsp/[email protected]":
322+
version "2.5.0"
323+
resolved "https://registry.yarnpkg.com/@eclipse-glsp/ts-config/-/ts-config-2.5.0.tgz#1893464f5f9d3492fef69b0c7d3a3521525e2f0e"
324+
integrity sha512-TSUnDUsLrMiu0VT+hqB7JzSAhgVFA803xbtk8xBjkFVKJMpOb9R5DahODloT1m3C7dcgZPYg6LwH6MpjsRl3ZQ==
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)