From dcc0f83f7dddef62bd922af45c4595d5008700a3 Mon Sep 17 00:00:00 2001 From: Tobias Ortmayr Date: Tue, 2 Jun 2026 09:41:29 +0200 Subject: [PATCH] Switch to nightly 2.8.0-next versions --- CHANGELOG.md | 6 ++ .../workflow-server-bundled-web/package.json | 2 +- examples/workflow-server-bundled/package.json | 2 +- .../workflow-server-mcp-demo/package.json | 4 +- examples/workflow-server/package.json | 8 +- lerna.json | 2 +- package.json | 4 +- packages/graph/package.json | 4 +- packages/layout-elk/package.json | 4 +- packages/server-mcp/package.json | 4 +- packages/server/package.json | 6 +- yarn.lock | 100 +++++++++--------- 12 files changed, 76 insertions(+), 70 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d954df..f55349e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Eclipse GLSP Server Changelog +## v2.8.0 - active + +### Changes + +### Potentially Breaking Changes + ## [v2.7.0 - 01/06/2026](https://github.com/eclipse-glsp/glsp-server-node/releases/tag/v2.7.0) ### Changes diff --git a/examples/workflow-server-bundled-web/package.json b/examples/workflow-server-bundled-web/package.json index 436e056..db597ab 100644 --- a/examples/workflow-server-bundled-web/package.json +++ b/examples/workflow-server-bundled-web/package.json @@ -1,6 +1,6 @@ { "name": "@eclipse-glsp-examples/workflow-server-bundled-web", - "version": "2.7.0", + "version": "2.8.0-next", "description": "GLSP web server for the workflow example (bundled)", "keywords": [ "eclipse", diff --git a/examples/workflow-server-bundled/package.json b/examples/workflow-server-bundled/package.json index 87bab4d..0d1d633 100644 --- a/examples/workflow-server-bundled/package.json +++ b/examples/workflow-server-bundled/package.json @@ -1,6 +1,6 @@ { "name": "@eclipse-glsp-examples/workflow-server-bundled", - "version": "2.7.0", + "version": "2.8.0-next", "description": "GLSP node server for the workflow example (bundled)", "keywords": [ "eclipse", diff --git a/examples/workflow-server-mcp-demo/package.json b/examples/workflow-server-mcp-demo/package.json index ab05186..0ea0495 100644 --- a/examples/workflow-server-mcp-demo/package.json +++ b/examples/workflow-server-mcp-demo/package.json @@ -1,6 +1,6 @@ { "name": "@eclipse-glsp-examples/workflow-server-mcp-demo", - "version": "2.7.0", + "version": "2.8.0-next", "private": true, "description": "Browser demo that drives the @eclipse-glsp/server-mcp portable Fetch handler against the workflow web server bundle.", "homepage": "https://www.eclipse.org/glsp/", @@ -20,7 +20,7 @@ "start": "npx -y serve -l 8000 ./dist" }, "dependencies": { - "@eclipse-glsp-examples/workflow-server-bundled-web": "2.7.0" + "@eclipse-glsp-examples/workflow-server-bundled-web": "2.8.0-next" }, "devDependencies": { "vscode-jsonrpc": "8.2.0", diff --git a/examples/workflow-server/package.json b/examples/workflow-server/package.json index 738e75b..1d0de92 100644 --- a/examples/workflow-server/package.json +++ b/examples/workflow-server/package.json @@ -1,6 +1,6 @@ { "name": "@eclipse-glsp-examples/workflow-server", - "version": "2.7.0", + "version": "2.8.0-next", "description": "GLSP node server for the workflow example", "keywords": [ "eclipse", @@ -56,9 +56,9 @@ "watch:bundle": "webpack -w" }, "dependencies": { - "@eclipse-glsp/layout-elk": "2.7.0", - "@eclipse-glsp/server": "2.7.0", - "@eclipse-glsp/server-mcp": "2.7.0", + "@eclipse-glsp/layout-elk": "2.8.0-next", + "@eclipse-glsp/server": "2.8.0-next", + "@eclipse-glsp/server-mcp": "2.8.0-next", "inversify": "^6.1.3" }, "devDependencies": { diff --git a/lerna.json b/lerna.json index 4cf9efb..22ddc00 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "2.7.0", + "version": "2.8.0-next", "npmClient": "yarn", "command": { "run": { diff --git a/package.json b/package.json index d27e1f3..79c98ae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "parent", - "version": "2.7.0", + "version": "2.8.0-next", "private": true, "workspaces": [ "packages/*", @@ -37,7 +37,7 @@ "watch:bundle": "yarn --cwd examples/workflow-server watch:bundle" }, "devDependencies": { - "@eclipse-glsp/dev": "2.7.0", + "@eclipse-glsp/dev": "next", "@types/node": "22.x", "concurrently": "^8.2.2", "lerna": "^9.0.0", diff --git a/packages/graph/package.json b/packages/graph/package.json index 189b640..01dd36b 100644 --- a/packages/graph/package.json +++ b/packages/graph/package.json @@ -1,6 +1,6 @@ { "name": "@eclipse-glsp/graph", - "version": "2.7.0", + "version": "2.8.0-next", "description": "The typescript implementation of the GLSP graphical model (GModel)", "keywords": [ "eclipse", @@ -49,7 +49,7 @@ "watch": "tsc -w" }, "dependencies": { - "@eclipse-glsp/protocol": "2.7.0" + "@eclipse-glsp/protocol": "next" }, "devDependencies": { "@types/uuid": "8.3.1" diff --git a/packages/layout-elk/package.json b/packages/layout-elk/package.json index 5d6c0f9..33a8a1a 100644 --- a/packages/layout-elk/package.json +++ b/packages/layout-elk/package.json @@ -1,6 +1,6 @@ { "name": "@eclipse-glsp/layout-elk", - "version": "2.7.0", + "version": "2.8.0-next", "description": "Integration of ELK graph layout algorithms in GLSP Node Server", "keywords": [ "eclipse", @@ -49,7 +49,7 @@ "watch": "tsc -w" }, "dependencies": { - "@eclipse-glsp/server": "2.7.0", + "@eclipse-glsp/server": "2.8.0-next", "elkjs": "^0.10.1" }, "peerDependencies": { diff --git a/packages/server-mcp/package.json b/packages/server-mcp/package.json index 0a35c20..615608e 100644 --- a/packages/server-mcp/package.json +++ b/packages/server-mcp/package.json @@ -1,6 +1,6 @@ { "name": "@eclipse-glsp/server-mcp", - "version": "2.7.0", + "version": "2.8.0-next", "description": "Model Context Protocol (MCP) server for the GLSP TypeScript server — runs on Node, browser, and Fetch-API runtimes", "keywords": [ "eclipse", @@ -55,7 +55,7 @@ "watch": "tsc -w" }, "dependencies": { - "@eclipse-glsp/server": "2.7.0", + "@eclipse-glsp/server": "2.8.0-next", "@hono/node-server": "^1.19.9", "@modelcontextprotocol/sdk": "^1.29.0" }, diff --git a/packages/server/package.json b/packages/server/package.json index 1d6f55f..bdd2d05 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -1,6 +1,6 @@ { "name": "@eclipse-glsp/server", - "version": "2.7.0", + "version": "2.8.0-next", "description": "A js server framework for Eclipse GLSP", "keywords": [ "eclipse", @@ -58,8 +58,8 @@ "watch": "tsc -w" }, "dependencies": { - "@eclipse-glsp/graph": "2.7.0", - "@eclipse-glsp/protocol": "2.7.0", + "@eclipse-glsp/graph": "2.8.0-next", + "@eclipse-glsp/protocol": "next", "@types/uuid": "8.3.1", "commander": "^8.3.0", "fast-json-patch": "^3.1.0", diff --git a/yarn.lock b/yarn.lock index 52c87c6..9822eb2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -223,18 +223,18 @@ resolved "https://registry.yarnpkg.com/@discoveryjs/json-ext/-/json-ext-0.5.7.tgz#1d572bfbbe14b7704e0ba0f39b74815b84870d70" integrity sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw== -"@eclipse-glsp/cli@2.7.0": - version "2.7.0" - resolved "https://registry.yarnpkg.com/@eclipse-glsp/cli/-/cli-2.7.0.tgz#790d798b443b931cd7ea13fc35a245f0736dea30" - integrity sha512-FR2W6nTR+jP3oVW6vug2HE4ldTM3RMcYNoKM841QJ3TZpuNpbMHCEYuoERTnr7F4VxkXwPGfSfwLLq5wni+b5g== - -"@eclipse-glsp/config-test@2.7.0": - version "2.7.0" - resolved "https://registry.yarnpkg.com/@eclipse-glsp/config-test/-/config-test-2.7.0.tgz#3378bd0d65bf0cfe178ae7b7827af77f63a27fcf" - integrity sha512-0VKnpkwaBArXuDxSMJ5/5TD3XH2gjt2uOWS6Ct5l6yJ1W18SMWR8NMgY8Gzy7UkGqBuRtC3PodLLUJbSrJZwnw== - dependencies: - "@eclipse-glsp/mocha-config" "2.7.0" - "@eclipse-glsp/nyc-config" "2.7.0" +"@eclipse-glsp/cli@2.8.0-next.0+f26bdf4": + version "2.8.0-next.0" + resolved "https://registry.yarnpkg.com/@eclipse-glsp/cli/-/cli-2.8.0-next.0.tgz#455f23a890b0019dab21044905566a6fabcda15b" + integrity sha512-EIFkq0vtsKdtZCnixSX8pNF6GraBXCXO42Xm+FyZ90+L9GOwVamR5aXaLpf2IobyLvPMh4IGxIdxaMhd2qEO3Q== + +"@eclipse-glsp/config-test@2.8.0-next.0+f26bdf4": + version "2.8.0-next.0" + resolved "https://registry.yarnpkg.com/@eclipse-glsp/config-test/-/config-test-2.8.0-next.0.tgz#50869d5f8ec6cdc964d04ce6a373205dc60cc671" + integrity sha512-H6iSBadrln+k1ZxDBvrYS/j3jaRrMAJUCBcVlu3q5BtWFkdnebQwuL7PkTu7HwoleEkf3INE5dMVEPhl9efOVQ== + dependencies: + "@eclipse-glsp/mocha-config" "2.8.0-next.0+f26bdf4" + "@eclipse-glsp/nyc-config" "2.8.0-next.0+f26bdf4" "@istanbuljs/nyc-config-typescript" "^1.0.2" "@types/chai" "^4.3.7" "@types/mocha" "^10.0.2" @@ -247,14 +247,14 @@ sinon "^15.1.0" ts-node "^10.9.1" -"@eclipse-glsp/config@2.7.0": - version "2.7.0" - resolved "https://registry.yarnpkg.com/@eclipse-glsp/config/-/config-2.7.0.tgz#af9f08852cc393a3336f0b1fd7929b46dd35d523" - integrity sha512-r8ueL74sULxShM8cYFIa4sKklQ2auElf/+K4Zmt8UgtD1I3YMzWtDLpCtCWCO+r+Yfe3MgF5yMZzblpHL7jDjg== +"@eclipse-glsp/config@2.8.0-next.0+f26bdf4": + version "2.8.0-next.0" + resolved "https://registry.yarnpkg.com/@eclipse-glsp/config/-/config-2.8.0-next.0.tgz#6cd38032e6b0430f0f42bcb4bb6e970f29d25b2c" + integrity sha512-WLfVEUl92cz7XtWzDmm6wu4OTYhqFgpCMTFtYwZZWkCwAknOQiKAKmW+kP7BDxDV462Z7SqK94/O/h21ucwGfA== dependencies: - "@eclipse-glsp/eslint-config" "2.7.0" - "@eclipse-glsp/prettier-config" "2.7.0" - "@eclipse-glsp/ts-config" "2.7.0" + "@eclipse-glsp/eslint-config" "2.8.0-next.0+f26bdf4" + "@eclipse-glsp/prettier-config" "2.8.0-next.0+f26bdf4" + "@eclipse-glsp/ts-config" "2.8.0-next.0+f26bdf4" "@eslint/js" "^9.0.0" "@stylistic/eslint-plugin" "^2.0.0" "@tony.ganchev/eslint-plugin-header" "^3.1.1" @@ -270,50 +270,50 @@ rimraf "^5.0.5" typescript-eslint "^8.0.0" -"@eclipse-glsp/dev@2.7.0": - version "2.7.0" - resolved "https://registry.yarnpkg.com/@eclipse-glsp/dev/-/dev-2.7.0.tgz#abbc7b0bf9f131e6d55dedd9abc21010db773efa" - integrity sha512-yv3XQMmtTpAqswy+ZO05+BbppnWk0QMD5DzWJiKwyZsDvwQcPR6juQouWMP8X1p7QFQBLoeplW7C0jj/PQjUUg== +"@eclipse-glsp/dev@next": + version "2.8.0-next.0" + resolved "https://registry.yarnpkg.com/@eclipse-glsp/dev/-/dev-2.8.0-next.0.tgz#f3f0cae98502a858b403b1a8ffbb8e037082e078" + integrity sha512-QYrBGoa39xh5OQSDk3YR5Qt6YLc3mS3Jv2A1of/It9I1DeDw0cRI68XbeTQu6VVLEXJIeaVxb4+/N0kiDR0H6Q== dependencies: - "@eclipse-glsp/cli" "2.7.0" - "@eclipse-glsp/config" "2.7.0" - "@eclipse-glsp/config-test" "2.7.0" + "@eclipse-glsp/cli" "2.8.0-next.0+f26bdf4" + "@eclipse-glsp/config" "2.8.0-next.0+f26bdf4" + "@eclipse-glsp/config-test" "2.8.0-next.0+f26bdf4" -"@eclipse-glsp/eslint-config@2.7.0": - version "2.7.0" - resolved "https://registry.yarnpkg.com/@eclipse-glsp/eslint-config/-/eslint-config-2.7.0.tgz#6e47e8ca7a4b2b1257e7e0b5fb9b024cd3568693" - integrity sha512-IyeeV81mp13b5iNKwyQ3PcCk5BoNP9QHYw+cSc9kU2o11bLWlx72l/+mDzDEwh/N7Aa1sIJkSAZQwqfuttMuig== +"@eclipse-glsp/eslint-config@2.8.0-next.0+f26bdf4": + version "2.8.0-next.0" + resolved "https://registry.yarnpkg.com/@eclipse-glsp/eslint-config/-/eslint-config-2.8.0-next.0.tgz#627ab92ff9e8afd6afb20faf6c73c81ea6c18252" + integrity sha512-2ee6soApaB9NGsZhehbwa9Qs/WRh+5nl1cIszAaTi01Oadlg4TOxilfL1ahiuKuA+OyUJQLrlevC/Z7mho2GOw== -"@eclipse-glsp/mocha-config@2.7.0": - version "2.7.0" - resolved "https://registry.yarnpkg.com/@eclipse-glsp/mocha-config/-/mocha-config-2.7.0.tgz#32cb801398592fcbd341865e32a7117730d578d4" - integrity sha512-GTEVPmRBLN71mVrLa4tSjVGFzBMFfd+RGHzCctIS5OTGepFQKhAYs0dlR9RW5y4M7lEXONwrH+PijNgbkrwzrA== +"@eclipse-glsp/mocha-config@2.8.0-next.0+f26bdf4": + version "2.8.0-next.0" + resolved "https://registry.yarnpkg.com/@eclipse-glsp/mocha-config/-/mocha-config-2.8.0-next.0.tgz#a4ecdd5321f519937bb25e6e0e864d774ef0a246" + integrity sha512-jQf1L+fcXAISUFwZ6vxoso1acebQNwkyWA/uAmyUwmVOcdv8L5gMHSRoVcRFtSKi2oumPL3WSv3StEy4RFRQLA== -"@eclipse-glsp/nyc-config@2.7.0": - version "2.7.0" - resolved "https://registry.yarnpkg.com/@eclipse-glsp/nyc-config/-/nyc-config-2.7.0.tgz#4ea463fe7701f4e4f42a1a7e5a78c0a0b7617f31" - integrity sha512-O61shSSwRGhwjr0rw0fQv1M0uDcoyyu676qmT6OFSRTcOFkJjZ3G1QTdUrNJIvgX3HmM/X4xe677iWT3c8+XKw== +"@eclipse-glsp/nyc-config@2.8.0-next.0+f26bdf4": + version "2.8.0-next.0" + resolved "https://registry.yarnpkg.com/@eclipse-glsp/nyc-config/-/nyc-config-2.8.0-next.0.tgz#67e2189a2625a36334e2727ff54f55f418ef8646" + integrity sha512-xJPefu/KG8p7ALjUaHzQr9O7Y5V7GRHTHSjF5JqOLtsSzwr69rHs3TEmikBU+uDBbmua73zpYzGTo649UwLgtQ== -"@eclipse-glsp/prettier-config@2.7.0": - version "2.7.0" - resolved "https://registry.yarnpkg.com/@eclipse-glsp/prettier-config/-/prettier-config-2.7.0.tgz#0afeac7a6e1bf89865743b0216d466018a627792" - integrity sha512-15dw7ulpOqTTSKPCQ/H3i/wXzQ4+kF19zdhPa05LyOOmkOANQtIZPjAAAamT5bAb/T2cHNvMiT+T5vzCraYXuA== +"@eclipse-glsp/prettier-config@2.8.0-next.0+f26bdf4": + version "2.8.0-next.0" + resolved "https://registry.yarnpkg.com/@eclipse-glsp/prettier-config/-/prettier-config-2.8.0-next.0.tgz#bb87f6bc9bfae20e9d361b0b519cc5365f732709" + integrity sha512-lSqXdA7wuCiEudKmXnyULTTVnGGy2I9uTcxBoI4tYQgwrk/eBU91ltE5IoRxKXpyzNTMR2kbAl9hSPU/8i1O/Q== dependencies: prettier-plugin-packagejson "~2.4.6" -"@eclipse-glsp/protocol@2.7.0": - version "2.7.0" - resolved "https://registry.yarnpkg.com/@eclipse-glsp/protocol/-/protocol-2.7.0.tgz#8e253dbd8365c207f7962b09d8a9b6638b5142a2" - integrity sha512-jHJxGU/jcj8n3dsHIeo3qseJQ/wNlhaWQ90+fSPHOT0pwg5DAvtWqs0ktVcSB5Xwjv4VCv1UqYOCR8K9uUrH4g== +"@eclipse-glsp/protocol@next": + version "2.8.0-next.0" + resolved "https://registry.yarnpkg.com/@eclipse-glsp/protocol/-/protocol-2.8.0-next.0.tgz#e273d1879bfbc9773558e8d4e82dc5e3cfabae88" + integrity sha512-RbC/OwCki1QkaJSuIKW0yI3ij9210B3MToF1EHUnbYPpM2DJwl3oO9DCey9TrhoZRjpYme44olHDWTRRAQuxdA== dependencies: sprotty-protocol "1.4.0" uuid "~14.0.0" vscode-jsonrpc "8.2.0" -"@eclipse-glsp/ts-config@2.7.0": - version "2.7.0" - resolved "https://registry.yarnpkg.com/@eclipse-glsp/ts-config/-/ts-config-2.7.0.tgz#bd251b938ea190986b8030214a0ba003faf07b81" - integrity sha512-uFJAyLOX7vqHmmkPxEQhyqh7StcUMAEORvpOvsT6ta3D17L1UmXdxU3ayjHA7adBhyUwnq6Dvdii6LBcHgHGGw== +"@eclipse-glsp/ts-config@2.8.0-next.0+f26bdf4": + version "2.8.0-next.0" + resolved "https://registry.yarnpkg.com/@eclipse-glsp/ts-config/-/ts-config-2.8.0-next.0.tgz#dae32fa51ade0c5b026c2466b5574ddbe1fdbf75" + integrity sha512-lysPrSKrtq5KHSA/m5F5CebTdNPi7xZ5ZJMDcAH5+VrJ2hx9PnGESxbfPOKHNkT2N/ya7e6is1AIVRuxhAs38w== "@emnapi/core@^1.1.0": version "1.6.0"