Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: RC v4.10.1 #1133

Merged
merged 4 commits into from
Oct 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.10.1](https://github.com/dequelabs/axe-core-npm/compare/v4.10.0...v4.10.1) (2024-10-17)
## [4.10.1](https://github.com/dequelabs/axe-core-npm/compare/v4.10.0...v4.10.1) (2024-10-29)


### Bug Fixes

* 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))
* Update axe-core to v4.10.2 ([#1128](https://github.com/dequelabs/axe-core-npm/issues/1128)) ([aaaa34e](https://github.com/dequelabs/axe-core-npm/commit/aaaa34e7c3fdf51b285870203d59a1f55b030c21))



Expand Down
20 changes: 10 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.10.1](https://github.com/dequelabs/axe-core-npm/compare/v4.10.0...v4.10.1) (2024-10-17)
## [4.10.1](https://github.com/dequelabs/axe-core-npm/compare/v4.10.0...v4.10.1) (2024-10-29)


### Bug Fixes

* 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))
* Update axe-core to v4.10.2 ([#1128](https://github.com/dequelabs/axe-core-npm/issues/1128)) ([aaaa34e](https://github.com/dequelabs/axe-core-npm/commit/aaaa34e7c3fdf51b285870203d59a1f55b030c21))



Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
],
"dependencies": {
"@axe-core/webdriverjs": "^4.10.1",
"axe-core": "~4.10.1",
"axe-core": "~4.10.2",
"chromedriver": "latest",
"colors": "^1.4.0",
"commander": "^9.4.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/src/bin/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ const cli = async (
'issues can automatically be detected. \nManual testing is ' +
'always required. For more information see:\n%s\n'
),
link('https://dequeuniversity.com/curriculum/courses/testingmethods')
link('https://dequeuniversity.com/class/testing')
);
} catch (e) {
/* istanbul ignore else */
Expand Down
3 changes: 2 additions & 1 deletion packages/playwright/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.10.1](https://github.com/dequelabs/axe-core-npm/compare/v4.10.0...v4.10.1) (2024-10-17)
## [4.10.1](https://github.com/dequelabs/axe-core-npm/compare/v4.10.0...v4.10.1) (2024-10-29)


### Bug Fixes

* 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))
* Update axe-core to v4.10.2 ([#1128](https://github.com/dequelabs/axe-core-npm/issues/1128)) ([aaaa34e](https://github.com/dequelabs/axe-core-npm/commit/aaaa34e7c3fdf51b285870203d59a1f55b030c21))



Expand Down
2 changes: 1 addition & 1 deletion packages/playwright/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"prepare": "npx playwright install && npm run build"
},
"dependencies": {
"axe-core": "~4.10.1"
"axe-core": "~4.10.2"
},
"devDependencies": {
"@playwright/test": "^1.44.0",
Expand Down
3 changes: 2 additions & 1 deletion packages/puppeteer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.10.1](https://github.com/dequelabs/axe-core-npm/compare/v4.10.0...v4.10.1) (2024-10-17)
## [4.10.1](https://github.com/dequelabs/axe-core-npm/compare/v4.10.0...v4.10.1) (2024-10-29)


### Bug Fixes

* 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))
* Update axe-core to v4.10.2 ([#1128](https://github.com/dequelabs/axe-core-npm/issues/1128)) ([aaaa34e](https://github.com/dequelabs/axe-core-npm/commit/aaaa34e7c3fdf51b285870203d59a1f55b030c21))



Expand Down
2 changes: 1 addition & 1 deletion packages/puppeteer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"typescript": "^5.2.2"
},
"dependencies": {
"axe-core": "~4.10.1"
"axe-core": "~4.10.2"
},
"peerDependencies": {
"puppeteer": ">=1.10.0"
Expand Down
3 changes: 2 additions & 1 deletion packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.10.1](https://github.com/dequelabs/axe-core-npm/compare/v4.10.0...v4.10.1) (2024-10-17)
## [4.10.1](https://github.com/dequelabs/axe-core-npm/compare/v4.10.0...v4.10.1) (2024-10-29)


### Bug Fixes

* 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))
* Update axe-core to v4.10.2 ([#1128](https://github.com/dequelabs/axe-core-npm/issues/1128)) ([aaaa34e](https://github.com/dequelabs/axe-core-npm/commit/aaaa34e7c3fdf51b285870203d59a1f55b030c21))



Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"author": "Dylan Barrell ([email protected])",
"license": "MPL-2.0",
"dependencies": {
"axe-core": "~4.10.1",
"axe-core": "~4.10.2",
"requestidlecallback": "^0.3.0"
},
"devDependencies": {
Expand Down
3 changes: 2 additions & 1 deletion packages/reporter-earl/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.10.1](https://github.com/dequelabs/axe-core-npm/compare/v4.10.0...v4.10.1) (2024-10-17)
## [4.10.1](https://github.com/dequelabs/axe-core-npm/compare/v4.10.0...v4.10.1) (2024-10-29)


### Bug Fixes

* 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))
* Update axe-core to v4.10.2 ([#1128](https://github.com/dequelabs/axe-core-npm/issues/1128)) ([aaaa34e](https://github.com/dequelabs/axe-core-npm/commit/aaaa34e7c3fdf51b285870203d59a1f55b030c21))



Expand Down
2 changes: 1 addition & 1 deletion packages/reporter-earl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@types/clone": "^2.1.1",
"@types/jsonld": "github:types/jsonld",
"@types/node": "^22.0.2",
"axe-core": "~4.10.1",
"axe-core": "~4.10.2",
"clone": "^2.1.2",
"cross-env": "^7.0.3",
"jest": "^29.1.2",
Expand Down
3 changes: 2 additions & 1 deletion packages/webdriverio/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.10.1](https://github.com/dequelabs/axe-core-npm/compare/v4.10.0...v4.10.1) (2024-10-17)
## [4.10.1](https://github.com/dequelabs/axe-core-npm/compare/v4.10.0...v4.10.1) (2024-10-29)


### Bug Fixes

* 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))
* Update axe-core to v4.10.2 ([#1128](https://github.com/dequelabs/axe-core-npm/issues/1128)) ([aaaa34e](https://github.com/dequelabs/axe-core-npm/commit/aaaa34e7c3fdf51b285870203d59a1f55b030c21))



Expand Down
2 changes: 1 addition & 1 deletion packages/webdriverio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"webdriverio"
],
"dependencies": {
"axe-core": "~4.10.1",
"axe-core": "~4.10.2",
"cssesc": "^3.0.0"
},
"devDependencies": {
Expand Down
3 changes: 2 additions & 1 deletion packages/webdriverjs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.10.1](https://github.com/dequelabs/axe-core-npm/compare/v4.10.0...v4.10.1) (2024-10-17)
## [4.10.1](https://github.com/dequelabs/axe-core-npm/compare/v4.10.0...v4.10.1) (2024-10-29)


### Bug Fixes

* 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))
* Update axe-core to v4.10.2 ([#1128](https://github.com/dequelabs/axe-core-npm/issues/1128)) ([aaaa34e](https://github.com/dequelabs/axe-core-npm/commit/aaaa34e7c3fdf51b285870203d59a1f55b030c21))



Expand Down
2 changes: 1 addition & 1 deletion packages/webdriverjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"typescript": "^5.2.2"
},
"dependencies": {
"axe-core": "~4.10.1"
"axe-core": "~4.10.2"
},
"peerDependencies": {
"selenium-webdriver": ">3.0.0-beta || >=2.53.1 || >4.0.0-alpha"
Expand Down
2 changes: 1 addition & 1 deletion test/axe-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.10.1](https://github.com/dequelabs/axe-core-npm/compare/v4.10.0...v4.10.1) (2024-10-17)
## [4.10.1](https://github.com/dequelabs/axe-core-npm/compare/v4.10.0...v4.10.1) (2024-10-29)

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

Expand Down
2 changes: 1 addition & 1 deletion test/wdio/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.10.1](https://github.com/dequelabs/axe-core-npm/compare/v4.10.0...v4.10.1) (2024-10-17)
## [4.10.1](https://github.com/dequelabs/axe-core-npm/compare/v4.10.0...v4.10.1) (2024-10-29)

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

Expand Down
Loading