Skip to content

Commit

Permalink
Merge pull request #24 from aarongoldenthal/release-8.1.0
Browse files Browse the repository at this point in the history
Release 8.1.0
  • Loading branch information
aarongoldenthal authored Sep 2, 2024
2 parents fa26399 + 697bd87 commit 3689e7f
Show file tree
Hide file tree
Showing 5 changed files with 447 additions and 2,928 deletions.
1 change: 0 additions & 1 deletion .npmrc

This file was deleted.

17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## 8.1.0 (2024-09-02)

### 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 change `pa11y` results with the `axe` runner. See the [release notes](https://github.com/dequelabs/axe-core/releases) for details.
* Updated all other `dependencies` (`[email protected]`, `[email protected]`).
* Updated all `devDependencies` (`[email protected]`, `[email protected]`, `[email protected]`, `[email protected]`), except `eslint@9` which requires an update to `pa11y-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](https://docs.renovatebot.com/) to manage dependency updates.

### Full diff for `@aarongoldenthal/[email protected]`

* [8.0.0...8.1.0](https://github.com/aarongoldenthal/pa11y/compare/8.0.0...8.1.0)

## 8.0.0 (2024-03-25)

Pa11y 8 makes the latest version of Puppeteer (`22`) available to Pa11y and updates several other dependencies.
Expand Down
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

Pa11y is your automated accessibility testing pal. It runs accessibility tests on your pages via the command line or Node.js, so you can automate your testing process.

[![NPM version][shield-npm]][info-npm]
[![Node.js version support][shield-node]][info-node]
[![Build status][shield-build]][info-build]
[![LGPL-3.0-only licensed][shield-license]][info-license]
Expand Down Expand Up @@ -943,15 +942,17 @@ The following table lists the major versions available and, for each previous ma

| Major version | Final minor version | Node.js support | Puppeteer version | Support end date |
| :------------ | :------------------ | :--------------- | :---------------- | :----------------------- |
| `8` | | `18`, `20` | `^22` | ✅ Current major version |
| `7` | `7.0` | `18`, `20` | `^20` | October 2024 |
| `6` | `6.2` | `12`, `14`, `16` | `~9.1` | July 2024 |
| `8` | | `18`, `20`, `22` | `^23` | ✅ Current major version |
| `7` | `7.0` | `18`, `20` | `^20` | 2024-09-02 |
| `6` | `6.2` | `12`, `14`, `16` | `~9.1` | 2024-07-16 |
| `5` | `5.3` | `8`, `10`, `12` | `^1` | 2021-11-25 |
| `4` | `4.13` | `4`, `6`, `8` | | 2018-08-15 |
| `3` | `3.8` | `0.12`, `4` | | 2016-12-05 |
| `2` | `2.4` | `0.10`, `0.12` | | 2016-10-16 |
| `1` | `1.7` | `0.10` | | 2016-06-08 |

> Note the `fork` branch of this repository is the default branch and has changes from the upstream `pa11y` repository and all tagged releases. The upstream `pa11y` repository's `main` branch is mirrored here.
## License

Pa11y is licensed under the [Lesser General Public License (LGPL-3.0-only)][info-license].
Expand All @@ -962,10 +963,9 @@ Copyright © 2013-2024, Team Pa11y and contributors
[fork-pa11y]: (https://github.com/pa11y/pa11y/fork)
[htmlcs-wcag2aaa-ruleset]: https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/
[htmlcs]: https://squizlabs.github.io/HTML_CodeSniffer/
[info-build]: https://github.com/pa11y/pa11y/actions/workflows/tests.yml
[info-build]: https://github.com/aarongoldenthal/pa11y/actions/workflows/tests.yml
[info-license]: LICENSE
[info-node]: package.json
[info-npm]: https://www.npmjs.com/package/pa11y
[node]: https://nodejs.org/
[npm]: https://www.npmjs.com/
[nvm]: https://github.com/nvm-sh/nvm
Expand All @@ -978,4 +978,3 @@ Copyright © 2013-2024, Team Pa11y and contributors
[shield-build]: https://github.com/pa11y/pa11y/actions/workflows/tests.yml/badge.svg
[shield-license]: https://img.shields.io/badge/license-LGPL%203.0-blue.svg
[shield-node]: https://img.shields.io/node/v/pa11y.svg
[shield-npm]: https://img.shields.io/npm/v/pa11y.svg
Loading

0 comments on commit 3689e7f

Please sign in to comment.