Skip to content

Commit eec387f

Browse files
chore: RC v4.10.1
1 parent 099818b commit eec387f

21 files changed

+127
-23
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.10.1](https://github.com/dequelabs/axe-core-npm/compare/v4.10.0...v4.10.1) (2024-10-17)
7+
8+
9+
### Bug Fixes
10+
11+
* Update axe-core to v4.10.1 ([#1124](https://github.com/dequelabs/axe-core-npm/issues/1124)) ([099818b](https://github.com/dequelabs/axe-core-npm/commit/099818bcef1da11df1700027cd6487e338e5cbd2))
12+
13+
14+
15+
16+
617
# [4.10.0](https://github.com/dequelabs/axe-core-npm/compare/v4.9.1...v4.10.0) (2024-08-16)
718

819

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "4.10.0"
2+
"version": "4.10.1"
33
}

package-lock.json

+11-11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/cli/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.10.1](https://github.com/dequelabs/axe-core-npm/compare/v4.10.0...v4.10.1) (2024-10-17)
7+
8+
9+
### Bug Fixes
10+
11+
* Update axe-core to v4.10.1 ([#1124](https://github.com/dequelabs/axe-core-npm/issues/1124)) ([099818b](https://github.com/dequelabs/axe-core-npm/commit/099818bcef1da11df1700027cd6487e338e5cbd2))
12+
13+
14+
15+
16+
617
# [4.10.0](https://github.com/dequelabs/axe-core-npm/compare/v4.9.1...v4.10.0) (2024-08-16)
718

819

packages/cli/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@axe-core/cli",
3-
"version": "4.10.0",
3+
"version": "4.10.1",
44
"description": "A CLI for accessibility testing using axe-core",
55
"author": {
66
"name": "Wilco Fiers",
@@ -47,7 +47,7 @@
4747
"testing"
4848
],
4949
"dependencies": {
50-
"@axe-core/webdriverjs": "^4.10.0",
50+
"@axe-core/webdriverjs": "^4.10.1",
5151
"axe-core": "~4.10.1",
5252
"chromedriver": "latest",
5353
"colors": "^1.4.0",

packages/playwright/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.10.1](https://github.com/dequelabs/axe-core-npm/compare/v4.10.0...v4.10.1) (2024-10-17)
7+
8+
9+
### Bug Fixes
10+
11+
* Update axe-core to v4.10.1 ([#1124](https://github.com/dequelabs/axe-core-npm/issues/1124)) ([099818b](https://github.com/dequelabs/axe-core-npm/commit/099818bcef1da11df1700027cd6487e338e5cbd2))
12+
13+
14+
15+
16+
617
# [4.10.0](https://github.com/dequelabs/axe-core-npm/compare/v4.9.1...v4.10.0) (2024-08-16)
718

819

packages/playwright/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@axe-core/playwright",
3-
"version": "4.10.0",
3+
"version": "4.10.1",
44
"description": "Provides a method to inject and analyze web pages using axe",
55
"contributors": [
66
{

packages/puppeteer/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.10.1](https://github.com/dequelabs/axe-core-npm/compare/v4.10.0...v4.10.1) (2024-10-17)
7+
8+
9+
### Bug Fixes
10+
11+
* Update axe-core to v4.10.1 ([#1124](https://github.com/dequelabs/axe-core-npm/issues/1124)) ([099818b](https://github.com/dequelabs/axe-core-npm/commit/099818bcef1da11df1700027cd6487e338e5cbd2))
12+
13+
14+
15+
16+
617
# [4.10.0](https://github.com/dequelabs/axe-core-npm/compare/v4.9.1...v4.10.0) (2024-08-16)
718

819

packages/puppeteer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@axe-core/puppeteer",
3-
"version": "4.10.0",
3+
"version": "4.10.1",
44
"description": "Provides a chainable axe API for Puppeteer and automatically injects into all frames",
55
"repository": {
66
"type": "git",

packages/react/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.10.1](https://github.com/dequelabs/axe-core-npm/compare/v4.10.0...v4.10.1) (2024-10-17)
7+
8+
9+
### Bug Fixes
10+
11+
* Update axe-core to v4.10.1 ([#1124](https://github.com/dequelabs/axe-core-npm/issues/1124)) ([099818b](https://github.com/dequelabs/axe-core-npm/commit/099818bcef1da11df1700027cd6487e338e5cbd2))
12+
13+
14+
15+
16+
617
# [4.10.0](https://github.com/dequelabs/axe-core-npm/compare/v4.9.1...v4.10.0) (2024-08-16)
718

819

packages/react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@axe-core/react",
3-
"version": "4.10.0",
3+
"version": "4.10.1",
44
"description": "Dynamic accessibility analysis for React using axe-core",
55
"main": "./dist/index.js",
66
"module": "./dist/index.mjs",

packages/reporter-earl/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.10.1](https://github.com/dequelabs/axe-core-npm/compare/v4.10.0...v4.10.1) (2024-10-17)
7+
8+
9+
### Bug Fixes
10+
11+
* Update axe-core to v4.10.1 ([#1124](https://github.com/dequelabs/axe-core-npm/issues/1124)) ([099818b](https://github.com/dequelabs/axe-core-npm/commit/099818bcef1da11df1700027cd6487e338e5cbd2))
12+
13+
14+
15+
16+
617
# [4.10.0](https://github.com/dequelabs/axe-core-npm/compare/v4.9.1...v4.10.0) (2024-08-16)
718

819

packages/reporter-earl/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@axe-core/reporter-earl",
3-
"version": "4.10.0",
3+
"version": "4.10.1",
44
"description": "A EARL+JSON-LD reporter for axe-core",
55
"main": "dist/axeReporterEarl.js",
66
"module": "./dist/axeReporterEarl.mjs",

packages/webdriverio/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.10.1](https://github.com/dequelabs/axe-core-npm/compare/v4.10.0...v4.10.1) (2024-10-17)
7+
8+
9+
### Bug Fixes
10+
11+
* Update axe-core to v4.10.1 ([#1124](https://github.com/dequelabs/axe-core-npm/issues/1124)) ([099818b](https://github.com/dequelabs/axe-core-npm/commit/099818bcef1da11df1700027cd6487e338e5cbd2))
12+
13+
14+
15+
16+
617
# [4.10.0](https://github.com/dequelabs/axe-core-npm/compare/v4.9.1...v4.10.0) (2024-08-16)
718

819

packages/webdriverio/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@axe-core/webdriverio",
3-
"version": "4.10.0",
3+
"version": "4.10.1",
44
"description": "Provides a method to inject and analyze web pages using axe",
55
"contributors": [
66
{

packages/webdriverjs/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.10.1](https://github.com/dequelabs/axe-core-npm/compare/v4.10.0...v4.10.1) (2024-10-17)
7+
8+
9+
### Bug Fixes
10+
11+
* Update axe-core to v4.10.1 ([#1124](https://github.com/dequelabs/axe-core-npm/issues/1124)) ([099818b](https://github.com/dequelabs/axe-core-npm/commit/099818bcef1da11df1700027cd6487e338e5cbd2))
12+
13+
14+
15+
16+
617
# [4.10.0](https://github.com/dequelabs/axe-core-npm/compare/v4.9.1...v4.10.0) (2024-08-16)
718

819

packages/webdriverjs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@axe-core/webdriverjs",
3-
"version": "4.10.0",
3+
"version": "4.10.1",
44
"description": "Provides a method to inject and analyze web pages using axe",
55
"contributors": [
66
{

test/axe-core/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.10.1](https://github.com/dequelabs/axe-core-npm/compare/v4.10.0...v4.10.1) (2024-10-17)
7+
8+
**Note:** Version bump only for package axe_core_test
9+
10+
11+
12+
13+
614
# [4.10.0](https://github.com/dequelabs/axe-core-npm/compare/v4.9.1...v4.10.0) (2024-08-16)
715

816
**Note:** Version bump only for package axe_core_test

test/axe-core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
"mocha": "^10.2.0",
1212
"semver": "^7.5.4"
1313
},
14-
"version": "4.10.0"
14+
"version": "4.10.1"
1515
}

test/wdio/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.10.1](https://github.com/dequelabs/axe-core-npm/compare/v4.10.0...v4.10.1) (2024-10-17)
7+
8+
**Note:** Version bump only for package wdio-tests
9+
10+
11+
12+
13+
614
# [4.10.0](https://github.com/dequelabs/axe-core-npm/compare/v4.9.1...v4.10.0) (2024-08-16)
715

816
**Note:** Version bump only for package wdio-tests

test/wdio/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "wdio-tests",
3-
"version": "4.10.0",
3+
"version": "4.10.1",
44
"description": "Tests to ensure @wdio/globals works with @axe-core/webdriverio",
55
"scripts": {
66
"test": "wdio run ./wdio.conf.ts",
77
"build": "echo \"Empty build script for deploy pipeline\""
88
},
99
"devDependencies": {
10-
"@axe-core/webdriverio": "^4.10.0",
10+
"@axe-core/webdriverio": "^4.10.1",
1111
"@types/chai": "^4.3.9",
1212
"@types/mocha": "^10.0.3",
1313
"@wdio/cli": "^8.35.1",

0 commit comments

Comments
 (0)