@axe-core/puppeteer 4.4.4-alpha.301 → 4.4.4

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -17
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,29 +3,18 @@
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.4.3](https://github.com/dequelabs/axe-core-npm/compare/v4.1.1...v4.4.3) (2022-06-03)
7
-
6
+ ## [4.4.4](https://github.com/dequelabs/axe-core-npm/compare/v4.4.3...v4.4.4) (2022-08-10)
8
7
 
9
8
  ### Bug Fixes
10
9
 
11
- * **puppeteer,playwright:** wait for finishRun to complete before closing the page ([#496](https://github.com/dequelabs/axe-core-npm/issues/496)) ([7dc6a03](https://github.com/dequelabs/axe-core-npm/commit/7dc6a0355d64e22b442943670a11b347eacaa92a))
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
-
14
-
15
- ### Features
16
-
17
- * Add .setLegacyMode ([#356](https://github.com/dequelabs/axe-core-npm/issues/356)) ([f9d021b](https://github.com/dequelabs/axe-core-npm/commit/f9d021b49487e2a0f804f61e9b6e09a26b69a6e4))
18
- * **puppeteer:** Deprecate Frame constructors & Puppeteer < 3.0.3 ([#339](https://github.com/dequelabs/axe-core-npm/issues/339)) ([1ea3047](https://github.com/dequelabs/axe-core-npm/commit/1ea3047a2953c76aedf7fd94923a88631c77a32f))
19
- * **puppeteer:** support puppeteer v9 ([#242](https://github.com/dequelabs/axe-core-npm/issues/242)) ([753a919](https://github.com/dequelabs/axe-core-npm/commit/753a91957c5008908e8b09421e01687bdb445967))
20
- * **puppeteer:** Upgrade to axe-core 4.3 ([#327](https://github.com/dequelabs/axe-core-npm/issues/327)) ([3c9aff1](https://github.com/dequelabs/axe-core-npm/commit/3c9aff1c64f22b17771aa6dd04ed5922f203c094))
21
- * 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))
22
- * update axe-core to 4.2.0 ([#240](https://github.com/dequelabs/axe-core-npm/issues/240)) ([4e8f7fe](https://github.com/dequelabs/axe-core-npm/commit/4e8f7fee9db09fb56f91ea34f9984be66a29033e))
23
- * 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))
24
- * upgrade axe-core to 4.4.1 ([#441](https://github.com/dequelabs/axe-core-npm/issues/441)) ([765c81a](https://github.com/dequelabs/axe-core-npm/commit/765c81a2ae63e8c72ec086b86174a5c5f343ea9b))
25
-
10
+ - **puppeteer:** support puppeteer v15 ([#535](https://github.com/dequelabs/axe-core-npm/issues/535)) ([246481c](https://github.com/dequelabs/axe-core-npm/commit/246481c06e028302f993829c651b298f0ae7c568))
11
+ - update to support puppeteer v14 ([#528](https://github.com/dequelabs/axe-core-npm/issues/528)) ([77eea1c](https://github.com/dequelabs/axe-core-npm/commit/77eea1c35945ef039bace70bd1b1114382a85ae3))
26
12
 
13
+ ## [4.4.3](https://github.com/dequelabs/axe-core-npm/compare/v4.1.1...v4.4.3) (2022-06-03)
27
14
 
15
+ ### Bug Fixes
28
16
 
17
+ - **puppeteer,playwright:** wait for finishRun to complete before closing the page ([#496](https://github.com/dequelabs/axe-core-npm/issues/496)) ([7dc6a03](https://github.com/dequelabs/axe-core-npm/commit/7dc6a0355d64e22b442943670a11b347eacaa92a))
29
18
 
30
19
  ## [4.4.2](https://github.com/dequelabs/axe-core-npm/compare/v4.1.1...v4.4.2) (2022-03-14)
31
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axe-core/puppeteer",
3
- "version": "4.4.4-alpha.301+d242d36",
3
+ "version": "4.4.4",
4
4
  "description": "Provides a chainable axe API for Puppeteer and automatically injects into all frames",
5
5
  "repository": {
6
6
  "type": "git",
@@ -77,5 +77,5 @@
77
77
  "functions": 85,
78
78
  "lines": 85
79
79
  },
80
- "gitHead": "d242d36dc6173d0191b7fa759c5c1a724acdba73"
80
+ "gitHead": "fa95b5af15f631fbf1860b8b778defdf3e987b64"
81
81
  }