Skip to content

Commit 9a3f053

Browse files
v2.7.0 (#51)
1 parent 72ee2f6 commit 9a3f053

6 files changed

Lines changed: 53 additions & 53 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 Playwright Changelog
22

3-
## v2.7.0 - active
3+
## [v2.7.0 - 02/06/2026](https://github.com/eclipse-glsp/glsp-playwright/releases/tag/v2.7.0)
44

55
### Changes
66

examples/workflow-test/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/workflow-test",
3-
"version": "2.7.0-next",
3+
"version": "2.7.0",
44
"private": true,
55
"description": "Example project for glsp-playwright",
66
"homepage": "https://www.eclipse.org/glsp/",
@@ -48,7 +48,7 @@
4848
"watch": "tsc -w"
4949
},
5050
"devDependencies": {
51-
"@eclipse-glsp/glsp-playwright": "2.7.0-next",
51+
"@eclipse-glsp/glsp-playwright": "2.7.0",
5252
"@playwright/test": "^1.59.1",
5353
"@theia/playwright": "~1.71.2",
5454
"dotenv": "^16.0.3"

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.7.0-next",
2+
"version": "2.7.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.7.0-next",
3+
"version": "2.7.0",
44
"private": true,
55
"workspaces": {
66
"packages": [
@@ -40,7 +40,7 @@
4040
"watch": "concurrently --kill-others -n tsc,alias -c red,yellow \"tsc -b -w --preserveWatchOutput\" \"yarn --cwd packages/glsp-playwright watch:alias\""
4141
},
4242
"devDependencies": {
43-
"@eclipse-glsp/dev": "next",
43+
"@eclipse-glsp/dev": "2.7.0",
4444
"@estruyf/github-actions-reporter": "^1.7.0",
4545
"@types/node": "22.x",
4646
"concurrently": "^8.2.2",

packages/glsp-playwright/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/glsp-playwright",
3-
"version": "2.7.0-next",
3+
"version": "2.7.0",
44
"description": "Playwright-based testing framework for GLSP",
55
"homepage": "https://www.eclipse.org/glsp/",
66
"bugs": "https://github.com/eclipse-glsp/glsp/issues",

yarn.lock

Lines changed: 46 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -223,18 +223,18 @@
223223
dependencies:
224224
"@jridgewell/trace-mapping" "0.3.9"
225225

226-
"@eclipse-glsp/cli@2.7.0-next.23+5fb838f":
227-
version "2.7.0-next.23"
228-
resolved "https://registry.yarnpkg.com/@eclipse-glsp/cli/-/cli-2.7.0-next.23.tgz#f58a0625db324a65185ddbeb672787548d5cb4c3"
229-
integrity sha512-di+UMR4nE1eytIm7H4oU74RUgtJcCGHfUSjRnqn9PQs+g18PBuM+dx9x82gKzK/uYSEqGovi/hWYH0d3LQs9cg==
230-
231-
"@eclipse-glsp/config-test@2.7.0-next.23+5fb838f":
232-
version "2.7.0-next.23"
233-
resolved "https://registry.yarnpkg.com/@eclipse-glsp/config-test/-/config-test-2.7.0-next.23.tgz#cd21b048dc2b1722b6dec28e82042f4d8ea6ff15"
234-
integrity sha512-g+9HfhBdjCm5UPUObvvDnANR1Lb/1oE5Ie6gtN+7br2NUh/TED7r6h0NW3RE5k8QvO9Mx7RMfcWs4IrgbCIVrQ==
235-
dependencies:
236-
"@eclipse-glsp/mocha-config" "2.7.0-next.23+5fb838f"
237-
"@eclipse-glsp/nyc-config" "2.7.0-next.23+5fb838f"
226+
"@eclipse-glsp/cli@2.7.0":
227+
version "2.7.0"
228+
resolved "https://registry.yarnpkg.com/@eclipse-glsp/cli/-/cli-2.7.0.tgz#790d798b443b931cd7ea13fc35a245f0736dea30"
229+
integrity sha512-FR2W6nTR+jP3oVW6vug2HE4ldTM3RMcYNoKM841QJ3TZpuNpbMHCEYuoERTnr7F4VxkXwPGfSfwLLq5wni+b5g==
230+
231+
"@eclipse-glsp/config-test@2.7.0":
232+
version "2.7.0"
233+
resolved "https://registry.yarnpkg.com/@eclipse-glsp/config-test/-/config-test-2.7.0.tgz#3378bd0d65bf0cfe178ae7b7827af77f63a27fcf"
234+
integrity sha512-0VKnpkwaBArXuDxSMJ5/5TD3XH2gjt2uOWS6Ct5l6yJ1W18SMWR8NMgY8Gzy7UkGqBuRtC3PodLLUJbSrJZwnw==
235+
dependencies:
236+
"@eclipse-glsp/mocha-config" "2.7.0"
237+
"@eclipse-glsp/nyc-config" "2.7.0"
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.7.0-next.23+5fb838f":
251-
version "2.7.0-next.23"
252-
resolved "https://registry.yarnpkg.com/@eclipse-glsp/config/-/config-2.7.0-next.23.tgz#a4b17e1a5843cb555c162e60f68943d4d732aaa8"
253-
integrity sha512-witfViz37mSiYipe2DWaNGn25UM/Suqb/0AHkljLNv20PEnCtcr5cQ2izBsXnlD+mlph+bP9tSIgZrxEkOSlEQ==
250+
"@eclipse-glsp/config@2.7.0":
251+
version "2.7.0"
252+
resolved "https://registry.yarnpkg.com/@eclipse-glsp/config/-/config-2.7.0.tgz#af9f08852cc393a3336f0b1fd7929b46dd35d523"
253+
integrity sha512-r8ueL74sULxShM8cYFIa4sKklQ2auElf/+K4Zmt8UgtD1I3YMzWtDLpCtCWCO+r+Yfe3MgF5yMZzblpHL7jDjg==
254254
dependencies:
255-
"@eclipse-glsp/eslint-config" "2.7.0-next.23+5fb838f"
256-
"@eclipse-glsp/prettier-config" "2.7.0-next.23+5fb838f"
257-
"@eclipse-glsp/ts-config" "2.7.0-next.23+5fb838f"
255+
"@eclipse-glsp/eslint-config" "2.7.0"
256+
"@eclipse-glsp/prettier-config" "2.7.0"
257+
"@eclipse-glsp/ts-config" "2.7.0"
258258
"@eslint/js" "^9.0.0"
259259
"@stylistic/eslint-plugin" "^2.0.0"
260260
"@tony.ganchev/eslint-plugin-header" "^3.1.1"
@@ -270,41 +270,41 @@
270270
rimraf "^5.0.5"
271271
typescript-eslint "^8.0.0"
272272

273-
"@eclipse-glsp/dev@next":
274-
version "2.7.0-next.23"
275-
resolved "https://registry.yarnpkg.com/@eclipse-glsp/dev/-/dev-2.7.0-next.23.tgz#a7432467a24b93439fca16aeb0217b8d676fd747"
276-
integrity sha512-Wp8K2lDrWjiLWFMhljJ+xJcGRqNQkqZCxq9/wNUuXUVhUgsmO5HHc61iWvZRViN2vbgo9IbKfK0us2zKOaW+uA==
273+
"@eclipse-glsp/dev@2.7.0":
274+
version "2.7.0"
275+
resolved "https://registry.yarnpkg.com/@eclipse-glsp/dev/-/dev-2.7.0.tgz#abbc7b0bf9f131e6d55dedd9abc21010db773efa"
276+
integrity sha512-yv3XQMmtTpAqswy+ZO05+BbppnWk0QMD5DzWJiKwyZsDvwQcPR6juQouWMP8X1p7QFQBLoeplW7C0jj/PQjUUg==
277277
dependencies:
278-
"@eclipse-glsp/cli" "2.7.0-next.23+5fb838f"
279-
"@eclipse-glsp/config" "2.7.0-next.23+5fb838f"
280-
"@eclipse-glsp/config-test" "2.7.0-next.23+5fb838f"
278+
"@eclipse-glsp/cli" "2.7.0"
279+
"@eclipse-glsp/config" "2.7.0"
280+
"@eclipse-glsp/config-test" "2.7.0"
281281

282-
"@eclipse-glsp/eslint-config@2.7.0-next.23+5fb838f":
283-
version "2.7.0-next.23"
284-
resolved "https://registry.yarnpkg.com/@eclipse-glsp/eslint-config/-/eslint-config-2.7.0-next.23.tgz#de10f5546da779596698c87decc2c54186a2ab67"
285-
integrity sha512-VywTrlOewEUaS+B1tEUf5XXOd5DjXmeAa8fuPS2wtPoRyR/wA65Isow7mbsHCOTR9bDlmSoxyXpuOxVz1jKdiA==
282+
"@eclipse-glsp/eslint-config@2.7.0":
283+
version "2.7.0"
284+
resolved "https://registry.yarnpkg.com/@eclipse-glsp/eslint-config/-/eslint-config-2.7.0.tgz#6e47e8ca7a4b2b1257e7e0b5fb9b024cd3568693"
285+
integrity sha512-IyeeV81mp13b5iNKwyQ3PcCk5BoNP9QHYw+cSc9kU2o11bLWlx72l/+mDzDEwh/N7Aa1sIJkSAZQwqfuttMuig==
286286

287-
"@eclipse-glsp/mocha-config@2.7.0-next.23+5fb838f":
288-
version "2.7.0-next.23"
289-
resolved "https://registry.yarnpkg.com/@eclipse-glsp/mocha-config/-/mocha-config-2.7.0-next.23.tgz#6dd260e2a754f199133458c35bebe3743be62bff"
290-
integrity sha512-JTSv9MwBKk4GlCZuPmuEioTyqnG5yp21UjWcDLbNEXLnbOa14MebmwBvfqvNRz2dHVqMHe3B109if2O0tM3nsg==
287+
"@eclipse-glsp/mocha-config@2.7.0":
288+
version "2.7.0"
289+
resolved "https://registry.yarnpkg.com/@eclipse-glsp/mocha-config/-/mocha-config-2.7.0.tgz#32cb801398592fcbd341865e32a7117730d578d4"
290+
integrity sha512-GTEVPmRBLN71mVrLa4tSjVGFzBMFfd+RGHzCctIS5OTGepFQKhAYs0dlR9RW5y4M7lEXONwrH+PijNgbkrwzrA==
291291

292-
"@eclipse-glsp/nyc-config@2.7.0-next.23+5fb838f":
293-
version "2.7.0-next.23"
294-
resolved "https://registry.yarnpkg.com/@eclipse-glsp/nyc-config/-/nyc-config-2.7.0-next.23.tgz#5990b19f1f7172cefdbe57287456d41c4522dc0f"
295-
integrity sha512-HuKQFNcNtJBMe0LGz0t3vDectCSj6fmIlGD270yjNAbVc7C6xoe5rENM7iXKt6ViEjvPN06iKe8z/kRRU1krlw==
292+
"@eclipse-glsp/nyc-config@2.7.0":
293+
version "2.7.0"
294+
resolved "https://registry.yarnpkg.com/@eclipse-glsp/nyc-config/-/nyc-config-2.7.0.tgz#4ea463fe7701f4e4f42a1a7e5a78c0a0b7617f31"
295+
integrity sha512-O61shSSwRGhwjr0rw0fQv1M0uDcoyyu676qmT6OFSRTcOFkJjZ3G1QTdUrNJIvgX3HmM/X4xe677iWT3c8+XKw==
296296

297-
"@eclipse-glsp/prettier-config@2.7.0-next.23+5fb838f":
298-
version "2.7.0-next.23"
299-
resolved "https://registry.yarnpkg.com/@eclipse-glsp/prettier-config/-/prettier-config-2.7.0-next.23.tgz#b2ddbe3c596775bcfbb34406ffd541370aaa4bd3"
300-
integrity sha512-Zl6SvA5CP6VbHFjBNrr+1zGhKCeqZeSmZgAxt/kuEeOly3TRlByhB/qDo6aOze1XrwfdU281TvvoNovLWFD4fA==
297+
"@eclipse-glsp/prettier-config@2.7.0":
298+
version "2.7.0"
299+
resolved "https://registry.yarnpkg.com/@eclipse-glsp/prettier-config/-/prettier-config-2.7.0.tgz#0afeac7a6e1bf89865743b0216d466018a627792"
300+
integrity sha512-15dw7ulpOqTTSKPCQ/H3i/wXzQ4+kF19zdhPa05LyOOmkOANQtIZPjAAAamT5bAb/T2cHNvMiT+T5vzCraYXuA==
301301
dependencies:
302302
prettier-plugin-packagejson "~2.4.6"
303303

304-
"@eclipse-glsp/ts-config@2.7.0-next.23+5fb838f":
305-
version "2.7.0-next.23"
306-
resolved "https://registry.yarnpkg.com/@eclipse-glsp/ts-config/-/ts-config-2.7.0-next.23.tgz#d54faba4b8ab8da9f583fea2b39475104c2fc8b4"
307-
integrity sha512-W3aS5B6FG88RxrDlf7tpou5XkJuBzQNJ7f/zkY5/jJq4dNpvb+2Ky5Mx/CinOC7SKk16WXQdXKFQk2vuy+jA7Q==
304+
"@eclipse-glsp/ts-config@2.7.0":
305+
version "2.7.0"
306+
resolved "https://registry.yarnpkg.com/@eclipse-glsp/ts-config/-/ts-config-2.7.0.tgz#bd251b938ea190986b8030214a0ba003faf07b81"
307+
integrity sha512-uFJAyLOX7vqHmmkPxEQhyqh7StcUMAEORvpOvsT6ta3D17L1UmXdxU3ayjHA7adBhyUwnq6Dvdii6LBcHgHGGw==
308308

309309
"@emnapi/core@^1.1.0", "@emnapi/core@^1.4.3":
310310
version "1.8.1"

0 commit comments

Comments
 (0)