Skip to content

Commit 92e476e

Browse files
authored
Switch to 2.7.0-next (#125)
1 parent 48fa6cf commit 92e476e

8 files changed

Lines changed: 64 additions & 64 deletions

File tree

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",
3+
"version": "2.7.0-next",
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",
3+
"version": "2.7.0-next",
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",
60-
"@eclipse-glsp/server": "2.6.0",
59+
"@eclipse-glsp/layout-elk": "2.7.0-next",
60+
"@eclipse-glsp/server": "2.7.0-next",
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",
2+
"version": "2.7.0-next",
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",
3+
"version": "2.7.0-next",
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": "2.6.0",
37+
"@eclipse-glsp/dev": "next",
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",
3+
"version": "2.7.0-next",
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": "2.6.0"
52+
"@eclipse-glsp/protocol": "next"
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",
3+
"version": "2.7.0-next",
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",
52+
"@eclipse-glsp/server": "2.7.0-next",
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",
3+
"version": "2.7.0-next",
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",
62-
"@eclipse-glsp/protocol": "2.6.0",
61+
"@eclipse-glsp/graph": "2.7.0-next",
62+
"@eclipse-glsp/protocol": "next",
6363
"@types/uuid": "8.3.1",
6464
"commander": "^8.3.0",
6565
"fast-json-patch": "^3.1.0",

yarn.lock

Lines changed: 50 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -223,18 +223,18 @@
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":
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"
226+
"@eclipse-glsp/cli@2.7.0-next.7+e3d1cab":
227+
version "2.7.0-next.7"
228+
resolved "https://registry.yarnpkg.com/@eclipse-glsp/cli/-/cli-2.7.0-next.7.tgz#34b3cc62366064e05dc7799c0c5a8b0e8ba50b52"
229+
integrity sha512-/3hnnH42T4D8U4ldksqfvT1S/mqfIlgm4/1Ukl3gmBWxPcClit0kwFFcqlNkiL+B1r0dJIybD/Ht+NfnJbcMFQ==
230+
231+
"@eclipse-glsp/config-test@2.7.0-next.7+e3d1cab":
232+
version "2.7.0-next.7"
233+
resolved "https://registry.yarnpkg.com/@eclipse-glsp/config-test/-/config-test-2.7.0-next.7.tgz#fb1c5b7b429ae6b37afbcdd1cc97dbd021fdeb98"
234+
integrity sha512-oGP2q8Ku1bimwkOTnbiMhPCu4ypqetnsyKF209j7sALPoVVQo2/8wUBGfIWI+ojbdGsOK/SeLmlydmkU/P8paw==
235+
dependencies:
236+
"@eclipse-glsp/mocha-config" "2.7.0-next.7+e3d1cab"
237+
"@eclipse-glsp/nyc-config" "2.7.0-next.7+e3d1cab"
238238
"@istanbuljs/nyc-config-typescript" "^1.0.2"
239239
"@types/chai" "^4.3.7"
240240
"@types/mocha" "^10.0.2"
@@ -247,14 +247,14 @@
247247
sinon "^15.1.0"
248248
ts-node "^10.9.1"
249249

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==
250+
"@eclipse-glsp/config@2.7.0-next.7+e3d1cab":
251+
version "2.7.0-next.7"
252+
resolved "https://registry.yarnpkg.com/@eclipse-glsp/config/-/config-2.7.0-next.7.tgz#3be83dcccaef7cc15d442839e82a9c52b06e2922"
253+
integrity sha512-0bhkwTK5SN0XypUelqy0qvnsqpG1t3ZKyHNWaBtctScdUMjuWAVIjuhj2TkXELokANCLT1sipA+pTyelMcTmmw==
254254
dependencies:
255-
"@eclipse-glsp/eslint-config" "2.6.0"
256-
"@eclipse-glsp/prettier-config" "2.6.0"
257-
"@eclipse-glsp/ts-config" "2.6.0"
255+
"@eclipse-glsp/eslint-config" "2.7.0-next.7+e3d1cab"
256+
"@eclipse-glsp/prettier-config" "2.7.0-next.7+e3d1cab"
257+
"@eclipse-glsp/ts-config" "2.7.0-next.7+e3d1cab"
258258
"@typescript-eslint/eslint-plugin" "^6.7.5"
259259
"@typescript-eslint/parser" "^6.7.5"
260260
eslint "^8.51.0"
@@ -268,50 +268,50 @@
268268
reflect-metadata "^0.1.13"
269269
rimraf "^5.0.5"
270270

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==
271+
"@eclipse-glsp/dev@next":
272+
version "2.7.0-next.7"
273+
resolved "https://registry.yarnpkg.com/@eclipse-glsp/dev/-/dev-2.7.0-next.7.tgz#ad7faf6bd88f1b340ed26fe799841435ff7338ab"
274+
integrity sha512-znExj8yNpw78TJmlVDqyY2wQOeWhfMm8Wh2qtDECYwGcakGyx4P9Ep6m4d8fMY8xg9rKlPbLUAXmyKnrzOQx/A==
275275
dependencies:
276-
"@eclipse-glsp/cli" "2.6.0"
277-
"@eclipse-glsp/config" "2.6.0"
278-
"@eclipse-glsp/config-test" "2.6.0"
276+
"@eclipse-glsp/cli" "2.7.0-next.7+e3d1cab"
277+
"@eclipse-glsp/config" "2.7.0-next.7+e3d1cab"
278+
"@eclipse-glsp/config-test" "2.7.0-next.7+e3d1cab"
279279

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==
280+
"@eclipse-glsp/eslint-config@2.7.0-next.7+e3d1cab":
281+
version "2.7.0-next.7"
282+
resolved "https://registry.yarnpkg.com/@eclipse-glsp/eslint-config/-/eslint-config-2.7.0-next.7.tgz#f4f1142df7c8f5af6e8c6fca3f316031673a21f8"
283+
integrity sha512-nC2URENaWV+slZQyKOTylhEAQbM7qEmJqDnqjxi9ECkWmf1nISBw8bPi/UonxJkoUJaX8XWEP378LSo/XiOUFA==
284284

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==
285+
"@eclipse-glsp/mocha-config@2.7.0-next.7+e3d1cab":
286+
version "2.7.0-next.7"
287+
resolved "https://registry.yarnpkg.com/@eclipse-glsp/mocha-config/-/mocha-config-2.7.0-next.7.tgz#4166ba8bccba7aa2c51168d501284787c73605d0"
288+
integrity sha512-mBw7xdJl1FWiQOKdQeZjQDJZsWya2VomQnKepvHXwm8lBfvnnk2X9LnXvlO/5//4vQH8M2S+gtmhYPhajXc4Gg==
289289

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==
290+
"@eclipse-glsp/nyc-config@2.7.0-next.7+e3d1cab":
291+
version "2.7.0-next.7"
292+
resolved "https://registry.yarnpkg.com/@eclipse-glsp/nyc-config/-/nyc-config-2.7.0-next.7.tgz#848d7a56fa2aeea5f3eb2bc604d653a83ac31052"
293+
integrity sha512-TBWGW7UmjoW9O0Q8uTg2eRdVxC+aTd5Axv/p1+qCfJ9mGlfHYQQfJmvgDGqXUsafpixug7zMwsWUWDtN1e4I8A==
294294

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==
295+
"@eclipse-glsp/prettier-config@2.7.0-next.7+e3d1cab":
296+
version "2.7.0-next.7"
297+
resolved "https://registry.yarnpkg.com/@eclipse-glsp/prettier-config/-/prettier-config-2.7.0-next.7.tgz#4da127cf864352295393ccd1d12a7bd49a923a55"
298+
integrity sha512-5GRRDyZuTrlhd/YTk5rTmI4R5FO1M5Veh0RFY4x3Y60muNRFsagVCtLvoFYQZFu9hQp5tkM3TMzsod9+WXaGEg==
299299
dependencies:
300300
prettier-plugin-packagejson "~2.4.6"
301301

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==
302+
"@eclipse-glsp/protocol@next":
303+
version "2.7.0-next.0"
304+
resolved "https://registry.yarnpkg.com/@eclipse-glsp/protocol/-/protocol-2.7.0-next.0.tgz#fa5035fe991c55106478b4947c71f020d29618b0"
305+
integrity sha512-PWQvRPC6RQai3+POvGRYjZyslCtX8sshxm/9EXcWiRyc+WEB6JEaafXf++mUPDVwDUm47y6ANoZYUP9XxCRILg==
306306
dependencies:
307307
sprotty-protocol "1.4.0"
308308
uuid "~10.0.0"
309309
vscode-jsonrpc "8.2.0"
310310

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==
311+
"@eclipse-glsp/ts-config@2.7.0-next.7+e3d1cab":
312+
version "2.7.0-next.7"
313+
resolved "https://registry.yarnpkg.com/@eclipse-glsp/ts-config/-/ts-config-2.7.0-next.7.tgz#97d6adee6b0c77186c314294f00688495d58f589"
314+
integrity sha512-a6ardMxgsRrMfwG5lNSbdNwvvZS+V7MP5Ftj9/++ADsWrftvsgvpeFm6G5USq4vqShu+tcGfEHkKG51R7oZzhA==
315315

316316
"@emnapi/core@^1.1.0":
317317
version "1.6.0"

0 commit comments

Comments
 (0)