@uuv/a11y 1.0.0-beta.60 → 1.0.0-beta.61
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 +16 -0
- package/dist/CHANGELOG.md +12 -0
- package/dist/package.json +2 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,19 @@
|
|
|
1
|
+
# [1.0.0-beta.61](https://github.com/e2e-test-quest/uuv/compare/a11y-v1.0.0-beta.60...a11y-v1.0.0-beta.61) (2025-02-02)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **runner-cypress:** update testing-library monorepo ([be9645a](https://github.com/e2e-test-quest/uuv/commit/be9645a58812eb51ea6a445e5fb8504f4e201420))
|
|
7
|
+
* **runner-playwright:** update dependency @cucumber/tag-expressions to v6.1.2 ([3612d07](https://github.com/e2e-test-quest/uuv/commit/3612d0774a30b23a8f520f33733577117fb7b067))
|
|
8
|
+
* update package-lock too, [#954](https://github.com/e2e-test-quest/uuv/issues/954) ([c2b8ecd](https://github.com/e2e-test-quest/uuv/commit/c2b8ecd123733b6fc253977e35f6b65001adae41))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Features
|
|
12
|
+
|
|
13
|
+
* **runner-cypress:** update dependency cypress-axe to v1.6.0 ([637762b](https://github.com/e2e-test-quest/uuv/commit/637762b35a2d39dd9de9930a87c49d17cd8882c8))
|
|
14
|
+
* **runner-cypress:** update dependency cypress-real-events to v1.14.0 ([0e6b3a5](https://github.com/e2e-test-quest/uuv/commit/0e6b3a501e55098d4b48d97fb3b98b675ceee02d))
|
|
15
|
+
* **runner-playwright:** update playwright monorepo to v1.50.1 ([0b8d9b1](https://github.com/e2e-test-quest/uuv/commit/0b8d9b1ffc8876693ed80dcb80580c3480b798b7))
|
|
16
|
+
|
|
1
17
|
# [1.0.0-beta.60](https://github.com/e2e-test-quest/uuv/compare/a11y-v1.0.0-beta.59...a11y-v1.0.0-beta.60) (2025-01-13)
|
|
2
18
|
|
|
3
19
|
|
package/dist/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
# [1.0.0-beta.60](https://github.com/e2e-test-quest/uuv/compare/a11y-v1.0.0-beta.59...a11y-v1.0.0-beta.60) (2025-01-13)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **assistant:** update dependency @codemirror/view to v6.36.2 ([63b0594](https://github.com/e2e-test-quest/uuv/commit/63b05944448f5d7338bab42faca9d8ee47cb93c6))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **runner-playwright:** update dependency multiple-cucumber-html-reporter to v3.9.0 ([ae6f840](https://github.com/e2e-test-quest/uuv/commit/ae6f840742357b5c513c72177082a59770328b27))
|
|
12
|
+
|
|
1
13
|
# [1.0.0-beta.59](https://github.com/e2e-test-quest/uuv/compare/a11y-v1.0.0-beta.58...a11y-v1.0.0-beta.59) (2025-01-05)
|
|
2
14
|
|
|
3
15
|
|
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.60",
|
|
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
|
"babel-plugin-lodash": "^3.3.4",
|
|
54
54
|
"chokidar": "^4.0.0",
|
|
55
55
|
"jest-junit": "^16.0.0",
|
|
56
|
-
"jest-puppeteer": "
|
|
56
|
+
"jest-puppeteer": "11.0.0",
|
|
57
57
|
"puppeteer": "23.11.1",
|
|
58
58
|
"tslib": "^2.3.0",
|
|
59
59
|
"webpack": "^5.94.0",
|
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.61",
|
|
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
|
"babel-plugin-lodash": "^3.3.4",
|
|
54
54
|
"chokidar": "^4.0.0",
|
|
55
55
|
"jest-junit": "^16.0.0",
|
|
56
|
-
"jest-puppeteer": "
|
|
56
|
+
"jest-puppeteer": "11.0.0",
|
|
57
57
|
"puppeteer": "23.11.1",
|
|
58
58
|
"tslib": "^2.3.0",
|
|
59
59
|
"webpack": "^5.94.0",
|