Releases: aarongoldenthal/pa11y-ci
Releases · aarongoldenthal/pa11y-ci
4.1.0
Changes
- Updated to
aarongoldenthal/[email protected]
, with the following changes:- Updated to
[email protected]
, which includes updating to Chrome 130. - Updated to
[email protected]
, which fixed several false positives.
- Updated to
4.0.4
Fixes
- Fixed issue with
pa11y-ci
process hanging ifbrowser
passed from config file. (pa11y#248) - Updated to
@aarongoldenthal/[email protected]
and[email protected]
. This includes security patches to Chrome 129 and upgrading to Firefox 131.
Miscellaneous
- Updated
tests
workflow with changes required to open Chrome for Testing in Ubuntu 24.04, which is transitioning toubuntu-latest
. - Updated
publish
workflow to publish this fork to npm.
4.0.3
Fixes
- Updated to latest dependencies (
[email protected]
,[email protected]
). This includes security patches forpuppeteer
Chrome 129.
4.0.2
Fixes
- Updated to latest dependencies (
[email protected]
,[email protected]
). This includes updatingpuppeteer
to Chrome 129.
4.0.1
Fixes
- Updated to latest dependencies (
@aarongoldenthal/[email protected]
,[email protected]
).
4.0.0
Changes
- Initial release of the
@aarongoldenthal/pa11y-ci
fork, intended to actively maintain dependency updates. - BREAKING: Updated from
[email protected]
to@aarongoldenthal/[email protected]
and frompuppeteer
from9.1.1
to23.2.1
.- This includes multiple major versions of
pa11y
andpuppeteer
, and with that updating Chrome from v92 to v128. - See the migration guide for details.
- This includes multiple major versions of
- BREAKING: Deprecated support for Node.js versions 12, 14, and 16. Supported versions are now 18, 20, and 22.
- Updated other
dependencies
with no functional changes ([email protected]
,[email protected]
,[email protected]
,[email protected]
,[email protected]
,[email protected]
,[email protected]
). - Updated
devDependencies
([email protected]
,[email protected]
,[email protected]
,[email protected]
), which required minor refactoring of tests. - Expanded all dependency ranges to the default allowing patch and minor releases.
- Configured Renovate to manage dependency updates.
- Increased integration test timeouts to help with macOS test issues.
See the migration guide for details.