Skip to content

Commit

Permalink
📦 deps: update playwright to v1.23.4 (#1586)
Browse files Browse the repository at this point in the history
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [playwright](https://playwright.dev) ([source](https://togithub.com/Microsoft/playwright)) | [`1.23.2` -> `1.23.4`](https://renovatebot.com/diffs/npm/playwright/1.23.2/1.23.4) | [![age](https://badges.renovateapi.com/packages/npm/playwright/1.23.4/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/playwright/1.23.4/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/playwright/1.23.4/compatibility-slim/1.23.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/playwright/1.23.4/confidence-slim/1.23.2)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>Microsoft/playwright</summary>

### [`v1.23.4`](https://togithub.com/microsoft/playwright/releases/tag/v1.23.4)

[Compare Source](https://togithub.com/Microsoft/playwright/compare/v1.23.3...v1.23.4)

#### Highlights

This patch includes the following bug fix:

[microsoft/playwright#15717 - \[REGRESSION]: Suddenly stopped working despite nothing having changed (`experimentalLoader.js:load` did not call the next hook in its chain and did not explicitly signal a short circuit)

#### Browser Versions

-   Chromium 104.0.5112.20
-   Mozilla Firefox 100.0.2
-   WebKit 15.4

This version was also tested against the following stable channels:

-   Google Chrome 103
-   Microsoft Edge 103

### [`v1.23.3`](https://togithub.com/microsoft/playwright/releases/tag/v1.23.3)

[Compare Source](https://togithub.com/Microsoft/playwright/compare/v1.23.2...v1.23.3)

#### Highlights

This patch includes the following bug fixes:

[microsoft/playwright#15557 - \[REGRESSION]: Event Listeners not being removed if same handler is used for different events

#### Browser Versions

-   Chromium 104.0.5112.20
-   Mozilla Firefox 100.0.2
-   WebKit 15.4

This version was also tested against the following stable channels:

-   Google Chrome 103
-   Microsoft Edge 103

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 2am" in timezone America/Los_Angeles, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] If you want to rebase/retry this PR, click this checkbox.

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/roots/bud).
  • Loading branch information
renovate[bot] committed Jul 18, 2022
1 parent a92d258 commit f9587b5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -46,7 +46,7 @@
"jest": "28.1.3",
"json5": "2.2.1",
"lodash-es": "4.17.21",
"playwright": "1.23.2",
"playwright": "1.23.4",
"prettier": "2.7.1",
"syncpack": "8.2.4",
"ts-node": "10.8.2",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Expand Up @@ -9899,7 +9899,7 @@ __metadata:
jest: 28.1.3
json5: 2.2.1
lodash-es: 4.17.21
playwright: 1.23.2
playwright: 1.23.4
prettier: 2.7.1
syncpack: 8.2.4
ts-node: 10.8.2
Expand Down Expand Up @@ -23104,23 +23104,23 @@ __metadata:
languageName: node
linkType: hard

"playwright-core@npm:1.23.2":
version: 1.23.2
resolution: "playwright-core@npm:1.23.2"
"playwright-core@npm:1.23.4":
version: 1.23.4
resolution: "playwright-core@npm:1.23.4"
bin:
playwright: cli.js
checksum: 7e5c7adbc436c68e5de8535508746c2734393f77948c08ff1df7d21eaa518cd00d82f49c936b2776be6958dc2d7f18985582d72690ffeee7a59006267e22a391
checksum: 347a40f2fbcc9ee896c5cf8d8211ffa7a200e22f154e879d9e829ee6bd365acc1c69c8b11a64a96a9d2fae9c85e859c995680be1a15b5e74c367ffa53425c9c9
languageName: node
linkType: hard

"playwright@npm:1.23.2":
version: 1.23.2
resolution: "playwright@npm:1.23.2"
"playwright@npm:1.23.4":
version: 1.23.4
resolution: "playwright@npm:1.23.4"
dependencies:
playwright-core: 1.23.2
playwright-core: 1.23.4
bin:
playwright: cli.js
checksum: 19b32fcc77375366643ac45009dd5a6d25a6a64258aa11da6030fd7bc6bf54366f3740fd7886ed5b03860ac48c4278b7cbd1483e924e3367ad2d3434efe57358
checksum: a646b08ceecba56b1bb69125e26dc487260fb1ccbb32e516451b0e85387e3118fd38d68d9c43abe8a81558be992cf86a2f652e926a534e8f42ca0a11dd626918
languageName: node
linkType: hard

Expand Down

0 comments on commit f9587b5

Please sign in to comment.