chore(deps): bump playwright from 1.49.0 to 1.58.2 (#873)

Update @playwright/test and Docker base image together to fix
CI failures caused by mismatched browser versions.

Closes #864

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Bowl42
2026-03-06 12:40:44 +08:00
committed by GitHub
co-authored by Claude Opus 4.6
parent 13426b2fbd
commit e81d46262d
3 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
# Keep this version in sync with @playwright/test in package.json # Keep this version in sync with @playwright/test in package.json
FROM mcr.microsoft.com/playwright:v1.49.0-noble FROM mcr.microsoft.com/playwright:v1.58.2-noble
RUN apt-get update && apt-get install -y curl && rm -rf /var/lib/apt/lists/* RUN apt-get update && apt-get install -y curl && rm -rf /var/lib/apt/lists/*
+12 -12
View File
@@ -10,7 +10,7 @@
"nodemailer": "^8.0.1" "nodemailer": "^8.0.1"
}, },
"devDependencies": { "devDependencies": {
"@playwright/test": "1.49.0", "@playwright/test": "1.58.2",
"@types/nodemailer": "^7.0.11", "@types/nodemailer": "^7.0.11",
"@types/ws": "^8.5.0", "@types/ws": "^8.5.0",
"ws": "^8.18.0" "ws": "^8.18.0"
@@ -23,13 +23,13 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/@playwright/test": { "node_modules/@playwright/test": {
"version": "1.49.0", "version": "1.58.2",
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.49.0.tgz", "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.58.2.tgz",
"integrity": "sha512-DMulbwQURa8rNIQrf94+jPJQ4FmOVdpE5ZppRNvWVjvhC+6sOeo28r8MgIpQRYouXRtt/FCCXU7zn20jnHR4Qw==", "integrity": "sha512-akea+6bHYBBfA9uQqSYmlJXn61cTa+jbO87xVLCWbTqbWadRVmhxlXATaOjOgcBaWU4ePo0wB41KMFv3o35IXA==",
"dev": true, "dev": true,
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"playwright": "1.49.0" "playwright": "1.58.2"
}, },
"bin": { "bin": {
"playwright": "cli.js" "playwright": "cli.js"
@@ -246,13 +246,13 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/playwright": { "node_modules/playwright": {
"version": "1.49.0", "version": "1.58.2",
"resolved": "https://registry.npmjs.org/playwright/-/playwright-1.49.0.tgz", "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.58.2.tgz",
"integrity": "sha512-eKpmys0UFDnfNb3vfsf8Vx2LEOtflgRebl0Im2eQQnYMA4Aqd+Zw8bEOB+7ZKvN76901mRnqdsiOGKxzVTbi7A==", "integrity": "sha512-vA30H8Nvkq/cPBnNw4Q8TWz1EJyqgpuinBcHET0YVJVFldr8JDNiU9LaWAE1KqSkRYazuaBhTpB5ZzShOezQ6A==",
"dev": true, "dev": true,
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"playwright-core": "1.49.0" "playwright-core": "1.58.2"
}, },
"bin": { "bin": {
"playwright": "cli.js" "playwright": "cli.js"
@@ -265,9 +265,9 @@
} }
}, },
"node_modules/playwright-core": { "node_modules/playwright-core": {
"version": "1.49.0", "version": "1.58.2",
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.49.0.tgz", "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.58.2.tgz",
"integrity": "sha512-R+3KKTQF3npy5GTiKH/T+kdhoJfJojjHESR1YEWhYuEKRVfVaxH3+4+GvXE5xyCngCxhxnykk0Vlah9v8fs3jA==", "integrity": "sha512-yZkEtftgwS8CsfYo7nm0KE8jsvm6i/PTgVtB8DL726wNf6H2IMsDuxCpJj59KDaxCtSnrWan2AeDqM7JBaultg==",
"dev": true, "dev": true,
"license": "Apache-2.0", "license": "Apache-2.0",
"bin": { "bin": {
+1 -1
View File
@@ -7,7 +7,7 @@
"test:down": "docker compose down -v" "test:down": "docker compose down -v"
}, },
"devDependencies": { "devDependencies": {
"@playwright/test": "1.49.0", "@playwright/test": "1.58.2",
"@types/nodemailer": "^7.0.11", "@types/nodemailer": "^7.0.11",
"@types/ws": "^8.5.0", "@types/ws": "^8.5.0",
"ws": "^8.18.0" "ws": "^8.18.0"