Skip to content
This repository was archived by the owner on Apr 4, 2022. It is now read-only.

Commit

Permalink
Bump playwright from 1.15.1 to 1.15.2 (#754)
Browse files Browse the repository at this point in the history
Bumps [playwright](https://github.com/Microsoft/playwright) from 1.15.1 to 1.15.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/Microsoft/playwright/releases">playwright's releases</a>.</em></p>
<blockquote>
<h2>v1.15.2</h2>
<h2>Highlights</h2>
<p>This patch includes bug fixes for the following issues:</p>
<p><a href="https://github-redirect.dependabot.com/microsoft/playwright/issues/9261">microsoft/playwright#9261</a> - [BUG] npm init playwright fails on path spaces
<a href="https://github-redirect.dependabot.com/microsoft/playwright/issues/9298">microsoft/playwright#9298</a> - [Question]: Should new Headers methods work in RouteAsync ?</p>
<h2>Browser Versions</h2>
<ul>
<li>Chromium 96.0.4641.0</li>
<li>Mozilla Firefox 92.0</li>
<li>WebKit 15.0</li>
</ul>
<p>This version of Playwright was also tested against the following stable channels:</p>
<ul>
<li>Google Chrome 93</li>
<li>Microsoft Edge 93</li>
</ul>
<hr />
<p>1.15.2-1633455481000</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/microsoft/playwright/commit/edfbf031d9775c232e057cfec1407bda665d903a"><code>edfbf03</code></a> chore: mark v1.15.2 (<a href="https://github-redirect.dependabot.com/Microsoft/playwright/issues/9318">#9318</a>)</li>
<li><a href="https://github.com/microsoft/playwright/commit/c589cd662ed301fbd9cc9684260543db1ef684d3"><code>c589cd6</code></a> cherry-pick(1.15): fix: installation with folders which contain spaces (<a href="https://github-redirect.dependabot.com/Microsoft/playwright/issues/9275">#9275</a>...</li>
<li><a href="https://github.com/microsoft/playwright/commit/8f216ee9e51dad8897b752f3448c666379ff5c98"><code>8f216ee</code></a> cherry-pick(9300): fix(route): allow allHeaders call within route</li>
<li>See full diff in <a href="https://github.com/Microsoft/playwright/compare/v1.15.1...v1.15.2">compare view</a></li>
</ul>
</details>
<br />


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

You can trigger a rebase of this PR 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>
  • Loading branch information
dependabot[bot] authored Oct 13, 2021
1 parent e1d10d9 commit f2b1c2e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15577,9 +15577,9 @@ playwright@=1.5.2:
ws "^7.3.1"

playwright@^1.5.2:
version "1.15.1"
resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.15.1.tgz#f53dae5fbbe9c7b1eca06e2638af8196e0deec96"
integrity sha512-MQaKii1mhfoZF0+HXE4h5s2CwZNJmcASlmI097yosoZ9Fo5RW9RkLN5VMCbSw9xTyoqo6vdE6Df0OFpupYjBow==
version "1.15.2"
resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.15.2.tgz#b350056d1fffbe5de5b1bdaca6ab73e35758baad"
integrity sha512-+Z+7ckihyxR6rK5q8DWC6eUbKARfXpyxpjNcoJfgwSr64lAOzjhyFQiPC/JkdIqhsLgZjxpWfl1S7fLb+wPkgA==
dependencies:
commander "^6.1.0"
debug "^4.1.1"
Expand Down

0 comments on commit f2b1c2e

Please sign in to comment.