@uuv/a11y 1.0.0-beta.23 → 1.0.0-beta.25

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,22 @@
1
+ # [1.0.0-beta.25](https://github.com/Orange-OpenSource/uuv/compare/a11y-v1.0.0-beta.24...a11y-v1.0.0-beta.25) (2024-05-10)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **runner-playwright:** update dependency axe-core to v4.9.1 ([770cd9f](https://github.com/Orange-OpenSource/uuv/commit/770cd9f8e4d87d64c2875dd9e629b3e6c6ad1931))
7
+
8
+
9
+ ### Features
10
+
11
+ * **runner-cypress:** update dependency junit-report-merger to v7 ([7a9e310](https://github.com/Orange-OpenSource/uuv/commit/7a9e310dc192081c5feec543f2dca94468b34230))
12
+
13
+ # [1.0.0-beta.24](https://github.com/Orange-OpenSource/uuv/compare/a11y-v1.0.0-beta.23...a11y-v1.0.0-beta.24) (2024-05-02)
14
+
15
+
16
+ ### Features
17
+
18
+ * update package-lock for update dependency typescript to v5 ([f058481](https://github.com/Orange-OpenSource/uuv/commit/f058481e2ae75ba91e708a5c4dd8ce16c0f1a04f))
19
+
1
20
  # [1.0.0-beta.23](https://github.com/Orange-OpenSource/uuv/compare/a11y-v1.0.0-beta.22...a11y-v1.0.0-beta.23) (2024-04-22)
2
21
 
3
22
 
package/dist/CHANGELOG.md CHANGED
@@ -1,3 +1,18 @@
1
+ # [1.0.0-beta.24](https://github.com/Orange-OpenSource/uuv/compare/a11y-v1.0.0-beta.23...a11y-v1.0.0-beta.24) (2024-05-02)
2
+
3
+
4
+ ### Features
5
+
6
+ * update package-lock for update dependency typescript to v5 ([f058481](https://github.com/Orange-OpenSource/uuv/commit/f058481e2ae75ba91e708a5c4dd8ce16c0f1a04f))
7
+
8
+ # [1.0.0-beta.23](https://github.com/Orange-OpenSource/uuv/compare/a11y-v1.0.0-beta.22...a11y-v1.0.0-beta.23) (2024-04-22)
9
+
10
+
11
+ ### Features
12
+
13
+ * (refactor) introduce uuv-cli engine from runner-commons, [#576](https://github.com/Orange-OpenSource/uuv/issues/576) ([6de2feb](https://github.com/Orange-OpenSource/uuv/commit/6de2feb2b2d74eddf1244694dfb7d697af28baf8))
14
+ * add unit tests for uuv-cli implementations, [#576](https://github.com/Orange-OpenSource/uuv/issues/576) ([7e67f13](https://github.com/Orange-OpenSource/uuv/commit/7e67f13b9929577162bce84c5e8b5c08a4396a09))
15
+
1
16
  # [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
17
 
3
18
 
@@ -7,7 +7,7 @@ var A11yReferenceEnum;
7
7
  A11yReferenceEnum["WCAG_WEB"] = "WCAG-WEB";
8
8
  A11yReferenceEnum["WCAG_ANDROID"] = "WCAG-ANDROID";
9
9
  A11yReferenceEnum["WCAG_IOS"] = "WCAG-IOS";
10
- })(A11yReferenceEnum = exports.A11yReferenceEnum || (exports.A11yReferenceEnum = {}));
10
+ })(A11yReferenceEnum || (exports.A11yReferenceEnum = A11yReferenceEnum = {}));
11
11
  class Comments {
12
12
  info;
13
13
  warning;
@@ -7,7 +7,7 @@ var A11yResultStatus;
7
7
  A11yResultStatus["SUCCESS"] = "success";
8
8
  A11yResultStatus["MANUAL"] = "manual";
9
9
  A11yResultStatus["ERROR"] = "error";
10
- })(A11yResultStatus = exports.A11yResultStatus || (exports.A11yResultStatus = {}));
10
+ })(A11yResultStatus || (exports.A11yResultStatus = A11yResultStatus = {}));
11
11
  class A11yRuleValidationResult {
12
12
  criteria;
13
13
  status = A11yResultStatus.UNKNOWN;
@@ -37,15 +37,15 @@ var RuleCheckEnum;
37
37
  (function (RuleCheckEnum) {
38
38
  RuleCheckEnum["MANUAL"] = "MANUAL";
39
39
  RuleCheckEnum["AUTO"] = "AUTO";
40
- })(RuleCheckEnum = exports.RuleCheckEnum || (exports.RuleCheckEnum = {}));
40
+ })(RuleCheckEnum || (exports.RuleCheckEnum = RuleCheckEnum = {}));
41
41
  var CustomFilter;
42
42
  (function (CustomFilter) {
43
43
  CustomFilter["DOCTYPE"] = "$DOCTYPE";
44
44
  CustomFilter["FORM_FIELD"] = "$FORMFIELD";
45
- })(CustomFilter = exports.CustomFilter || (exports.CustomFilter = {}));
45
+ })(CustomFilter || (exports.CustomFilter = CustomFilter = {}));
46
46
  var RuleTypeEnum;
47
47
  (function (RuleTypeEnum) {
48
48
  RuleTypeEnum["TAG"] = "TAG";
49
49
  RuleTypeEnum["ROLE"] = "ROLE";
50
50
  RuleTypeEnum["COLOR"] = "COLOR";
51
- })(RuleTypeEnum = exports.RuleTypeEnum || (exports.RuleTypeEnum = {}));
51
+ })(RuleTypeEnum || (exports.RuleTypeEnum = RuleTypeEnum = {}));
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uuv/a11y",
3
- "version": "1.0.0-beta.22",
3
+ "version": "1.0.0-beta.24",
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)",
@@ -57,7 +57,7 @@
57
57
  "tslib": "^2.3.0",
58
58
  "webpack": "^5.89.0",
59
59
  "webpack-cli": "^5.1.4",
60
- "webpack-dev-server": "^4.15.1"
60
+ "webpack-dev-server": "^5.0.0"
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.23",
3
+ "version": "1.0.0-beta.25",
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)",
@@ -57,7 +57,7 @@
57
57
  "tslib": "^2.3.0",
58
58
  "webpack": "^5.89.0",
59
59
  "webpack-cli": "^5.1.4",
60
- "webpack-dev-server": "^4.15.1"
60
+ "webpack-dev-server": "^5.0.0"
61
61
  },
62
62
  "files": [
63
63
  "dist/**/*",