Skip to content

Commit cd3525f

Browse files
authored
Merge pull request #1016 from dequelabs/master
chore: merge master into develop
2 parents 11d9878 + 1540d5a commit cd3525f

21 files changed

+133
-23
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
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.8.5](https://github.com/dequelabs/axe-core-npm/compare/v4.8.4...v4.8.5) (2024-02-08)
7+
8+
9+
### Bug Fixes
10+
11+
* Update axe-core to v4.8.4 ([#1008](https://github.com/dequelabs/axe-core-npm/issues/1008)) ([d54f145](https://github.com/dequelabs/axe-core-npm/commit/d54f145a4078c4730a850e694c9eb77297c23a35))
12+
13+
14+
15+
16+
617
## [4.8.4](https://github.com/dequelabs/axe-core-npm/compare/v4.8.3...v4.8.4) (2024-01-23)
718

819
### Bug Fixes

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "4.8.4"
2+
"version": "4.8.5"
33
}

package-lock.json

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/cli/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
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.8.5](https://github.com/dequelabs/axe-core-npm/compare/v4.8.4...v4.8.5) (2024-02-08)
7+
8+
9+
### Bug Fixes
10+
11+
* Update axe-core to v4.8.4 ([#1008](https://github.com/dequelabs/axe-core-npm/issues/1008)) ([d54f145](https://github.com/dequelabs/axe-core-npm/commit/d54f145a4078c4730a850e694c9eb77297c23a35))
12+
13+
14+
15+
16+
617
## [4.8.4](https://github.com/dequelabs/axe-core-npm/compare/v4.8.3...v4.8.4) (2024-01-23)
718

819
### Bug Fixes

packages/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@axe-core/cli",
3-
"version": "4.8.4",
3+
"version": "4.8.5",
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.8.4",
50+
"@axe-core/webdriverjs": "^4.8.5",
5151
"axe-core": "~4.8.4",
5252
"chromedriver": "latest",
5353
"colors": "^1.4.0",

packages/playwright/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
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.8.5](https://github.com/dequelabs/axe-core-npm/compare/v4.8.4...v4.8.5) (2024-02-08)
7+
8+
9+
### Bug Fixes
10+
11+
* Update axe-core to v4.8.4 ([#1008](https://github.com/dequelabs/axe-core-npm/issues/1008)) ([d54f145](https://github.com/dequelabs/axe-core-npm/commit/d54f145a4078c4730a850e694c9eb77297c23a35))
12+
13+
14+
15+
16+
617
## [4.8.4](https://github.com/dequelabs/axe-core-npm/compare/v4.8.3...v4.8.4) (2024-01-23)
718

819
**Note:** Version bump only for package @axe-core/playwright

packages/playwright/package.json

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

packages/puppeteer/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
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.8.5](https://github.com/dequelabs/axe-core-npm/compare/v4.8.4...v4.8.5) (2024-02-08)
7+
8+
9+
### Bug Fixes
10+
11+
* Update axe-core to v4.8.4 ([#1008](https://github.com/dequelabs/axe-core-npm/issues/1008)) ([d54f145](https://github.com/dequelabs/axe-core-npm/commit/d54f145a4078c4730a850e694c9eb77297c23a35))
12+
13+
14+
15+
16+
617
## [4.8.4](https://github.com/dequelabs/axe-core-npm/compare/v4.8.3...v4.8.4) (2024-01-23)
718

819
**Note:** Version bump only for package @axe-core/puppeteer

packages/puppeteer/package.json

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

packages/react/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
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.8.5](https://github.com/dequelabs/axe-core-npm/compare/v4.8.4...v4.8.5) (2024-02-08)
7+
8+
9+
### Bug Fixes
10+
11+
* Update axe-core to v4.8.4 ([#1008](https://github.com/dequelabs/axe-core-npm/issues/1008)) ([d54f145](https://github.com/dequelabs/axe-core-npm/commit/d54f145a4078c4730a850e694c9eb77297c23a35))
12+
13+
14+
15+
16+
617
## [4.8.4](https://github.com/dequelabs/axe-core-npm/compare/v4.8.3...v4.8.4) (2024-01-23)
718

819
**Note:** Version bump only for package @axe-core/react

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@axe-core/react",
3-
"version": "4.8.4",
3+
"version": "4.8.5",
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

Lines changed: 11 additions & 0 deletions
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.8.5](https://github.com/dequelabs/axe-core-npm/compare/v4.8.4...v4.8.5) (2024-02-08)
7+
8+
9+
### Bug Fixes
10+
11+
* Update axe-core to v4.8.4 ([#1008](https://github.com/dequelabs/axe-core-npm/issues/1008)) ([d54f145](https://github.com/dequelabs/axe-core-npm/commit/d54f145a4078c4730a850e694c9eb77297c23a35))
12+
13+
14+
15+
16+
617
## [4.8.4](https://github.com/dequelabs/axe-core-npm/compare/v4.8.3...v4.8.4) (2024-01-23)
718

819
**Note:** Version bump only for package @axe-core/reporter-earl

packages/reporter-earl/package.json

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

packages/webdriverio/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
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.8.5](https://github.com/dequelabs/axe-core-npm/compare/v4.8.4...v4.8.5) (2024-02-08)
7+
8+
9+
### Bug Fixes
10+
11+
* Update axe-core to v4.8.4 ([#1008](https://github.com/dequelabs/axe-core-npm/issues/1008)) ([d54f145](https://github.com/dequelabs/axe-core-npm/commit/d54f145a4078c4730a850e694c9eb77297c23a35))
12+
13+
14+
15+
16+
617
## [4.8.4](https://github.com/dequelabs/axe-core-npm/compare/v4.8.3...v4.8.4) (2024-01-23)
718

819
**Note:** Version bump only for package @axe-core/webdriverio

packages/webdriverio/package.json

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

packages/webdriverjs/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
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.8.5](https://github.com/dequelabs/axe-core-npm/compare/v4.8.4...v4.8.5) (2024-02-08)
7+
8+
9+
### Bug Fixes
10+
11+
* Update axe-core to v4.8.4 ([#1008](https://github.com/dequelabs/axe-core-npm/issues/1008)) ([d54f145](https://github.com/dequelabs/axe-core-npm/commit/d54f145a4078c4730a850e694c9eb77297c23a35))
12+
13+
14+
15+
16+
617
## [4.8.4](https://github.com/dequelabs/axe-core-npm/compare/v4.8.3...v4.8.4) (2024-01-23)
718

819
### Bug Fixes

packages/webdriverjs/package.json

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

test/axe-core/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
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.8.5](https://github.com/dequelabs/axe-core-npm/compare/v4.8.4...v4.8.5) (2024-02-08)
7+
8+
9+
### Bug Fixes
10+
11+
* Update axe-core to v4.8.4 ([#1008](https://github.com/dequelabs/axe-core-npm/issues/1008)) ([d54f145](https://github.com/dequelabs/axe-core-npm/commit/d54f145a4078c4730a850e694c9eb77297c23a35))
12+
13+
14+
15+
16+
617
## [4.8.4](https://github.com/dequelabs/axe-core-npm/compare/v4.8.3...v4.8.4) (2024-01-23)
718

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

test/axe-core/package.json

Lines changed: 1 addition & 1 deletion
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.8.4"
14+
"version": "4.8.5"
1515
}

test/wdio/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
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.8.5](https://github.com/dequelabs/axe-core-npm/compare/v4.8.4...v4.8.5) (2024-02-08)
7+
8+
9+
### Bug Fixes
10+
11+
* Update axe-core to v4.8.4 ([#1008](https://github.com/dequelabs/axe-core-npm/issues/1008)) ([d54f145](https://github.com/dequelabs/axe-core-npm/commit/d54f145a4078c4730a850e694c9eb77297c23a35))
12+
13+
14+
15+
16+
617
## [4.8.4](https://github.com/dequelabs/axe-core-npm/compare/v4.8.3...v4.8.4) (2024-01-23)
718

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

test/wdio/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "wdio-tests",
3-
"version": "4.8.4",
3+
"version": "4.8.5",
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.8.4",
10+
"@axe-core/webdriverio": "^4.8.5",
1111
"@types/chai": "^4.3.9",
1212
"@types/mocha": "^10.0.3",
1313
"@wdio/cli": "^8.27.0",

0 commit comments

Comments
 (0)