@uuv/a11y 1.0.0-beta.56 → 1.0.0-beta.57

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.57](https://github.com/e2e-test-quest/uuv/compare/a11y-v1.0.0-beta.56...a11y-v1.0.0-beta.57) (2024-12-22)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **assistant:** update dependency @uiw/codemirror-theme-github to v4.23.7 ([186f12e](https://github.com/e2e-test-quest/uuv/commit/186f12e27cead4d33ea237f0397262d6af3ba515))
7
+ * **assistant:** update dependency @uiw/react-codemirror to v4.23.7 ([357b9cf](https://github.com/e2e-test-quest/uuv/commit/357b9cfb908a5a8b90e67053328abb4b05ab069d))
8
+ * **assistant:** update dependency antd to v5.22.5 ([9dc158d](https://github.com/e2e-test-quest/uuv/commit/9dc158d474a9e507b4c8f3054fc8808371064937))
9
+ * **runner-playwright:** update playwright monorepo to v1.49.1 ([101653f](https://github.com/e2e-test-quest/uuv/commit/101653f646eb6e881fde6ef5b5af608f2856eec1))
10
+
11
+
12
+ ### Features
13
+
14
+ * **runner-cypress:** update dependency cypress to v13.17.0 ([937dd6e](https://github.com/e2e-test-quest/uuv/commit/937dd6eb08c10c89e095d04e1965596dd95c14dc))
15
+ * **runner-playwright:** update dependency webpack to v5.97.1 ([f8ad895](https://github.com/e2e-test-quest/uuv/commit/f8ad895ddad3f3a752f384c9bb9b6a128526bc5d))
16
+
1
17
  # [1.0.0-beta.56](https://github.com/e2e-test-quest/uuv/compare/a11y-v1.0.0-beta.55...a11y-v1.0.0-beta.56) (2024-12-15)
2
18
 
3
19
 
package/dist/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ # [1.0.0-beta.56](https://github.com/e2e-test-quest/uuv/compare/a11y-v1.0.0-beta.55...a11y-v1.0.0-beta.56) (2024-12-15)
2
+
3
+
4
+ ### Features
5
+
6
+ * add a11y-dashboard project to workspace, [#460](https://github.com/e2e-test-quest/uuv/issues/460) ([5051848](https://github.com/e2e-test-quest/uuv/commit/5051848c426350746ba319f7227c10d4af71b0fe))
7
+
1
8
  # [1.0.0-beta.55](https://github.com/e2e-test-quest/uuv/compare/a11y-v1.0.0-beta.54...a11y-v1.0.0-beta.55) (2024-12-08)
2
9
 
3
10
 
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uuv/a11y",
3
- "version": "1.0.0-beta.55",
3
+ "version": "1.0.0-beta.56",
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)",
@@ -54,7 +54,7 @@
54
54
  "chokidar": "^4.0.0",
55
55
  "jest-junit": "^16.0.0",
56
56
  "jest-puppeteer": "10.1.4",
57
- "puppeteer": "23.9.0",
57
+ "puppeteer": "23.11.1",
58
58
  "tslib": "^2.3.0",
59
59
  "webpack": "^5.94.0",
60
60
  "webpack-cli": "^5.1.4",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uuv/a11y",
3
- "version": "1.0.0-beta.56",
3
+ "version": "1.0.0-beta.57",
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)",
@@ -54,7 +54,7 @@
54
54
  "chokidar": "^4.0.0",
55
55
  "jest-junit": "^16.0.0",
56
56
  "jest-puppeteer": "10.1.4",
57
- "puppeteer": "23.9.0",
57
+ "puppeteer": "23.11.1",
58
58
  "tslib": "^2.3.0",
59
59
  "webpack": "^5.94.0",
60
60
  "webpack-cli": "^5.1.4",