Skip to content

Commit

Permalink
chore(deps): update dependency @playwright/test to v1.37.1 (main) (#746)
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/test](https://playwright.dev)
([source](https://togithub.com/Microsoft/playwright)) | [`1.37.0` ->
`1.37.1`](https://renovatebot.com/diffs/npm/@playwright%2ftest/1.37.0/1.37.1)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@playwright%2ftest/1.37.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@playwright%2ftest/1.37.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@playwright%2ftest/1.37.0/1.37.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@playwright%2ftest/1.37.0/1.37.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>Microsoft/playwright (@&#8203;playwright/test)</summary>

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

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

##### Highlights

[microsoft/playwright#26496
- \[REGRESSION] webServer stdout is always getting
printed[microsoft/playwright#26492
- \[REGRESSION] test.only with project dependency is not working

#### Browser Versions

-   Chromium 116.0.5845.82
-   Mozilla Firefox 115.0
-   WebKit 17.0

This version was also tested against the following stable channels:

-   Google Chrome 115
-   Microsoft Edge 115

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 10pm every weekday,before 5am
every weekday,every weekend" in timezone Europe/Paris, 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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/AmadeusITGroup/otter).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi44My4wIiwidXBkYXRlZEluVmVyIjoiMzYuODMuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
  • Loading branch information
kpanot committed Sep 7, 2023
2 parents 8c08086 + 64c947d commit 3d2b71b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 7 deletions.
2 changes: 1 addition & 1 deletion apps/showcase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"@o3r/eslint-config-otter": "workspace:^",
"@o3r/eslint-plugin": "workspace:^",
"@o3r/schematics": "workspace:^",
"@playwright/test": "1.37.0",
"@playwright/test": "~1.37.1",
"@schematics/angular": "~16.2.0",
"@types/bootstrap": "^5.2.6",
"@types/jest": "~29.5.2",
Expand Down
21 changes: 15 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8320,7 +8320,7 @@ __metadata:
"@o3r/rules-engine": "workspace:^"
"@o3r/schematics": "workspace:^"
"@o3r/testing": "workspace:^"
"@playwright/test": 1.37.0
"@playwright/test": ~1.37.1
"@popperjs/core": ^2.11.5
"@schematics/angular": ~16.2.0
"@types/bootstrap": ^5.2.6
Expand Down Expand Up @@ -9265,19 +9265,19 @@ __metadata:
languageName: node
linkType: hard

"@playwright/test@npm:1.37.0":
version: 1.37.0
resolution: "@playwright/test@npm:1.37.0"
"@playwright/test@npm:~1.37.1":
version: 1.37.1
resolution: "@playwright/test@npm:1.37.1"
dependencies:
"@types/node": "*"
fsevents: 2.3.2
playwright-core: 1.37.0
playwright-core: 1.37.1
dependenciesMeta:
fsevents:
optional: true
bin:
playwright: cli.js
checksum: 59ccc519396c5cd66ba27bfc821b6a6483a9a426824eedb85cbd05b1cfb817f62bc1e1d893878582cf88af441a8a45aa83e678ab1d3145b54838c7c2e917b8a2
checksum: b7038f29000289103c08b215eff7aabdda70cdc1375fa7dad0e81651be71086a1e2fc0e0e29dc70348037c366cf0cc69f762373fda34ba1a74aa1658741d9195
languageName: node
linkType: hard

Expand Down Expand Up @@ -25309,6 +25309,15 @@ __metadata:
languageName: node
linkType: hard

"playwright-core@npm:1.37.1":
version: 1.37.1
resolution: "playwright-core@npm:1.37.1"
bin:
playwright-core: cli.js
checksum: 69f818da2230057584140d5b3af7778a4f4a822b5b18d133abfc5d259128becb943c343a2ddf6b0635277a69f28983e83e2bc3fce23595ececb1e410475b6368
languageName: node
linkType: hard

"playwright@npm:~1.37.0":
version: 1.37.0
resolution: "playwright@npm:1.37.0"
Expand Down

0 comments on commit 3d2b71b

Please sign in to comment.