Skip to content

Commit 7f1665c

Browse files
chore(deps): update dependency @playwright/test to v1.58.1 (#12874)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8d4eab1 commit 7f1665c

File tree

4 files changed

+17
-17
lines changed

4 files changed

+17
-17
lines changed

.github/workflows/reusable-build-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
with:
5656
# Jammy uses ubuntu 22.04
5757
# If this is to change, make sure to upgrade the ubuntu version in GitHub Actions
58-
image: mcr.microsoft.com/playwright:v1.57.0-jammy
58+
image: mcr.microsoft.com/playwright:v1.58.2-jammy
5959
# .cache is required by download artifact, and mount in ./.github/actions/docker/run
6060
# .tool_cache is required by pnpm
6161
options: -v ${{ runner.tool_cache }}:${{runner.tool_cache}}
@@ -70,7 +70,7 @@ jobs:
7070
with:
7171
# Jammy uses ubuntu 22.04
7272
# If this is to change, make sure to upgrade the ubuntu version in GitHub Actions
73-
image: mcr.microsoft.com/playwright:v1.57.0-jammy
73+
image: mcr.microsoft.com/playwright:v1.58.2-jammy
7474
# .cache is required by download artifact, and mount in ./.github/actions/docker/run
7575
# .tool_cache is required by pnpm
7676
options: -v ${{ runner.tool_cache }}:${{runner.tool_cache}}

crates/rspack_core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,10 @@ urlencoding = { workspace = true }
8282
ustr = { workspace = true }
8383
winnow = { workspace = true }
8484

85+
pnp = { workspace = true }
8586
swc_experimental_ecma_ast = { workspace = true }
8687
swc_experimental_ecma_parser = { workspace = true }
8788
swc_experimental_ecma_semantic = { workspace = true }
88-
pnp = { workspace = true }
8989

9090
[dev-dependencies]
9191
pretty_assertions = { workspace = true }

pnpm-lock.yaml

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"devDependencies": {
1111
"@babel/core": "^7.29.0",
1212
"@babel/preset-react": "^7.28.5",
13-
"@playwright/test": "1.57.0",
13+
"@playwright/test": "1.58.2",
1414
"core-js": "3.48.0",
1515
"@rspack/core": "workspace:*",
1616
"@rspack/browser": "workspace:*",

0 commit comments

Comments
 (0)