@dargmuesli/nuxt-vio-testing 21.0.12 → 21.0.14

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.
@@ -428,7 +428,7 @@ const testMetadata = async ({ page, path, title }) => {
428
428
  }
429
429
  ];
430
430
  for (const object of meta) await expect(page.locator(object.tag + object.attributes?.map((attribute) => `[${attribute.key}="${attribute.value}"]`).join(""))).toBeAttached();
431
- expect((await page.locator("script[data-hid=\"schema-org-graph\"]").innerText()).replaceAll(SITE_URL, "https://example.com")).toMatchSnapshot(`schema-org-graph.json`);
431
+ expect((await page.locator("script[data-hid=\"schema-org-graph\"]").innerText()).replaceAll(SITE_URL, "https://example.com")).toMatchSnapshot(`schema-org-graph-${process.env.VIO_SERVER}.json`);
432
432
  };
433
433
  const testOgImage = (paths) => vioTest.describe("visual regression", () => {
434
434
  vioTest("generates the open graph image", async ({ page }) => {
package/package.json CHANGED
@@ -1,19 +1,19 @@
1
1
  {
2
2
  "devDependencies": {
3
- "@axe-core/playwright": "4.11.3",
3
+ "@axe-core/playwright": "4.12.1",
4
4
  "@eslint/js": "10.0.1",
5
- "@playwright/test": "1.61.0",
5
+ "@playwright/test": "1.61.1",
6
6
  "@types/lodash-es": "4.17.12",
7
7
  "@types/node": "24.13.2",
8
8
  "cross-env": "10.1.0",
9
- "eslint": "10.5.0",
9
+ "eslint": "10.6.0",
10
10
  "eslint-config-prettier": "10.1.8",
11
11
  "eslint-plugin-prettier": "5.5.6",
12
12
  "lodash-es": "4.18.1",
13
- "playwright-core": "1.61.0",
13
+ "playwright-core": "1.61.1",
14
14
  "tsdown": "0.22.3",
15
15
  "typescript": "6.0.3",
16
- "typescript-eslint": "8.61.1",
16
+ "typescript-eslint": "8.63.0",
17
17
  "ufo": "1.6.4"
18
18
  },
19
19
  "engines": {
@@ -56,7 +56,7 @@
56
56
  "url": "git+https://github.com/dargmuesli/vio.git"
57
57
  },
58
58
  "type": "module",
59
- "version": "21.0.12",
59
+ "version": "21.0.14",
60
60
  "scripts": {
61
61
  "build": "tsdown",
62
62
  "build:watch": "tsdown --watch",