@axe-core/playwright 4.4.6-alpha.322 → 4.4.6-alpha.325

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/package.json +13 -13
  2. package/CHANGELOG.md +0 -84
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axe-core/playwright",
3
- "version": "4.4.6-alpha.322+2bdd8a8",
3
+ "version": "4.4.6-alpha.325+4343d9d",
4
4
  "description": "Provides a method to inject and analyze web pages using axe",
5
5
  "contributors": [
6
6
  {
@@ -39,25 +39,25 @@
39
39
  "prepare": "npm run build"
40
40
  },
41
41
  "dependencies": {
42
- "axe-core": "^4.4.3"
42
+ "axe-core": "^4.5.0"
43
43
  },
44
44
  "devDependencies": {
45
- "@types/chai": "^4.3.1",
46
- "@types/express": "^4.17.13",
47
- "@types/mocha": "^9.1.1",
48
- "@types/node": "^18.0.3",
45
+ "@types/chai": "^4.3.3",
46
+ "@types/express": "^4.17.14",
47
+ "@types/mocha": "^10.0.0",
48
+ "@types/node": "^18.8.3",
49
49
  "@types/test-listen": "^1.1.0",
50
- "axe-test-fixtures": "github:dequelabs/axe-test-fixtures#v1",
50
+ "axe-test-fixtures": "github:dequelabs/axe-test-fixtures",
51
51
  "chai": "^4.3.6",
52
- "express": "^4.18.1",
52
+ "express": "^4.18.2",
53
53
  "mocha": "^10.0.0",
54
54
  "nyc": "^15.1.0",
55
- "playwright": "^1.0.0",
56
- "playwright-core": "^1.25.2",
55
+ "playwright": "^1.27.0",
56
+ "playwright-core": "^1.27.0",
57
57
  "rimraf": "^3.0.2",
58
58
  "test-listen": "^1.1.0",
59
- "ts-node": "^10.8.2",
60
- "typescript": "^4.7.4"
59
+ "ts-node": "^10.9.1",
60
+ "typescript": "^4.8.4"
61
61
  },
62
62
  "peerDependencies": {
63
63
  "playwright": ">= 1.0.0"
@@ -81,5 +81,5 @@
81
81
  "functions": 100,
82
82
  "lines": 95
83
83
  },
84
- "gitHead": "2bdd8a8fce420abb1ec78adea00690f3a83a898f"
84
+ "gitHead": "4343d9d633036ee10198f2a9b757de29b240624e"
85
85
  }
package/CHANGELOG.md DELETED
@@ -1,84 +0,0 @@
1
- # Change Log
2
-
3
- All notable changes to this project will be documented in this file.
4
- See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
-
6
- ## [4.4.5](https://github.com/dequelabs/axe-core-npm/compare/v4.4.4...v4.4.5) (2022-09-26)
7
-
8
-
9
- ### Bug Fixes
10
-
11
- * change `playwright` to devdep and use `playwright-core` types ([#563](https://github.com/dequelabs/axe-core-npm/issues/563)) ([c89fa58](https://github.com/dequelabs/axe-core-npm/commit/c89fa58aeb2d7d7cb3e4ab2daf63f2ad1a81e9f6))
12
- * only set allowedOrigin when needed ([#566](https://github.com/dequelabs/axe-core-npm/issues/566)) ([a83907b](https://github.com/dequelabs/axe-core-npm/commit/a83907b9cb9f0f1abad5527e1105de2d24f0b0a1))
13
-
14
-
15
-
16
-
17
-
18
- ## [4.4.4](https://github.com/dequelabs/axe-core-npm/compare/v4.4.3...v4.4.4) (2022-08-10)
19
-
20
- **Note:** Version bump only for package @axe-core/playwright
21
-
22
- ## [4.4.3](https://github.com/dequelabs/axe-core-npm/compare/v4.1.1...v4.4.3) (2022-06-03)
23
-
24
- ### Bug Fixes
25
-
26
- - **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))
27
-
28
- ## [4.4.2](https://github.com/dequelabs/axe-core-npm/compare/v4.1.1...v4.4.2) (2022-03-14)
29
-
30
- - **playwright:** use axe-core source without require.resolve() ([#473](https://github.com/dequelabs/axe-core-npm/issues/473)) ([62d9240](https://github.com/dequelabs/axe-core-npm/commit/62d9240acc19d3a68a28174e89e9fae7b775a3f3))
31
-
32
- ## [4.4.1](https://github.com/dequelabs/axe-core-npm/compare/v4.1.1...v4.4.1) (2022-02-15)
33
-
34
- **Note:** Version bump only for package @axe-core/playwright
35
-
36
- # [4.4.0](https://github.com/dequelabs/axe-core-npm/compare/v4.1.1...v4.4.0) (2022-02-10)
37
-
38
- ### Bug Fixes
39
-
40
- - **playwright:** allow include/exclude chaining when given a string by the user ([#391](https://github.com/dequelabs/axe-core-npm/issues/391)) ([4b8ab26](https://github.com/dequelabs/axe-core-npm/commit/4b8ab26bb72c4707057127384fede096489a8a8f))
41
- - **playwright:** Make package public ([#264](https://github.com/dequelabs/axe-core-npm/issues/264)) ([35074ba](https://github.com/dequelabs/axe-core-npm/commit/35074baaebe68244ab86ece9f1580ad65975d119))
42
- - **types:** return `this` rather than the class ([#360](https://github.com/dequelabs/axe-core-npm/issues/360)) ([7999891](https://github.com/dequelabs/axe-core-npm/commit/7999891e9cf48a27ee053e702667b55344714896))
43
-
44
- ### Features
45
-
46
- - Add .setLegacyMode ([#356](https://github.com/dequelabs/axe-core-npm/issues/356)) ([f9d021b](https://github.com/dequelabs/axe-core-npm/commit/f9d021b49487e2a0f804f61e9b6e09a26b69a6e4))
47
- - **playwright:** add playwright integration ([#245](https://github.com/dequelabs/axe-core-npm/issues/245)) ([fec4ada](https://github.com/dequelabs/axe-core-npm/commit/fec4adae9bb9d7971c7d63d6c9f9839b4bd535d8))
48
- - **playwright:** allow `AxeBuilder` to use different version of axe-core ([#335](https://github.com/dequelabs/axe-core-npm/issues/335)) ([f803c98](https://github.com/dequelabs/axe-core-npm/commit/f803c98dc9110d6abe34e7746a076e12f3b6fe45))
49
- - **playwright:** Upgrade to axe-core@4.3.2 ([#334](https://github.com/dequelabs/axe-core-npm/issues/334)) ([b94c75a](https://github.com/dequelabs/axe-core-npm/commit/b94c75a45ae049b1bb5acb6a7e1dc4c094753e05))
50
- - 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))
51
- - 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))
52
- - 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))
53
-
54
- ## [4.3.1](https://github.com/dequelabs/axe-core-npm/compare/v4.3.0...v4.3.1) (2021-09-20)
55
-
56
- **Note:** Version bump only for package @axe-core/playwright
57
-
58
- # [4.3.0](https://github.com/dequelabs/axe-core-npm/compare/v4.2.0...v4.3.0) (2021-09-20)
59
-
60
- ### Bug Fixes
61
-
62
- - **playwright:** Make package public ([#264](https://github.com/dequelabs/axe-core-npm/issues/264)) ([35074ba](https://github.com/dequelabs/axe-core-npm/commit/35074baaebe68244ab86ece9f1580ad65975d119))
63
- - **types:** return `this` rather than the class ([#360](https://github.com/dequelabs/axe-core-npm/issues/360)) ([7999891](https://github.com/dequelabs/axe-core-npm/commit/7999891e9cf48a27ee053e702667b55344714896))
64
-
65
- ### Features
66
-
67
- - Add .setLegacyMode ([#356](https://github.com/dequelabs/axe-core-npm/issues/356)) ([f9d021b](https://github.com/dequelabs/axe-core-npm/commit/f9d021b49487e2a0f804f61e9b6e09a26b69a6e4))
68
- - **playwright:** add playwright integration ([#245](https://github.com/dequelabs/axe-core-npm/issues/245)) ([fec4ada](https://github.com/dequelabs/axe-core-npm/commit/fec4adae9bb9d7971c7d63d6c9f9839b4bd535d8))
69
- - **playwright:** allow `AxeBuilder` to use different version of axe-core ([#335](https://github.com/dequelabs/axe-core-npm/issues/335)) ([f803c98](https://github.com/dequelabs/axe-core-npm/commit/f803c98dc9110d6abe34e7746a076e12f3b6fe45))
70
- - **playwright:** Upgrade to axe-core@4.3.2 ([#334](https://github.com/dequelabs/axe-core-npm/issues/334)) ([b94c75a](https://github.com/dequelabs/axe-core-npm/commit/b94c75a45ae049b1bb5acb6a7e1dc4c094753e05))
71
- - 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))
72
- - 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))
73
-
74
- ## [4.2.2](https://github.com/dequelabs/axe-core-npm/compare/v4.2.0...v4.2.2) (2021-06-23)
75
-
76
- ### Bug Fixes
77
-
78
- - **playwright:** Make package public ([#264](https://github.com/dequelabs/axe-core-npm/issues/264)) ([35074ba](https://github.com/dequelabs/axe-core-npm/commit/35074baaebe68244ab86ece9f1580ad65975d119))
79
-
80
- ### Features
81
-
82
- - 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))
83
- - 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))
84
- - **playwright:** add playwright integration ([#245](https://github.com/dequelabs/axe-core-npm/issues/245)) ([fec4ada](https://github.com/dequelabs/axe-core-npm/commit/fec4adae9bb9d7971c7d63d6c9f9839b4bd535d8))