@uuv/a11y 1.0.0-beta.20 → 1.0.0-beta.22

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
@@ -1,3 +1,19 @@
1
+ # [1.0.0-beta.22](https://github.com/Orange-OpenSource/uuv/compare/a11y-v1.0.0-beta.21...a11y-v1.0.0-beta.22) (2024-04-14)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **runner-cypress:** update dependency is-admin to v4 ([768819f](https://github.com/Orange-OpenSource/uuv/commit/768819f114dcba0a8a92412cfd877544e187a289))
7
+ * **runner-playwright:** update dependency axe-core to v4.9.0 ([59a4a6f](https://github.com/Orange-OpenSource/uuv/commit/59a4a6f3d07cddad33a9596253ab8b0fbc85c7c3))
8
+ * **runner-playwright:** update playwright monorepo to v1.43.1 ([bf431d5](https://github.com/Orange-OpenSource/uuv/commit/bf431d5d3ec6cfc26845a44fb38251960546d27e))
9
+
10
+ # [1.0.0-beta.21](https://github.com/Orange-OpenSource/uuv/compare/a11y-v1.0.0-beta.20...a11y-v1.0.0-beta.21) (2024-04-04)
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * update nx to version 18.2.1, fixes [#562](https://github.com/Orange-OpenSource/uuv/issues/562) ([669a363](https://github.com/Orange-OpenSource/uuv/commit/669a36307b02d8aa5b41609a08e794eae335b4ed))
16
+
1
17
  # [1.0.0-beta.20](https://github.com/Orange-OpenSource/uuv/compare/a11y-v1.0.0-beta.19...a11y-v1.0.0-beta.20) (2024-03-28)
2
18
 
3
19
 
package/dist/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ # [1.0.0-beta.21](https://github.com/Orange-OpenSource/uuv/compare/a11y-v1.0.0-beta.20...a11y-v1.0.0-beta.21) (2024-04-04)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * update nx to version 18.2.1, fixes [#562](https://github.com/Orange-OpenSource/uuv/issues/562) ([669a363](https://github.com/Orange-OpenSource/uuv/commit/669a36307b02d8aa5b41609a08e794eae335b4ed))
7
+
8
+ # [1.0.0-beta.20](https://github.com/Orange-OpenSource/uuv/compare/a11y-v1.0.0-beta.19...a11y-v1.0.0-beta.20) (2024-03-28)
9
+
10
+
11
+ ### Features
12
+
13
+ * **deps:** update node.js to v20 ([f771f22](https://github.com/Orange-OpenSource/uuv/commit/f771f22197d7efc32bba6f8a345b5f6b2f3dd114))
14
+
1
15
  # [1.0.0-beta.19](https://github.com/Orange-OpenSource/uuv/compare/a11y-v1.0.0-beta.18...a11y-v1.0.0-beta.19) (2024-03-15)
2
16
 
3
17
 
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uuv/a11y",
3
- "version": "1.0.0-beta.19",
3
+ "version": "1.0.0-beta.21",
4
4
  "type": "commonjs",
5
5
  "author": "Louis Fredice NJAKO MOLOM (https://github.com/luifr10) & Stanley SERVICAL (https://github.com/stanlee974)",
6
6
  "description": "A javascript lib for running a11y validation based on multiple reference(RGAA, etc)",
@@ -53,11 +53,11 @@
53
53
  "chokidar": "^3.5.3",
54
54
  "jest-junit": "^16.0.0",
55
55
  "jest-puppeteer": "^10.0.0",
56
- "puppeteer": "^21.6.0",
56
+ "puppeteer": "^22.0.0",
57
57
  "tslib": "^2.3.0",
58
58
  "webpack": "^5.89.0",
59
59
  "webpack-cli": "^5.1.4",
60
- "webpack-dev-server": "^5.0.2"
60
+ "webpack-dev-server": "^4.15.1"
61
61
  },
62
62
  "files": [
63
63
  "dist/**/*",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uuv/a11y",
3
- "version": "1.0.0-beta.20",
3
+ "version": "1.0.0-beta.22",
4
4
  "type": "commonjs",
5
5
  "author": "Louis Fredice NJAKO MOLOM (https://github.com/luifr10) & Stanley SERVICAL (https://github.com/stanlee974)",
6
6
  "description": "A javascript lib for running a11y validation based on multiple reference(RGAA, etc)",
@@ -53,11 +53,11 @@
53
53
  "chokidar": "^3.5.3",
54
54
  "jest-junit": "^16.0.0",
55
55
  "jest-puppeteer": "^10.0.0",
56
- "puppeteer": "^21.6.0",
56
+ "puppeteer": "^22.0.0",
57
57
  "tslib": "^2.3.0",
58
58
  "webpack": "^5.89.0",
59
59
  "webpack-cli": "^5.1.4",
60
- "webpack-dev-server": "^5.0.2"
60
+ "webpack-dev-server": "^4.15.1"
61
61
  },
62
62
  "files": [
63
63
  "dist/**/*",