ttsukagoshi / axe-scan

A CLI tool to test web accessibility on multiple web pages based on a list of URLs in a text file. Run on Node.js and uses axe-core and Puppeteer as its testing and browsing engines.
https://www.scriptable-assets.page/axe-scan/
MIT License
25 stars 5 forks source link

npm(deps): bump @axe-core/puppeteer from 4.6.0 to 4.6.1 #90

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps @axe-core/puppeteer from 4.6.0 to 4.6.1.

Release notes

Sourced from @​axe-core/puppeteer's releases.

Release 4.6.1

Bug Fixes

  • cli: increase --timeout default to 90 seconds (to match --help) (#683) (d11481b)
  • Update axe-core to v4.6.3 (#698) (a7d53a4)
  • work with extremely large results (#667) (395d5fc)

Features

  • webdriverio: deprecate @​wdio/sync support (#677) (6121e55)
Changelog

Sourced from @​axe-core/puppeteer's changelog.

4.6.1 (2023-03-28)

Bug Fixes

  • cli: increase --timeout default to 90 seconds (to match --help) (#683) (d11481b)
  • Update axe-core to v4.6.3 (#698) (a7d53a4)
  • work with extremely large results (#667) (395d5fc)

Features

  • webdriverio: deprecate @​wdio/sync support (#677) (6121e55)
Commits
  • a7d53a4 fix: Update axe-core to v4.6.3 (#698)
  • bb52d03 chore(puppeteer): allow using v19 (#682)
  • a1e12a8 chore: update chromedriver to 111 (#692)
  • 13fd512 chore: remove webdriverjs test example (#694)
  • b09ec5a refactor: make tests respect CHROMEDRIVER_PATH (#690)
  • d11481b fix(cli): increase --timeout default to 90 seconds (to match --help) (#683)
  • 3a38cf7 ci: fix webdriverio test using wrong chromedriver (#684
  • 6121e55 feat(webdriverio): deprecate @​wdio/sync support (#677)
  • b142be9 chore(ci,webdriverjs): update selenium-webdriver to latest (#673)
  • 395d5fc fix: work with extremely large results (#667)
  • 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)