Skip to content

Commit 7ef6a1e

Browse files
authored
1 parent a06cb64 commit 7ef6a1e

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## 4.0.1 (2025-08-15)
4+
5+
Pa11y CI 4.0.1 reintroduces compatibility for node `>=20.0.0 <20.18.1`. (At the time of writing, `v20.19.4` is the latest version of node `20`.)
6+
7+
Pa11y CI 4.0.0 updated the `cheerio` dependency to `1.1.2`. But this causes `EBADENGINE` warnings when installing, if node `<20.18.1`. We target compatibility with node `>20`, which after [some discussion](https://github.com/pa11y/pa11y-ci/pull/272) we think should mean `>=20.0.0`.
8+
9+
### Full changelog
10+
11+
[4.0.0...4.0.1](https://github.com/pa11y/pa11y-ci/compare/4.0.0...4.0.1)
12+
313
## 4.0.0 (2025-07-22)
414

515
Pa11y CI 4.0.0 requires a stable (even-numbered) Node.js version of `20` or above, updates to the latest version of Pa11y (`9`) and Puppeteer (`24`), updates several other dependencies, and includes some GitHub actions and documentation cleanup. See the [migration guide](https://github.com/pa11y/pa11y-ci/blob/main/MIGRATION.md#migrating-from-30-to-40) for details.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pa11y-ci",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"description": "Pa11y CI is a CI-centric accessibility test runner, built using Pa11y",
55
"keywords": [
66
"accessibility",

0 commit comments

Comments
 (0)