Skip to content

Commit 204605d

Browse files
v2.6.0 (#276)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent cf73708 commit 204605d

10 files changed

Lines changed: 108 additions & 106 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 Theia Integration Changelog
22

3-
## v2.6.0 - active
3+
## [v2.6.0 - 10/02/2026](https://github.com/eclipse-glsp/glsp-theia-integration/releases/tag/v2.6.0)
44

55
### Changes
66

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ For details on building the project, please see the [README file of the theia-in
99
## Theia Version Compatibility
1010

1111
| @eclipse-glsp/theia-integration | Theia |
12-
| ------------------------------- | ------------------- |
12+
|---------------------------------|---------------------|
1313
| 0.8.0 | <= 1.4.0 |
1414
| 0.9.0 | >= 1.20.0 <= 1.25.0 |
1515
| 1.0.0 | >= 1.25.0 <= 1.26.0 |
@@ -26,6 +26,7 @@ For details on building the project, please see the [README file of the theia-in
2626
| 2.5.0 | >= 1.64.0 < 1.65.0 |
2727
| 2.5.0-theia1.65.0 | >= 1.64.0 |
2828
| next | >= 1.64.0 |
29+
| 2.6.0 | >= 1.64.0 |
2930

3031
### Potential Compatibility Issues
3132

examples/browser-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "browser-app",
3-
"version": "2.6.0-next",
3+
"version": "2.6.0",
44
"private": true,
55
"scripts": {
66
"build": "yarn rebuild && theia build --mode development",
@@ -14,7 +14,7 @@
1414
"watch": "theia build --watch --mode development"
1515
},
1616
"dependencies": {
17-
"@eclipse-glsp-examples/workflow-theia": "2.6.0-next",
17+
"@eclipse-glsp-examples/workflow-theia": "2.6.0",
1818
"@theia/core": "~1.68.0",
1919
"@theia/editor": "~1.68.0",
2020
"@theia/filesystem": "~1.68.0",

examples/electron-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "electron-app",
3-
"version": "2.6.0-next",
3+
"version": "2.6.0",
44
"private": true,
55
"main": "lib/backend/electron-main.js",
66
"scripts": {
@@ -15,7 +15,7 @@
1515
"watch": "theia build --watch --mode development"
1616
},
1717
"dependencies": {
18-
"@eclipse-glsp-examples/workflow-theia": "2.6.0-next",
18+
"@eclipse-glsp-examples/workflow-theia": "2.6.0",
1919
"@theia/core": "~1.68.0",
2020
"@theia/editor": "~1.68.0",
2121
"@theia/electron": "~1.68.0",

examples/workflow-theia/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eclipse-glsp-examples/workflow-theia",
3-
"version": "2.6.0-next",
3+
"version": "2.6.0",
44
"private": "true",
55
"description": "Theia extension for the workflow GLSP example",
66
"keywords": [
@@ -34,10 +34,10 @@
3434
"watch": "tsc -w"
3535
},
3636
"dependencies": {
37-
"@eclipse-glsp-examples/workflow-glsp": "next",
38-
"@eclipse-glsp-examples/workflow-server": "next",
39-
"@eclipse-glsp-examples/workflow-server-bundled": "next",
40-
"@eclipse-glsp/theia-integration": "2.6.0-next"
37+
"@eclipse-glsp-examples/workflow-glsp": "2.6.0",
38+
"@eclipse-glsp-examples/workflow-server": "2.6.0",
39+
"@eclipse-glsp-examples/workflow-server-bundled": "2.6.0",
40+
"@eclipse-glsp/theia-integration": "2.6.0"
4141
},
4242
"publishConfig": {
4343
"access": "public"

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/theia-integration",
@@ -31,7 +31,7 @@
3131
"watch:electron": "concurrently --kill-others -n tsc,browser -c red,yellow \"tsc -b -w --preserveWatchOutput\" \"yarn -s electron watch\""
3232
},
3333
"devDependencies": {
34-
"@eclipse-glsp/dev": "next",
34+
"@eclipse-glsp/dev": "2.6.0",
3535
"@types/node": "20.x",
3636
"concurrently": "^8.2.2",
3737
"lerna": "^9.0.0",

packages/theia-integration/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This project is built with `yarn` and is available from npm via [@eclipse-glsp/t
77
## Theia Version Compatibility
88

99
| @eclipse-glsp/theia-integration | Theia |
10-
| ------------------------------- | ------------------- |
10+
|---------------------------------|---------------------|
1111
| 0.8.0 | <= 1.4.0 |
1212
| 0.9.0 | >= 1.20.0 <= 1.25.0 |
1313
| 1.0.0 | >= 1.25.0 <= 1.26.0 |
@@ -24,6 +24,7 @@ This project is built with `yarn` and is available from npm via [@eclipse-glsp/t
2424
| 2.5.0 | >= 1.64.0 < 1.65.0 |
2525
| 2.5.0-theia1.65.0 | >= 1.64.0 |
2626
| next | >= 1.64.0 |
27+
| 2.6.0 | >= 1.64.0 |
2728

2829
### Potential Compatibility Issues
2930

packages/theia-integration/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/theia-integration",
3-
"version": "2.6.0-next",
3+
"version": "2.6.0",
44
"description": "Glue code to integrate GLSP clients into Eclipse Theia",
55
"keywords": [
66
"theia-extension",
@@ -43,7 +43,7 @@
4343
"watch": "tsc -w"
4444
},
4545
"dependencies": {
46-
"@eclipse-glsp/client": "next",
46+
"@eclipse-glsp/client": "2.6.0",
4747
"ws": "^8.17.1"
4848
},
4949
"devDependencies": {

yarn.lock

Lines changed: 89 additions & 89 deletions
Original file line numberDiff line numberDiff line change
@@ -827,52 +827,52 @@
827827
resolved "https://registry.yarnpkg.com/@discoveryjs/json-ext/-/json-ext-0.5.7.tgz#1d572bfbbe14b7704e0ba0f39b74815b84870d70"
828828
integrity sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw==
829829

830-
"@eclipse-glsp-examples/workflow-glsp@next":
831-
version "2.7.0-next.0"
832-
resolved "https://registry.yarnpkg.com/@eclipse-glsp-examples/workflow-glsp/-/workflow-glsp-2.7.0-next.0.tgz#d7c2c84d14020e3cbe461cd083afb3167320c785"
833-
integrity sha512-7XBQrWFCYa9U2FCMIySFuwyd3TA/YB2r3r+foSG7dNaka7F3VO2F4VmJZoGdsW9OES3QLoHqO56zsV2X0TUNTA==
830+
"@eclipse-glsp-examples/workflow-glsp@2.6.0":
831+
version "2.6.0"
832+
resolved "https://registry.yarnpkg.com/@eclipse-glsp-examples/workflow-glsp/-/workflow-glsp-2.6.0.tgz#3d4d402f7e005fd67f59cfe347c78d3b46cc9a14"
833+
integrity sha512-bBSGnQFZldWaA5DMncgF1k/ctxFkeAa0XRlE/87mom1IZfyjIlSrmYdzhM4zBsZf0MGqx/RgfyF2tRhWBxHEJw==
834834
dependencies:
835-
"@eclipse-glsp/client" "2.7.0-next.0+46d5a97"
835+
"@eclipse-glsp/client" "2.6.0"
836836
balloon-css "^0.5.0"
837837

838-
"@eclipse-glsp-examples/workflow-server-bundled@next":
839-
version "2.6.0-next.3"
840-
resolved "https://registry.yarnpkg.com/@eclipse-glsp-examples/workflow-server-bundled/-/workflow-server-bundled-2.6.0-next.3.tgz#d5d8e86cf4e48e168ed1e728b2400b3a45003e50"
841-
integrity sha512-L88rOZsKBCmDgL6IR+reIWczo/nMRf18oQrByG+Gk1Z5Ky0/84hXiXUZ0uq2+eoj8EX7KffpTMgA82Pher9zeA==
838+
"@eclipse-glsp-examples/workflow-server-bundled@2.6.0":
839+
version "2.6.0"
840+
resolved "https://registry.yarnpkg.com/@eclipse-glsp-examples/workflow-server-bundled/-/workflow-server-bundled-2.6.0.tgz#61b029d4a3964d9d41910f25756f9d8325989a79"
841+
integrity sha512-lGBlrpasXbm7uMWAv/6Hdc/k5ApGUz4L5XkKwPPrUQ7OR5q0wGBDixYKBvBydhgntagF5ny3jby+goSvwrzOLg==
842842

843-
"@eclipse-glsp-examples/workflow-server@next":
844-
version "2.6.0-next.3"
845-
resolved "https://registry.yarnpkg.com/@eclipse-glsp-examples/workflow-server/-/workflow-server-2.6.0-next.3.tgz#5fe6779f08a7a96eb1f0a6969425857e1237451f"
846-
integrity sha512-R+P4AzNHxA/IjIqEodeTQ6s4vqlV4G6NwfbXoD0h+xXOGdPtSDcpXqqjeDZtUut+0CfDquL2QDJGkH7nSu0VCA==
843+
"@eclipse-glsp-examples/workflow-server@2.6.0":
844+
version "2.6.0"
845+
resolved "https://registry.yarnpkg.com/@eclipse-glsp-examples/workflow-server/-/workflow-server-2.6.0.tgz#7572023ab0470ca716f171b8cb3d4f39a805ec43"
846+
integrity sha512-A2Mal+g3+hgwkC9OsKSE9F1BMlGqbOD2dO5Ll7jI/n+NCrTloj8v0w5iThcGY7DDkTf9ZiFluXyujkKlK+mYdg==
847847
dependencies:
848-
"@eclipse-glsp/layout-elk" "2.6.0-next.3+7b1fdd9"
849-
"@eclipse-glsp/server" "2.6.0-next.3+7b1fdd9"
848+
"@eclipse-glsp/layout-elk" "2.6.0"
849+
"@eclipse-glsp/server" "2.6.0"
850850
inversify "^6.1.3"
851851

852-
"@eclipse-glsp/cli@2.7.0-next.0+8a89e03":
853-
version "2.7.0-next.0"
854-
resolved "https://registry.yarnpkg.com/@eclipse-glsp/cli/-/cli-2.7.0-next.0.tgz#ce8de7bedf7bf1091f19e58538fefcdb38983fae"
855-
integrity sha512-8IdODFvEGnZynLG00OZLYV9mLTyRJZ5XWkv2KOvTYF5unY9f4g0zEdDmd++rTNrdhFXmDRmBa3sUrq2ugxQH9g==
852+
"@eclipse-glsp/cli@2.6.0":
853+
version "2.6.0"
854+
resolved "https://registry.yarnpkg.com/@eclipse-glsp/cli/-/cli-2.6.0.tgz#cfe59f5e52ad7e256d59376a3ccefe44c43d67a3"
855+
integrity sha512-WMuUbpPdWIcGeKJRS5KH00N5dqPI51sdGEtcl4U1ULwf3JzDI0Zk4xnddbgx84uvVLAoDHHmcg098NLfd7E3ww==
856856

857-
"@eclipse-glsp/client@2.7.0-next.0+46d5a97", "@eclipse-glsp/client@next":
858-
version "2.7.0-next.0"
859-
resolved "https://registry.yarnpkg.com/@eclipse-glsp/client/-/client-2.7.0-next.0.tgz#34bd9f59011b9f2001ed8937e9c5f81ff40acb53"
860-
integrity sha512-8EOWUWkCGmGcd1Zmz6+arA0Dcg+FMAJL49KRshlxmRaapcDGnSLovnmVrVwuEcUNFx7p3k4LBPAb/HHqbm4KMQ==
857+
"@eclipse-glsp/client@2.6.0":
858+
version "2.6.0"
859+
resolved "https://registry.yarnpkg.com/@eclipse-glsp/client/-/client-2.6.0.tgz#9c53a6bbe4ec7a1c378f8fda97320528470c09bd"
860+
integrity sha512-NGZgJxRzGb+eD2HGicSHIBWIaNKKU5b+d/2lWselIdJiPiET1U4UnJryrk6woIfHom4TgAt2qHM0Rjs+OJqQTA==
861861
dependencies:
862-
"@eclipse-glsp/sprotty" "2.7.0-next.0+46d5a97"
862+
"@eclipse-glsp/sprotty" "2.6.0"
863863
autocompleter "^9.1.2"
864864
file-saver "^2.0.5"
865865
lodash "4.17.23"
866866
snabbdom "~3.5.1"
867867
vscode-jsonrpc "8.2.0"
868868

869-
"@eclipse-glsp/config-test@2.7.0-next.0+8a89e03":
870-
version "2.7.0-next.0"
871-
resolved "https://registry.yarnpkg.com/@eclipse-glsp/config-test/-/config-test-2.7.0-next.0.tgz#4dfbb972f7c52c5d2c31b5b55aeaf15b3387cee2"
872-
integrity sha512-vXuGPCZKIXrLXdHtkEv5U1ZS450aNDe9Pe+uNFTMIUocHSLPdv6/1girNZhYms+F2mhyZ3GdyZpi636/e/NlPA==
869+
"@eclipse-glsp/config-test@2.6.0":
870+
version "2.6.0"
871+
resolved "https://registry.yarnpkg.com/@eclipse-glsp/config-test/-/config-test-2.6.0.tgz#75012156579c4934a673cc856bc303cb9fdf3513"
872+
integrity sha512-TJRIfEknDeVfqpSvB8oTr5KACqL7/IhetXwvy6qP5tz1Jcgfy3sLgiyEaEkvZ9eUDEIikjcfe7zEG+uJ5a7o8Q==
873873
dependencies:
874-
"@eclipse-glsp/mocha-config" "2.7.0-next.0+8a89e03"
875-
"@eclipse-glsp/nyc-config" "2.7.0-next.0+8a89e03"
874+
"@eclipse-glsp/mocha-config" "2.6.0"
875+
"@eclipse-glsp/nyc-config" "2.6.0"
876876
"@istanbuljs/nyc-config-typescript" "^1.0.2"
877877
"@types/chai" "^4.3.7"
878878
"@types/mocha" "^10.0.2"
@@ -885,14 +885,14 @@
885885
sinon "^15.1.0"
886886
ts-node "^10.9.1"
887887

888-
"@eclipse-glsp/config@2.7.0-next.0+8a89e03":
889-
version "2.7.0-next.0"
890-
resolved "https://registry.yarnpkg.com/@eclipse-glsp/config/-/config-2.7.0-next.0.tgz#51f86026f6c94b72f1a868ee714c2a87572bdf9e"
891-
integrity sha512-Aq9t54UyNYKSxqc4X11bUdyVqRU1Sk1PGdLovCtDdY9xJFnOLSzjzwHHgEiAYOkhB7L0kckbf3m4OGKJBOXIaQ==
888+
"@eclipse-glsp/config@2.6.0":
889+
version "2.6.0"
890+
resolved "https://registry.yarnpkg.com/@eclipse-glsp/config/-/config-2.6.0.tgz#1f6e70986315101a61f799eac899046b6056accd"
891+
integrity sha512-HSJolxpoAn/qVSao84WXR+MoVp/6HtP30Z7PWHTFfIrfmXcdPz2iprX+O22JzKIj7swKv5GDXb8bTpCBvSD2ZQ==
892892
dependencies:
893-
"@eclipse-glsp/eslint-config" "2.7.0-next.0+8a89e03"
894-
"@eclipse-glsp/prettier-config" "2.7.0-next.0+8a89e03"
895-
"@eclipse-glsp/ts-config" "2.7.0-next.0+8a89e03"
893+
"@eclipse-glsp/eslint-config" "2.6.0"
894+
"@eclipse-glsp/prettier-config" "2.6.0"
895+
"@eclipse-glsp/ts-config" "2.6.0"
896896
"@typescript-eslint/eslint-plugin" "^6.7.5"
897897
"@typescript-eslint/parser" "^6.7.5"
898898
eslint "^8.51.0"
@@ -906,68 +906,68 @@
906906
reflect-metadata "^0.1.13"
907907
rimraf "^5.0.5"
908908

909-
"@eclipse-glsp/dev@next":
910-
version "2.7.0-next.0"
911-
resolved "https://registry.yarnpkg.com/@eclipse-glsp/dev/-/dev-2.7.0-next.0.tgz#df812db2f3a16481df5a7b7d90699fa658ae7669"
912-
integrity sha512-KfCZb34y4RF3Zgpsk1wLVCDkcC4sSpyHwmWzC0H/w4PkGMKza+4NHREXXdnKM8YTC0dR6txkn7G7na5MDfwn1w==
909+
"@eclipse-glsp/dev@2.6.0":
910+
version "2.6.0"
911+
resolved "https://registry.yarnpkg.com/@eclipse-glsp/dev/-/dev-2.6.0.tgz#d62ce151091bef711da6a54a0280cf2e5f7750b7"
912+
integrity sha512-hqhS7ef2Z/UcU13HPi+wBgdLR/+8S15JWMjRz0iAOfWCUwCYUJ8qyd6/ODMQnylyB1VOrtVdnA3U9BeXiqBR+g==
913913
dependencies:
914-
"@eclipse-glsp/cli" "2.7.0-next.0+8a89e03"
915-
"@eclipse-glsp/config" "2.7.0-next.0+8a89e03"
916-
"@eclipse-glsp/config-test" "2.7.0-next.0+8a89e03"
914+
"@eclipse-glsp/cli" "2.6.0"
915+
"@eclipse-glsp/config" "2.6.0"
916+
"@eclipse-glsp/config-test" "2.6.0"
917917

918-
"@eclipse-glsp/eslint-config@2.7.0-next.0+8a89e03":
919-
version "2.7.0-next.0"
920-
resolved "https://registry.yarnpkg.com/@eclipse-glsp/eslint-config/-/eslint-config-2.7.0-next.0.tgz#bb03eac366044167fd35700cbe50dc65af6b21e8"
921-
integrity sha512-QUCqoBMSbSDcOSevolPmSyqGiuOndtSrBFFocux49hUiVMiIaPnttM+lbRmMqlNMYkARPBsEtZnmexi1r1Uumw==
918+
"@eclipse-glsp/eslint-config@2.6.0":
919+
version "2.6.0"
920+
resolved "https://registry.yarnpkg.com/@eclipse-glsp/eslint-config/-/eslint-config-2.6.0.tgz#c825431de3ad48447ea18c5daacc964f3fcbe215"
921+
integrity sha512-riTZkeSSXvnrceedgPc+y7bujplymLkDn2m/dtS87aiejsAvQB2tQsWFZCA0BVoqe+uurTeI+HVgQtiHKF/z1w==
922922

923-
"@eclipse-glsp/graph@2.6.0-next.3+7b1fdd9":
924-
version "2.6.0-next.3"
925-
resolved "https://registry.yarnpkg.com/@eclipse-glsp/graph/-/graph-2.6.0-next.3.tgz#df8ffd57dc181c27acff4a652d9cb01417f2a2b5"
926-
integrity sha512-6YDXKm2GcNqN7YhvTBvRmH6ox51vkkJBsFQXVJJ988jIeSs4iMj/6GWFBKTTkOJstOulFFd7lbQjxHeoHB5grA==
923+
"@eclipse-glsp/graph@2.6.0":
924+
version "2.6.0"
925+
resolved "https://registry.yarnpkg.com/@eclipse-glsp/graph/-/graph-2.6.0.tgz#ee484b84bbb13c8894398ba1a8edaf655f3074e3"
926+
integrity sha512-5wcdOV8EOgeGS8QEhnX8zIwbYVUZcT0cPxwp/XX+jhLhSWC6cgkkHyoL1TA2tXt9l/5v4nZeuvsSd4Cbs1sUvw==
927927
dependencies:
928-
"@eclipse-glsp/protocol" next
928+
"@eclipse-glsp/protocol" "2.6.0"
929929

930-
"@eclipse-glsp/layout-elk@2.6.0-next.3+7b1fdd9":
931-
version "2.6.0-next.3"
932-
resolved "https://registry.yarnpkg.com/@eclipse-glsp/layout-elk/-/layout-elk-2.6.0-next.3.tgz#8057ec5e6893d9798eb7df836e1ffc9aceee25ee"
933-
integrity sha512-6r7IO0uoDGMURAupbgYXTKm8SmLEmjp2qYXI3/bGovwZ5TPDBM5VXkZF/zwsckvxjVUo/yHYbgP4QAiWlRfb/Q==
930+
"@eclipse-glsp/layout-elk@2.6.0":
931+
version "2.6.0"
932+
resolved "https://registry.yarnpkg.com/@eclipse-glsp/layout-elk/-/layout-elk-2.6.0.tgz#f4f7d357f7b8662c642ec8c55ffc6669601ab5f6"
933+
integrity sha512-Z9oRWM7DOhkciOCn7Y/EXnY0EK/a7paIBmlERXU1Y1vVQMeN1KajTlDRApC7lHt4Loou65o21z0zpIynMRxFBA==
934934
dependencies:
935-
"@eclipse-glsp/server" "2.6.0-next.3+7b1fdd9"
935+
"@eclipse-glsp/server" "2.6.0"
936936
elkjs "^0.10.1"
937937

938-
"@eclipse-glsp/mocha-config@2.7.0-next.0+8a89e03":
939-
version "2.7.0-next.0"
940-
resolved "https://registry.yarnpkg.com/@eclipse-glsp/mocha-config/-/mocha-config-2.7.0-next.0.tgz#d36e4a308685a711d2fdcb9699bbf22d77a77c51"
941-
integrity sha512-pBOS+dkQ/auQQEiqj6NesKgxLauoM+HHs+t+2jqyfXbHZQBeqxRaLnSajB+vHVJWjOGBLIZWURnBsw+PF9yNYQ==
938+
"@eclipse-glsp/mocha-config@2.6.0":
939+
version "2.6.0"
940+
resolved "https://registry.yarnpkg.com/@eclipse-glsp/mocha-config/-/mocha-config-2.6.0.tgz#bbe5dd11be48d88094248b34292bbeefef36da4f"
941+
integrity sha512-zXukAEE22E9tohXRUm+Ed1geg0oFUQHba5pWpzni6PPkInFOiaTfY03iyYqwaNyfv0RWbE4igOgw/joMU1zWnw==
942942

943-
"@eclipse-glsp/nyc-config@2.7.0-next.0+8a89e03":
944-
version "2.7.0-next.0"
945-
resolved "https://registry.yarnpkg.com/@eclipse-glsp/nyc-config/-/nyc-config-2.7.0-next.0.tgz#0ee950dff6b0cef28189a26f699e23963232a089"
946-
integrity sha512-29EQFE4tQA5I82sJyPyRh8Rpfz1sHCEYB06/eUZ554ZJvs+/AaulX6b/snn+o5zDACFScJZKr3r6NNDrDx3UAA==
943+
"@eclipse-glsp/nyc-config@2.6.0":
944+
version "2.6.0"
945+
resolved "https://registry.yarnpkg.com/@eclipse-glsp/nyc-config/-/nyc-config-2.6.0.tgz#ca6bcf1b54885f5dd1d1e65c90cd8b515c04befd"
946+
integrity sha512-OT4vuptY86vRnqc4LCRWrUMzSpLKrAir+KGvcezokj4mR7HaKKpYFBLBzEsWsscJwwTsbYRLpo2boI6QOWIObA==
947947

948-
"@eclipse-glsp/prettier-config@2.7.0-next.0+8a89e03":
949-
version "2.7.0-next.0"
950-
resolved "https://registry.yarnpkg.com/@eclipse-glsp/prettier-config/-/prettier-config-2.7.0-next.0.tgz#457ebc7a6f5be823fb78d0eb641f386e1cd4be54"
951-
integrity sha512-XvmTZgL7TpoMwoyMDMDUz02ZVv7//11iHFbIx0C3d0B+dmSGwdQ/8HDQlKigYgqKB1ocg8UF14HuC+ecQPyi5Q==
948+
"@eclipse-glsp/prettier-config@2.6.0":
949+
version "2.6.0"
950+
resolved "https://registry.yarnpkg.com/@eclipse-glsp/prettier-config/-/prettier-config-2.6.0.tgz#6e7b72791c154e582633fc967c25cad0e3ebd5bf"
951+
integrity sha512-cq1ltXByyuEzgtDUGWsA+WfFQjOb3BeHVhI4JgoTByQmIqOBkUXY0vzMouuCmQooBh0MUOOoYboKIUGLOghFmw==
952952
dependencies:
953953
prettier-plugin-packagejson "~2.4.6"
954954

955-
"@eclipse-glsp/protocol@2.7.0-next.0+46d5a97", "@eclipse-glsp/protocol@next":
956-
version "2.7.0-next.0"
957-
resolved "https://registry.yarnpkg.com/@eclipse-glsp/protocol/-/protocol-2.7.0-next.0.tgz#fa5035fe991c55106478b4947c71f020d29618b0"
958-
integrity sha512-PWQvRPC6RQai3+POvGRYjZyslCtX8sshxm/9EXcWiRyc+WEB6JEaafXf++mUPDVwDUm47y6ANoZYUP9XxCRILg==
955+
"@eclipse-glsp/protocol@2.6.0":
956+
version "2.6.0"
957+
resolved "https://registry.yarnpkg.com/@eclipse-glsp/protocol/-/protocol-2.6.0.tgz#171668f14a20e81695c5d21eb1aff6e1b97827f2"
958+
integrity sha512-DOhHM67EbWuPe3E/dhJaDVctTeAF8jJY1/WsiRQEvVGaVpq0rPxHChaErm0TKTrcZBEpX9/r0JTJlWtIh+GRYg==
959959
dependencies:
960960
sprotty-protocol "1.4.0"
961961
uuid "~10.0.0"
962962
vscode-jsonrpc "8.2.0"
963963

964-
"@eclipse-glsp/server@2.6.0-next.3+7b1fdd9":
965-
version "2.6.0-next.3"
966-
resolved "https://registry.yarnpkg.com/@eclipse-glsp/server/-/server-2.6.0-next.3.tgz#49892f7e93f688e58aad2ec147a3c38d57670b00"
967-
integrity sha512-tbIXCbmhXagWtLjytYBnO7TEnXOmsiZsM5G2v/ZFyYzOrMehxWFOlSUkOL68y0aDfxyY7/POedMUj77/9K58mQ==
964+
"@eclipse-glsp/server@2.6.0":
965+
version "2.6.0"
966+
resolved "https://registry.yarnpkg.com/@eclipse-glsp/server/-/server-2.6.0.tgz#1234e92ec0ffa90d6dff5703f33f9472028fb4b6"
967+
integrity sha512-cXW0/gaIOadVy2Fuoibv79wvkHa1tit5nMkigdtPeIHWkNnXpvpHJMQoqtZcxYad/lBXE6HJ6USPp7lrTHvSUg==
968968
dependencies:
969-
"@eclipse-glsp/graph" "2.6.0-next.3+7b1fdd9"
970-
"@eclipse-glsp/protocol" next
969+
"@eclipse-glsp/graph" "2.6.0"
970+
"@eclipse-glsp/protocol" "2.6.0"
971971
"@types/uuid" "8.3.1"
972972
commander "^8.3.0"
973973
fast-json-patch "^3.1.0"
@@ -976,22 +976,22 @@
976976
winston "^3.3.3"
977977
ws "^8.12.1"
978978

979-
"@eclipse-glsp/sprotty@2.7.0-next.0+46d5a97":
980-
version "2.7.0-next.0"
981-
resolved "https://registry.yarnpkg.com/@eclipse-glsp/sprotty/-/sprotty-2.7.0-next.0.tgz#d76e536a13cd3779e4c7122ed641bb399d139525"
982-
integrity sha512-BPsU71A44WD7C4nCaGvCJX2/lyPQKYAobn1YgabjUkCjNs/wIc/BVjmRZ+1oPtM46Bp3l8xhp7EtWWMAklfZGA==
979+
"@eclipse-glsp/sprotty@2.6.0":
980+
version "2.6.0"
981+
resolved "https://registry.yarnpkg.com/@eclipse-glsp/sprotty/-/sprotty-2.6.0.tgz#01aaced47e86fa8b060a7eea44167aa097b3d10e"
982+
integrity sha512-Kt+FXa3v3Ycxz/Nju10x9I+r/28RhCPGZNNXqq3W4oXUnklHpdnYkSQScZ1M2v/xS3o1vBYEs2kGZgeZS70Iww==
983983
dependencies:
984-
"@eclipse-glsp/protocol" "2.7.0-next.0+46d5a97"
984+
"@eclipse-glsp/protocol" "2.6.0"
985985
autocompleter "^9.1.0"
986986
snabbdom "~3.5.1"
987987
sprotty "1.4.0"
988988
sprotty-protocol "1.4.0"
989989
vscode-jsonrpc "8.2.0"
990990

991-
"@eclipse-glsp/ts-config@2.7.0-next.0+8a89e03":
992-
version "2.7.0-next.0"
993-
resolved "https://registry.yarnpkg.com/@eclipse-glsp/ts-config/-/ts-config-2.7.0-next.0.tgz#e38ae6d93317580e52a81b680d49c54542a3656a"
994-
integrity sha512-OCBP846dYzlLzaZWFsUxs/PcDMIj/qfAN9rZMxTcyNF0QCjGgtFRVXiHPRNNg5tln5/BwOhUu+2M2J8N0qg40Q==
991+
"@eclipse-glsp/ts-config@2.6.0":
992+
version "2.6.0"
993+
resolved "https://registry.yarnpkg.com/@eclipse-glsp/ts-config/-/ts-config-2.6.0.tgz#c97b5e83f993f9969ce9db2be41b169ffb16d494"
994+
integrity sha512-DPQOhnsxRgL8NQYS8J7mdxpKdzC+xXoodib2UW1HMZY2F8WOknSSWlFxNDEXNxUGvCeTdfuBlLo9RACx+TrbIw==
995995

996996
"@electron/get@^2.0.0":
997997
version "2.0.3"

0 commit comments

Comments
 (0)