File tree 21 files changed +127
-23
lines changed
21 files changed +127
-23
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
17
# [ 4.10.0] ( https://github.com/dequelabs/axe-core-npm/compare/v4.9.1...v4.10.0 ) (2024-08-16)
7
18
8
19
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 4.10.0 "
2
+ "version" : " 4.10.1 "
3
3
}
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
17
# [ 4.10.0] ( https://github.com/dequelabs/axe-core-npm/compare/v4.9.1...v4.10.0 ) (2024-08-16)
7
18
8
19
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @axe-core/cli" ,
3
- "version" : " 4.10.0 " ,
3
+ "version" : " 4.10.1 " ,
4
4
"description" : " A CLI for accessibility testing using axe-core" ,
5
5
"author" : {
6
6
"name" : " Wilco Fiers" ,
47
47
" testing"
48
48
],
49
49
"dependencies" : {
50
- "@axe-core/webdriverjs" : " ^4.10.0 " ,
50
+ "@axe-core/webdriverjs" : " ^4.10.1 " ,
51
51
"axe-core" : " ~4.10.1" ,
52
52
"chromedriver" : " latest" ,
53
53
"colors" : " ^1.4.0" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
17
# [ 4.10.0] ( https://github.com/dequelabs/axe-core-npm/compare/v4.9.1...v4.10.0 ) (2024-08-16)
7
18
8
19
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @axe-core/playwright" ,
3
- "version" : " 4.10.0 " ,
3
+ "version" : " 4.10.1 " ,
4
4
"description" : " Provides a method to inject and analyze web pages using axe" ,
5
5
"contributors" : [
6
6
{
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
17
# [ 4.10.0] ( https://github.com/dequelabs/axe-core-npm/compare/v4.9.1...v4.10.0 ) (2024-08-16)
7
18
8
19
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @axe-core/puppeteer" ,
3
- "version" : " 4.10.0 " ,
3
+ "version" : " 4.10.1 " ,
4
4
"description" : " Provides a chainable axe API for Puppeteer and automatically injects into all frames" ,
5
5
"repository" : {
6
6
"type" : " git" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
17
# [ 4.10.0] ( https://github.com/dequelabs/axe-core-npm/compare/v4.9.1...v4.10.0 ) (2024-08-16)
7
18
8
19
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @axe-core/react" ,
3
- "version" : " 4.10.0 " ,
3
+ "version" : " 4.10.1 " ,
4
4
"description" : " Dynamic accessibility analysis for React using axe-core" ,
5
5
"main" : " ./dist/index.js" ,
6
6
"module" : " ./dist/index.mjs" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
17
# [ 4.10.0] ( https://github.com/dequelabs/axe-core-npm/compare/v4.9.1...v4.10.0 ) (2024-08-16)
7
18
8
19
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @axe-core/reporter-earl" ,
3
- "version" : " 4.10.0 " ,
3
+ "version" : " 4.10.1 " ,
4
4
"description" : " A EARL+JSON-LD reporter for axe-core" ,
5
5
"main" : " dist/axeReporterEarl.js" ,
6
6
"module" : " ./dist/axeReporterEarl.mjs" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
17
# [ 4.10.0] ( https://github.com/dequelabs/axe-core-npm/compare/v4.9.1...v4.10.0 ) (2024-08-16)
7
18
8
19
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @axe-core/webdriverio" ,
3
- "version" : " 4.10.0 " ,
3
+ "version" : " 4.10.1 " ,
4
4
"description" : " Provides a method to inject and analyze web pages using axe" ,
5
5
"contributors" : [
6
6
{
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
17
# [ 4.10.0] ( https://github.com/dequelabs/axe-core-npm/compare/v4.9.1...v4.10.0 ) (2024-08-16)
7
18
8
19
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @axe-core/webdriverjs" ,
3
- "version" : " 4.10.0 " ,
3
+ "version" : " 4.10.1 " ,
4
4
"description" : " Provides a method to inject and analyze web pages using axe" ,
5
5
"contributors" : [
6
6
{
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
14
# [ 4.10.0] ( https://github.com/dequelabs/axe-core-npm/compare/v4.9.1...v4.10.0 ) (2024-08-16)
7
15
8
16
** Note:** Version bump only for package axe_core_test
Original file line number Diff line number Diff line change 11
11
"mocha" : " ^10.2.0" ,
12
12
"semver" : " ^7.5.4"
13
13
},
14
- "version" : " 4.10.0 "
14
+ "version" : " 4.10.1 "
15
15
}
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
14
# [ 4.10.0] ( https://github.com/dequelabs/axe-core-npm/compare/v4.9.1...v4.10.0 ) (2024-08-16)
7
15
8
16
** Note:** Version bump only for package wdio-tests
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " wdio-tests" ,
3
- "version" : " 4.10.0 " ,
3
+ "version" : " 4.10.1 " ,
4
4
"description" : " Tests to ensure @wdio/globals works with @axe-core/webdriverio" ,
5
5
"scripts" : {
6
6
"test" : " wdio run ./wdio.conf.ts" ,
7
7
"build" : " echo \" Empty build script for deploy pipeline\" "
8
8
},
9
9
"devDependencies" : {
10
- "@axe-core/webdriverio" : " ^4.10.0 " ,
10
+ "@axe-core/webdriverio" : " ^4.10.1 " ,
11
11
"@types/chai" : " ^4.3.9" ,
12
12
"@types/mocha" : " ^10.0.3" ,
13
13
"@wdio/cli" : " ^8.35.1" ,
You can’t perform that action at this time.
0 commit comments