diff --git a/examples/workflow-server-bundled/package.json b/examples/workflow-server-bundled/package.json index f74f533..ae63e27 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.6.0", + "version": "2.7.0-next", "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 d334555..b95b992 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.6.0", + "version": "2.7.0-next", "description": "GLSP node server for the workflow example", "keywords": [ "eclipse", @@ -56,8 +56,8 @@ "watch:bundle": "webpack -w" }, "dependencies": { - "@eclipse-glsp/layout-elk": "2.6.0", - "@eclipse-glsp/server": "2.6.0", + "@eclipse-glsp/layout-elk": "2.7.0-next", + "@eclipse-glsp/server": "2.7.0-next", "inversify": "^6.1.3" }, "devDependencies": { diff --git a/lerna.json b/lerna.json index 36d1f0c..8361ab3 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "2.6.0", + "version": "2.7.0-next", "npmClient": "yarn", "command": { "run": { diff --git a/package.json b/package.json index 6097a93..7d482f6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "parent", - "version": "2.6.0", + "version": "2.7.0-next", "private": true, "workspaces": [ "packages/*", @@ -34,7 +34,7 @@ "watch:bundle": "yarn --cwd examples/workflow-server watch:bundle" }, "devDependencies": { - "@eclipse-glsp/dev": "2.6.0", + "@eclipse-glsp/dev": "next", "@types/node": "20.x", "concurrently": "^8.2.2", "lerna": "^9.0.0", diff --git a/packages/graph/package.json b/packages/graph/package.json index 95d0444..3b740c3 100644 --- a/packages/graph/package.json +++ b/packages/graph/package.json @@ -1,6 +1,6 @@ { "name": "@eclipse-glsp/graph", - "version": "2.6.0", + "version": "2.7.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.6.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 2b6c52e..61e8329 100644 --- a/packages/layout-elk/package.json +++ b/packages/layout-elk/package.json @@ -1,6 +1,6 @@ { "name": "@eclipse-glsp/layout-elk", - "version": "2.6.0", + "version": "2.7.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.6.0", + "@eclipse-glsp/server": "2.7.0-next", "elkjs": "^0.10.1" }, "peerDependencies": { diff --git a/packages/server/package.json b/packages/server/package.json index 194a2aa..904b633 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -1,6 +1,6 @@ { "name": "@eclipse-glsp/server", - "version": "2.6.0", + "version": "2.7.0-next", "description": "A js server framework for Eclipse GLSP", "keywords": [ "eclipse", @@ -58,8 +58,8 @@ "watch": "tsc -w" }, "dependencies": { - "@eclipse-glsp/graph": "2.6.0", - "@eclipse-glsp/protocol": "2.6.0", + "@eclipse-glsp/graph": "2.7.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 3936944..d36aaf1 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.6.0": - version "2.6.0" - resolved "https://registry.yarnpkg.com/@eclipse-glsp/cli/-/cli-2.6.0.tgz#cfe59f5e52ad7e256d59376a3ccefe44c43d67a3" - integrity sha512-WMuUbpPdWIcGeKJRS5KH00N5dqPI51sdGEtcl4U1ULwf3JzDI0Zk4xnddbgx84uvVLAoDHHmcg098NLfd7E3ww== - -"@eclipse-glsp/config-test@2.6.0": - version "2.6.0" - resolved "https://registry.yarnpkg.com/@eclipse-glsp/config-test/-/config-test-2.6.0.tgz#75012156579c4934a673cc856bc303cb9fdf3513" - integrity sha512-TJRIfEknDeVfqpSvB8oTr5KACqL7/IhetXwvy6qP5tz1Jcgfy3sLgiyEaEkvZ9eUDEIikjcfe7zEG+uJ5a7o8Q== - dependencies: - "@eclipse-glsp/mocha-config" "2.6.0" - "@eclipse-glsp/nyc-config" "2.6.0" +"@eclipse-glsp/cli@2.7.0-next.7+e3d1cab": + version "2.7.0-next.7" + resolved "https://registry.yarnpkg.com/@eclipse-glsp/cli/-/cli-2.7.0-next.7.tgz#34b3cc62366064e05dc7799c0c5a8b0e8ba50b52" + integrity sha512-/3hnnH42T4D8U4ldksqfvT1S/mqfIlgm4/1Ukl3gmBWxPcClit0kwFFcqlNkiL+B1r0dJIybD/Ht+NfnJbcMFQ== + +"@eclipse-glsp/config-test@2.7.0-next.7+e3d1cab": + version "2.7.0-next.7" + resolved "https://registry.yarnpkg.com/@eclipse-glsp/config-test/-/config-test-2.7.0-next.7.tgz#fb1c5b7b429ae6b37afbcdd1cc97dbd021fdeb98" + integrity sha512-oGP2q8Ku1bimwkOTnbiMhPCu4ypqetnsyKF209j7sALPoVVQo2/8wUBGfIWI+ojbdGsOK/SeLmlydmkU/P8paw== + dependencies: + "@eclipse-glsp/mocha-config" "2.7.0-next.7+e3d1cab" + "@eclipse-glsp/nyc-config" "2.7.0-next.7+e3d1cab" "@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.6.0": - version "2.6.0" - resolved "https://registry.yarnpkg.com/@eclipse-glsp/config/-/config-2.6.0.tgz#1f6e70986315101a61f799eac899046b6056accd" - integrity sha512-HSJolxpoAn/qVSao84WXR+MoVp/6HtP30Z7PWHTFfIrfmXcdPz2iprX+O22JzKIj7swKv5GDXb8bTpCBvSD2ZQ== +"@eclipse-glsp/config@2.7.0-next.7+e3d1cab": + version "2.7.0-next.7" + resolved "https://registry.yarnpkg.com/@eclipse-glsp/config/-/config-2.7.0-next.7.tgz#3be83dcccaef7cc15d442839e82a9c52b06e2922" + integrity sha512-0bhkwTK5SN0XypUelqy0qvnsqpG1t3ZKyHNWaBtctScdUMjuWAVIjuhj2TkXELokANCLT1sipA+pTyelMcTmmw== dependencies: - "@eclipse-glsp/eslint-config" "2.6.0" - "@eclipse-glsp/prettier-config" "2.6.0" - "@eclipse-glsp/ts-config" "2.6.0" + "@eclipse-glsp/eslint-config" "2.7.0-next.7+e3d1cab" + "@eclipse-glsp/prettier-config" "2.7.0-next.7+e3d1cab" + "@eclipse-glsp/ts-config" "2.7.0-next.7+e3d1cab" "@typescript-eslint/eslint-plugin" "^6.7.5" "@typescript-eslint/parser" "^6.7.5" eslint "^8.51.0" @@ -268,50 +268,50 @@ reflect-metadata "^0.1.13" rimraf "^5.0.5" -"@eclipse-glsp/dev@2.6.0": - version "2.6.0" - resolved "https://registry.yarnpkg.com/@eclipse-glsp/dev/-/dev-2.6.0.tgz#d62ce151091bef711da6a54a0280cf2e5f7750b7" - integrity sha512-hqhS7ef2Z/UcU13HPi+wBgdLR/+8S15JWMjRz0iAOfWCUwCYUJ8qyd6/ODMQnylyB1VOrtVdnA3U9BeXiqBR+g== +"@eclipse-glsp/dev@next": + version "2.7.0-next.7" + resolved "https://registry.yarnpkg.com/@eclipse-glsp/dev/-/dev-2.7.0-next.7.tgz#ad7faf6bd88f1b340ed26fe799841435ff7338ab" + integrity sha512-znExj8yNpw78TJmlVDqyY2wQOeWhfMm8Wh2qtDECYwGcakGyx4P9Ep6m4d8fMY8xg9rKlPbLUAXmyKnrzOQx/A== dependencies: - "@eclipse-glsp/cli" "2.6.0" - "@eclipse-glsp/config" "2.6.0" - "@eclipse-glsp/config-test" "2.6.0" + "@eclipse-glsp/cli" "2.7.0-next.7+e3d1cab" + "@eclipse-glsp/config" "2.7.0-next.7+e3d1cab" + "@eclipse-glsp/config-test" "2.7.0-next.7+e3d1cab" -"@eclipse-glsp/eslint-config@2.6.0": - version "2.6.0" - resolved "https://registry.yarnpkg.com/@eclipse-glsp/eslint-config/-/eslint-config-2.6.0.tgz#c825431de3ad48447ea18c5daacc964f3fcbe215" - integrity sha512-riTZkeSSXvnrceedgPc+y7bujplymLkDn2m/dtS87aiejsAvQB2tQsWFZCA0BVoqe+uurTeI+HVgQtiHKF/z1w== +"@eclipse-glsp/eslint-config@2.7.0-next.7+e3d1cab": + version "2.7.0-next.7" + resolved "https://registry.yarnpkg.com/@eclipse-glsp/eslint-config/-/eslint-config-2.7.0-next.7.tgz#f4f1142df7c8f5af6e8c6fca3f316031673a21f8" + integrity sha512-nC2URENaWV+slZQyKOTylhEAQbM7qEmJqDnqjxi9ECkWmf1nISBw8bPi/UonxJkoUJaX8XWEP378LSo/XiOUFA== -"@eclipse-glsp/mocha-config@2.6.0": - version "2.6.0" - resolved "https://registry.yarnpkg.com/@eclipse-glsp/mocha-config/-/mocha-config-2.6.0.tgz#bbe5dd11be48d88094248b34292bbeefef36da4f" - integrity sha512-zXukAEE22E9tohXRUm+Ed1geg0oFUQHba5pWpzni6PPkInFOiaTfY03iyYqwaNyfv0RWbE4igOgw/joMU1zWnw== +"@eclipse-glsp/mocha-config@2.7.0-next.7+e3d1cab": + version "2.7.0-next.7" + resolved "https://registry.yarnpkg.com/@eclipse-glsp/mocha-config/-/mocha-config-2.7.0-next.7.tgz#4166ba8bccba7aa2c51168d501284787c73605d0" + integrity sha512-mBw7xdJl1FWiQOKdQeZjQDJZsWya2VomQnKepvHXwm8lBfvnnk2X9LnXvlO/5//4vQH8M2S+gtmhYPhajXc4Gg== -"@eclipse-glsp/nyc-config@2.6.0": - version "2.6.0" - resolved "https://registry.yarnpkg.com/@eclipse-glsp/nyc-config/-/nyc-config-2.6.0.tgz#ca6bcf1b54885f5dd1d1e65c90cd8b515c04befd" - integrity sha512-OT4vuptY86vRnqc4LCRWrUMzSpLKrAir+KGvcezokj4mR7HaKKpYFBLBzEsWsscJwwTsbYRLpo2boI6QOWIObA== +"@eclipse-glsp/nyc-config@2.7.0-next.7+e3d1cab": + version "2.7.0-next.7" + resolved "https://registry.yarnpkg.com/@eclipse-glsp/nyc-config/-/nyc-config-2.7.0-next.7.tgz#848d7a56fa2aeea5f3eb2bc604d653a83ac31052" + integrity sha512-TBWGW7UmjoW9O0Q8uTg2eRdVxC+aTd5Axv/p1+qCfJ9mGlfHYQQfJmvgDGqXUsafpixug7zMwsWUWDtN1e4I8A== -"@eclipse-glsp/prettier-config@2.6.0": - version "2.6.0" - resolved "https://registry.yarnpkg.com/@eclipse-glsp/prettier-config/-/prettier-config-2.6.0.tgz#6e7b72791c154e582633fc967c25cad0e3ebd5bf" - integrity sha512-cq1ltXByyuEzgtDUGWsA+WfFQjOb3BeHVhI4JgoTByQmIqOBkUXY0vzMouuCmQooBh0MUOOoYboKIUGLOghFmw== +"@eclipse-glsp/prettier-config@2.7.0-next.7+e3d1cab": + version "2.7.0-next.7" + resolved "https://registry.yarnpkg.com/@eclipse-glsp/prettier-config/-/prettier-config-2.7.0-next.7.tgz#4da127cf864352295393ccd1d12a7bd49a923a55" + integrity sha512-5GRRDyZuTrlhd/YTk5rTmI4R5FO1M5Veh0RFY4x3Y60muNRFsagVCtLvoFYQZFu9hQp5tkM3TMzsod9+WXaGEg== dependencies: prettier-plugin-packagejson "~2.4.6" -"@eclipse-glsp/protocol@2.6.0": - version "2.6.0" - resolved "https://registry.yarnpkg.com/@eclipse-glsp/protocol/-/protocol-2.6.0.tgz#171668f14a20e81695c5d21eb1aff6e1b97827f2" - integrity sha512-DOhHM67EbWuPe3E/dhJaDVctTeAF8jJY1/WsiRQEvVGaVpq0rPxHChaErm0TKTrcZBEpX9/r0JTJlWtIh+GRYg== +"@eclipse-glsp/protocol@next": + version "2.7.0-next.0" + resolved "https://registry.yarnpkg.com/@eclipse-glsp/protocol/-/protocol-2.7.0-next.0.tgz#fa5035fe991c55106478b4947c71f020d29618b0" + integrity sha512-PWQvRPC6RQai3+POvGRYjZyslCtX8sshxm/9EXcWiRyc+WEB6JEaafXf++mUPDVwDUm47y6ANoZYUP9XxCRILg== dependencies: sprotty-protocol "1.4.0" uuid "~10.0.0" vscode-jsonrpc "8.2.0" -"@eclipse-glsp/ts-config@2.6.0": - version "2.6.0" - resolved "https://registry.yarnpkg.com/@eclipse-glsp/ts-config/-/ts-config-2.6.0.tgz#c97b5e83f993f9969ce9db2be41b169ffb16d494" - integrity sha512-DPQOhnsxRgL8NQYS8J7mdxpKdzC+xXoodib2UW1HMZY2F8WOknSSWlFxNDEXNxUGvCeTdfuBlLo9RACx+TrbIw== +"@eclipse-glsp/ts-config@2.7.0-next.7+e3d1cab": + version "2.7.0-next.7" + resolved "https://registry.yarnpkg.com/@eclipse-glsp/ts-config/-/ts-config-2.7.0-next.7.tgz#97d6adee6b0c77186c314294f00688495d58f589" + integrity sha512-a6ardMxgsRrMfwG5lNSbdNwvvZS+V7MP5Ftj9/++ADsWrftvsgvpeFm6G5USq4vqShu+tcGfEHkKG51R7oZzhA== "@emnapi/core@^1.1.0": version "1.6.0"