Skip to content

Commit 1195038

Browse files
authored
Update to 2.5.0 (#214)
1 parent 90df42f commit 1195038

File tree

50 files changed

+1842
-2390
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+1842
-2390
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Set up Node.js
2424
uses: actions/[email protected]
2525
with:
26-
node-version: '18.x'
26+
node-version: '20.x'
2727
- name: Build
2828
env:
2929
NODE_OPTIONS: --max_old_space_size=4096
@@ -39,7 +39,7 @@ jobs:
3939
- name: Set up Node.js
4040
uses: actions/[email protected]
4141
with:
42-
node-version: '18.x'
42+
node-version: '20.x'
4343
- name: Build
4444
env:
4545
NODE_OPTIONS: --max_old_space_size=4096
@@ -55,7 +55,7 @@ jobs:
5555
- name: Set up Node.js
5656
uses: actions/[email protected]
5757
with:
58-
node-version: '18.x'
58+
node-version: '20.x'
5959
- name: Build
6060
run: yarn build:node-json-vscode
6161

@@ -68,6 +68,8 @@ jobs:
6868
uses: actions/[email protected]
6969
- name: Set up Node.js
7070
uses: actions/[email protected]
71+
with:
72+
node-version: '20.x'
7173
- name: Set up JDK
7274
uses: actions/[email protected]
7375
with:
@@ -87,6 +89,8 @@ jobs:
8789
uses: actions/[email protected]
8890
- name: Set up Node.js
8991
uses: actions/[email protected]
92+
with:
93+
node-version: '20.x'
9094
- name: Set up JDK
9195
uses: actions/[email protected]
9296
with:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Each example is self-contained and provides both, an example diagram client (`gl
99

1010
The following libraries/frameworks need to be installed on your system:
1111

12-
- [Node.js](https://nodejs.org/en/) `>=16.11.0`
12+
- [Node.js](https://nodejs.org/en/) `>=20`
1313
- [Yarn](https://classic.yarnpkg.com/en/docs/install#debian-stable) `>=1.7.0 < 2.x.x`
1414
- [Java](https://www.oracle.com/java/technologies/javase-jdk11-downloads.html) `>=17`
1515
- [Maven](https://maven.apache.org/) `>=3.6.0`

project-templates/java-emf-eclipse/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ The most important entry points are:
3939

4040
The following libraries/frameworks need to be installed on your system:
4141

42-
- [Node.js](https://nodejs.org/en/) `>=18`
42+
- [Node.js](https://nodejs.org/en/) `>=20`
4343
- [Yarn](https://classic.yarnpkg.com/en/docs/install#debian-stable) `>=1.7.0 < 2`
4444
- [Java](https://adoptium.net/temurin/releases) `>=17`
4545
- [Maven](https://maven.apache.org/) `>=3.6.0`
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"version": "2.3.0",
2+
"version": "2.5.0",
33
"npmClient": "yarn",
44
"command": {
55
"run": {
66
"stream": true
77
}
88
}
9-
}
9+
}

project-templates/java-emf-eclipse/glsp-client/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "parent",
3-
"version": "2.3.0",
3+
"version": "2.5.0",
44
"private": true,
55
"homepage": "https://www.eclipse.org/glsp/",
66
"bugs": "https://github.com/eclipse-glsp/glsp/issues",
@@ -36,14 +36,14 @@
3636
"watch": "concurrently --kill-others -n tsc,app -c red,yellow \"tsc -b -w --preserveWatchOutput\" \"yarn -s eclipse watch:bundle\""
3737
},
3838
"devDependencies": {
39-
"@eclipse-glsp/config": "2.3.0",
39+
"@eclipse-glsp/config": "2.5.0",
4040
"concurrently": "^8.2.2",
4141
"copyfiles": "^2.4.1",
4242
"lerna": "8.1.7",
4343
"typescript": "5.5.3"
4444
},
4545
"engines": {
46-
"node": ">=16.11.0",
46+
"node": ">=20",
4747
"yarn": ">=1.7.0 <2.x.x"
4848
}
4949
}

project-templates/java-emf-eclipse/glsp-client/tasklist-eclipse/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tasklist-eclipse",
3-
"version": "2.3.0",
3+
"version": "2.5.0",
44
"private": "true",
55
"description": "GLSP-frontend code for the EMF model TaskList Eclipse integration",
66
"keywords": [
@@ -40,8 +40,8 @@
4040
"watch:bundle": "webpack --watch"
4141
},
4242
"dependencies": {
43-
"@eclipse-glsp/ide": "2.3.0",
44-
"tasklist-glsp": "2.3.0"
43+
"@eclipse-glsp/ide": "2.5.0",
44+
"tasklist-glsp": "2.5.0"
4545
},
4646
"devDependencies": {
4747
"@vscode/codicons": "^0.0.25",

project-templates/java-emf-eclipse/glsp-client/tasklist-glsp/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tasklist-glsp",
3-
"version": "2.3.0",
3+
"version": "2.5.0",
44
"private": "true",
55
"description": "GLSP sprotty diagrams for the EMF model TaskList DSL",
66
"keywords": [
@@ -39,6 +39,6 @@
3939
"watch": "tsc -w"
4040
},
4141
"dependencies": {
42-
"@eclipse-glsp/client": "2.3.0"
42+
"@eclipse-glsp/client": "2.5.0"
4343
}
4444
}

project-templates/java-emf-eclipse/glsp-client/yarn.lock

Lines changed: 38 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -37,26 +37,26 @@
3737
resolved "https://registry.yarnpkg.com/@discoveryjs/json-ext/-/json-ext-0.5.7.tgz#1d572bfbbe14b7704e0ba0f39b74815b84870d70"
3838
integrity sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw==
3939

40-
"@eclipse-glsp/client@2.3.0":
41-
version "2.3.0"
42-
resolved "https://registry.yarnpkg.com/@eclipse-glsp/client/-/client-2.3.0.tgz#97e1a75dd63f4d0c4131b6e269e1948ab456f506"
43-
integrity sha512-YIHN5ySSu14S4g/vUOuCKexk/0OdB1Y3lyN7KrRLyppPnSjwX7n9VnkWfImzBfgWrUBAST97m1uTIA3e4yT2og==
40+
"@eclipse-glsp/client@2.5.0":
41+
version "2.5.0"
42+
resolved "https://registry.yarnpkg.com/@eclipse-glsp/client/-/client-2.5.0.tgz#cbaf931214177ead720d492e23cab6590ed31d76"
43+
integrity sha512-5uIyxXcUBxfGpvX/N8gIFvZnRmY19kjv2QAPt/polCcMLVSc2zRDXrF5OMvubf1K+bN1AJBNkLQhnFmg4FFAAg==
4444
dependencies:
45-
"@eclipse-glsp/sprotty" "^2.3.0"
45+
"@eclipse-glsp/sprotty" "2.5.0"
4646
autocompleter "^9.1.2"
4747
file-saver "^2.0.5"
4848
lodash "4.17.21"
4949
snabbdom "~3.5.1"
5050
vscode-jsonrpc "8.2.0"
5151

52-
"@eclipse-glsp/config@2.3.0":
53-
version "2.3.0"
54-
resolved "https://registry.yarnpkg.com/@eclipse-glsp/config/-/config-2.3.0.tgz#075ba32546920996a43807f817383bf294ce846c"
55-
integrity sha512-LkE+1UNpt1ZjPZhXAQLpqbEz3NPeZObLphgzmf3hMJ8z1gzUBZYsbfArTI4sZxXyEkfmr6YJ4b91nsTLWMaWlw==
52+
"@eclipse-glsp/config@2.5.0":
53+
version "2.5.0"
54+
resolved "https://registry.yarnpkg.com/@eclipse-glsp/config/-/config-2.5.0.tgz#a23787637931a866dd137409419115a898aea211"
55+
integrity sha512-JKpTR/3Nl2RJnA0zKAAXCBW/emBymQl4/4Hlgv2UcGfVbeVtnDus10/yGw0CdDzruIbID3p4HBeMS9dxS1wbDg==
5656
dependencies:
57-
"@eclipse-glsp/eslint-config" "2.3.0"
58-
"@eclipse-glsp/prettier-config" "2.3.0"
59-
"@eclipse-glsp/ts-config" "2.3.0"
57+
"@eclipse-glsp/eslint-config" "2.5.0"
58+
"@eclipse-glsp/prettier-config" "2.5.0"
59+
"@eclipse-glsp/ts-config" "2.5.0"
6060
"@typescript-eslint/eslint-plugin" "^6.7.5"
6161
"@typescript-eslint/parser" "^6.7.5"
6262
eslint "^8.51.0"
@@ -70,50 +70,50 @@
7070
reflect-metadata "^0.1.13"
7171
rimraf "^5.0.5"
7272

73-
"@eclipse-glsp/eslint-config@2.3.0":
74-
version "2.3.0"
75-
resolved "https://registry.yarnpkg.com/@eclipse-glsp/eslint-config/-/eslint-config-2.3.0.tgz#e88dcbdef9319fad55de817db3dcf0943b14eada"
76-
integrity sha512-ks8icAt35BPZY/F5ucALrbqW4lhpslrQJABUxAM+/WxLNNbggLMTa5jJc4HJITIM3DPpVSKnIzx9jHv6Ywp6Wg==
73+
"@eclipse-glsp/eslint-config@2.5.0":
74+
version "2.5.0"
75+
resolved "https://registry.yarnpkg.com/@eclipse-glsp/eslint-config/-/eslint-config-2.5.0.tgz#65225e5b01c1dd6426164d60352b47682ed1fb31"
76+
integrity sha512-GBQeArYZypGtqhAtsUEzXl9PMrjnsXVmnaZe2Xvm0AVPc4QP53YBRaY2qJ6TLQBFe3DvbKrhzLYrDJK+OlF6lg==
7777

78-
"@eclipse-glsp/ide@2.3.0":
79-
version "2.3.0"
80-
resolved "https://registry.yarnpkg.com/@eclipse-glsp/ide/-/ide-2.3.0.tgz#86988fe80e92e40f19024661d677f107c62bed12"
81-
integrity sha512-Izzvm1s79LpCZ0VM+HPnVkjO7XCq1C5lbJubi6zyGd2qcr6LmBIHZy3UyQVXmeXbjIbjIt5qdy8H++SY3Rulng==
78+
"@eclipse-glsp/ide@2.5.0":
79+
version "2.5.0"
80+
resolved "https://registry.yarnpkg.com/@eclipse-glsp/ide/-/ide-2.5.0.tgz#018e168153b8c47e5d563e682fd6072845b224dd"
81+
integrity sha512-bLyb2eaGf+5NAkxUp1xG7wUrbGjc85nN+tw5Ucz4ZkgpvdIioIPiA0wnUlq+DOb32m0RWOMTEKbb9zllcMqtvA==
8282
dependencies:
83-
"@eclipse-glsp/client" "2.3.0"
83+
"@eclipse-glsp/client" "2.5.0"
8484

85-
"@eclipse-glsp/prettier-config@2.3.0":
86-
version "2.3.0"
87-
resolved "https://registry.yarnpkg.com/@eclipse-glsp/prettier-config/-/prettier-config-2.3.0.tgz#2fef36d466b54e7fa08a40fbcb4b06134a37639d"
88-
integrity sha512-ZeemPmMrU0vMcE/wVH0QiJvlWtXUFwYHFCc2VjbXFs8/3+PTbi2ROk7ZvLdohPpGkZfD/1WzfHlolatl89r4MQ==
85+
"@eclipse-glsp/prettier-config@2.5.0":
86+
version "2.5.0"
87+
resolved "https://registry.yarnpkg.com/@eclipse-glsp/prettier-config/-/prettier-config-2.5.0.tgz#c1744e6ee7f5124eef7610c035f7405e3608ee46"
88+
integrity sha512-JSoXoZLbdYm6YfQrCvFopKQiwaX3+iEJ27oR10da+wYY6Gio4jRXQZoqrGJaLygtZ8qe8j5DjRt8jEYdLInDLg==
8989
dependencies:
9090
prettier-plugin-packagejson "~2.4.6"
9191

92-
"@eclipse-glsp/protocol@^2.3.0":
93-
version "2.3.0"
94-
resolved "https://registry.yarnpkg.com/@eclipse-glsp/protocol/-/protocol-2.3.0.tgz#87db53ffb81090abfe900e6ab7a5bb383a8cf2a3"
95-
integrity sha512-y9gKtDYjvwLaWXi9ULhU21W4uEwNy94B2NjnNoxhAcZXwFxG14G4B2tBULnLJPCSeH+R717a7NRk3ECNX7lkcQ==
92+
"@eclipse-glsp/protocol@2.5.0":
93+
version "2.5.0"
94+
resolved "https://registry.yarnpkg.com/@eclipse-glsp/protocol/-/protocol-2.5.0.tgz#4c0325783bf296a8bdcef483cd0da96b760b35e3"
95+
integrity sha512-bPHGamXtkbhFqV+2LAzrkOWw7iUmFIdYT+5uPdGqo3BPITiAA2cyE3iRuePwqgiqidhZrhPW60vL0GRgvgZ3TQ==
9696
dependencies:
9797
sprotty-protocol "1.4.0"
9898
uuid "~10.0.0"
9999
vscode-jsonrpc "8.2.0"
100100

101-
"@eclipse-glsp/sprotty@^2.3.0":
102-
version "2.3.0"
103-
resolved "https://registry.yarnpkg.com/@eclipse-glsp/sprotty/-/sprotty-2.3.0.tgz#6cbb1d299625315fbee22445343c3569b71c2bf7"
104-
integrity sha512-bsyrpJyH05ksQnLnpJg7hPVZX8yt16gke387VYnkQoiryB24XM/Korbukb3q/OQSka30rECt6OC3NgazKP59DQ==
101+
"@eclipse-glsp/sprotty@2.5.0":
102+
version "2.5.0"
103+
resolved "https://registry.yarnpkg.com/@eclipse-glsp/sprotty/-/sprotty-2.5.0.tgz#0f83bec254717cc0bb16308babcf1c23de62d9bd"
104+
integrity sha512-pjVoa0iXoRPivFuKxmxYETGlIIwVmW1tKVd2jKauci4m11a48yenaFGqEtlxHJPRBnXrRKTPdoSmTtovKM5lhA==
105105
dependencies:
106-
"@eclipse-glsp/protocol" "^2.3.0"
106+
"@eclipse-glsp/protocol" "2.5.0"
107107
autocompleter "^9.1.0"
108108
snabbdom "~3.5.1"
109109
sprotty "1.4.0"
110110
sprotty-protocol "1.4.0"
111111
vscode-jsonrpc "8.2.0"
112112

113-
"@eclipse-glsp/ts-config@2.3.0":
114-
version "2.3.0"
115-
resolved "https://registry.yarnpkg.com/@eclipse-glsp/ts-config/-/ts-config-2.3.0.tgz#9b4c91b1a8341f1ab6cf5894d51484ceb5054bc1"
116-
integrity sha512-mQukxKKx6l/seowiCfOI0+/PiMM2kDduPN4GE51aLOI9dMSd5jmiFq61mt1eBAn1hLo3/V4s2dhjjhBO7S/36A==
113+
"@eclipse-glsp/ts-config@2.5.0":
114+
version "2.5.0"
115+
resolved "https://registry.yarnpkg.com/@eclipse-glsp/ts-config/-/ts-config-2.5.0.tgz#1893464f5f9d3492fef69b0c7d3a3521525e2f0e"
116+
integrity sha512-TSUnDUsLrMiu0VT+hqB7JzSAhgVFA803xbtk8xBjkFVKJMpOb9R5DahODloT1m3C7dcgZPYg6LwH6MpjsRl3ZQ==
117117

118118
"@emnapi/core@^1.1.0":
119119
version "1.2.0"

project-templates/java-emf-eclipse/glsp-server/org.eclipse.glsp.example.javaemf.editor/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: GLSP TaskList Example Editor
44
Bundle-SymbolicName: org.eclipse.glsp.example.javaemf.editor;singleton:=true
5-
Bundle-Version: 2.3.0
5+
Bundle-Version: 2.5.0
66
Automatic-Module-Name: org.eclipse.glsp.example.javaemf.editor
77
Bundle-RequiredExecutionEnvironment: JavaSE-17
88
Require-Bundle: org.eclipse.elk.alg.common;bundle-version="0.5.0",

project-templates/java-emf-eclipse/glsp-server/org.eclipse.glsp.example.javaemf.editor/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>org.eclipse.glsp.example</groupId>
1010
<artifactId>org.eclipse.glsp.example.javaemf.parent</artifactId>
11-
<version>2.3.0</version>
11+
<version>2.5.0</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414

0 commit comments

Comments
 (0)