@axe-core/cli 4.2.3-alpha.194 → 4.3.1

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 CHANGED
@@ -3,6 +3,28 @@
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.1](https://github.com/dequelabs/axe-core-npm/compare/v4.3.0...v4.3.1) (2021-09-20)
7
+
8
+ ### Bug Fixes
9
+
10
+ - **cli,reporter-earl,react:** use correct version of axe-core ([#378](https://github.com/dequelabs/axe-core-npm/issues/378)) ([0c7d050](https://github.com/dequelabs/axe-core-npm/commit/0c7d0506b7d397df3c96414fc37a408e90fe9a9c))
11
+
12
+ # [4.3.0](https://github.com/dequelabs/axe-core-npm/compare/v4.2.0...v4.3.0) (2021-09-20)
13
+
14
+ ### Bug Fixes
15
+
16
+ - 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))
17
+ - 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))
18
+ - 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))
19
+ - **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))
20
+
21
+ ### Features
22
+
23
+ - **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))
24
+ - **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))
25
+ - 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))
26
+ - 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))
27
+
6
28
  ## [4.2.2](https://github.com/dequelabs/axe-core-npm/compare/v4.2.0...v4.2.2) (2021-06-23)
7
29
 
8
30
  ### Bug Fixes
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axe-core/cli",
3
- "version": "4.2.3-alpha.194+fcd2fd4",
3
+ "version": "4.3.1",
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.2.3-alpha.194+fcd2fd4",
48
- "axe-core": "^4.2.3",
47
+ "@axe-core/webdriverjs": "^4.3.1",
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": "fcd2fd4c3508790ab37183047415525966fa87e1"
90
+ "gitHead": "72c7fed4e78891201745635c636e09e0f1319784"
91
91
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axe-core/cli",
3
- "version": "4.2.3-alpha.194+fcd2fd4",
3
+ "version": "4.3.1",
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.2.3-alpha.194+fcd2fd4",
48
- "axe-core": "^4.2.3",
47
+ "@axe-core/webdriverjs": "^4.3.1",
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": "fcd2fd4c3508790ab37183047415525966fa87e1"
90
+ "gitHead": "72c7fed4e78891201745635c636e09e0f1319784"
91
91
  }