@uuv/a11y 1.0.0-beta.53 → 1.0.0-beta.55

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,25 @@
1
+ # [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
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **assistant:** update dependency @codemirror/view to v6.35.2 ([33e5c81](https://github.com/e2e-test-quest/uuv/commit/33e5c810caa5c19f96305f721bb10ab8d762ec64))
7
+ * **assistant:** update dependency antd to v5.22.3 ([e47ecd5](https://github.com/e2e-test-quest/uuv/commit/e47ecd56df07c844e3b448e0d02204903c1eb879))
8
+ * **runner-cypress:** update dependency cypress to v13.16.1 ([090cb35](https://github.com/e2e-test-quest/uuv/commit/090cb35efa1ad5c30a44ec4565a653eff1117fc7))
9
+
10
+
11
+ ### Features
12
+
13
+ * **runner-playwright:** update dependency chokidar to v4 ([463c2c0](https://github.com/e2e-test-quest/uuv/commit/463c2c01f60c9ade5de26b1ce2c61c3e27e95cf2))
14
+
15
+ # [1.0.0-beta.54](https://github.com/e2e-test-quest/uuv/compare/a11y-v1.0.0-beta.53...a11y-v1.0.0-beta.54) (2024-12-02)
16
+
17
+
18
+ ### Bug Fixes
19
+
20
+ * **runner-playwright:** update dependency nanoid to v3.3.8 ([1129db9](https://github.com/e2e-test-quest/uuv/commit/1129db97724767746ff6e83e99fcf2a842953ed5))
21
+ * update package-lock.json,[#891](https://github.com/e2e-test-quest/uuv/issues/891) ([3bcb03f](https://github.com/e2e-test-quest/uuv/commit/3bcb03f8522bb96df366aade023c0c104a70bcf0))
22
+
1
23
  # [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
24
 
3
25
 
package/dist/CHANGELOG.md CHANGED
@@ -1,3 +1,25 @@
1
+ # [1.0.0-beta.54](https://github.com/e2e-test-quest/uuv/compare/a11y-v1.0.0-beta.53...a11y-v1.0.0-beta.54) (2024-12-02)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **runner-playwright:** update dependency nanoid to v3.3.8 ([1129db9](https://github.com/e2e-test-quest/uuv/commit/1129db97724767746ff6e83e99fcf2a842953ed5))
7
+ * update package-lock.json,[#891](https://github.com/e2e-test-quest/uuv/issues/891) ([3bcb03f](https://github.com/e2e-test-quest/uuv/commit/3bcb03f8522bb96df366aade023c0c104a70bcf0))
8
+
9
+ # [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)
10
+
11
+
12
+ ### Bug Fixes
13
+
14
+ * **assistant:** update dependency antd to v5.22.2 ([ca58136](https://github.com/e2e-test-quest/uuv/commit/ca581367951ff18f4abdd048e92fd9f34582c7ff))
15
+
16
+
17
+ ### Features
18
+
19
+ * **assistant:** update dependency @codemirror/view to v6.35.0 ([fd83add](https://github.com/e2e-test-quest/uuv/commit/fd83add8a853f97a5e402c41c6e8963ec6a194c4))
20
+ * **runner-cypress:** update dependency cypress to v13.16.0 ([b28d613](https://github.com/e2e-test-quest/uuv/commit/b28d613e87e36014b1a2d4f9099e870e8014c38a))
21
+ * **runner-playwright:** update playwright monorepo to v1.49.0 ([976b46c](https://github.com/e2e-test-quest/uuv/commit/976b46cebfeb88faa1a2767f04ee43d89303ad91))
22
+
1
23
  # [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
24
 
3
25
 
@@ -33,15 +33,15 @@ export declare class AutoCheckA11yRule implements A11yRule {
33
33
  help?: string | string[];
34
34
  shouldNotExist?: boolean;
35
35
  }): AutoCheckA11yRule & {
36
- attributes?: string[] | undefined;
36
+ attributes?: string[];
37
37
  criterion: string;
38
38
  wcag: string;
39
39
  id: string;
40
40
  elementType: string;
41
41
  query: Query;
42
- description?: string | undefined;
43
- help?: string | string[] | undefined;
44
- shouldNotExist?: boolean | undefined;
42
+ description?: string;
43
+ help?: string | string[];
44
+ shouldNotExist?: boolean;
45
45
  };
46
46
  }
47
47
  export declare class ManualCheckA11yRule implements A11yRule {
@@ -66,15 +66,15 @@ export declare class ManualCheckA11yRule implements A11yRule {
66
66
  help?: string;
67
67
  shouldNotExist?: boolean;
68
68
  }): ManualCheckA11yRule & {
69
- attributes?: string[] | undefined;
69
+ attributes?: string[];
70
70
  criterion: string;
71
71
  wcag: string;
72
72
  id: string;
73
73
  elementType: string;
74
74
  query: Query;
75
- description?: string | undefined;
76
- help?: string | undefined;
77
- shouldNotExist?: boolean | undefined;
75
+ description?: string;
76
+ help?: string;
77
+ shouldNotExist?: boolean;
78
78
  };
79
79
  }
80
80
  export declare enum RuleCheckEnum {
@@ -15,15 +15,25 @@ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (
15
15
  }) : function(o, v) {
16
16
  o["default"] = v;
17
17
  });
18
- var __importStar = (this && this.__importStar) || function (mod) {
19
- if (mod && mod.__esModule) return mod;
20
- var result = {};
21
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
- __setModuleDefault(result, mod);
23
- return result;
24
- };
18
+ var __importStar = (this && this.__importStar) || (function () {
19
+ var ownKeys = function(o) {
20
+ ownKeys = Object.getOwnPropertyNames || function (o) {
21
+ var ar = [];
22
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
23
+ return ar;
24
+ };
25
+ return ownKeys(o);
26
+ };
27
+ return function (mod) {
28
+ if (mod && mod.__esModule) return mod;
29
+ var result = {};
30
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
31
+ __setModuleDefault(result, mod);
32
+ return result;
33
+ };
34
+ })();
25
35
  Object.defineProperty(exports, "__esModule", { value: true });
26
- exports.buildCoverage = void 0;
36
+ exports.buildCoverage = buildCoverage;
27
37
  const model_1 = require("../../../model");
28
38
  const PARTIAL_COVERAGE = __importStar(require("./coverage-statement.json"));
29
39
  const common_1 = require("../common");
@@ -97,4 +107,3 @@ function buildCoverage() {
97
107
  });
98
108
  return referenceCoverage;
99
109
  }
100
- exports.buildCoverage = buildCoverage;
@@ -1,13 +1,13 @@
1
1
  import { AutoCheckA11yRule } from "../../../model";
2
2
  declare const _default: (AutoCheckA11yRule & {
3
- attributes?: string[] | undefined;
3
+ attributes?: string[];
4
4
  criterion: string;
5
5
  wcag: string;
6
6
  id: string;
7
7
  elementType: string;
8
8
  query: import("../../../query").Query;
9
- description?: string | undefined;
10
- help?: string | string[] | undefined;
11
- shouldNotExist?: boolean | undefined;
9
+ description?: string;
10
+ help?: string | string[];
11
+ shouldNotExist?: boolean;
12
12
  })[];
13
13
  export default _default;
@@ -1,13 +1,13 @@
1
1
  import { AutoCheckA11yRule } from "../../../model";
2
2
  declare const _default: (AutoCheckA11yRule & {
3
- attributes?: string[] | undefined;
3
+ attributes?: string[];
4
4
  criterion: string;
5
5
  wcag: string;
6
6
  id: string;
7
7
  elementType: string;
8
8
  query: import("../../../query").Query;
9
- description?: string | undefined;
10
- help?: string | string[] | undefined;
11
- shouldNotExist?: boolean | undefined;
9
+ description?: string;
10
+ help?: string | string[];
11
+ shouldNotExist?: boolean;
12
12
  })[];
13
13
  export default _default;
@@ -1,13 +1,13 @@
1
1
  import { AutoCheckA11yRule } from "../../../model";
2
2
  declare const _default: (AutoCheckA11yRule & {
3
- attributes?: string[] | undefined;
3
+ attributes?: string[];
4
4
  criterion: string;
5
5
  wcag: string;
6
6
  id: string;
7
7
  elementType: string;
8
8
  query: import("../../../query").Query;
9
- description?: string | undefined;
10
- help?: string | string[] | undefined;
11
- shouldNotExist?: boolean | undefined;
9
+ description?: string;
10
+ help?: string | string[];
11
+ shouldNotExist?: boolean;
12
12
  })[];
13
13
  export default _default;
@@ -1,13 +1,13 @@
1
1
  import { ManualCheckA11yRule } from "../../../model";
2
2
  declare const _default: (ManualCheckA11yRule & {
3
- attributes?: string[] | undefined;
3
+ attributes?: string[];
4
4
  criterion: string;
5
5
  wcag: string;
6
6
  id: string;
7
7
  elementType: string;
8
8
  query: import("../../../query").Query;
9
- description?: string | undefined;
10
- help?: string | undefined;
11
- shouldNotExist?: boolean | undefined;
9
+ description?: string;
10
+ help?: string;
11
+ shouldNotExist?: boolean;
12
12
  })[];
13
13
  export default _default;
@@ -1,13 +1,13 @@
1
1
  import { AutoCheckA11yRule } from "../../../model";
2
2
  declare const _default: (AutoCheckA11yRule & {
3
- attributes?: string[] | undefined;
3
+ attributes?: string[];
4
4
  criterion: string;
5
5
  wcag: string;
6
6
  id: string;
7
7
  elementType: string;
8
8
  query: import("../../../query").Query;
9
- description?: string | undefined;
10
- help?: string | string[] | undefined;
11
- shouldNotExist?: boolean | undefined;
9
+ description?: string;
10
+ help?: string | string[];
11
+ shouldNotExist?: boolean;
12
12
  })[];
13
13
  export default _default;
@@ -1,13 +1,13 @@
1
1
  import { AutoCheckA11yRule } from "../../../model";
2
2
  declare const _default: (AutoCheckA11yRule & {
3
- attributes?: string[] | undefined;
3
+ attributes?: string[];
4
4
  criterion: string;
5
5
  wcag: string;
6
6
  id: string;
7
7
  elementType: string;
8
8
  query: import("../../../query").Query;
9
- description?: string | undefined;
10
- help?: string | string[] | undefined;
11
- shouldNotExist?: boolean | undefined;
9
+ description?: string;
10
+ help?: string | string[];
11
+ shouldNotExist?: boolean;
12
12
  })[];
13
13
  export default _default;
@@ -1,13 +1,13 @@
1
1
  import { AutoCheckA11yRule } from "../../../model";
2
2
  declare const _default: (AutoCheckA11yRule & {
3
- attributes?: string[] | undefined;
3
+ attributes?: string[];
4
4
  criterion: string;
5
5
  wcag: string;
6
6
  id: string;
7
7
  elementType: string;
8
8
  query: import("../../../query").Query;
9
- description?: string | undefined;
10
- help?: string | string[] | undefined;
11
- shouldNotExist?: boolean | undefined;
9
+ description?: string;
10
+ help?: string | string[];
11
+ shouldNotExist?: boolean;
12
12
  })[];
13
13
  export default _default;
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uuv/a11y",
3
- "version": "1.0.0-beta.52",
3
+ "version": "1.0.0-beta.54",
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)",
@@ -50,7 +50,7 @@
50
50
  "@babel/preset-typescript": "^7.23.3",
51
51
  "babel-loader": "^9.1.3",
52
52
  "babel-plugin-lodash": "^3.3.4",
53
- "chokidar": "^3.5.3",
53
+ "chokidar": "^4.0.0",
54
54
  "jest-junit": "^16.0.0",
55
55
  "jest-puppeteer": "10.1.4",
56
56
  "puppeteer": "23.9.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uuv/a11y",
3
- "version": "1.0.0-beta.53",
3
+ "version": "1.0.0-beta.55",
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)",
@@ -50,7 +50,7 @@
50
50
  "@babel/preset-typescript": "^7.23.3",
51
51
  "babel-loader": "^9.1.3",
52
52
  "babel-plugin-lodash": "^3.3.4",
53
- "chokidar": "^3.5.3",
53
+ "chokidar": "^4.0.0",
54
54
  "jest-junit": "^16.0.0",
55
55
  "jest-puppeteer": "10.1.4",
56
56
  "puppeteer": "23.9.0",