Skip to content

Commit 163cd24

Browse files
chore(deps): update playwright (#31311)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | Type | Update | |---|---|---|---|---|---| | [@playwright/test](https://playwright.dev) ([source](https://redirect.github.com/microsoft/playwright)) | [`^1.62.0` → `^1.62.1`](https://renovatebot.com/diffs/npm/@playwright%2ftest/1.62.0/1.62.1) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@playwright%2ftest/1.62.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@playwright%2ftest/1.62.0/1.62.1?slim=true) | devDependencies | patch | | mcr.microsoft.com/playwright | `v1.62.0` → `v1.62.1` | ![age](https://developer.mend.io/api/mc/badges/age/docker/mcr.microsoft.com%2fplaywright/v1.62.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/docker/mcr.microsoft.com%2fplaywright/v1.62.0/v1.62.1?slim=true) | final | patch | | [playwright-core](https://playwright.dev) ([source](https://redirect.github.com/microsoft/playwright)) | [`^1.62.0` → `^1.62.1`](https://renovatebot.com/diffs/npm/playwright-core/1.62.0/1.62.1) | ![age](https://developer.mend.io/api/mc/badges/age/npm/playwright-core/1.62.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/playwright-core/1.62.0/1.62.1?slim=true) | devDependencies | patch | --- ### Release Notes <details> <summary>microsoft/playwright (@&#8203;playwright/test)</summary> ### [`v1.62.1`](https://redirect.github.com/microsoft/playwright/compare/v1.62.0...26a9e470a7b3c7822084b09fb7f13902c5f37b51) [Compare Source](https://redirect.github.com/microsoft/playwright/compare/v1.62.0...v1.62.1) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - "every weekday before 11am" - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Never, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/ionic-team/ionic-framework). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0NC4zLjIiLCJ1cGRhdGVkSW5WZXIiOiI0NC4zLjIiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 048788f commit 163cd24

3 files changed

Lines changed: 16 additions & 16 deletions

File tree

core/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Get Playwright
2-
FROM mcr.microsoft.com/playwright:v1.62.0
2+
FROM mcr.microsoft.com/playwright:v1.62.1
33

44
# Set the working directory
55
WORKDIR /ionic

core/package-lock.json

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

core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"@capacitor/status-bar": "^8.0.0",
4747
"@ionic/eslint-config": "^0.3.0",
4848
"@ionic/prettier-config": "^2.0.0",
49-
"@playwright/test": "^1.62.0",
49+
"@playwright/test": "^1.62.1",
5050
"@rollup/plugin-node-resolve": "^8.4.0",
5151
"@rollup/plugin-virtual": "^2.0.3",
5252
"@stencil/angular-output-target": "^0.10.0",
@@ -67,7 +67,7 @@
6767
"fs-extra": "^9.0.1",
6868
"jest": "^29.7.0",
6969
"jest-cli": "^29.7.0",
70-
"playwright-core": "^1.62.0",
70+
"playwright-core": "^1.62.1",
7171
"prettier": "^2.6.1",
7272
"rollup": "^2.26.4",
7373
"sass": "^1.33.0",

0 commit comments

Comments
 (0)