Skip to content

Commit a5f14e3

Browse files
dependabot[bot]Ionitronliamdebeasi
authored
chore(deps-dev): Bump @playwright/test from 1.37.1 to 1.38.0 in /core (#28171)
Bumps [@playwright/test](https://github.com/Microsoft/playwright) from 1.37.1 to 1.38.0. <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.38.0</h2> <h2>UI Mode Updates</h2> <p><img src="https://github.com/microsoft/playwright/assets/746130/8ba27be0-58fd-4f62-8561-950480610369" alt="Playwright UI Mode" /></p> <ol> <li>Zoom into time range.</li> <li>Network panel redesign.</li> </ol> <h2>New APIs</h2> <ul> <li>[<code>browserContext.on('weberror')</code>]</li> <li>[<code>locator.pressSequentially()</code>]</li> <li>The [<code>reporter.onEnd()</code>] now reports <code>startTime</code> and total run <code>duration</code>.</li> </ul> <h2>Deprecations</h2> <ul> <li>The following methods were deprecated: [<code>page.type()</code>], [<code>frame.type()</code>], [<code>locator.type()</code>] and [<code>elementHandle.type()</code>]. Please use [<code>locator.fill()</code>] instead which is much faster. Use [<code>locator.pressSequentially()</code>] only if there is a special keyboard handling on the page, and you need to press keys one-by-one.</li> <li>The method [<code>expect(value).toMatchSnapshot()</code>] is deprecated in favor of [<code>expect(page).toHaveScreenshot()</code>] and [<code>expect(locator).toHaveScreenshot()</code>].</li> </ul> <h2>Breaking Changes: Playwright no longer downloads browsers automatically</h2> <blockquote> <p>[!NOTE] If you are using <code>@playwright/test</code> package, this change <strong>does not</strong> affect you.</p> </blockquote> <p>Playwright recommends to use <code>@playwright/test</code> package and download browsers via <code>npx playwright install</code> command. If you are following this recommendation, nothing has changed for you.</p> <p>However, up to v1.38, installing the <code>playwright</code> package instead of <code>@playwright/test</code> did automatically download browsers. This is no longer the case, and we recommend to explicitly download browsers via <code>npx playwright install</code> command.</p> <p><strong>v1.37 and earlier</strong></p> <p><code>playwright</code> package was downloading browsers during <code>npm install</code>, while <code>@playwright/test</code> was not.</p> <p><strong>v1.38 and later</strong></p> <p><code>playwright</code> and <code>@playwright/test</code> packages do not download browsers during <code>npm install</code>.</p> <p><strong>Recommended migration</strong></p> <p>Run <code>npx playwright install</code> to download browsers after <code>npm install</code>. For example, in your CI configuration:</p> <pre lang="yml"><code>- run: npm ci - run: npx playwright install --with-deps </code></pre> <p><strong>Alternative migration option - not recommended</strong></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/microsoft/playwright/commit/da997ee8c07176b13d0c388c54320ea7ace3a9bd"><code>da997ee</code></a> cherry-pick(<a href="https://redirect.github.com/Microsoft/playwright/issues/27067">#27067</a>): docs: fix line wrapping in release notes</li> <li><a href="https://github.com/microsoft/playwright/commit/94b6fe1bdb130b9891c5874b5a5e483c332dc27f"><code>94b6fe1</code></a> chore: mark 1.38.0 (<a href="https://redirect.github.com/Microsoft/playwright/issues/27030">#27030</a>)</li> <li><a href="https://github.com/microsoft/playwright/commit/55cf8eae2547b6933911ad517854ba45be51c481"><code>55cf8ea</code></a> cherry-pick(<a href="https://redirect.github.com/Microsoft/playwright/issues/27028">#27028</a>): docs: add release notes for 1.38</li> <li><a href="https://github.com/microsoft/playwright/commit/a0a099fe4af851a543d349924eb7bf07cf1275ff"><code>a0a099f</code></a> cherry-pick(<a href="https://redirect.github.com/Microsoft/playwright/issues/27049">#27049</a>): feat(webkit): roll to r1908 (<a href="https://redirect.github.com/Microsoft/playwright/issues/27055">#27055</a>)</li> <li><a href="https://github.com/microsoft/playwright/commit/cd8b12c0d56fff05c1727bb610e320b1ffefb544"><code>cd8b12c</code></a> cherry-pick(<a href="https://redirect.github.com/Microsoft/playwright/issues/27041">#27041</a>): feat(chromium): roll to r1080 (<a href="https://redirect.github.com/Microsoft/playwright/issues/27045">#27045</a>)</li> <li><a href="https://github.com/microsoft/playwright/commit/9981f1418ad25dae5345bed96d19f16c8a663f81"><code>9981f14</code></a> cherry-pick(<a href="https://redirect.github.com/Microsoft/playwright/issues/27008">#27008</a>): chore: polish ui mode for better mac appearance</li> <li><a href="https://github.com/microsoft/playwright/commit/5f78f27a7a04b447df35db944e8869e4cc719a62"><code>5f78f27</code></a> cherry-pick(<a href="https://redirect.github.com/Microsoft/playwright/issues/27006">#27006</a>): chore: document new onEnd params</li> <li><a href="https://github.com/microsoft/playwright/commit/7c838653d60d5cae114721fdeed1148c095541e8"><code>7c83865</code></a> chore: fix the split view, reset window on timeline click (<a href="https://redirect.github.com/Microsoft/playwright/issues/27007">#27007</a>)</li> <li><a href="https://github.com/microsoft/playwright/commit/d9eabda09dd9a08577e2d684c2a78c32a64573a6"><code>d9eabda</code></a> fix(locators): escape quotes in regular expressions (<a href="https://redirect.github.com/Microsoft/playwright/issues/27002">#27002</a>)</li> <li><a href="https://github.com/microsoft/playwright/commit/6bbc09c96cf96b730ac91f6b991dc88c9bbda052"><code>6bbc09c</code></a> chore: show channel name in trace viewer metadata (<a href="https://redirect.github.com/Microsoft/playwright/issues/26987">#26987</a>)</li> <li>Additional commits viewable in <a href="https://github.com/Microsoft/playwright/compare/v1.37.1...v1.38.0">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.37.1&new-version=1.38.0)](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> Co-authored-by: ionitron <[email protected]> Co-authored-by: Liam DeBeasi <[email protected]>
1 parent 67c9722 commit a5f14e3

File tree

61 files changed

+44
-22
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+44
-22
lines changed

core/package-lock.json

Lines changed: 43 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"@ionic/eslint-config": "^0.3.0",
4545
"@ionic/prettier-config": "^2.0.0",
4646
"@jest/core": "^27.5.1",
47-
"@playwright/test": "^1.37.1",
47+
"@playwright/test": "^1.38.0",
4848
"@rollup/plugin-node-resolve": "^8.4.0",
4949
"@rollup/plugin-virtual": "^2.0.3",
5050
"@stencil/angular-output-target": "^0.8.2",
-971 Bytes
-996 Bytes
-273 Bytes
-346 Bytes
-257 Bytes
272 Bytes
274 Bytes
253 Bytes

0 commit comments

Comments
 (0)