Skip to content

Commit 8835608

Browse files
v2.6.0 (#123)
Co-authored-by: eclipse-glsp-bot <57175764+eclipse-glsp-bot@users.noreply.github.com>
1 parent b2dbd15 commit 8835608

9 files changed

Lines changed: 66 additions & 86 deletions

File tree

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.6.0 - active
3+
## [v2.6.0 - 10/02/2026](https://github.com/eclipse-glsp/glsp-server-node/releases/tag/v2.6.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.6.0-next",
3+
"version": "2.6.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.6.0-next",
3+
"version": "2.6.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.6.0-next",
60-
"@eclipse-glsp/server": "2.6.0-next",
59+
"@eclipse-glsp/layout-elk": "2.6.0",
60+
"@eclipse-glsp/server": "2.6.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.6.0-next",
2+
"version": "2.6.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.6.0-next",
3+
"version": "2.6.0",
44
"private": true,
55
"workspaces": [
66
"packages/*",
@@ -34,7 +34,7 @@
3434
"watch:bundle": "yarn --cwd examples/workflow-server watch:bundle"
3535
},
3636
"devDependencies": {
37-
"@eclipse-glsp/dev": "next",
37+
"@eclipse-glsp/dev": "2.6.0",
3838
"@types/node": "20.x",
3939
"concurrently": "^8.2.2",
4040
"lerna": "^9.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.6.0-next",
3+
"version": "2.6.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.6.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.6.0-next",
3+
"version": "2.6.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.6.0-next",
52+
"@eclipse-glsp/server": "2.6.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.6.0-next",
3+
"version": "2.6.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.6.0-next",
62-
"@eclipse-glsp/protocol": "next",
61+
"@eclipse-glsp/graph": "2.6.0",
62+
"@eclipse-glsp/protocol": "2.6.0",
6363
"@types/uuid": "8.3.1",
6464
"commander": "^8.3.0",
6565
"fast-json-patch": "^3.1.0",

yarn.lock

Lines changed: 51 additions & 71 deletions
Original file line numberDiff line numberDiff line change
@@ -223,39 +223,38 @@
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.6.0-next.185+9e4723e":
227-
version "2.6.0-next.185"
228-
resolved "https://registry.yarnpkg.com/@eclipse-glsp/cli/-/cli-2.6.0-next.185.tgz#accd035dd6b981bdb03fa7350535c5e293b3b67c"
229-
integrity sha512-BI/nCNAaj+nhUhfyznlqHeh7xRYsYcjLG9MgueYHM8hLEtSbtQEJ4/EDfvOmwUVH1VG4/7OjQc0/d7GQMmVbgw==
230-
231-
"@eclipse-glsp/config-test@2.6.0-next.185+9e4723e":
232-
version "2.6.0-next.185"
233-
resolved "https://registry.yarnpkg.com/@eclipse-glsp/config-test/-/config-test-2.6.0-next.185.tgz#8293975f2cfe41d2f8ac6a5769f18b583a8f4b0a"
234-
integrity sha512-E82Ua6uN4AJTn/guP1kcV0Br5CJe+nmIvWaiYxO9iDv0i8O4f0jVSxATr7P1nozvFfMSNX9jGedhaxAkXflYmQ==
235-
dependencies:
236-
"@eclipse-glsp/mocha-config" "2.6.0-next.185+9e4723e"
237-
"@eclipse-glsp/nyc-config" "2.6.0-next.185+9e4723e"
226+
"@eclipse-glsp/cli@2.6.0":
227+
version "2.6.0"
228+
resolved "https://registry.yarnpkg.com/@eclipse-glsp/cli/-/cli-2.6.0.tgz#cfe59f5e52ad7e256d59376a3ccefe44c43d67a3"
229+
integrity sha512-WMuUbpPdWIcGeKJRS5KH00N5dqPI51sdGEtcl4U1ULwf3JzDI0Zk4xnddbgx84uvVLAoDHHmcg098NLfd7E3ww==
230+
231+
"@eclipse-glsp/config-test@2.6.0":
232+
version "2.6.0"
233+
resolved "https://registry.yarnpkg.com/@eclipse-glsp/config-test/-/config-test-2.6.0.tgz#75012156579c4934a673cc856bc303cb9fdf3513"
234+
integrity sha512-TJRIfEknDeVfqpSvB8oTr5KACqL7/IhetXwvy6qP5tz1Jcgfy3sLgiyEaEkvZ9eUDEIikjcfe7zEG+uJ5a7o8Q==
235+
dependencies:
236+
"@eclipse-glsp/mocha-config" "2.6.0"
237+
"@eclipse-glsp/nyc-config" "2.6.0"
238238
"@istanbuljs/nyc-config-typescript" "^1.0.2"
239239
"@types/chai" "^4.3.7"
240240
"@types/mocha" "^10.0.2"
241241
"@types/sinon" "^10.0.19"
242242
chai "^4.3.10"
243243
ignore-styles "^5.0.1"
244244
mocha "^10.2.0"
245-
mocha-jenkins-reporter "^0.4.8"
246245
nyc "^15.1.0"
247246
reflect-metadata "^0.1.13"
248247
sinon "^15.1.0"
249248
ts-node "^10.9.1"
250249

251-
"@eclipse-glsp/config@2.6.0-next.185+9e4723e":
252-
version "2.6.0-next.185"
253-
resolved "https://registry.yarnpkg.com/@eclipse-glsp/config/-/config-2.6.0-next.185.tgz#b2a05ea9cc6dfc186f308c63ba162c4caa41e463"
254-
integrity sha512-kvMfEvLZNMLBXh4P5xMtUibGvcYORWp9zX7vqM+ZUG4wcaOSf9XR9mK1RmqI/PNmzVWEhsKrOg0s0CDXi8cxVQ==
250+
"@eclipse-glsp/config@2.6.0":
251+
version "2.6.0"
252+
resolved "https://registry.yarnpkg.com/@eclipse-glsp/config/-/config-2.6.0.tgz#1f6e70986315101a61f799eac899046b6056accd"
253+
integrity sha512-HSJolxpoAn/qVSao84WXR+MoVp/6HtP30Z7PWHTFfIrfmXcdPz2iprX+O22JzKIj7swKv5GDXb8bTpCBvSD2ZQ==
255254
dependencies:
256-
"@eclipse-glsp/eslint-config" "2.6.0-next.185+9e4723e"
257-
"@eclipse-glsp/prettier-config" "2.6.0-next.185+9e4723e"
258-
"@eclipse-glsp/ts-config" "2.6.0-next.185+9e4723e"
255+
"@eclipse-glsp/eslint-config" "2.6.0"
256+
"@eclipse-glsp/prettier-config" "2.6.0"
257+
"@eclipse-glsp/ts-config" "2.6.0"
259258
"@typescript-eslint/eslint-plugin" "^6.7.5"
260259
"@typescript-eslint/parser" "^6.7.5"
261260
eslint "^8.51.0"
@@ -269,50 +268,50 @@
269268
reflect-metadata "^0.1.13"
270269
rimraf "^5.0.5"
271270

272-
"@eclipse-glsp/dev@next":
273-
version "2.6.0-next.185"
274-
resolved "https://registry.yarnpkg.com/@eclipse-glsp/dev/-/dev-2.6.0-next.185.tgz#0688a2e82b2a228956e872ebae93a30846fb03f5"
275-
integrity sha512-NrYFjxG0rlnmCxqFXD8NbhXA0Gm0bd0msLdUHqUlCoFwC4wIsIX8akE3mLtncQvWAv6aegAda7/zvAresTHLtg==
271+
"@eclipse-glsp/dev@2.6.0":
272+
version "2.6.0"
273+
resolved "https://registry.yarnpkg.com/@eclipse-glsp/dev/-/dev-2.6.0.tgz#d62ce151091bef711da6a54a0280cf2e5f7750b7"
274+
integrity sha512-hqhS7ef2Z/UcU13HPi+wBgdLR/+8S15JWMjRz0iAOfWCUwCYUJ8qyd6/ODMQnylyB1VOrtVdnA3U9BeXiqBR+g==
276275
dependencies:
277-
"@eclipse-glsp/cli" "2.6.0-next.185+9e4723e"
278-
"@eclipse-glsp/config" "2.6.0-next.185+9e4723e"
279-
"@eclipse-glsp/config-test" "2.6.0-next.185+9e4723e"
276+
"@eclipse-glsp/cli" "2.6.0"
277+
"@eclipse-glsp/config" "2.6.0"
278+
"@eclipse-glsp/config-test" "2.6.0"
280279

281-
"@eclipse-glsp/eslint-config@2.6.0-next.185+9e4723e":
282-
version "2.6.0-next.185"
283-
resolved "https://registry.yarnpkg.com/@eclipse-glsp/eslint-config/-/eslint-config-2.6.0-next.185.tgz#cf7872d1f7e9e3b6a545a56d34d7b7b1768ba816"
284-
integrity sha512-dqZ7fD+kIelX1YBd9GyEEiecMWqYbWo6Ne8NlRlOAo6Wp8UpIfZNR306WsrsMO5upMOJorJ+EDiuSgWCFrUe5g==
280+
"@eclipse-glsp/eslint-config@2.6.0":
281+
version "2.6.0"
282+
resolved "https://registry.yarnpkg.com/@eclipse-glsp/eslint-config/-/eslint-config-2.6.0.tgz#c825431de3ad48447ea18c5daacc964f3fcbe215"
283+
integrity sha512-riTZkeSSXvnrceedgPc+y7bujplymLkDn2m/dtS87aiejsAvQB2tQsWFZCA0BVoqe+uurTeI+HVgQtiHKF/z1w==
285284

286-
"@eclipse-glsp/mocha-config@2.6.0-next.185+9e4723e":
287-
version "2.6.0-next.185"
288-
resolved "https://registry.yarnpkg.com/@eclipse-glsp/mocha-config/-/mocha-config-2.6.0-next.185.tgz#a4397cf50b7d6709338393c1d9a6e7fabb6fbdd5"
289-
integrity sha512-ylg6IXSdWLp+CH0Cm0zm5D1ihbZnI41IG4hgimsrg+Zg4dMiCIi8t8Bf8ctADjfKU9Y5qQVVBASBfRu/8ypMFg==
285+
"@eclipse-glsp/mocha-config@2.6.0":
286+
version "2.6.0"
287+
resolved "https://registry.yarnpkg.com/@eclipse-glsp/mocha-config/-/mocha-config-2.6.0.tgz#bbe5dd11be48d88094248b34292bbeefef36da4f"
288+
integrity sha512-zXukAEE22E9tohXRUm+Ed1geg0oFUQHba5pWpzni6PPkInFOiaTfY03iyYqwaNyfv0RWbE4igOgw/joMU1zWnw==
290289

291-
"@eclipse-glsp/nyc-config@2.6.0-next.185+9e4723e":
292-
version "2.6.0-next.185"
293-
resolved "https://registry.yarnpkg.com/@eclipse-glsp/nyc-config/-/nyc-config-2.6.0-next.185.tgz#a25b5d21028eb43d5b50ffc9d11c0fdaeeecb02e"
294-
integrity sha512-ImH0DG2Kj7F5pJo9A8CSGaZIozfjWJB8zKZN/BahiKEbEHKgUNJIT0lTsbSoQAFdHimyBMb2RptmwwdbStIOOg==
290+
"@eclipse-glsp/nyc-config@2.6.0":
291+
version "2.6.0"
292+
resolved "https://registry.yarnpkg.com/@eclipse-glsp/nyc-config/-/nyc-config-2.6.0.tgz#ca6bcf1b54885f5dd1d1e65c90cd8b515c04befd"
293+
integrity sha512-OT4vuptY86vRnqc4LCRWrUMzSpLKrAir+KGvcezokj4mR7HaKKpYFBLBzEsWsscJwwTsbYRLpo2boI6QOWIObA==
295294

296-
"@eclipse-glsp/prettier-config@2.6.0-next.185+9e4723e":
297-
version "2.6.0-next.185"
298-
resolved "https://registry.yarnpkg.com/@eclipse-glsp/prettier-config/-/prettier-config-2.6.0-next.185.tgz#ae389d96f9442a2d94691aa1c60e43526bd6d90b"
299-
integrity sha512-x0zASeNQIGkxjh17A24NqaoJI6i21oK4BK/0X+SMO2f5cytJvNtcp3nOsQ+rJxhIxRdvkTjW9E0Vw9US4uzyfQ==
295+
"@eclipse-glsp/prettier-config@2.6.0":
296+
version "2.6.0"
297+
resolved "https://registry.yarnpkg.com/@eclipse-glsp/prettier-config/-/prettier-config-2.6.0.tgz#6e7b72791c154e582633fc967c25cad0e3ebd5bf"
298+
integrity sha512-cq1ltXByyuEzgtDUGWsA+WfFQjOb3BeHVhI4JgoTByQmIqOBkUXY0vzMouuCmQooBh0MUOOoYboKIUGLOghFmw==
300299
dependencies:
301300
prettier-plugin-packagejson "~2.4.6"
302301

303-
"@eclipse-glsp/protocol@next":
304-
version "2.6.0-next.14"
305-
resolved "https://registry.yarnpkg.com/@eclipse-glsp/protocol/-/protocol-2.6.0-next.14.tgz#954c845feaca1484a76fc53617290bfa58ff36b9"
306-
integrity sha512-081j0/WZrUFe7/G+T2zxKRDBj0grlJ/r5pizYPP8ig7Lzq9hRqL2n1vxOoU9DUaeZcWec6MJJRm5nscomFq7IA==
302+
"@eclipse-glsp/protocol@2.6.0":
303+
version "2.6.0"
304+
resolved "https://registry.yarnpkg.com/@eclipse-glsp/protocol/-/protocol-2.6.0.tgz#171668f14a20e81695c5d21eb1aff6e1b97827f2"
305+
integrity sha512-DOhHM67EbWuPe3E/dhJaDVctTeAF8jJY1/WsiRQEvVGaVpq0rPxHChaErm0TKTrcZBEpX9/r0JTJlWtIh+GRYg==
307306
dependencies:
308307
sprotty-protocol "1.4.0"
309308
uuid "~10.0.0"
310309
vscode-jsonrpc "8.2.0"
311310

312-
"@eclipse-glsp/ts-config@2.6.0-next.185+9e4723e":
313-
version "2.6.0-next.185"
314-
resolved "https://registry.yarnpkg.com/@eclipse-glsp/ts-config/-/ts-config-2.6.0-next.185.tgz#e4d488d4a1b3b321ebf79f5dacadb8349b15aef4"
315-
integrity sha512-P4UD3TVEMENeMA5Ypmi6JxLm0q58e7G7cmrupySB+jnCmNHAjCSaLTEFkqwcBHu/qE4jxttcDl4AWUHt10DAng==
311+
"@eclipse-glsp/ts-config@2.6.0":
312+
version "2.6.0"
313+
resolved "https://registry.yarnpkg.com/@eclipse-glsp/ts-config/-/ts-config-2.6.0.tgz#c97b5e83f993f9969ce9db2be41b169ffb16d494"
314+
integrity sha512-DPQOhnsxRgL8NQYS8J7mdxpKdzC+xXoodib2UW1HMZY2F8WOknSSWlFxNDEXNxUGvCeTdfuBlLo9RACx+TrbIw==
316315

317316
"@emnapi/core@^1.1.0":
318317
version "1.6.0"
@@ -2795,11 +2794,6 @@ detect-newline@^4.0.0:
27952794
resolved "https://registry.yarnpkg.com/detect-newline/-/detect-newline-4.0.1.tgz#fcefdb5713e1fb8cb2839b8b6ee22e6716ab8f23"
27962795
integrity sha512-qE3Veg1YXzGHQhlA6jzebZN2qVf6NX+A7m7qlhCGG30dJixrAQhYOsJjsnBjJkCSmuOPpCk30145fr8FV0bzog==
27972796

2798-
diff@4.0.1:
2799-
version "4.0.1"
2800-
resolved "https://registry.yarnpkg.com/diff/-/diff-4.0.1.tgz#0c667cb467ebbb5cea7f14f135cc2dba7780a8ff"
2801-
integrity sha512-s2+XdvhPCOF01LRQBC8hf4vhbVmI2CGS5aZnxLJlT5FtdhPCDFq80q++zK2KlrVorVDdL5BOGZ/VfLrVtYNF+Q==
2802-
28032797
diff@5.0.0:
28042798
version "5.0.0"
28052799
resolved "https://registry.yarnpkg.com/diff/-/diff-5.0.0.tgz#7ed6ad76d859d030787ec35855f5b1daf31d852b"
@@ -5179,7 +5173,7 @@ minizlib@^3.0.1, minizlib@^3.1.0:
51795173
dependencies:
51805174
minipass "^7.1.2"
51815175

5182-
mkdirp@^1.0.3, mkdirp@^1.0.4:
5176+
mkdirp@^1.0.3:
51835177
version "1.0.4"
51845178
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-1.0.4.tgz#3eb5ed62622756d79a5f0e2a221dfebad75c2f7e"
51855179
integrity sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==
@@ -5191,15 +5185,6 @@ mocha-ctrf-json-reporter@0.0.9:
51915185
dependencies:
51925186
md5 "^2.3.0"
51935187

5194-
mocha-jenkins-reporter@^0.4.8:
5195-
version "0.4.8"
5196-
resolved "https://registry.yarnpkg.com/mocha-jenkins-reporter/-/mocha-jenkins-reporter-0.4.8.tgz#e602a7d655abaafdb0a4e02fdb9c320e2236aabe"
5197-
integrity sha512-1nz1Q+YgREUlh2kgFR+lrp+ufEFbdhCdtlEVEJR/5LhgqNLIg52+KG3X94hHpwWnf5SwYLS7udxgBbkWOUbyeQ==
5198-
dependencies:
5199-
diff "4.0.1"
5200-
mkdirp "^1.0.4"
5201-
xml "^1.0.1"
5202-
52035188
mocha@^10.2.0:
52045189
version "10.4.0"
52055190
resolved "https://registry.yarnpkg.com/mocha/-/mocha-10.4.0.tgz#ed03db96ee9cfc6d20c56f8e2af07b961dbae261"
@@ -7587,11 +7572,6 @@ ws@^8.12.1:
75877572
resolved "https://registry.yarnpkg.com/ws/-/ws-8.17.0.tgz#d145d18eca2ed25aaf791a183903f7be5e295fea"
75887573
integrity sha512-uJq6108EgZMAl20KagGkzCKfMEjxmKvZHG7Tlq0Z6nOky7YF7aq4mOx6xK8TJ/i1LeK4Qus7INktacctDgY8Ow==
75897574

7590-
xml@^1.0.1:
7591-
version "1.0.1"
7592-
resolved "https://registry.yarnpkg.com/xml/-/xml-1.0.1.tgz#78ba72020029c5bc87b8a81a3cfcd74b4a2fc1e5"
7593-
integrity sha512-huCv9IH9Tcf95zuYCsQraZtWnJvBtLVE0QHMOs8bWyZAFZNDcYjsPq1nEx8jKA9y+Beo9v+7OBPRisQTjinQMw==
7594-
75957575
xtend@~4.0.1:
75967576
version "4.0.2"
75977577
resolved "https://registry.yarnpkg.com/xtend/-/xtend-4.0.2.tgz#bb72779f5fa465186b1f438f674fa347fdb5db54"

0 commit comments

Comments
 (0)