From 39fb2f99d6558b6edd19bc98888238eeca25f829 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 2 Apr 2024 22:07:14 -0400
Subject: [PATCH 1/7] chore: bump ip from 1.1.8 to 1.1.9 (#1023)
Bumps [ip](https://github.com/indutny/node-ip) from 1.1.8 to 1.1.9.
Commits
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ip&package-manager=npm_and_yarn&previous-version=1.1.8&new-version=1.1.9)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
You can trigger a rebase of this PR by commenting `@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/dequelabs/axe-core-npm/network/alerts).
> **Note**
> Automatic rebases have been disabled on this pull request as it has
been open for over 30 days.
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
package-lock.json | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index 8576e7f1..5acdbce8 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -17048,9 +17048,9 @@
}
},
"node_modules/ip": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/ip/-/ip-2.0.0.tgz",
- "integrity": "sha512-WKa+XuLG1A1R0UWhl2+1XQSi+fZWMsYKffMZTTYsiZaUD8k2yDAj5atimTUD2TZkyCkNEeYE5NhFZmupOGtjYQ==",
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/ip/-/ip-2.0.1.tgz",
+ "integrity": "sha512-lJUL9imLTNi1ZfXT+DU6rBBdbiKGBuay9B6xGSPVjUeQwaH1RIGqef8RZkUtHioLmSNpPR5M4HVKJGm1j8FWVQ==",
"dev": true
},
"node_modules/ip-regex": {
@@ -24022,9 +24022,9 @@
}
},
"node_modules/pac-resolver/node_modules/ip": {
- "version": "1.1.8",
- "resolved": "https://registry.npmjs.org/ip/-/ip-1.1.8.tgz",
- "integrity": "sha512-PuExPYUiu6qMBQb4l06ecm6T6ujzhmh+MeJcW9wa89PoAz5pvd4zPgN5WJV104mb6S2T1AwNIAaB70JNrLQWhg==",
+ "version": "1.1.9",
+ "resolved": "https://registry.npmjs.org/ip/-/ip-1.1.9.tgz",
+ "integrity": "sha512-cyRxvOEpNHNtchU3Ln9KC/auJgup87llfQpQ+t5ghoC/UhL16SWzbueiCsdTnWmqAWl7LadfuwhlqmtOaqMHdQ==",
"dev": true
},
"node_modules/package-hash": {
@@ -29851,7 +29851,7 @@
"dependencies": {
"@axe-core/webdriverjs": "^4.8.5",
"axe-core": "~4.9.0",
- "chromedriver": "latest",
+ "chromedriver": "*",
"colors": "^1.4.0",
"commander": "^9.4.1",
"selenium-webdriver": "~4.17.0"
@@ -30009,7 +30009,7 @@
"async-listen": "^3.0.1",
"axe-test-fixtures": "github:dequelabs/axe-test-fixtures#v1",
"chai": "^4.3.6",
- "chromedriver": "latest",
+ "chromedriver": "*",
"cross-dirname": "^0.1.0",
"delay": "^5.0.0",
"devtools": "^8.27.2",
@@ -30044,7 +30044,7 @@
"async-listen": "^3.0.1",
"axe-test-fixtures": "github:dequelabs/axe-test-fixtures#v1",
"chai": "^4.3.6",
- "chromedriver": "latest",
+ "chromedriver": "*",
"express": "^4.18.2",
"mocha": "^10.0.0",
"nyc": "^15.1.0",
From f962a433be9c26a298e4c1fbb10e7b94694d2062 Mon Sep 17 00:00:00 2001
From: Michael
Date: Wed, 3 Apr 2024 09:20:37 -0400
Subject: [PATCH 2/7] test(cli): add test to cover selenium-webdriver <4.17.0
(#1038)
Add a test to cover the event that users are using selenium-webdriver
<4.17.0 and chrome options use the "old" way of supporting headless
runs. Also did some cleanup and removed code that wasn't required in cli
no qa required
---------
Co-authored-by: Gabe <41127686+Zidious@users.noreply.github.com>
---
package-lock.json | 8 +++++---
packages/cli/package.json | 2 ++
packages/cli/src/lib/axe-test-urls.ts | 2 +-
packages/cli/src/lib/utils.test.ts | 7 +------
packages/cli/src/lib/webdriver.test.ts | 23 +++++++++++++++++++++--
5 files changed, 30 insertions(+), 12 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index 5acdbce8..d489c13a 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -5473,9 +5473,9 @@
}
},
"node_modules/@types/sinon": {
- "version": "17.0.2",
- "resolved": "https://registry.npmjs.org/@types/sinon/-/sinon-17.0.2.tgz",
- "integrity": "sha512-Zt6heIGsdqERkxctIpvN5Pv3edgBrhoeb3yHyxffd4InN0AX2SVNKSrhdDZKGQICVOxWP/q4DyhpfPNMSrpIiA==",
+ "version": "17.0.3",
+ "resolved": "https://registry.npmjs.org/@types/sinon/-/sinon-17.0.3.tgz",
+ "integrity": "sha512-j3uovdn8ewky9kRBG19bOwaZbexJu/XjtkHyjvUgt4xfPFz18dcORIMqnYh66Fx3Powhcr85NT5+er3+oViapw==",
"dev": true,
"dependencies": {
"@types/sinonjs__fake-timers": "*"
@@ -29864,11 +29864,13 @@
"@types/chromedriver": "^81.0.1",
"@types/mocha": "^10.0.0",
"@types/selenium-webdriver": "^4.1.5",
+ "@types/sinon": "^17.0.3",
"chai": "^4.3.6",
"execa": "5.1.1",
"mocha": "^10.0.0",
"nyc": "^15.1.0",
"rimraf": "^5.0.5",
+ "sinon": "^17.0.1",
"tempy": "^1.0.0",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
diff --git a/packages/cli/package.json b/packages/cli/package.json
index 9858586a..a174f07e 100644
--- a/packages/cli/package.json
+++ b/packages/cli/package.json
@@ -59,11 +59,13 @@
"@types/chromedriver": "^81.0.1",
"@types/mocha": "^10.0.0",
"@types/selenium-webdriver": "^4.1.5",
+ "@types/sinon": "^17.0.3",
"chai": "^4.3.6",
"execa": "5.1.1",
"mocha": "^10.0.0",
"nyc": "^15.1.0",
"rimraf": "^5.0.5",
+ "sinon": "^17.0.1",
"tempy": "^1.0.0",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
diff --git a/packages/cli/src/lib/axe-test-urls.ts b/packages/cli/src/lib/axe-test-urls.ts
index c5c64c43..94838187 100644
--- a/packages/cli/src/lib/axe-test-urls.ts
+++ b/packages/cli/src/lib/axe-test-urls.ts
@@ -19,7 +19,7 @@ const testPages = async (
const currentUrl = urls[0].replace(/[,;]$/, '');
if (events?.onTestStart) {
- events?.onTestStart(currentUrl);
+ events.onTestStart(currentUrl);
}
if (config.timer) {
diff --git a/packages/cli/src/lib/utils.test.ts b/packages/cli/src/lib/utils.test.ts
index 7b849b61..cc761f8e 100644
--- a/packages/cli/src/lib/utils.test.ts
+++ b/packages/cli/src/lib/utils.test.ts
@@ -3,7 +3,6 @@ import { assert } from 'chai';
import tempy from 'tempy';
import { join } from 'path';
import { mkdirSync, writeFileSync, rmSync } from 'fs';
-import { dependencies } from '../../package.json';
import * as utils from './utils';
describe('utils', () => {
@@ -83,11 +82,7 @@ describe('utils', () => {
writeFileSync(join(parentDirname, 'axe.js'), 'parent');
const cliDirname = join(tempDir, 'packages', 'cli');
- const nodeModDirname = join(
- cliDirname,
- 'node_modules',
- 'axe-core'
- );
+ const nodeModDirname = join(cliDirname, 'node_modules', 'axe-core');
mkdirSync(nodeModDirname, { recursive: true });
writeFileSync(join(nodeModDirname, 'axe.js'), 'node modules');
diff --git a/packages/cli/src/lib/webdriver.test.ts b/packages/cli/src/lib/webdriver.test.ts
index 36f59354..a8a2e8c4 100644
--- a/packages/cli/src/lib/webdriver.test.ts
+++ b/packages/cli/src/lib/webdriver.test.ts
@@ -4,9 +4,10 @@ import { startDriver } from './webdriver';
import { WebDriver } from 'selenium-webdriver';
import chromedriver from 'chromedriver';
import chrome from 'selenium-webdriver/chrome';
-import type { Options } from 'selenium-webdriver/chrome';
import path from 'path';
import { WebdriverConfigParams } from '../types';
+import sinon from 'sinon';
+
describe('startDriver', () => {
let config: WebdriverConfigParams;
let browser: string;
@@ -22,7 +23,11 @@ describe('startDriver', () => {
});
afterEach(async () => {
- await driver.quit();
+ // try catch required due to `chrome.options` being mocked with sinon
+ // and not properly creating a driver
+ try {
+ await driver.quit();
+ } catch (error) {}
});
it('creates a driver', async () => {
@@ -101,4 +106,18 @@ describe('startDriver', () => {
assert.isObject(timeoutValue);
assert.deepEqual(timeoutValue.script, 10000000);
});
+
+ it('invokes `options.headless()` on versions of selenium-webdriver < 4.17.0', async () => {
+ const stub = sinon.stub(chrome, 'Options').returns({
+ headless: () => {}
+ });
+
+ // try catch required due to `chrome.options` being mocked with sinon
+ // and not properly creating a driver
+ try {
+ driver = await startDriver(config);
+ } catch (error) {}
+ assert.isTrue(stub.calledOnce);
+ stub.restore();
+ });
});
From f38a6c82e98db673ed672d0f2e1a41810fd488c8 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Wed, 10 Apr 2024 09:14:12 -0400
Subject: [PATCH 3/7] chore: bump undici from 5.28.3 to 5.28.4 (#1042)
---
package-lock.json | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index aaf4df1f..01a41316 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -28160,9 +28160,9 @@
}
},
"node_modules/undici": {
- "version": "5.28.3",
- "resolved": "https://registry.npmjs.org/undici/-/undici-5.28.3.tgz",
- "integrity": "sha512-3ItfzbrhDlINjaP0duwnNsKpDQk3acHI3gVJ1z4fmwMK31k5G9OVIAMLSIaP6w4FaGkaAkN6zaQO9LUvZ1t7VA==",
+ "version": "5.28.4",
+ "resolved": "https://registry.npmjs.org/undici/-/undici-5.28.4.tgz",
+ "integrity": "sha512-72RFADWFqKmUb2hmmvNODKL3p9hcB6Gt2DOQMis1SEBaV6a4MH8soBvzg+95CYhCKPFedut2JY9bMfrDl9D23g==",
"dev": true,
"dependencies": {
"@fastify/busboy": "^2.0.0"
From 4ca98bc293473bf63777e772bc6e19594f2b6013 Mon Sep 17 00:00:00 2001
From: Steven Lambert <2433219+straker@users.noreply.github.com>
Date: Thu, 9 May 2024 10:14:33 -0600
Subject: [PATCH 4/7] chore: update test-fixtures to fix lazy load iframe
(#1053)
Fixes the broken lazy load iframe tests.
Ref: https://github.com/dequelabs/axe-core-npm/pull/1052
No QA needed.
---
package-lock.json | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index 01a41316..796a918d 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -9970,8 +9970,7 @@
},
"node_modules/axe-test-fixtures": {
"version": "1.0.0",
- "resolved": "git+ssh://git@github.com/dequelabs/axe-test-fixtures.git#a8b90ebb4fe63fc76158d231c109d527471e698f",
- "integrity": "sha512-PBK63f+4QooW0EVi9cxFEooEtiR5PiWCBq2TKes28ep5wh3huWCB125nL9dGozys10YwqpLSf4kZBXloJFK5QA==",
+ "resolved": "git+ssh://git@github.com/dequelabs/axe-test-fixtures.git#80fde4a947257461a2cc2d3dc746e9381dc59aa0",
"dev": true,
"license": "MPL-2.0"
},
@@ -29851,7 +29850,7 @@
"dependencies": {
"@axe-core/webdriverjs": "^4.9.0",
"axe-core": "~4.9.0",
- "chromedriver": "*",
+ "chromedriver": "latest",
"colors": "^1.4.0",
"commander": "^9.4.1",
"selenium-webdriver": "~4.17.0"
@@ -30011,7 +30010,7 @@
"async-listen": "^3.0.1",
"axe-test-fixtures": "github:dequelabs/axe-test-fixtures#v1",
"chai": "^4.3.6",
- "chromedriver": "*",
+ "chromedriver": "latest",
"cross-dirname": "^0.1.0",
"delay": "^5.0.0",
"devtools": "^8.27.2",
@@ -30046,7 +30045,7 @@
"async-listen": "^3.0.1",
"axe-test-fixtures": "github:dequelabs/axe-test-fixtures#v1",
"chai": "^4.3.6",
- "chromedriver": "*",
+ "chromedriver": "latest",
"express": "^4.18.2",
"mocha": "^10.0.0",
"nyc": "^15.1.0",
From a88b0b93c1e4cbb4f827d1bda445bfcccca42e61 Mon Sep 17 00:00:00 2001
From: Ben Allen <157512320+ballendq@users.noreply.github.com>
Date: Thu, 9 May 2024 17:23:35 +0100
Subject: [PATCH 5/7] docs(react): Update React support information. Offer axe
Developer Hub (#1047)
Add axe Developer Hub as the preferred option for React 18+ users.
Refs: https://github.com/dequelabs/axe-core-npm/issues/500
QA notes: No QA needed.
---------
Co-authored-by: Steven Lambert <2433219+straker@users.noreply.github.com>
---
packages/react/README.md | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/packages/react/README.md b/packages/react/README.md
index a9931306..18d63de0 100644
--- a/packages/react/README.md
+++ b/packages/react/README.md
@@ -6,7 +6,11 @@ Previous versions of this program were maintained at [dequelabs/react-axe](https
## React support
-This package does not support React 18 and above. Deque is working on alternatives for React 18+ developers and will update the community following product announcements at [axe-con 2024](https://www.deque.com/axe-con/).
+This package does not support React 18 and above. Deque released a product called [axe Developer Hub](https://www.deque.com/axe/developer-hub/). This product has [numerous JavaScript/TypeScript test framework integrations](https://docs.deque.com/developer-hub/2/en/dh-platform-support#browser-automation-platform-support) and is Deque's recommended path forward for users of this library who wish to use more modern versions of React.
+
+The product has a free plan where each licensed user gets 1 API key. This is a good option for open-source projects or solo developers looking for high-quality accessibility feedback. [Sign up for the free plan](https://axe.deque.com/signup?product=axe-devtools-watcher&redirect_uri=https%3A%2F%2Faxe.deque.com%2Faxe-watcher%2Fstartup).
+
+For more information, read the [blog post: Introducing axe Developer Hub, now available as part of axe DevTools for Web](https://www.deque.com/blog/introducing-axe-developer-hub-now-available-as-part-of-axe-devtools-for-web/)
## Usage
From 8644fbd2d2b407c68b5ff3bd7b8368c6c173e355 Mon Sep 17 00:00:00 2001
From: Steven Lambert <2433219+straker@users.noreply.github.com>
Date: Thu, 9 May 2024 14:56:38 -0600
Subject: [PATCH 6/7] fix: Update axe-core to v4.9.1 (#1055)
No QA needed
---
package-lock.json | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index 796a918d..c30a2e86 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -9961,9 +9961,9 @@
"link": true
},
"node_modules/axe-core": {
- "version": "4.9.0",
- "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.9.0.tgz",
- "integrity": "sha512-H5orY+M2Fr56DWmMFpMrq5Ge93qjNdPVqzBv5gWK3aD1OvjBEJlEzxf09z93dGVQeI0LiW+aCMIx1QtShC/zUw==",
+ "version": "4.9.1",
+ "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.9.1.tgz",
+ "integrity": "sha512-QbUdXJVTpvUTHU7871ppZkdOLBeGUKBQWHkHrvN2V9IQWGMt61zf3B45BtzjxEJzYuj0JBjBZP/hmYS/R9pmAw==",
"engines": {
"node": ">=4"
}
From d3e60f539feec975330fcc5fda647ec4af0d31a3 Mon Sep 17 00:00:00 2001
From: API Team CI User
Date: Fri, 10 May 2024 12:26:10 +0000
Subject: [PATCH 7/7] chore: RC v4.9.1
---
CHANGELOG.md | 11 +++++++++++
lerna.json | 2 +-
package-lock.json | 22 +++++++++++-----------
packages/cli/CHANGELOG.md | 8 ++++++++
packages/cli/package.json | 4 ++--
packages/playwright/CHANGELOG.md | 8 ++++++++
packages/playwright/package.json | 2 +-
packages/puppeteer/CHANGELOG.md | 8 ++++++++
packages/puppeteer/package.json | 2 +-
packages/react/CHANGELOG.md | 8 ++++++++
packages/react/package.json | 2 +-
packages/reporter-earl/CHANGELOG.md | 8 ++++++++
packages/reporter-earl/package.json | 2 +-
packages/webdriverio/CHANGELOG.md | 8 ++++++++
packages/webdriverio/package.json | 2 +-
packages/webdriverjs/CHANGELOG.md | 8 ++++++++
packages/webdriverjs/package.json | 2 +-
test/axe-core/CHANGELOG.md | 8 ++++++++
test/axe-core/package.json | 2 +-
test/wdio/CHANGELOG.md | 8 ++++++++
test/wdio/package.json | 4 ++--
21 files changed, 106 insertions(+), 23 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f27bd40d..7e85018d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [4.9.1](https://github.com/dequelabs/axe-core-npm/compare/v4.9.0...v4.9.1) (2024-05-10)
+
+
+### Bug Fixes
+
+* Update axe-core to v4.9.1 ([#1055](https://github.com/dequelabs/axe-core-npm/issues/1055)) ([8644fbd](https://github.com/dequelabs/axe-core-npm/commit/8644fbd2d2b407c68b5ff3bd7b8368c6c173e355))
+
+
+
+
+
# [4.9.0](https://github.com/dequelabs/axe-core-npm/compare/v4.8.5...v4.9.0) (2024-04-01)
diff --git a/lerna.json b/lerna.json
index c3624531..63d5af58 100644
--- a/lerna.json
+++ b/lerna.json
@@ -1,3 +1,3 @@
{
- "version": "4.9.0"
+ "version": "4.9.1"
}
diff --git a/package-lock.json b/package-lock.json
index c30a2e86..6689f6ca 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -29845,10 +29845,10 @@
},
"packages/cli": {
"name": "@axe-core/cli",
- "version": "4.9.0",
+ "version": "4.9.1",
"license": "MPL-2.0",
"dependencies": {
- "@axe-core/webdriverjs": "^4.9.0",
+ "@axe-core/webdriverjs": "^4.9.1",
"axe-core": "~4.9.0",
"chromedriver": "latest",
"colors": "^1.4.0",
@@ -29880,7 +29880,7 @@
},
"packages/playwright": {
"name": "@axe-core/playwright",
- "version": "4.9.0",
+ "version": "4.9.1",
"license": "MPL-2.0",
"dependencies": {
"axe-core": "~4.9.0"
@@ -29908,7 +29908,7 @@
},
"packages/puppeteer": {
"name": "@axe-core/puppeteer",
- "version": "4.9.0",
+ "version": "4.9.1",
"license": "MPL-2.0",
"dependencies": {
"axe-core": "~4.9.0"
@@ -29942,7 +29942,7 @@
},
"packages/react": {
"name": "@axe-core/react",
- "version": "4.9.0",
+ "version": "4.9.1",
"license": "MPL-2.0",
"dependencies": {
"axe-core": "~4.9.0",
@@ -29973,7 +29973,7 @@
},
"packages/reporter-earl": {
"name": "@axe-core/reporter-earl",
- "version": "4.9.0",
+ "version": "4.9.1",
"license": "MPL-2.0",
"devDependencies": {
"@types/clone": "^2.1.1",
@@ -29993,7 +29993,7 @@
},
"packages/webdriverio": {
"name": "@axe-core/webdriverio",
- "version": "4.9.0",
+ "version": "4.9.1",
"license": "MPL-2.0",
"dependencies": {
"axe-core": "~4.9.0",
@@ -30030,7 +30030,7 @@
},
"packages/webdriverjs": {
"name": "@axe-core/webdriverjs",
- "version": "4.9.0",
+ "version": "4.9.1",
"license": "MPL-2.0",
"dependencies": {
"axe-core": "~4.9.0"
@@ -30061,7 +30061,7 @@
},
"test/axe-core": {
"name": "axe_core_test",
- "version": "4.9.0",
+ "version": "4.9.1",
"devDependencies": {
"glob": "^10.3.3",
"mocha": "^10.2.0",
@@ -30090,9 +30090,9 @@
},
"test/wdio": {
"name": "wdio-tests",
- "version": "4.9.0",
+ "version": "4.9.1",
"devDependencies": {
- "@axe-core/webdriverio": "^4.9.0",
+ "@axe-core/webdriverio": "^4.9.1",
"@types/chai": "^4.3.9",
"@types/mocha": "^10.0.3",
"@wdio/cli": "^8.35.1",
diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md
index 21356129..6e641ac4 100644
--- a/packages/cli/CHANGELOG.md
+++ b/packages/cli/CHANGELOG.md
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [4.9.1](https://github.com/dequelabs/axe-core-npm/compare/v4.9.0...v4.9.1) (2024-05-10)
+
+**Note:** Version bump only for package @axe-core/cli
+
+
+
+
+
# [4.9.0](https://github.com/dequelabs/axe-core-npm/compare/v4.8.5...v4.9.0) (2024-04-01)
diff --git a/packages/cli/package.json b/packages/cli/package.json
index 8ac8c004..dbddc8ee 100644
--- a/packages/cli/package.json
+++ b/packages/cli/package.json
@@ -1,6 +1,6 @@
{
"name": "@axe-core/cli",
- "version": "4.9.0",
+ "version": "4.9.1",
"description": "A CLI for accessibility testing using axe-core",
"author": {
"name": "Wilco Fiers",
@@ -47,7 +47,7 @@
"testing"
],
"dependencies": {
- "@axe-core/webdriverjs": "^4.9.0",
+ "@axe-core/webdriverjs": "^4.9.1",
"axe-core": "~4.9.0",
"chromedriver": "latest",
"colors": "^1.4.0",
diff --git a/packages/playwright/CHANGELOG.md b/packages/playwright/CHANGELOG.md
index 8055af02..0993a95e 100644
--- a/packages/playwright/CHANGELOG.md
+++ b/packages/playwright/CHANGELOG.md
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [4.9.1](https://github.com/dequelabs/axe-core-npm/compare/v4.9.0...v4.9.1) (2024-05-10)
+
+**Note:** Version bump only for package @axe-core/playwright
+
+
+
+
+
# [4.9.0](https://github.com/dequelabs/axe-core-npm/compare/v4.8.5...v4.9.0) (2024-04-01)
diff --git a/packages/playwright/package.json b/packages/playwright/package.json
index f9e85f06..6f6d00c5 100644
--- a/packages/playwright/package.json
+++ b/packages/playwright/package.json
@@ -1,6 +1,6 @@
{
"name": "@axe-core/playwright",
- "version": "4.9.0",
+ "version": "4.9.1",
"description": "Provides a method to inject and analyze web pages using axe",
"contributors": [
{
diff --git a/packages/puppeteer/CHANGELOG.md b/packages/puppeteer/CHANGELOG.md
index a7f23844..7270e72b 100644
--- a/packages/puppeteer/CHANGELOG.md
+++ b/packages/puppeteer/CHANGELOG.md
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [4.9.1](https://github.com/dequelabs/axe-core-npm/compare/v4.9.0...v4.9.1) (2024-05-10)
+
+**Note:** Version bump only for package @axe-core/puppeteer
+
+
+
+
+
# [4.9.0](https://github.com/dequelabs/axe-core-npm/compare/v4.8.5...v4.9.0) (2024-04-01)
diff --git a/packages/puppeteer/package.json b/packages/puppeteer/package.json
index 7dce97ed..6fcc8d94 100644
--- a/packages/puppeteer/package.json
+++ b/packages/puppeteer/package.json
@@ -1,6 +1,6 @@
{
"name": "@axe-core/puppeteer",
- "version": "4.9.0",
+ "version": "4.9.1",
"description": "Provides a chainable axe API for Puppeteer and automatically injects into all frames",
"repository": {
"type": "git",
diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md
index f2ed8771..42743e58 100644
--- a/packages/react/CHANGELOG.md
+++ b/packages/react/CHANGELOG.md
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [4.9.1](https://github.com/dequelabs/axe-core-npm/compare/v4.9.0...v4.9.1) (2024-05-10)
+
+**Note:** Version bump only for package @axe-core/react
+
+
+
+
+
# [4.9.0](https://github.com/dequelabs/axe-core-npm/compare/v4.8.5...v4.9.0) (2024-04-01)
diff --git a/packages/react/package.json b/packages/react/package.json
index 280d13aa..39ecfa31 100644
--- a/packages/react/package.json
+++ b/packages/react/package.json
@@ -1,6 +1,6 @@
{
"name": "@axe-core/react",
- "version": "4.9.0",
+ "version": "4.9.1",
"description": "Dynamic accessibility analysis for React using axe-core",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
diff --git a/packages/reporter-earl/CHANGELOG.md b/packages/reporter-earl/CHANGELOG.md
index df7f3c40..2e699ea0 100644
--- a/packages/reporter-earl/CHANGELOG.md
+++ b/packages/reporter-earl/CHANGELOG.md
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [4.9.1](https://github.com/dequelabs/axe-core-npm/compare/v4.9.0...v4.9.1) (2024-05-10)
+
+**Note:** Version bump only for package @axe-core/reporter-earl
+
+
+
+
+
# [4.9.0](https://github.com/dequelabs/axe-core-npm/compare/v4.8.5...v4.9.0) (2024-04-01)
diff --git a/packages/reporter-earl/package.json b/packages/reporter-earl/package.json
index 3c32e8dd..6d99c3fe 100644
--- a/packages/reporter-earl/package.json
+++ b/packages/reporter-earl/package.json
@@ -1,6 +1,6 @@
{
"name": "@axe-core/reporter-earl",
- "version": "4.9.0",
+ "version": "4.9.1",
"description": "A EARL+JSON-LD reporter for axe-core",
"main": "dist/axeReporterEarl.js",
"module": "./dist/axeReporterEarl.mjs",
diff --git a/packages/webdriverio/CHANGELOG.md b/packages/webdriverio/CHANGELOG.md
index fe1348e9..57746e7b 100644
--- a/packages/webdriverio/CHANGELOG.md
+++ b/packages/webdriverio/CHANGELOG.md
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [4.9.1](https://github.com/dequelabs/axe-core-npm/compare/v4.9.0...v4.9.1) (2024-05-10)
+
+**Note:** Version bump only for package @axe-core/webdriverio
+
+
+
+
+
# [4.9.0](https://github.com/dequelabs/axe-core-npm/compare/v4.8.5...v4.9.0) (2024-04-01)
diff --git a/packages/webdriverio/package.json b/packages/webdriverio/package.json
index 21916095..1fe5f3ea 100644
--- a/packages/webdriverio/package.json
+++ b/packages/webdriverio/package.json
@@ -1,6 +1,6 @@
{
"name": "@axe-core/webdriverio",
- "version": "4.9.0",
+ "version": "4.9.1",
"description": "Provides a method to inject and analyze web pages using axe",
"contributors": [
{
diff --git a/packages/webdriverjs/CHANGELOG.md b/packages/webdriverjs/CHANGELOG.md
index 9852549c..3471b6b9 100644
--- a/packages/webdriverjs/CHANGELOG.md
+++ b/packages/webdriverjs/CHANGELOG.md
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [4.9.1](https://github.com/dequelabs/axe-core-npm/compare/v4.9.0...v4.9.1) (2024-05-10)
+
+**Note:** Version bump only for package @axe-core/webdriverjs
+
+
+
+
+
# [4.9.0](https://github.com/dequelabs/axe-core-npm/compare/v4.8.5...v4.9.0) (2024-04-01)
diff --git a/packages/webdriverjs/package.json b/packages/webdriverjs/package.json
index 6acfacbe..20a3d1bf 100644
--- a/packages/webdriverjs/package.json
+++ b/packages/webdriverjs/package.json
@@ -1,6 +1,6 @@
{
"name": "@axe-core/webdriverjs",
- "version": "4.9.0",
+ "version": "4.9.1",
"description": "Provides a method to inject and analyze web pages using axe",
"contributors": [
{
diff --git a/test/axe-core/CHANGELOG.md b/test/axe-core/CHANGELOG.md
index 4c0045b5..90503810 100644
--- a/test/axe-core/CHANGELOG.md
+++ b/test/axe-core/CHANGELOG.md
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [4.9.1](https://github.com/dequelabs/axe-core-npm/compare/v4.9.0...v4.9.1) (2024-05-10)
+
+**Note:** Version bump only for package axe_core_test
+
+
+
+
+
# [4.9.0](https://github.com/dequelabs/axe-core-npm/compare/v4.8.5...v4.9.0) (2024-04-01)
**Note:** Version bump only for package axe_core_test
diff --git a/test/axe-core/package.json b/test/axe-core/package.json
index 7ed7f5a8..8b4c1156 100644
--- a/test/axe-core/package.json
+++ b/test/axe-core/package.json
@@ -11,5 +11,5 @@
"mocha": "^10.2.0",
"semver": "^7.5.4"
},
- "version": "4.9.0"
+ "version": "4.9.1"
}
diff --git a/test/wdio/CHANGELOG.md b/test/wdio/CHANGELOG.md
index 25ca7be4..2aa93247 100644
--- a/test/wdio/CHANGELOG.md
+++ b/test/wdio/CHANGELOG.md
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [4.9.1](https://github.com/dequelabs/axe-core-npm/compare/v4.9.0...v4.9.1) (2024-05-10)
+
+**Note:** Version bump only for package wdio-tests
+
+
+
+
+
# [4.9.0](https://github.com/dequelabs/axe-core-npm/compare/v4.8.5...v4.9.0) (2024-04-01)
**Note:** Version bump only for package wdio-tests
diff --git a/test/wdio/package.json b/test/wdio/package.json
index 3dbc5052..68e7251e 100644
--- a/test/wdio/package.json
+++ b/test/wdio/package.json
@@ -1,13 +1,13 @@
{
"name": "wdio-tests",
- "version": "4.9.0",
+ "version": "4.9.1",
"description": "Tests to ensure @wdio/globals works with @axe-core/webdriverio",
"scripts": {
"test": "wdio run ./wdio.conf.ts",
"build": "echo \"Empty build script for deploy pipeline\""
},
"devDependencies": {
- "@axe-core/webdriverio": "^4.9.0",
+ "@axe-core/webdriverio": "^4.9.1",
"@types/chai": "^4.3.9",
"@types/mocha": "^10.0.3",
"@wdio/cli": "^8.35.1",