Releases: aarongoldenthal/pa11y
Releases · aarongoldenthal/pa11y
8.3.0
Changes
- Updated to
[email protected]
, which includes security updates to Chrome 130 and updating to Firefox 132.
8.2.1
Fixes
- Updated to
[email protected]
, which fixed several false positives. - Updated to
[email protected]
, which includes updating to Chrome 130.
Miscellaneous
- Moved
lint
CI job to Node 22, which is the Active LTS release as of 2024-10-29. - Added tests for Node 23, released 2024-10-24.
8.2.0
Changes
- Updated to
[email protected]
, which includes updating to Chrome 130. - Updated to
[email protected]
, which fixed several false positives. - Updated other
dependencies
, including[email protected]
(no functional changes).
8.1.5
Fixes
- Updated to
[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.
8.1.4
Fixes
- Updated to latest dependencies (
[email protected]
). This includes security patches topuppeteer
Chrome 129.
8.1.3
Fixes
- Updated to latest dependencies (
[email protected]
,[email protected]
). This includes updatingpuppeteer
to Chrome 129.
8.1.2
Fixes
- Fixed package issues with v8.1.1.
8.1.1
Fixes
- Updated to latest dependencies (
[email protected]
).
8.1.0
Changes in @aarongoldenthal/[email protected]
- Initial release of the
@aarongoldenthal/pa11y
fork, intended to actively maintain dependency updates. - Updated from
[email protected]
to[email protected]
, which includes updating to Chrome 128. - Updated from
[email protected]
to[email protected]
, which includes several rule fixes that may changepa11y
results with theaxe
runner. See the release notes for details. - Updated all other
dependencies
([email protected]
,[email protected]
). - Updated all
devDependencies
([email protected]
,[email protected]
,[email protected]
,[email protected]
), excepteslint@9
which requires an update topa11y-lint-config
. - Expanded all dependency ranges to the default allowing patch and minor releases.
- Added Node 22 to test matrix and updated
lint
job to use Node 20. - Configured Renovate to manage dependency updates.