From 20d36751dfd18c32d3109249ce9acfacd4c35408 Mon Sep 17 00:00:00 2001 From: thewrz Date: Tue, 15 Sep 2026 10:45:58 -0700 Subject: [PATCH] chore(deps): bump @playwright/test to 1.63.0 The one update left in renovate's npm-server group after #155. Its branch (#158) still carries the group's stale pre-#153 lockfile commit and a failing typecheck, so land the single bump fresh on main instead. Resolved with `npm install --before=2026-09-08` (release 2026-09-04, clears the 7-day minimumReleaseAge gate). Dev-only: drives the `test:e2e` Playwright suite, which is not part of CI. Verified: typecheck, typecheck:scripts, build, check:node-pin, test:coverage (1670 passed / 11 skipped), audit 0 vulnerabilities; `playwright test --list` parses the config and enumerates all 19 e2e tests on 1.63.0. Supersedes #158. Co-Authored-By: Claude Fable 5.1 --- server/package-lock.json | 42 ++++++++++++---------------------------- server/package.json | 2 +- 2 files changed, 13 insertions(+), 31 deletions(-) diff --git a/server/package-lock.json b/server/package-lock.json index c297ace..216bd97 100644 --- a/server/package-lock.json +++ b/server/package-lock.json @@ -19,7 +19,7 @@ "fastify": "^5.12.3" }, "devDependencies": { - "@playwright/test": "^1.60.0", + "@playwright/test": "^1.63.0", "@types/better-sqlite3": "^9.6.0", "@types/node": "^24.13.3", "@types/pngjs": "^6.0.5", @@ -858,13 +858,13 @@ "license": "MIT" }, "node_modules/@playwright/test": { - "version": "1.62.1", - "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.62.1.tgz", - "integrity": "sha512-DTcUc8qii+cpHvtOwggMtBRMjKZHXYWdw8syRYu2vtzuq4Wxphqq4NfCs5Zt44L6mA8rfDfj+PHnxFc/FeK6mQ==", + "version": "1.63.0", + "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.63.0.tgz", + "integrity": "sha512-oxMK4vllB9RK5NQ2l1pq1IfOf2AvnEuj/vYGDj0H2nMtmtZpKtCwt/l00GEO6xjGfpBNAvjovvYdCm50dRQkpQ==", "dev": true, "license": "Apache-2.0", "dependencies": { - "playwright": "1.62.1" + "playwright": "1.63.0" }, "bin": { "playwright": "cli.js" @@ -2816,21 +2816,6 @@ "integrity": "sha512-GRnmB5gPyJpAhTQdSZTSp9uaPSvl09KoYcMQtsB9rQoOmzs9dH6ffeccH+Z+cv6P68Hu5bC6JjRh4Ah/mHSNRw==", "license": "MIT" }, - "node_modules/fsevents": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", - "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", - "dev": true, - "hasInstallScript": true, - "license": "MIT", - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": "^8.16.0 || ^10.6.0 || >=11.0.0" - } - }, "node_modules/get-caller-file": { "version": "2.0.5", "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", @@ -3707,28 +3692,25 @@ } }, "node_modules/playwright": { - "version": "1.62.1", - "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.62.1.tgz", - "integrity": "sha512-0M+L3LAD8/nm554LOla9Ayx0j0tmFZ0FBcoQ7F1VuVHpM/XpiC8RcDzBQB8W5+hA8L22THxELzeF+2WcUzvcLg==", + "version": "1.63.0", + "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.63.0.tgz", + "integrity": "sha512-+7ziBLidS4NaNCdt57SUDT+wYmmd5fmiQejUic/kb+YsYSCPyOOE9sebzMjNmQrsnNpDJqd4WHvV/8lfKfUDUg==", "dev": true, "license": "Apache-2.0", "dependencies": { - "playwright-core": "1.62.1" + "playwright-core": "1.63.0" }, "bin": { "playwright": "cli.js" }, "engines": { "node": ">=20" - }, - "optionalDependencies": { - "fsevents": "2.3.2" } }, "node_modules/playwright-core": { - "version": "1.62.1", - "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.62.1.tgz", - "integrity": "sha512-wPYSwEBJY9GHraISXqyqtx0na0LpO3XEX7jNDhntbex7tzUS7kLnZsOlFruFJB4Hi/rhDMjXGqHewDZ68nYZVw==", + "version": "1.63.0", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.63.0.tgz", + "integrity": "sha512-rYCsBF/M5HjUch52bbtVONEFjv6Xu8sm8h72dNlR5bzIE1fvC/bxgspzkjSfU+MweEMmPM8KJebG6nnyxo5mCg==", "dev": true, "license": "Apache-2.0", "bin": { diff --git a/server/package.json b/server/package.json index c61b5f2..992be33 100644 --- a/server/package.json +++ b/server/package.json @@ -31,7 +31,7 @@ "fastify": "^5.12.3" }, "devDependencies": { - "@playwright/test": "^1.60.0", + "@playwright/test": "^1.63.0", "@types/better-sqlite3": "^9.6.0", "@types/node": "^24.13.3", "@types/pngjs": "^6.0.5",