benbalter / site-inspector

Ruby Gem to sniff information about a domain's technology and capabilities.
https://site-inspector.herokuapp.com
MIT License
89 stars 29 forks source link

Bump pa11y from 5.3.0 to 6.2.3 #90

Open dependabot[bot] opened 2 years ago

dependabot[bot] commented 2 years ago

Bumps pa11y from 5.3.0 to 6.2.3.

Changelog

Sourced from pa11y's changelog.

6.2.3 (2022-04-11)

  • Revert console logging behaviour which was still causing problems on some sites.

6.2.2 (2022-04-08)

  • Fix a crash when a page logs a warning or an error.

6.2.1 (2022-04-07)

6.2.0 (2022-03-31)

6.1.1 (2021-11-17)

6.1.0 (2021-11-09)

  • The axe runner now supports the same error level flags as the HTML_CodeSniffer runner.
  • Add ignore-rules section to axe runner config
  • Improve the logic to detect local files passed as an argument (thanks @​kkoskelin)
  • Increase default timeout from 30 to 60 seconds (thanks @​m1rp)
  • Update documentation to mention WCAG 2.1 instead of WCAG 2.0 when appropriate
  • Remove all mentions to Section 508 from the tool
  • Merge the example HTML reporter into this repo
  • Update dependencies
  • Downgrade package-lock.json file to v1 for compatibility with older versions of npm.

6.0.1 (2021-06-28)

  • Merge axe and htmlcs runners into repo
  • --environment flag now shows pa11y version correctly (thanks @​aarongoldenthal)
  • Tests and dependency fixes for runners and reporters (thanks @​aarongoldenthal)

6.0.0 (2021-05-26)

  • Test against WCAG 2.1 rules when using the default HTML_CodeSniffer runner.
  • Upgrade puppeteer to v9, which reduces the number of browser crashes significantly.
  • Remove support for testing against Section 508 standard.
  • Replace make commands for testing with npm scripts (thanks @​sonniesedge and @​paazmaya).
  • Integrate the built-in reporters with the pa11y repo (thanks @​joeyciechanowicz).
  • Improve resilience of tests and other quality of life improvements (thanks @​sangitamane).
  • Improve --environment output (thanks @​ryhinchey).

... (truncated)

Commits
  • 9cf10d4 Version 6.2.3
  • 52af3fc Revert logging feature completely as it's still crashing on some sites
  • 14b4d4a Version 6.2.2
  • 742ab2d Update issue template
  • f94e5db Fix crashing when a page logs a warning or error
  • 5e522e7 Version 6.2.1
  • 668f060 Make the console logging code more resilient
  • 4fc1305 Version 6.2.0
  • 429ee5a Replace unmaintained hogan.js dependency with maintained mustache
  • a7da9b2 Remove mention to Koa11y which is mostly unmaintained
  • 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)