From 48d7be096c37b42415c693b254e969b22d3082eb Mon Sep 17 00:00:00 2001 From: Tobias Ortmayr Date: Mon, 22 Jul 2024 00:49:59 +0200 Subject: [PATCH] v2.2.1 --- CHANGELOG.md | 2 +- examples/workflow-server-bundled/package.json | 2 +- examples/workflow-server/package.json | 8 +- lerna.json | 2 +- package.json | 4 +- packages/graph/package.json | 4 +- packages/layout-elk/package.json | 6 +- packages/server/package.json | 8 +- yarn.lock | 98 +++++++++---------- 9 files changed, 67 insertions(+), 67 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee4213b..80bf2bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Eclipse GLSP Server Changelog -## v2.2.0- active +## [v2.2.1 - 22/07/2024](https://github.com/eclipse-glsp/glsp-server-node/releases/tag/v2.2.1) - [layout] Ensure that model is updated correctly when using `automatic` server layout [#74](https://github.com/eclipse-glsp/glsp-server-node/pull/74) - [gmodel] Add proper undefined/null handling in GModel builder functions [#76](https://github.com/eclipse-glsp/glsp-server-node/pull/76) diff --git a/examples/workflow-server-bundled/package.json b/examples/workflow-server-bundled/package.json index e291068..315e44a 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.2.0-next", + "version": "2.2.1", "description": "GLSP node server for the workflow example (bundled)", "keywords": [ "eclipse", diff --git a/examples/workflow-server/package.json b/examples/workflow-server/package.json index 44c2389..6754f05 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.2.0-next", + "version": "2.2.1", "description": "GLSP node server for the workflow example", "keywords": [ "eclipse", @@ -56,9 +56,9 @@ "watch:bundle": "webpack -w" }, "dependencies": { - "@eclipse-glsp/layout-elk": "2.2.0-next", - "@eclipse-glsp/server": "2.2.0-next", - "inversify": "^6.0.1" + "@eclipse-glsp/layout-elk": "2.2.1", + "@eclipse-glsp/server": "2.2.1", + "inversify": "~6.0.2" }, "devDependencies": { "source-map-loader": "^4.0.1", diff --git a/lerna.json b/lerna.json index 7fbde4c..b6adae3 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "2.1.0", + "version": "2.2.1", "npmClient": "yarn", "command": { "run": { diff --git a/package.json b/package.json index 098d423..2bbab74 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "parent", - "version": "2.1.0", + "version": "2.2.1", "private": true, "workspaces": [ "packages/*", @@ -33,7 +33,7 @@ "watch:bundle": "yarn --cwd examples/workflow-server watch:bundle" }, "devDependencies": { - "@eclipse-glsp/dev": "next", + "@eclipse-glsp/dev": "2.2.1", "@types/node": "16.x", "concurrently": "^8.2.2", "lerna": "^7.0.0", diff --git a/packages/graph/package.json b/packages/graph/package.json index b8a11db..71bf308 100644 --- a/packages/graph/package.json +++ b/packages/graph/package.json @@ -1,6 +1,6 @@ { "name": "@eclipse-glsp/graph", - "version": "2.2.0-next", + "version": "2.2.1", "description": "The typescript implementation of the GLSP graphical model (GModel)", "keywords": [ "eclipse", @@ -49,7 +49,7 @@ "watch": "tsc -w" }, "dependencies": { - "@eclipse-glsp/protocol": "next" + "@eclipse-glsp/protocol": "2.2.1" }, "devDependencies": { "@types/uuid": "8.3.1" diff --git a/packages/layout-elk/package.json b/packages/layout-elk/package.json index 0f94953..9466fd8 100644 --- a/packages/layout-elk/package.json +++ b/packages/layout-elk/package.json @@ -1,6 +1,6 @@ { "name": "@eclipse-glsp/layout-elk", - "version": "2.2.0-next", + "version": "2.2.1", "description": "Integration of ELK graph layout algorithms in GLSP Node Server", "keywords": [ "eclipse", @@ -49,11 +49,11 @@ "watch": "tsc -w" }, "dependencies": { - "@eclipse-glsp/server": "2.2.0-next", + "@eclipse-glsp/server": "2.2.1", "elkjs": "^0.7.1" }, "peerDependencies": { - "inversify": "^6.0.0" + "inversify": "~6.0.2" }, "publishConfig": { "access": "public" diff --git a/packages/server/package.json b/packages/server/package.json index 8084843..cdd0b89 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -1,6 +1,6 @@ { "name": "@eclipse-glsp/server", - "version": "2.2.0-next", + "version": "2.2.1", "description": "A js server framework for Eclipse GLSP", "keywords": [ "eclipse", @@ -58,8 +58,8 @@ "watch": "tsc -w" }, "dependencies": { - "@eclipse-glsp/graph": "2.2.0-next", - "@eclipse-glsp/protocol": "next", + "@eclipse-glsp/graph": "2.2.1", + "@eclipse-glsp/protocol": "2.2.1", "@types/uuid": "8.3.1", "commander": "^8.3.0", "fast-json-patch": "^3.1.0", @@ -71,7 +71,7 @@ "@types/ws": "^8.5.4" }, "peerDependencies": { - "inversify": "^6.0.0" + "inversify": "~6.0.2" }, "publishConfig": { "access": "public" diff --git a/yarn.lock b/yarn.lock index b508f5f..10142b7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -223,10 +223,10 @@ resolved "https://registry.yarnpkg.com/@discoveryjs/json-ext/-/json-ext-0.5.7.tgz#1d572bfbbe14b7704e0ba0f39b74815b84870d70" integrity sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw== -"@eclipse-glsp/cli@2.2.0-next.c32aadb.160+c32aadb": - version "2.2.0-next.c32aadb.160" - resolved "https://registry.yarnpkg.com/@eclipse-glsp/cli/-/cli-2.2.0-next.c32aadb.160.tgz#1171b21aec7bddfcc73e68cc41d0b9dcb199c258" - integrity sha512-Clw0YKkMg41vQnd3UY9quIConKdQoQ98+dp15ouKps5yG8l3xpmjCC44V10N4LJ5l2Jmol6UTJfPGmA9FyrGdw== +"@eclipse-glsp/cli@2.2.1": + version "2.2.1" + resolved "https://registry.yarnpkg.com/@eclipse-glsp/cli/-/cli-2.2.1.tgz#7c1e99c6085063ca1092ec77efb5bdea2de5b460" + integrity sha512-QWMSdLaoPA6FnsQFOySqt/A2okLVj1qRBEDdDWwqQdtWLv4In/ikqenzlqaeehPhowMpwoIiNlLxpIVzIIHbyw== dependencies: commander "^10.0.1" glob "^10.3.10" @@ -237,13 +237,13 @@ semver "^7.5.1" shelljs "^0.8.5" -"@eclipse-glsp/config-test@2.2.0-next.c32aadb.160+c32aadb": - version "2.2.0-next.c32aadb.160" - resolved "https://registry.yarnpkg.com/@eclipse-glsp/config-test/-/config-test-2.2.0-next.c32aadb.160.tgz#30f409221024544604f5030caf092ac89d22867d" - integrity sha512-STBp0y+SmvpWz+D8wdyiVMelE7jFAGVxicFekalmoNaDO3pUSR3QmuxGHsSwWQ3qOB30vic4eMc3rSMrR4dABw== +"@eclipse-glsp/config-test@2.2.1": + version "2.2.1" + resolved "https://registry.yarnpkg.com/@eclipse-glsp/config-test/-/config-test-2.2.1.tgz#fec91fb046c79538ea71e8bd479cebe0bb74b3b2" + integrity sha512-juZdoK/3a/rauWmsYDQZoTG6IbKG1w9ofpspYBIGEdo3n6JZr+bMW/lFZBoh3cM/NY48z3C+Je4MTIAmTSk4jA== dependencies: - "@eclipse-glsp/mocha-config" "2.2.0-next.c32aadb.160+c32aadb" - "@eclipse-glsp/nyc-config" "2.2.0-next.c32aadb.160+c32aadb" + "@eclipse-glsp/mocha-config" "2.2.1" + "@eclipse-glsp/nyc-config" "2.2.1" "@istanbuljs/nyc-config-typescript" "^1.0.2" "@types/chai" "^4.3.7" "@types/mocha" "^10.0.2" @@ -257,14 +257,14 @@ sinon "^15.1.0" ts-node "^10.9.1" -"@eclipse-glsp/config@2.2.0-next.c32aadb.160+c32aadb": - version "2.2.0-next.c32aadb.160" - resolved "https://registry.yarnpkg.com/@eclipse-glsp/config/-/config-2.2.0-next.c32aadb.160.tgz#5e0c25ef98f2aad44de9cb3de1cb8c2523543835" - integrity sha512-rFpykLbc3VC+Nx9iR5dOQUGU9FXYOrxC8qnOOBt+ou+xkSvdDTUYHKC4QKmXRZbiVnhfpbj7CIauBoU2XxineA== +"@eclipse-glsp/config@2.2.1": + version "2.2.1" + resolved "https://registry.yarnpkg.com/@eclipse-glsp/config/-/config-2.2.1.tgz#6db57305366a671ffb37100a3c716a9ae2006f6e" + integrity sha512-nwLbyj3cExt+HxcwTTAnoRD52hYO0MpvbRMYvN+eud8XnySQ4uplm11ynnBDhmLiMrEBNLGy5tt1gbRD34wtwg== dependencies: - "@eclipse-glsp/eslint-config" "2.2.0-next.c32aadb.160+c32aadb" - "@eclipse-glsp/prettier-config" "2.2.0-next.c32aadb.160+c32aadb" - "@eclipse-glsp/ts-config" "2.2.0-next.c32aadb.160+c32aadb" + "@eclipse-glsp/eslint-config" "2.2.1" + "@eclipse-glsp/prettier-config" "2.2.1" + "@eclipse-glsp/ts-config" "2.2.1" "@typescript-eslint/eslint-plugin" "^6.7.5" "@typescript-eslint/parser" "^6.7.5" eslint "^8.51.0" @@ -278,50 +278,50 @@ reflect-metadata "^0.1.13" rimraf "^5.0.5" -"@eclipse-glsp/dev@next": - version "2.2.0-next.c32aadb.160" - resolved "https://registry.yarnpkg.com/@eclipse-glsp/dev/-/dev-2.2.0-next.c32aadb.160.tgz#d67cdceed91cb779e9495d06b6b4c7106541bc4f" - integrity sha512-ns0jJBxcW3qkzx8RV8JB/YYHOrK/9OXy7qrvhNabqAPRTpzn5ovp2kv7rZd97JGMPenq+2iSgbcY39eqq4zAHg== +"@eclipse-glsp/dev@2.2.1": + version "2.2.1" + resolved "https://registry.yarnpkg.com/@eclipse-glsp/dev/-/dev-2.2.1.tgz#73e1ff854d1cdc13c22dc744a5fbd8a0c17a16cb" + integrity sha512-RGOGthSD4e+7hagyWp8cBRa/m8MwglmpQLvLvTcEZIisKc9Vdku0SogtWLd6+bAXvvW7MSkUb3a7IDucXl1w0A== dependencies: - "@eclipse-glsp/cli" "2.2.0-next.c32aadb.160+c32aadb" - "@eclipse-glsp/config" "2.2.0-next.c32aadb.160+c32aadb" - "@eclipse-glsp/config-test" "2.2.0-next.c32aadb.160+c32aadb" + "@eclipse-glsp/cli" "2.2.1" + "@eclipse-glsp/config" "2.2.1" + "@eclipse-glsp/config-test" "2.2.1" -"@eclipse-glsp/eslint-config@2.2.0-next.c32aadb.160+c32aadb": - version "2.2.0-next.c32aadb.160" - resolved "https://registry.yarnpkg.com/@eclipse-glsp/eslint-config/-/eslint-config-2.2.0-next.c32aadb.160.tgz#40a2f916d662b5bd5eefac469214b2e74ba8d28c" - integrity sha512-BDYLSB9lkgGmwA2fPB8OjnZTD4r48AHWAYSwkFdy/1RwJxL/F8fWlfWu6c8o5AVuNyMkrqedtmfdehSZA01u7A== +"@eclipse-glsp/eslint-config@2.2.1": + version "2.2.1" + resolved "https://registry.yarnpkg.com/@eclipse-glsp/eslint-config/-/eslint-config-2.2.1.tgz#6686b88a3c46efbf51a5008aede34a94bc1e9762" + integrity sha512-gfFaE/kqi6EouYF3TO71YWzxJdUPLtXAoYkXM356SFBCHghUYYs0mqqik5stZgvrH65NcKnbtkCd11XXblNvWw== -"@eclipse-glsp/mocha-config@2.2.0-next.c32aadb.160+c32aadb": - version "2.2.0-next.c32aadb.160" - resolved "https://registry.yarnpkg.com/@eclipse-glsp/mocha-config/-/mocha-config-2.2.0-next.c32aadb.160.tgz#c440d499ced653d342dcb39c52944e03b879ec40" - integrity sha512-n3T212zAl5oKMGQM1V8L/GvDsZwyIDdZAVh25yHjh0hFgVfraaGqzvGPTZxlKmJBuD0++6LH9FDhUNcNhMllHQ== +"@eclipse-glsp/mocha-config@2.2.1": + version "2.2.1" + resolved "https://registry.yarnpkg.com/@eclipse-glsp/mocha-config/-/mocha-config-2.2.1.tgz#5d60f9c04e8afdbb81f3b31a3b27b867a3b419e2" + integrity sha512-VAQoOhCcqzXkxrY4Wgyp8lam1VQEXJ0SKnfznldGHTlVqtmpDxSqhW3Rb7nWMTDdbQ5yt75kBVyK48w7/DDbpA== -"@eclipse-glsp/nyc-config@2.2.0-next.c32aadb.160+c32aadb": - version "2.2.0-next.c32aadb.160" - resolved "https://registry.yarnpkg.com/@eclipse-glsp/nyc-config/-/nyc-config-2.2.0-next.c32aadb.160.tgz#9f84da72015c90aa2beb1394e14643f353a16158" - integrity sha512-m00F5RLly63TNDe76pW2yk/BLGKWpoD+qvga7ZSVDf2KPpdjf2cBjw2ei816H+Avl1TI+ufauQO8NdRu5O5Vuw== +"@eclipse-glsp/nyc-config@2.2.1": + version "2.2.1" + resolved "https://registry.yarnpkg.com/@eclipse-glsp/nyc-config/-/nyc-config-2.2.1.tgz#46e4e1cffffb985ecae748399fcedf0eee17cfd9" + integrity sha512-WdvSFB6HDq0P25zRgRntw5YPKuUNiF4ZzVFkgrWKvXN+RimXp7pCypjh8D4DMcza1QJPrik4dnBLDHbMKTmXyQ== -"@eclipse-glsp/prettier-config@2.2.0-next.c32aadb.160+c32aadb": - version "2.2.0-next.c32aadb.160" - resolved "https://registry.yarnpkg.com/@eclipse-glsp/prettier-config/-/prettier-config-2.2.0-next.c32aadb.160.tgz#c4e019dbbafd04483cc7916f25c8b3a151f7d916" - integrity sha512-xqfSe+UMS4p5WGimZnX5iIm1AX+x1CAAippobgogGRnbA5RBsUdOh/odFgfRcme6/IfyFWj5m4IY7IHlFPZwCw== +"@eclipse-glsp/prettier-config@2.2.1": + version "2.2.1" + resolved "https://registry.yarnpkg.com/@eclipse-glsp/prettier-config/-/prettier-config-2.2.1.tgz#ed36f17b4a37a12c9c0e46fa0015a04569eb7cf3" + integrity sha512-mf7Zh+0ZKbga7rq5bYyucTPV0YX9O+6hqgQlAZnYhlIVs/G9PtM9YfTo4PdaFeEfiFxse0o9OEd5OOgoc7Y4sw== dependencies: prettier-plugin-packagejson "~2.4.6" -"@eclipse-glsp/protocol@next": - version "2.2.0-next.353" - resolved "https://registry.yarnpkg.com/@eclipse-glsp/protocol/-/protocol-2.2.0-next.353.tgz#5effcb22dd25ffae5a7264324c2752cf89754629" - integrity sha512-LARvLG1bEmmfR8e6wFoEyYwOfMiQMyHEi/2SD/c08BUIDjEAuxbUEQyx2g+d9btfHdVEZJXfwfvy5oIuLEuI1Q== +"@eclipse-glsp/protocol@2.2.1": + version "2.2.1" + resolved "https://registry.yarnpkg.com/@eclipse-glsp/protocol/-/protocol-2.2.1.tgz#60fe2936aec71f5b52876ded8108ce06a08d1c61" + integrity sha512-v0u9Izx5zn50beC9qJXSNlkoYDLaZ8z4+IT0c4jll6U4PG+unZbGWVWhC+mED7rY+BaA0oT683bxIB8yRhfIJA== dependencies: sprotty-protocol "1.2.0" uuid "~10.0.0" vscode-jsonrpc "8.2.0" -"@eclipse-glsp/ts-config@2.2.0-next.c32aadb.160+c32aadb": - version "2.2.0-next.c32aadb.160" - resolved "https://registry.yarnpkg.com/@eclipse-glsp/ts-config/-/ts-config-2.2.0-next.c32aadb.160.tgz#d660cd736056a91c0c79fb2076835073ad12d7b9" - integrity sha512-05D85X5tUY/M23rTDs1b9MfF+YbV7j97rTFss5PHad7YI2DOByqMGRxaoPI+xzyoQUUAHTxKekGb5KbE8douDQ== +"@eclipse-glsp/ts-config@2.2.1": + version "2.2.1" + resolved "https://registry.yarnpkg.com/@eclipse-glsp/ts-config/-/ts-config-2.2.1.tgz#c695dddebb3e00b530346bfbd12622aa90d1ce9f" + integrity sha512-oSzFLcmMAJ3p/BAlxmTxn+aX43NZVk04sWvTbV0FXzwGazfADz+7iMYO2oAV53yJvWLJaPca8xWm++sEzOMrig== "@eslint-community/eslint-utils@^4.2.0", "@eslint-community/eslint-utils@^4.4.0": version "4.4.0" @@ -3984,7 +3984,7 @@ interpret@^3.1.1: resolved "https://registry.yarnpkg.com/interpret/-/interpret-3.1.1.tgz#5be0ceed67ca79c6c4bc5cf0d7ee843dcea110c4" integrity sha512-6xwYfHbajpoF0xLW+iwLkhwgvLoZDfjYfoFNu8ftMoXINzwuymNLd9u/KmwtdT2GbR+/Cz66otEGEVVUHX9QLQ== -inversify@^6.0.1: +inversify@~6.0.2: version "6.0.2" resolved "https://registry.yarnpkg.com/inversify/-/inversify-6.0.2.tgz#dc7fa0348213d789d35ffb719dea9685570989c7" integrity sha512-i9m8j/7YIv4mDuYXUAcrpKPSaju/CIly9AHK5jvCBeoiM/2KEsuCQTTP+rzSWWpLYWRukdXFSl6ZTk2/uumbiA==