Skip to content

Commit

Permalink
chore(deps-dev): bump @playwright/test from 1.48.1 to 1.48.2 in /src/…
Browse files Browse the repository at this point in the history
…e2e (#1956)

Bumps [@playwright/test](https://github.com/microsoft/playwright) from
1.48.1 to 1.48.2.
<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.48.2</h2>
<h3>Highlights</h3>
<p><a
href="https://redirect.github.com/microsoft/playwright/issues/33141">microsoft/playwright#33141</a>
- [Bug]: UI Mode crashed
<a
href="https://redirect.github.com/microsoft/playwright/issues/33219">microsoft/playwright#33219</a>
- [BUG] Trace Viewer PWA crashes with &quot;Aw, Snap!&quot;
<a
href="https://redirect.github.com/microsoft/playwright/issues/33086">microsoft/playwright#33086</a>
- [Bug]: UI Mode Memory problem
<a
href="https://redirect.github.com/microsoft/playwright/issues/33000">microsoft/playwright#33000</a>
- [Regression]: Inspector and Browser doesn't close on CTRL+C
<a
href="https://redirect.github.com/microsoft/playwright/issues/33204">microsoft/playwright#33204</a>
- [Bug]: Chrome tab and inspector not closing after terminating session
in terminal</p>
<h2>Browser Versions</h2>
<ul>
<li>Chromium 130.0.6723.19</li>
<li>Mozilla Firefox 130.0</li>
<li>WebKit 18.0</li>
</ul>
<p>This version was also tested against the following stable
channels:</p>
<ul>
<li>Google Chrome 129</li>
<li>Microsoft Edge 129</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/microsoft/playwright/commit/dc80964a3f84dc120b5fed8837ff492a38ddb26e"><code>dc80964</code></a>
chore: mark v1.48.2 (<a
href="https://redirect.github.com/microsoft/playwright/issues/33290">#33290</a>)</li>
<li><a
href="https://github.com/microsoft/playwright/commit/ffd19e580ea9a8afee6eeeafd61169f78e9c5c7d"><code>ffd19e5</code></a>
cherry-pick(<a
href="https://redirect.github.com/microsoft/playwright/issues/33269">#33269</a>):
fix(codegen): SIGINT handling was leading to zombie proc...</li>
<li><a
href="https://github.com/microsoft/playwright/commit/f26c6fc226d161f9139e7bf590faf404a542ba5f"><code>f26c6fc</code></a>
cherry-pick(<a
href="https://redirect.github.com/microsoft/playwright/issues/33240">#33240</a>,
<a
href="https://redirect.github.com/microsoft/playwright/issues/33264">#33264</a>):
fix(recorder): do not leak when instantiated in ...</li>
<li><a
href="https://github.com/microsoft/playwright/commit/ff1932b68c57d81ea625c7a0d4c176d5a4b4f562"><code>ff1932b</code></a>
cherry-pick(<a
href="https://redirect.github.com/microsoft/playwright/issues/33244">#33244</a>):
fix(trace viewer): limit the number of contexts loaded i...</li>
<li><a
href="https://github.com/microsoft/playwright/commit/a96f4832e157f2e38cb230a346158c214335ed59"><code>a96f483</code></a>
cherry-pick(<a
href="https://redirect.github.com/microsoft/playwright/issues/33245">#33245</a>):
fix(trace viewer): make LRUCache per-trace (<a
href="https://redirect.github.com/microsoft/playwright/issues/33260">#33260</a>)</li>
<li><a
href="https://github.com/microsoft/playwright/commit/8e96d946aaa08d7afa1d9f4d5c8c502955a86d74"><code>8e96d94</code></a>
cherry-pick(<a
href="https://redirect.github.com/microsoft/playwright/issues/33211">#33211</a>):
docs: use WebSocketFrame abstraction for Java &amp; .NET</li>
<li><a
href="https://github.com/microsoft/playwright/commit/5b540676f29856c2592fc2268d416cc550e80ee4"><code>5b54067</code></a>
cherry-pick(<a
href="https://redirect.github.com/microsoft/playwright/issues/33147">#33147</a>):
docs: add video to release notes</li>
<li>See full diff in <a
href="https://github.com/microsoft/playwright/compare/v1.48.1...v1.48.2">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.48.1&new-version=1.48.2)](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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@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] authored Oct 28, 2024
1 parent 43c1766 commit a6f4f25
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
46 changes: 23 additions & 23 deletions src/e2e/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"devDependencies": {
"@types/node": "^20.17.1",
"@playwright/test": "^1.48.1",
"@playwright/test": "^1.48.2",
"cucumber-html-reporter": "^7.2.0",
"cucumber-pretty": "^6.0.1",
"ts-node": "~10.9.2",
Expand Down

0 comments on commit a6f4f25

Please sign in to comment.