@axe-core/cli 4.2.3-alpha.193 → 4.3.1-alpha.198
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/dist/package.json +4 -4
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,22 @@
|
|
|
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.3.0](https://github.com/dequelabs/axe-core-npm/compare/v4.2.0...v4.3.0) (2021-09-20)
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
- pass chrome options to `chromeOptions.addArguments()` ([#262](https://github.com/dequelabs/axe-core-npm/issues/262)) ([715f463](https://github.com/dequelabs/axe-core-npm/commit/715f463c1324d11cafec4a357ee55f446584cd1c))
|
|
11
|
+
- selenium-webdriverjs peer dependency to allow newer versions ([#258](https://github.com/dequelabs/axe-core-npm/issues/258)) ([2dc2788](https://github.com/dequelabs/axe-core-npm/commit/2dc27883aa4aa40e64766b0bc60191cb1a4f8963))
|
|
12
|
+
- update axe-core to 4.2.1 ([#254](https://github.com/dequelabs/axe-core-npm/issues/254)) ([9d90185](https://github.com/dequelabs/axe-core-npm/commit/9d9018525a4d799f6d763d0329f05ccbfd20dbe4))
|
|
13
|
+
- **cli:** add timeout waiting for page to be ready ([#250](https://github.com/dequelabs/axe-core-npm/issues/250)) ([cbb795f](https://github.com/dequelabs/axe-core-npm/commit/cbb795f1a92c419794a5f1f9645e28493d7c9bdb))
|
|
14
|
+
|
|
15
|
+
### Features
|
|
16
|
+
|
|
17
|
+
- **react:** Add configuration option to optional disable cache (deduplication) ([#309](https://github.com/dequelabs/axe-core-npm/issues/309)) ([435811c](https://github.com/dequelabs/axe-core-npm/commit/435811cb3957cf84b1c1701f6de5c4eb740c8301))
|
|
18
|
+
- **webdriverjs:** upgrade to axe-core 4.3 ([#312](https://github.com/dequelabs/axe-core-npm/issues/312)) ([b416e74](https://github.com/dequelabs/axe-core-npm/commit/b416e74fb56526021b010996c0e1382269627efa))
|
|
19
|
+
- update `axe-core@4.2.2` ([#263](https://github.com/dequelabs/axe-core-npm/issues/263)) ([8c609e1](https://github.com/dequelabs/axe-core-npm/commit/8c609e1e3580a63f8697ca94e146b0e2ed28e579))
|
|
20
|
+
- update to use `axe-core@4.2.3` ([#280](https://github.com/dequelabs/axe-core-npm/issues/280)) ([8aebba5](https://github.com/dequelabs/axe-core-npm/commit/8aebba5c6069ca047f649446e072259c069c9a22))
|
|
21
|
+
|
|
6
22
|
## [4.2.2](https://github.com/dequelabs/axe-core-npm/compare/v4.2.0...v4.2.2) (2021-06-23)
|
|
7
23
|
|
|
8
24
|
### Bug Fixes
|
package/dist/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@axe-core/cli",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.3.1-alpha.198+0c7d050",
|
|
4
4
|
"description": "A CLI for accessibility testing using axe-core",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Wilco Fiers",
|
|
@@ -44,8 +44,8 @@
|
|
|
44
44
|
"testing"
|
|
45
45
|
],
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@axe-core/webdriverjs": "4.
|
|
48
|
-
"axe-core": "^4.
|
|
47
|
+
"@axe-core/webdriverjs": "4.3.1-alpha.198+0c7d050",
|
|
48
|
+
"axe-core": "^4.3.3",
|
|
49
49
|
"chromedriver": "^93.0.1",
|
|
50
50
|
"colors": "^1.4.0",
|
|
51
51
|
"commander": "^7.1.0",
|
|
@@ -87,5 +87,5 @@
|
|
|
87
87
|
"src/testutils"
|
|
88
88
|
]
|
|
89
89
|
},
|
|
90
|
-
"gitHead": "
|
|
90
|
+
"gitHead": "0c7d0506b7d397df3c96414fc37a408e90fe9a9c"
|
|
91
91
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@axe-core/cli",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.3.1-alpha.198+0c7d050",
|
|
4
4
|
"description": "A CLI for accessibility testing using axe-core",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Wilco Fiers",
|
|
@@ -44,8 +44,8 @@
|
|
|
44
44
|
"testing"
|
|
45
45
|
],
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@axe-core/webdriverjs": "4.
|
|
48
|
-
"axe-core": "^4.
|
|
47
|
+
"@axe-core/webdriverjs": "4.3.1-alpha.198+0c7d050",
|
|
48
|
+
"axe-core": "^4.3.3",
|
|
49
49
|
"chromedriver": "^93.0.1",
|
|
50
50
|
"colors": "^1.4.0",
|
|
51
51
|
"commander": "^7.1.0",
|
|
@@ -87,5 +87,5 @@
|
|
|
87
87
|
"src/testutils"
|
|
88
88
|
]
|
|
89
89
|
},
|
|
90
|
-
"gitHead": "
|
|
90
|
+
"gitHead": "0c7d0506b7d397df3c96414fc37a408e90fe9a9c"
|
|
91
91
|
}
|