naja-js / naja

Modern AJAX library for Nette Framework
https://naja.js.org
MIT License
109 stars 16 forks source link

chore(deps-dev): bump playwright from 1.8.0 to 1.9.1 #270

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

Bumps playwright from 1.8.0 to 1.9.1.

Release notes

Sourced from playwright's releases.

v1.9.1

Highlights

Electron types and text selector fixes.

Browser Versions

  • Chromium 90.0.4421.0
  • Mozilla Firefox 86.0b10
  • WebKit 14.1

#5585 - [REGRESSION][1.9.0]: Cannot find module 'electron' or its corresponding type declarations #5583 - [REGRESSION]: Selector text="" works differ for element with nested elements since 1.9 #5588 - [BUG][Inspector] Stack won't extracted correctly if browser specific NPM packages are used

92bbdbed cherry-pick(release-1.9): make quoted selector match by text nodes (#5603) (#5608) 1196ac66 cherry-pick(release-1.9): skip stack trace playwright/src lines only under tests (#5594) (#5599) 9e69146a cherry-pick(release-1.9): stacktrace with browser specific NPM package (#5589) (#5598) 9d8d5c76 chore: mark v1.9.1 c264eb3d cherry-pick(release-1.9): move installation tests out of playwright tree (#5573) (#5578) f9b5f75f cherry-pick(release-1.9): do not use import('electron') (#5572) (#5576)

v1.9.0

Highlights

  • Playwright Inspector is a new GUI tool to author and debug your tests.

    • Line-by-line debugging of your Playwright scripts, with play, pause and step-through.
    • Author new scripts by recording user actions.
    • Generate element selectors for your script by hovering over elements.
    • Set the PWDEBUG=1 environment variable to launch the Inspector
  • Pause script execution with await page.pause() in headed mode. Pausing the page launches Playwright Inspector for debugging.

  • New has-text pseudo-class for CSS selectors. :has-text("example") matches any element containing "example" somewhere inside, possibly in a child or a descendant element. See more examples.

  • Page dialogs are now auto-dismissed during execution, unless a listener for dialog event is configured. Learn more about this.

  • Playwright for Python is now stable with an idiomatic snake case API and pre-built Docker image to run tests in CI/CD.

Browser Versions

... (truncated)

Commits
  • 92bbdbe cherry-pick(release-1.9): make quoted selector match by text nodes (#5603) (#...
  • 1196ac6 cherry-pick(release-1.9): skip stack trace playwright/src lines only under te...
  • 9e69146 cherry-pick(release-1.9): stacktrace with browser specific NPM package (#5589...
  • 37bd44f chore: mark v1.9.1 (#5595)
  • c264eb3 cherry-pick(release-1.9): move installation tests out of playwright tree (#55...
  • f9b5f75 cherry-pick(release-1.9): do not use import('electron') (#5572) (#5576)
  • 765f735 chore: mark v1.9.0 (#5552)
  • 096ddab fix(inspector): hide drawer when recording (#5548)
  • cadcd53 docs(why-playwright): fix link to downloads doc (#5505)
  • 75ee727 docs(api): fix api reference links for textContent (#5498)
  • 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
codecov[bot] commented 3 years ago

Codecov Report

Merging #270 (1bc9af7) into master (a465095) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #270   +/-   ##
=======================================
  Coverage   85.27%   85.27%           
=======================================
  Files          11       11           
  Lines         360      360           
  Branches      104      104           
=======================================
  Hits          307      307           
  Misses         20       20           
  Partials       33       33           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update a465095...1bc9af7. Read the comment docs.

dependabot-preview[bot] commented 3 years ago

Superseded by #287.