@uuv/a11y 1.0.0-beta.52 → 1.0.0-beta.53
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 +14 -0
- package/dist/CHANGELOG.md +15 -0
- package/dist/package.json +2 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
# [1.0.0-beta.53](https://github.com/e2e-test-quest/uuv/compare/a11y-v1.0.0-beta.52...a11y-v1.0.0-beta.53) (2024-11-24)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **assistant:** update dependency antd to v5.22.2 ([ca58136](https://github.com/e2e-test-quest/uuv/commit/ca581367951ff18f4abdd048e92fd9f34582c7ff))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **assistant:** update dependency @codemirror/view to v6.35.0 ([fd83add](https://github.com/e2e-test-quest/uuv/commit/fd83add8a853f97a5e402c41c6e8963ec6a194c4))
|
|
12
|
+
* **runner-cypress:** update dependency cypress to v13.16.0 ([b28d613](https://github.com/e2e-test-quest/uuv/commit/b28d613e87e36014b1a2d4f9099e870e8014c38a))
|
|
13
|
+
* **runner-playwright:** update playwright monorepo to v1.49.0 ([976b46c](https://github.com/e2e-test-quest/uuv/commit/976b46cebfeb88faa1a2767f04ee43d89303ad91))
|
|
14
|
+
|
|
1
15
|
# [1.0.0-beta.52](https://github.com/e2e-test-quest/uuv/compare/a11y-v1.0.0-beta.51...a11y-v1.0.0-beta.52) (2024-11-17)
|
|
2
16
|
|
|
3
17
|
|
package/dist/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,18 @@
|
|
|
1
|
+
# [1.0.0-beta.52](https://github.com/e2e-test-quest/uuv/compare/a11y-v1.0.0-beta.51...a11y-v1.0.0-beta.52) (2024-11-17)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **assistant:** update codemirror ([fe073ce](https://github.com/e2e-test-quest/uuv/commit/fe073ce266a22c26b9c3dc90d499c2d51e345f5e))
|
|
7
|
+
* **deps:** update dependency @cucumber/gherkin to v30.0.4 ([ca4c17d](https://github.com/e2e-test-quest/uuv/commit/ca4c17d20f08c9819b6e335fa6acced2ca5c675a))
|
|
8
|
+
* **deps:** update dependency @cucumber/messages to v27.0.2 ([d86ba3d](https://github.com/e2e-test-quest/uuv/commit/d86ba3d9509f035873c991332a5d843c52696d0b))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Features
|
|
12
|
+
|
|
13
|
+
* **assistant:** update dependency antd to v5.22.1 ([338f997](https://github.com/e2e-test-quest/uuv/commit/338f9979a03d7d9c285cb434852e8009644c7e85))
|
|
14
|
+
* **deps:** update dependency tslib to v2.8.1 ([c745d59](https://github.com/e2e-test-quest/uuv/commit/c745d59f74e7cf264b0ae97f349b34310e040410))
|
|
15
|
+
|
|
1
16
|
# [1.0.0-beta.51](https://github.com/e2e-test-quest/uuv/compare/a11y-v1.0.0-beta.50...a11y-v1.0.0-beta.51) (2024-11-10)
|
|
2
17
|
|
|
3
18
|
|
package/dist/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uuv/a11y",
|
|
3
|
-
"version": "1.0.0-beta.
|
|
3
|
+
"version": "1.0.0-beta.52",
|
|
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,7 +53,7 @@
|
|
|
53
53
|
"chokidar": "^3.5.3",
|
|
54
54
|
"jest-junit": "^16.0.0",
|
|
55
55
|
"jest-puppeteer": "10.1.4",
|
|
56
|
-
"puppeteer": "23.
|
|
56
|
+
"puppeteer": "23.9.0",
|
|
57
57
|
"tslib": "^2.3.0",
|
|
58
58
|
"webpack": "^5.94.0",
|
|
59
59
|
"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.
|
|
3
|
+
"version": "1.0.0-beta.53",
|
|
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,7 +53,7 @@
|
|
|
53
53
|
"chokidar": "^3.5.3",
|
|
54
54
|
"jest-junit": "^16.0.0",
|
|
55
55
|
"jest-puppeteer": "10.1.4",
|
|
56
|
-
"puppeteer": "23.
|
|
56
|
+
"puppeteer": "23.9.0",
|
|
57
57
|
"tslib": "^2.3.0",
|
|
58
58
|
"webpack": "^5.94.0",
|
|
59
59
|
"webpack-cli": "^5.1.4",
|