naja-js / naja

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

chore(deps-dev): bump playwright from 1.8.0 to 1.9.2 #287

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

Bumps playwright from 1.8.0 to 1.9.2.

Release notes

Sourced from playwright's releases.

v1.9.2

Highlights

Text selector and click() fixes.

Browser Versions

  • Chromium 90.0.4421.0
  • Mozilla Firefox 86.0b10
  • WebKit 14.1

#5634 - [REGRESSION]: Test selector changed behavior #5674 - [REGRESSION]: Label is not visible anymore

e42fe217 - cherry-pick(release-1.9): fix(BrowserContext): race between continue and close (#5771) 11968ce3 - chore: mark v1.9.2 (#5770) 1dae530f - cherry-pick(release-1.9): fix(click): do not retarget from label to control when clicking (#5769) ccc89e35 - cherry-pick(release-1.9): fix(text selector): revert quoted match to match by text nodes only (#5766) 3fcc57c5 - fix: update codegen to produce set* instead of with* (#5738) (#5740) 07438f61 - cherry-pick(release-1.9): rename with* to set* for java (#5739) 097f7c3f - feat(java): implement codegen (#5692) ab3b8a1c - cherry-pick(release-1.9): launch-server command (#5713) (#5719) 4e317b3f - docs: remove current accessbility api from java (#5708) (#5712) 563254a9 - docs: add Page.onceDialog for java (#5706) (#5710) c6a29011 - cherry-pick(release-1.9): fix registry to be accessible by Azure Pipe… (#5704) f41d000c - docs: enable BowserType.connect in java (#5686) (#5691) 75b83cbe - docs: rename Page.console to consoleMessage in java (#5640) (#5671) 1d7d08c3 - docs: spread parameters of page.setViewportSize in java (#5664) (#5667) 5d275f10 - docs: describe playwright.create in java (#5566) (#5666) 6b4d528f - fix: include parsed .md spec into api.json (#5662) (#5663) 9a4d6904 - cherry-pick(release-1.9): add java snippets to the examples in guides (#5638) (#5660) 948e658c - docs: java snippets for api classes (#5629) (#5657)

v1.9.1

Highlights

Electron types and text selector fixes.

Browser Versions

  • Chromium 90.0.4421.0

... (truncated)

Commits
  • e42fe21 cherry-pick(release-1.9): fix(BrowserContext): race between continue and clos...
  • 11968ce chore: mark v1.9.2 (#5770)
  • 1dae530 cherry-pick(release-1.9): fix(click): do not retarget from label to control w...
  • ccc89e3 cherry-pick(release-1.9): fix(text selector): revert quoted match to match by...
  • 3fcc57c fix: update codegen to produce set* instead of with* (#5738) (#5740)
  • 07438f6 cherry-pick(release-1.9): rename with* to set* for java (#5739)
  • 097f7c3 feat(java): implement codegen (#5692)
  • ab3b8a1 cherry-pick(release-1.9): launch-server command (#5713) (#5719)
  • 4e317b3 docs: remove current accessbility api from java (#5708) (#5712)
  • 563254a docs: add Page.onceDialog for java (#5706) (#5710)
  • 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 #287 (45d22c8) into master (b31de8d) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #287   +/-   ##
=======================================
  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 b31de8d...45d22c8. Read the comment docs.

dependabot-preview[bot] commented 3 years ago

Superseded by #307.