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.14.0 to 1.14.1 (#617)
Browse files Browse the repository at this point in the history
Bumps [playwright](https://github.com/Microsoft/playwright) from 1.14.0 to 1.14.1.
<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.14.1</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/8287">#8287</a> - [BUG] webkit crashes intermittently: &quot;file data stream has an unexpected number of bytes&quot;
<a href="https://github-redirect.dependabot.com/Microsoft/playwright/issues/8281">#8281</a> - [BUG] HTML report crashes if diff snapshot does not exists
<a href="https://github-redirect.dependabot.com/Microsoft/playwright/issues/8230">#8230</a> - Using React Selectors with multiple React trees
<a href="https://github-redirect.dependabot.com/Microsoft/playwright/issues/8366">#8366</a> - [BUG] Mark timeout in isVisible as deprecated and noop</p>
<h2>Browser Versions</h2>
<ul>
<li>Chromium 94.0.4595.0</li>
<li>Mozilla Firefox 91.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 92</li>
<li>Microsoft Edge 92</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/microsoft/playwright/commit/51d6f6987d15f158d90cfb343dc8a019fa2432b6"><code>51d6f69</code></a> chore: mark v1.14.1 (<a href="https://github-redirect.dependabot.com/Microsoft/playwright/issues/8410">#8410</a>)</li>
<li><a href="https://github.com/microsoft/playwright/commit/abe97d5273127f85d2268cf617079877686a2462"><code>abe97d5</code></a> cherry-pick(release-1.14): deprecate timeout option in isVisible/isHidden met...</li>
<li><a href="https://github.com/microsoft/playwright/commit/9b80546436f67229ddd788b7d84e91faec1be8df"><code>9b80546</code></a> cherry-pick(release-1.14): support multiple roots in React and Vue selectors ...</li>
<li><a href="https://github.com/microsoft/playwright/commit/7a720ce5bc8768014c17f01c2f9620c0ea276849"><code>7a720ce</code></a> cherry-pick(release-1.14): do not attach non-existent diff PR <a href="https://github-redirect.dependabot.com/Microsoft/playwright/issues/8297">#8297</a></li>
<li><a href="https://github.com/microsoft/playwright/commit/8d77dcbb290aee4e35de9acef519fabd124d744c"><code>8d77dcb</code></a> cherry-pick(release-1.14): group fixture initialization under before hooks PR...</li>
<li><a href="https://github.com/microsoft/playwright/commit/a83dad590939d86269ea4ae2433d4af7c15672c5"><code>a83dad5</code></a> fix: strict mode on page.* methods on context level (<a href="https://github-redirect.dependabot.com/Microsoft/playwright/issues/8324">#8324</a>) (<a href="https://github-redirect.dependabot.com/Microsoft/playwright/issues/8325">#8325</a>)</li>
<li><a href="https://github.com/microsoft/playwright/commit/e52abbcb06fb275c3193e22204b8f7f184520b70"><code>e52abbc</code></a> cherry-pick(release-1.14): serialize resource writes against trace export (<a href="https://github-redirect.dependabot.com/Microsoft/playwright/issues/8">#8</a>...</li>
<li><a href="https://github.com/microsoft/playwright/commit/59d603daecc5696de4a66fadb11829ee9646fd2b"><code>59d603d</code></a> cherry-pick(release-1.14): make sure tracing is not running on non-retries (#...</li>
<li><a href="https://github.com/microsoft/playwright/commit/fe02398d08fd9bd4c6b251c9b10f900749bea15b"><code>fe02398</code></a> cherry-pick(release-1.14): add context-level selector strictness PR <a href="https://github-redirect.dependabot.com/Microsoft/playwright/issues/8290">#8290</a></li>
<li><a href="https://github.com/microsoft/playwright/commit/d98fda02a5854c0b58b8856493b83dd4807a5ced"><code>d98fda0</code></a> cherry-pick(release-1.14): typo in device name Desktop Edge <a href="https://github-redirect.dependabot.com/Microsoft/playwright/issues/8233">#8233</a></li>
<li>Additional commits viewable in <a href="https://github.com/Microsoft/playwright/compare/v1.14.0...v1.14.1">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.14.0&new-version=1.14.1)](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 Aug 30, 2021
1 parent 166a09c commit 1531934
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 @@ -15328,9 +15328,9 @@ playwright@=1.5.2:
ws "^7.3.1"

playwright@^1.5.2:
version "1.14.0"
resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.14.0.tgz#18301b11f5278a446d36b5cf96f67db36ce2cd20"
integrity sha512-aR5oZ1iVsjQkGfYCjgYAmyMAVu0MQ0i8MgdnfdqDu9EVLfbnpuuFmTv/Rb7/Yjno1kOrDUP9+RyNC+zfG3wozA==
version "1.14.1"
resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.14.1.tgz#73913d3044a85a58edf13148245279231072532e"
integrity sha512-JYNjhwWcfsBkg0FMGLbFO9e58FVdmICE4k97/glIQV7cBULL7oxNjRQC7Ffe+Y70XVNnP0HSJLaA0W5SukyftQ==
dependencies:
commander "^6.1.0"
debug "^4.1.1"
Expand Down

0 comments on commit 1531934

Please sign in to comment.