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.0 #262

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

Bumps playwright from 1.8.0 to 1.9.0.

Release notes

Sourced from playwright's releases.

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

  • Chromium 90.0.4421.0
  • Mozilla Firefox 86.0b10
  • WebKit 14.1

New APIs

#3337 - [REGRESSION]: NS_ERROR_FILE_ALREADY_EXISTS with Firefox sporadically #3697 - [Feature] allow selecting the second (k-th) selector match. #3866 - [Feature] Driver - allow to install only selected browsers #4366 - [BUG] Webkit in Docker only scroll once #5174 - [Feature] codegen: use name to reference iframes #4485 - [QUESTION] failed to launch chromium error while running npx jest within Dockerfile.bionic #5186 - [BUG] codegen: race when element changes the selector during the action #4585 - [Question] Video not being loaded, therefore it can't be played #4624 - Endless frameattached events [BUG] #4655 - [BUG] Navigation failed because page crashed! (Javascript tests) #4660 - Can't find profile directory #5182 - [BUG] cli/debug: Evaluation failed, This document requires 'TrustedHTML' assignment. #4750 - integration for the aXe accessibility testing engine [Feature] #4776 - [Question] MaxListenersExceededWarning: Possible EventEmitter memory leak detected. #4780 - [BUG] Error: EPERM: operation not permitted, unlink "..../CrashpadMetrics-active.pma" #4810 - [BUG] Different Chromium -webkit-focus-ring-color for headless/headful #5190 - [BUG] codegen: do not use select's innerText for selector #5185 - [BUG] Codegen does not record actions after pressing concrete keys #4842 - [Question] Can't add 'set-cookie' headers via page.route fulfill?

... (truncated)

Commits
  • 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)
  • 74ae013 test(webkit); enable test to scroll twice (#5550)
  • 4ae4c3c browser(webkit): fix response.requestHeaders instrumentation in libsoup after...
  • 8316f41 browser(webkit): roll to 02-22 (#5547)
  • b42c369 fix(codegen): replace html lib with createElement (#5531)
  • eb9c8ce feat(chromium): roll Chromium to Dev @ Feb 19, 2021 (#5536)
  • c3ee1cf chore(docs): use shared template for waitFroNavigation.url (#5520)
  • 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 #262 (8b4d24a) into master (a465095) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #262   +/-   ##
=======================================
  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...8b4d24a. Read the comment docs.

dependabot-preview[bot] commented 3 years ago

Superseded by #270.