- Increase the minimum required Node.js version to v18.12.0 matching long-term support releases (#31270). Learn more about Node.js releases.
- Started requiring Jest v29 instead of v27 as a peer dependency. See breaking changes in Jest 28 and in jest 29 (#47388)
- Increase the minimum Node.js version to 14 (#43141).
- The peer
puppeteer
dependency has been updated from requiring>=1.19
to requiring>=11
(see Breaking Changes, #36040). - The peer
jest
dependency has been updated from requiring>=26
to requiring>=27
(see Breaking Changes, #33287).
- Increase the minimum Node.js version to 12 (#27934).
- The peer
jest
dependency has been updated from requiring>=24
to requiring>=26
(see Breaking Changes, #27956).
- Migrated
axe-puppeteer
to its new package @axe-core/puppeteer that contains breaking changes.
- Added optional
disabledRules
option to use withtoPassAxeTests
matcher.
- Initial release.