Compare commits

...

3 Commits

Author SHA1 Message Date
Jason Cameron
7882bdd656 chore: bump Playwright dev dependency to version 1.56.0 2025-11-14 16:53:47 -08:00
Jason Cameron
d8c2ef9801 chore: update playwright cache key to version 1.56.0 2025-11-14 16:50:29 -08:00
Jason Cameron
71bb9803ac chore: update playwright to version 1.56.0 in configuration files 2025-11-14 16:38:28 -08:00
6 changed files with 17 additions and 16 deletions

View File

@@ -1,12 +1,12 @@
services:
playwright:
image: mcr.microsoft.com/playwright:v1.52.0-noble
image: mcr.microsoft.com/playwright:v1.56.0-noble
init: true
network_mode: service:workspace
command:
- /bin/sh
- -c
- npx -y playwright@1.52.0 run-server --port 9001 --host 0.0.0.0
- npx -y playwright@1.56.0 run-server --port 9001 --host 0.0.0.0
valkey:
image: valkey/valkey:8

View File

@@ -38,7 +38,7 @@ jobs:
with:
path: |
~/.cache/ms-playwright
key: ${{ runner.os }}-playwright-${{ hashFiles('**/go.sum') }}
key: ${{ runner.os }}-playwright-1.56.0
- name: install node deps
run: |
@@ -46,8 +46,8 @@ jobs:
- name: install playwright browsers
run: |
npx --no-install playwright@1.52.0 install --with-deps
npx --no-install playwright@1.52.0 run-server --port 9001 &
npx playwright@1.56.0 install --with-deps
npx playwright@1.56.0 run-server --port 9001 &
- name: Build
run: npm run build

View File

@@ -20,6 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Allow Renovate as an OCI registry client.
- Properly handle 4in6 addresses so that IP matching works with those addresses.
- Add support to simple Valkey/Redis cluster mode
- Bump the Playwright dev dependency to 1.56.0
## v1.23.1: Lyse Hext - Echo 1

View File

@@ -99,7 +99,7 @@ const (
actionChallenge action = "CHALLENGE"
placeholderIP = "fd11:5ee:bad:c0de::"
playwrightVersion = "1.52.0"
playwrightVersion = "1.56.0"
)
type action string

16
package-lock.json generated
View File

@@ -16,7 +16,7 @@
"cssnano": "^7.1.2",
"cssnano-preset-advanced": "^7.0.10",
"esbuild": "^0.25.12",
"playwright": "^1.52.0",
"playwright": "^1.56.0",
"postcss-cli": "^11.0.1",
"postcss-import": "^16.1.1",
"postcss-import-url": "^7.2.0",
@@ -1603,13 +1603,13 @@
}
},
"node_modules/playwright": {
"version": "1.52.0",
"resolved": "https://registry.npmjs.org/playwright/-/playwright-1.52.0.tgz",
"integrity": "sha512-JAwMNMBlxJ2oD1kce4KPtMkDeKGHQstdpFPcPH3maElAXon/QZeTvtsfXmTMRyO9TslfoYOXkSsvao2nE1ilTw==",
"version": "1.56.1",
"resolved": "https://registry.npmjs.org/playwright/-/playwright-1.56.1.tgz",
"integrity": "sha512-aFi5B0WovBHTEvpM3DzXTUaeN6eN0qWnTkKx4NQaH4Wvcmc153PdaY2UBdSYKaGYw+UyWXSVyxDUg5DoPEttjw==",
"dev": true,
"license": "Apache-2.0",
"dependencies": {
"playwright-core": "1.52.0"
"playwright-core": "1.56.1"
},
"bin": {
"playwright": "cli.js"
@@ -1622,9 +1622,9 @@
}
},
"node_modules/playwright-core": {
"version": "1.52.0",
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.52.0.tgz",
"integrity": "sha512-l2osTgLXSMeuLZOML9qYODUQoPPnUsKsb5/P6LJ2e6uPKXUdPK5WYhN4z03G+YNbWmGDY4YENauNu4ZKczreHg==",
"version": "1.56.1",
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.56.1.tgz",
"integrity": "sha512-hutraynyn31F+Bifme+Ps9Vq59hKuUCz7H1kDOcBs+2oGguKkWTU50bBWrtz34OUWmIwpBTWDxaRPXrIXkgvmQ==",
"dev": true,
"license": "Apache-2.0",
"bin": {

View File

@@ -21,7 +21,7 @@
"cssnano": "^7.1.2",
"cssnano-preset-advanced": "^7.0.10",
"esbuild": "^0.25.12",
"playwright": "^1.52.0",
"playwright": "^1.56.0",
"postcss-cli": "^11.0.1",
"postcss-import": "^16.1.1",
"postcss-import-url": "^7.2.0",
@@ -31,4 +31,4 @@
"@aws-crypto/sha256-js": "^5.2.0",
"preact": "^10.27.2"
}
}
}