Skip to content

Commit

Permalink
Bump @playwright/test from 1.31.0 to 1.31.1 in /integration (#6027)
Browse files Browse the repository at this point in the history
Bumps [@playwright/test](https://github.com/Microsoft/playwright) from
1.31.0 to 1.31.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/Microsoft/playwright/releases"><code>@​playwright/test</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v1.31.1</h2>
<h2>Highlights</h2>
<p><a
href="https://github-redirect.dependabot.com/microsoft/playwright/issues/21093">microsoft/playwright#21093</a>
- [Regression v1.31] Headless Windows shows cascading cmd windows
<a
href="https://github-redirect.dependabot.com/microsoft/playwright/pull/21106">microsoft/playwright#21106</a>
- fix(loader): experimentalLoader with node@18</p>
<h2>Browser Versions</h2>
<ul>
<li>Chromium 111.0.5563.19</li>
<li>Mozilla Firefox 109.0</li>
<li>WebKit 16.4</li>
</ul>
<p>This version was also tested against the following stable
channels:</p>
<ul>
<li>Google Chrome 110</li>
<li>Microsoft Edge 110</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/microsoft/playwright/commit/81d23946e823091590be82271f7dabcd356196af"><code>81d2394</code></a>
chore: mark 1.31.1 (<a
href="https://github-redirect.dependabot.com/Microsoft/playwright/issues/21123">#21123</a>)</li>
<li><a
href="https://github.com/microsoft/playwright/commit/a4a3f722ba15a0e02f361a6d8338500bb49d53e8"><code>a4a3f72</code></a>
fix: use fixed Chromium on windows (<a
href="https://github-redirect.dependabot.com/Microsoft/playwright/issues/21111">#21111</a>)</li>
<li><a
href="https://github.com/microsoft/playwright/commit/53ecdf7db6d900eed614fbb845d7aac6aebfdc75"><code>53ecdf7</code></a>
cherry-pick(<a
href="https://github-redirect.dependabot.com/Microsoft/playwright/issues/21106">#21106</a>):
fix(loader): experimentalLoader with node@18</li>
<li>See full diff in <a
href="https://github.com/Microsoft/playwright/compare/v1.31.0...v1.31.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@playwright/test&package-manager=npm_and_yarn&previous-version=1.31.0&new-version=1.31.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Feb 26, 2023
1 parent ee85c31 commit 3d38ee9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion integration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"test": "playwright test --workers=1"
},
"dependencies": {
"@playwright/test": "^1.31.0",
"@playwright/test": "^1.31.1",
"axios": "^1.3.4"
},
"devDependencies": {
Expand Down
18 changes: 9 additions & 9 deletions integration/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
# yarn lockfile v1


"@playwright/test@^1.31.0":
version "1.31.0"
resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.31.0.tgz#bde42ca06804164be54893525110adda946248d6"
integrity sha512-Ys5s/06Dg9g3zAIdCIb/UOBYim3U7Zjb3DvC6XBtnRmnglH5O47iwYzmtxXu9fhSyzI2Jn28apkXIOD81GgCdw==
"@playwright/test@^1.31.1":
version "1.31.1"
resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.31.1.tgz#39d6873dc46af135f12451d79707db7d1357455d"
integrity sha512-IsytVZ+0QLDh1Hj83XatGp/GsI1CDJWbyDaBGbainsh0p2zC7F4toUocqowmjS6sQff2NGT3D9WbDj/3K2CJiA==
dependencies:
"@types/node" "*"
playwright-core "1.31.0"
playwright-core "1.31.1"
optionalDependencies:
fsevents "2.3.2"

Expand Down Expand Up @@ -74,10 +74,10 @@ mime-types@^2.1.12:
dependencies:
mime-db "1.52.0"

[email protected].0:
version "1.31.0"
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.31.0.tgz#dbd184771535e76c6743ef5c082def5564f07e85"
integrity sha512-/KquBjS5DcASCh8cGeNVHuC0kyb7c9plKTwaKxgOGtxT7+DZO2fjmFvPDBSXslEIK5CeOO/2kk5rOCktFXKEdA==
[email protected].1:
version "1.31.1"
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.31.1.tgz#4deeebbb8fb73b512593fe24bea206d8fd85ff7f"
integrity sha512-JTyX4kV3/LXsvpHkLzL2I36aCdml4zeE35x+G5aPc4bkLsiRiQshU5lWeVpHFAuC8xAcbI6FDcw/8z3q2xtJSQ==

prettier@^2.8.4:
version "2.8.4"
Expand Down

0 comments on commit 3d38ee9

Please sign in to comment.