vtstats / web

VTubers Statistics and Data Visualization
https://vt.poi.cat
134 stars 28 forks source link

build(deps-dev): bump playwright from 1.16.3 to 1.17.2 in /web #743

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps playwright from 1.16.3 to 1.17.2.

Release notes

Sourced from playwright's releases.

v1.17.2

Bugfixes

#11274 - fix: pin colors to 1.4.0 #11228 - fix(click): don't fail on stale context while click

v1.17.1

Highlights

This patch includes bug fixes for the following issues:

microsoft/playwright#10638 - [BUG] Locator.click -> subtree intercepts pointer events since version 1.17.0 microsoft/playwright#10632 - [BUG] Playwright 1.17.0 -> After clicking the element - I get an error that click action was failed microsoft/playwright#10627 - [REGRESSION]: Can no longer click Material UI select box microsoft/playwright#10620 - [BUG] trailing zero width whitespace fails toHaveText

Browser Versions

  • Chromium 98.0.4695.0
  • Mozilla Firefox 94.0.1
  • WebKit 15.4

This version of Playwright was also tested against the following stable channels:

  • Google Chrome 96
  • Microsoft Edge 96

(1.17.1)

v1.17.0

Playwright v1.17

Frame Locators

Playwright 1.17 introduces [frame locators] - a locator to the iframe on the page. Frame locators capture the logic sufficient to retrieve the iframe and then locate elements in that iframe. Frame locators are strict by default, will wait for iframe to appear and can be used in Web-First assertions.

Graphics

Frame locators can be created with either [page.frameLocator(selector)] or [locator.frameLocator(selector)] method.

const locator = page.frameLocator('#my-iframe').locator('text=Submit');
await locator.click();

Read more at our documentation.

Trace Viewer Update

... (truncated)

Commits
  • b6eb917 chore: mark 1.17.2 (#11276)
  • 224bfeb cherry-pick(release-1.17): chore: fix test-package-installation tests on Node...
  • b00e931 cherry-pick(#11274): fix: pin colors to 1.4.0
  • 4dfdca1 cherry-pick(#11228): fix(click): don't fail on stale context while cl… (#11231)
  • 112fe3a cherry-pick(#10771): devops: setup Docker Qemu for arm64 docker builds
  • 5e5a646 cherry-pick(#10768): devops: move docker publishing logic to main repo
  • 8e29c81 cherry-pick(#10685): fix(focus): make sure strictness is respected
  • 9fe65be cherry-pick+fix(#10678): test: add reporter test with grep (#10682)
  • ab51116 cherry-pick(#10679): fix(chromium): disable AutoExpandDetailsElement as it br...
  • f802c27 cherry-pick(#10661): chore: add validations into check_deps
  • Additional commits viewable in compare view


Dependabot compatibility score

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 commands and options
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)
cloudflare-workers-and-pages[bot] commented 2 years ago

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: 873bacc
Status: ✅  Deploy successful!
Preview URL: https://99c03eb0.holostats.pages.dev

View logs

dependabot[bot] commented 2 years ago

Superseded by #757.