matrix-art.meta

Issues/PRs archive for MTRNord/matrix-art
git clone git://archive.git.mtrnord.blog/MTRNord/matrix-art.meta.git
Log | Files | Refs

127.md (8699B)


      1 # PR #127 Bump @playwright/test from 1.20.0 to 1.20.2
      2 
      3 - **Status:** closed
      4 - **Author:** @dependabot[bot]
      5 - **Created:** 2022-04-04T08:36:10Z
      6 - **Branch:** dependabot/npm_and_yarn/playwright/test-1.20.2 → main
      7 - **Closed:** 2022-04-13T08:34:09Z
      8 - **Labels:** dependencies, javascript
      9 - **Assignees:** @MTRNord
     10 - **Reviewers:** @MTRNord
     11 - **Diff:** [127.diff](./127.diff)
     12 
     13 ---
     14 
     15 Bumps [@playwright/test](https://github.com/Microsoft/playwright) from 1.20.0 to 1.20.2.
     16 <details>
     17 <summary>Release notes</summary>
     18 <p><em>Sourced from <a href="https://github.com/Microsoft/playwright/releases"><code>@​playwright/test</code>'s releases</a>.</em></p>
     19 <blockquote>
     20 <h2>v1.20.2</h2>
     21 <h2>Highlights</h2>
     22 <p>This patch includes the following bug fixes:</p>
     23 <p><a href="https://github-redirect.dependabot.com/microsoft/playwright/issues/13078">microsoft/playwright#13078</a> - [BUG] Extension required when importing other files with type=&quot;module&quot;
     24 <a href="https://github-redirect.dependabot.com/microsoft/playwright/issues/13099">microsoft/playwright#13099</a> - [BUG] beforeAll is called before each test (fullyParallel)
     25 <a href="https://github-redirect.dependabot.com/microsoft/playwright/issues/13204">microsoft/playwright#13204</a> - [BUG] mask stalls the screenshot</p>
     26 <h2>Browser Versions</h2>
     27 <ul>
     28 <li>Chromium 101.0.4921.0</li>
     29 <li>Mozilla Firefox 97.0.1</li>
     30 <li>WebKit 15.4</li>
     31 </ul>
     32 <p>This version was also tested against the following stable channels:</p>
     33 <ul>
     34 <li>Google Chrome 99</li>
     35 <li>Microsoft Edge 99</li>
     36 </ul>
     37 <h2>v1.20.1</h2>
     38 <h2>Highlights</h2>
     39 <p>This patch includes the following bug fixes:</p>
     40 <p><a href="https://github-redirect.dependabot.com/microsoft/playwright/issues/12711">microsoft/playwright#12711</a> - [REGRESSION] Page.screenshot hangs on some sites
     41 <a href="https://github-redirect.dependabot.com/microsoft/playwright/issues/12807">microsoft/playwright#12807</a> - [BUG] Cookies get assigned before fulfilling a response
     42 <a href="https://github-redirect.dependabot.com/microsoft/playwright/issues/12814">microsoft/playwright#12814</a> - [Question] how to use expect.any in playwright
     43 <a href="https://github-redirect.dependabot.com/microsoft/playwright/issues/12821">microsoft/playwright#12821</a> - [BUG] Chromium: Cannot click, element intercepts pointer events
     44 <a href="https://github-redirect.dependabot.com/microsoft/playwright/issues/12836">microsoft/playwright#12836</a> - [REGRESSION]: Tests not detected as ES module in v1.20
     45 <a href="https://github-redirect.dependabot.com/microsoft/playwright/issues/12862">microsoft/playwright#12862</a> - [Feature] Allow to use toMatchSnapshot for file formats other than txt (e.g. csv)
     46 <a href="https://github-redirect.dependabot.com/microsoft/playwright/issues/12887">microsoft/playwright#12887</a> - [BUG] Locator.count() with _vue selector with Repro
     47 <a href="https://github-redirect.dependabot.com/microsoft/playwright/issues/12940">microsoft/playwright#12940</a> - [BUG] npm audit - High Severity vulnerability in json5 package forcing to install Playwright 1.18.1
     48 <a href="https://github-redirect.dependabot.com/microsoft/playwright/issues/12974">microsoft/playwright#12974</a> - [BUG] Regression - chromium browser closes during test or debugging session on macos</p>
     49 <h2>Browser Versions</h2>
     50 <ul>
     51 <li>Chromium 101.0.4921.0</li>
     52 <li>Mozilla Firefox 97.0.1</li>
     53 <li>WebKit 15.4</li>
     54 </ul>
     55 <p>This version was also tested against the following stable channels:</p>
     56 <ul>
     57 <li>Google Chrome 99</li>
     58 <li>Microsoft Edge 99</li>
     59 </ul>
     60 </blockquote>
     61 </details>
     62 <details>
     63 <summary>Commits</summary>
     64 <ul>
     65 <li><a href="https://github.com/microsoft/playwright/commit/0f359b9840df7a9e2af5da3624899f42abcb2e3c"><code>0f359b9</code></a> chore: mark v1.20.2 (<a href="https://github-redirect.dependabot.com/Microsoft/playwright/issues/13226">#13226</a>)</li>
     66 <li><a href="https://github.com/microsoft/playwright/commit/88e0a3b72c8fd4264e847912668bff7f94131845"><code>88e0a3b</code></a> cherry-pick(<a href="https://github-redirect.dependabot.com/Microsoft/playwright/issues/13222">#13222</a>): fix(screenshot): do not stall on hideHiglight attempt 2 ...</li>
     67 <li><a href="https://github.com/microsoft/playwright/commit/4eb6fca149dd94ecf3128b8a3961ce3715c25b0a"><code>4eb6fca</code></a> cherry-pick(<a href="https://github-redirect.dependabot.com/Microsoft/playwright/issues/13137">#13137</a>): fix(esm): make sure import from './foo.js' is supported ...</li>
     68 <li><a href="https://github.com/microsoft/playwright/commit/e55a3ffbe06fcd5904d7591503b52f808e7c4ba8"><code>e55a3ff</code></a> cherry-pick(<a href="https://github-redirect.dependabot.com/Microsoft/playwright/issues/13138">#13138</a>): fix(parallel): minimize the number of beforeAll/afterAll...</li>
     69 <li><a href="https://github.com/microsoft/playwright/commit/18de7bd61d549d1811205d4c4d9c07dc476ccc1f"><code>18de7bd</code></a> cherry-pick(<a href="https://github-redirect.dependabot.com/Microsoft/playwright/issues/12992">#12992</a>): chore: disable Chromium CertificateTransparencyComponent...</li>
     70 <li><a href="https://github.com/microsoft/playwright/commit/cfa7f13e4320007e4c8f10fd1680361839be2f49"><code>cfa7f13</code></a> cherry-pick(<a href="https://github-redirect.dependabot.com/Microsoft/playwright/issues/12946">#12946</a>): fix: upgrade json5 dependency (<a href="https://github-redirect.dependabot.com/Microsoft/playwright/issues/12956">#12956</a>)</li>
     71 <li><a href="https://github.com/microsoft/playwright/commit/8e98b44b96cb47f9fc9283aef10e124646f68f92"><code>8e98b44</code></a> chore: mark v1.20.1 (<a href="https://github-redirect.dependabot.com/Microsoft/playwright/issues/12935">#12935</a>)</li>
     72 <li><a href="https://github.com/microsoft/playwright/commit/0093e8a7537354abc7bb29c556eab8dd6d9e51cf"><code>0093e8a</code></a> cherry-pick(<a href="https://github-redirect.dependabot.com/Microsoft/playwright/issues/12934">#12934</a>): allow toMatchSnapshot to use text comparator for text da...</li>
     73 <li><a href="https://github.com/microsoft/playwright/commit/c090a55828230933af912f5c2bbda53239e19028"><code>c090a55</code></a> cherry-pick(<a href="https://github-redirect.dependabot.com/Microsoft/playwright/issues/12892">#12892</a>): docs(fetch): clarify cookie handling (<a href="https://github-redirect.dependabot.com/Microsoft/playwright/issues/12931">#12931</a>)</li>
     74 <li><a href="https://github.com/microsoft/playwright/commit/1b0087ed38890919a15b705e1d425141b7929d70"><code>1b0087e</code></a> cherry-pick(<a href="https://github-redirect.dependabot.com/Microsoft/playwright/issues/12888">#12888</a>): fix(click): workaround elementsFromPoint issue in Chromi...</li>
     75 <li>Additional commits viewable in <a href="https://github.com/Microsoft/playwright/compare/v1.20.0...v1.20.2">compare view</a></li>
     76 </ul>
     77 </details>
     78 <br />
     79 
     80 
     81 [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@playwright/test&package-manager=npm_and_yarn&previous-version=1.20.0&new-version=1.20.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
     82 
     83 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`.
     84 
     85 [//]: # (dependabot-automerge-start)
     86 [//]: # (dependabot-automerge-end)
     87 
     88 ---
     89 
     90 <details>
     91 <summary>Dependabot commands and options</summary>
     92 <br />
     93 
     94 You can trigger Dependabot actions by commenting on this PR:
     95 - `@dependabot rebase` will rebase this PR
     96 - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
     97 - `@dependabot merge` will merge this PR after your CI passes on it
     98 - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
     99 - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
    100 - `@dependabot reopen` will reopen this PR if it is closed
    101 - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    102 - `@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)
    103 - `@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)
    104 - `@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)
    105 
    106 
    107 </details>
    108 
    109 
    110 ## Comments
    111 
    112 ### @dependabot[bot] — 2022-04-13T08:34:09Z
    113 
    114 Superseded by #144.
    115