@public-ui/visual-tests 2.0.0-rc.9 → 2.0.1

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/README.md CHANGED
@@ -19,9 +19,9 @@
19
19
  "unused": "knip"
20
20
  },
21
21
  "devDependencies": {
22
- "@public-ui/components": "2.0.0-rc.7",
23
- "@public-ui/schema": "2.0.0-rc.7",
24
- "@public-ui/visual-tests": "2.0.0-rc.7",
22
+ "@public-ui/components": "2.0.1-rc.7",
23
+ "@public-ui/schema": "2.0.1-rc.7",
24
+ "@public-ui/visual-tests": "2.0.1-rc.7",
25
25
  "@typescript-eslint/eslint-plugin": "6.8.0",
26
26
  "@typescript-eslint/parser": "6.8.0",
27
27
  "depcheck": "1.4.7",
@@ -37,7 +37,7 @@
37
37
  "unbuild": "1.2.1"
38
38
  },
39
39
  "peerDependencies": {
40
- "@public-ui/components": "2.0.0-rc.7"
40
+ "@public-ui/components": "2.0.1-rc.7"
41
41
  },
42
42
  "sideEffects": false,
43
43
  "type": "module",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@public-ui/visual-tests",
3
- "version": "2.0.0-rc.9",
3
+ "version": "2.0.1",
4
4
  "license": "EUPL-1.2",
5
5
  "homepage": "https://public-ui.github.io",
6
6
  "repository": "https://github.com/public-ui/kolibri",
@@ -19,21 +19,21 @@
19
19
  "kolibri-visual-test": "src/index.js"
20
20
  },
21
21
  "dependencies": {
22
- "@playwright/test": "1.39.0",
23
- "@public-ui/sample-react": "2.0.0-rc.9",
22
+ "@playwright/test": "1.40.1",
23
+ "@public-ui/sample-react": "2.0.1",
24
24
  "axe-playwright": "1.2.3",
25
25
  "portfinder": "1.0.32",
26
26
  "serve": "14.2.1"
27
27
  },
28
28
  "devDependencies": {
29
- "@babel/eslint-parser": "7.22.15",
30
- "@babel/plugin-syntax-import-attributes": "7.22.5",
31
- "@babel/preset-env": "7.23.2",
29
+ "@babel/eslint-parser": "7.23.3",
30
+ "@babel/plugin-syntax-import-attributes": "7.23.3",
31
+ "@babel/preset-env": "7.23.6",
32
32
  "depcheck": "1.4.7",
33
- "eslint": "8.53.0",
33
+ "eslint": "8.56.0",
34
34
  "eslint-plugin-no-loops": "0.3.0",
35
- "knip": "2.40.0",
36
- "prettier": "3.0.3"
35
+ "knip": "3.8.2",
36
+ "prettier": "3.1.1"
37
37
  },
38
38
  "files": [
39
39
  "playwright.config.js",
@@ -187,21 +187,11 @@ ROUTES.set('input-range/basic', null);
187
187
  ROUTES.set('input-text/basic', null);
188
188
  ROUTES.set('input-text/blur', null);
189
189
  ROUTES.set('input-text/focus', null);
190
- ROUTES.set('kolibri/animated', {
191
- axe: {
192
- skipFailures: false,
193
- },
194
- });
195
190
  ROUTES.set('kolibri/basic', {
196
191
  axe: {
197
192
  skipFailures: false,
198
193
  },
199
194
  });
200
- ROUTES.set('kolibri/no-label', {
201
- axe: {
202
- skipFailures: false,
203
- },
204
- });
205
195
  ROUTES.set('link-button/basic', {
206
196
  axe: {
207
197
  skipFailures: false,
@@ -247,11 +237,6 @@ ROUTES.set('modal/basic', {
247
237
  skipFailures: false,
248
238
  },
249
239
  });
250
- ROUTES.set('nav/active', {
251
- axe: {
252
- skipFailures: false,
253
- },
254
- });
255
240
  ROUTES.set('nav/aria-current', {
256
241
  axe: {
257
242
  skipFailures: false,
@@ -309,16 +294,6 @@ ROUTES.set('split-button/basic', {
309
294
  skipFailures: false,
310
295
  },
311
296
  });
312
- ROUTES.set('table/badge-size', {
313
- axe: {
314
- skipFailures: false,
315
- },
316
- });
317
- ROUTES.set('table/render-cell', {
318
- axe: {
319
- skipFailures: false,
320
- },
321
- });
322
297
  ROUTES.set('table/sort-data', {
323
298
  axe: {
324
299
  skipFailures: false,