From eaa0c14c327606dfaf02930e10d83475e419c411 Mon Sep 17 00:00:00 2001 From: Aaron Goldenthal Date: Fri, 10 Jan 2025 12:28:03 -0600 Subject: [PATCH] Update documentation for v4.4.0 --- CHANGELOG.md | 11 +++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b85e88c..8bad0fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## 4.4.0 (2025-01-10) + +### Changes + +- Updated to [`aarongoldenthal/pa11y@8.5.0`](https://github.com/aarongoldenthal/pa11y/releases/tag/8.5.0), with the following changes: + - Updated to `puppeteer@24.0.0`, which includes security updates to Chrome 131 and updates to Firefox 134. It also removes the deprecated launch option interface, which should not be breaking as the new interface only adds capabilities. See [the `puppeteer` documentation](https://pptr.dev/api/puppeteer.launchoptions) for complete details. + +### Fixes + +- Updated to `commander@13.0.0`, which has no functional changes for pa11y-ci. + ## 4.3.4 (2024-12-23) ### Fixes diff --git a/package-lock.json b/package-lock.json index db27818..13c1871 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@aarongoldenthal/pa11y-ci", - "version": "4.3.4", + "version": "4.4.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@aarongoldenthal/pa11y-ci", - "version": "4.3.4", + "version": "4.4.0", "license": "LGPL-3.0-only", "dependencies": { "@aarongoldenthal/pa11y": "^8.5.0", diff --git a/package.json b/package.json index e5d5239..ae1f7a6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@aarongoldenthal/pa11y-ci", - "version": "4.3.4", + "version": "4.4.0", "description": "Pa11y CI is a CI-centric accessibility test runner, built using Pa11y", "keywords": [ "accessibility",