@uuv/a11y 1.0.0-beta.82 → 1.0.0-beta.84
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 +21 -0
- package/dist/CHANGELOG.md +23 -0
- package/dist/package.json +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,24 @@
|
|
|
1
|
+
# [1.0.0-beta.84](https://github.com/e2e-test-quest/uuv/compare/a11y-v1.0.0-beta.83...a11y-v1.0.0-beta.84) (2025-11-03)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* **runner-cypress:** update dependency @badeball/cypress-cucumber-preprocessor to v23 ([4e6df46](https://github.com/e2e-test-quest/uuv/commit/4e6df46a9585674478da2679549d8c29ea33c495))
|
|
7
|
+
|
|
8
|
+
# [1.0.0-beta.83](https://github.com/e2e-test-quest/uuv/compare/a11y-v1.0.0-beta.82...a11y-v1.0.0-beta.83) (2025-10-26)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* **assistant:** update dependency playwright-chromium to v1.56.1 ([b3b9e81](https://github.com/e2e-test-quest/uuv/commit/b3b9e81abacd0650c05079b5f3b61ced2660aae9))
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### Features
|
|
17
|
+
|
|
18
|
+
* **runner-cypress:** update dependency @cypress/webpack-preprocessor to v7 ([dfd0b8f](https://github.com/e2e-test-quest/uuv/commit/dfd0b8f204115ec0ce98b0741fb0de86bca8940d))
|
|
19
|
+
* **runner-cypress:** update dependency cypress to v15 ([551e899](https://github.com/e2e-test-quest/uuv/commit/551e89971dd46896dcfbae329d460ec1497cf31b))
|
|
20
|
+
* **runner-cypress:** update dependency junit-report-merger to v8 ([68e1b5d](https://github.com/e2e-test-quest/uuv/commit/68e1b5d733eb8505b520dab4faafa404dca2b194))
|
|
21
|
+
|
|
1
22
|
# [1.0.0-beta.82](https://github.com/e2e-test-quest/uuv/compare/a11y-v1.0.0-beta.81...a11y-v1.0.0-beta.82) (2025-10-12)
|
|
2
23
|
|
|
3
24
|
|
package/dist/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,26 @@
|
|
|
1
|
+
# [1.0.0-beta.83](https://github.com/e2e-test-quest/uuv/compare/a11y-v1.0.0-beta.82...a11y-v1.0.0-beta.83) (2025-10-26)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **assistant:** update dependency playwright-chromium to v1.56.1 ([b3b9e81](https://github.com/e2e-test-quest/uuv/commit/b3b9e81abacd0650c05079b5f3b61ced2660aae9))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **runner-cypress:** update dependency @cypress/webpack-preprocessor to v7 ([dfd0b8f](https://github.com/e2e-test-quest/uuv/commit/dfd0b8f204115ec0ce98b0741fb0de86bca8940d))
|
|
12
|
+
* **runner-cypress:** update dependency cypress to v15 ([551e899](https://github.com/e2e-test-quest/uuv/commit/551e89971dd46896dcfbae329d460ec1497cf31b))
|
|
13
|
+
* **runner-cypress:** update dependency junit-report-merger to v8 ([68e1b5d](https://github.com/e2e-test-quest/uuv/commit/68e1b5d733eb8505b520dab4faafa404dca2b194))
|
|
14
|
+
|
|
15
|
+
# [1.0.0-beta.82](https://github.com/e2e-test-quest/uuv/compare/a11y-v1.0.0-beta.81...a11y-v1.0.0-beta.82) (2025-10-12)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Features
|
|
19
|
+
|
|
20
|
+
* **assistant:** update dependency playwright-chromium to v1.56.0 ([166e1b2](https://github.com/e2e-test-quest/uuv/commit/166e1b292c85858153ec5cb01c4120b1296c8269))
|
|
21
|
+
* **runner-playwright:** update dependency @cucumber/cucumber to v11.3.0 ([b901557](https://github.com/e2e-test-quest/uuv/commit/b901557d9ef383200cb457aeaf6c80de17f4259f))
|
|
22
|
+
* **runner-playwright:** update dependency axe-core to v4.11.0 ([4cc334d](https://github.com/e2e-test-quest/uuv/commit/4cc334dfcbe0a997970b972a923bf07241f70d01))
|
|
23
|
+
|
|
1
24
|
# [1.0.0-beta.81](https://github.com/e2e-test-quest/uuv/compare/a11y-v1.0.0-beta.80...a11y-v1.0.0-beta.81) (2025-09-28)
|
|
2
25
|
|
|
3
26
|
|
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.83",
|
|
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)",
|
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.84",
|
|
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)",
|