@storyblok/astro 8.0.0 → 8.1.0

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@storyblok/astro",
3
3
  "type": "module",
4
- "version": "8.0.0",
4
+ "version": "8.1.0",
5
5
  "private": false,
6
6
  "description": "Official Astro integration for the Storyblok Headless CMS",
7
7
  "author": "Storyblok",
@@ -53,13 +53,13 @@
53
53
  },
54
54
  "dependencies": {
55
55
  "camelcase": "^8.0.0",
56
- "@storyblok/js": "5.0.0"
56
+ "@storyblok/js": "5.1.0"
57
57
  },
58
58
  "devDependencies": {
59
59
  "@cypress/vite-dev-server": "^6.0.3",
60
60
  "@rollup/plugin-dynamic-import-vars": "^2.1.5",
61
61
  "@types/lodash.mergewith": "^4.6.9",
62
- "@types/node": "^22.15.18",
62
+ "@types/node": "^24.11.0",
63
63
  "astro": "^5.13.2",
64
64
  "cypress": "^14.3.3",
65
65
  "eslint": "^9.26.0",
@@ -74,7 +74,7 @@
74
74
  "vite-plugin-dts": "^4.5.3",
75
75
  "vite-plugin-static-copy": "^2.2.0",
76
76
  "vitest": "^3.1.3",
77
- "@storyblok/eslint-config": "0.4.2"
77
+ "@storyblok/eslint-config": "0.5.0"
78
78
  },
79
79
  "eslintConfig": {
80
80
  "env": {
@@ -139,9 +139,8 @@
139
139
  "lint:fix": "eslint . --fix",
140
140
  "lint:playground": "pnpm -r --parallel --filter='./playground/*' run lint",
141
141
  "lint:playground:fix": "pnpm -r --parallel --filter='./playground/*' run lint:fix",
142
- "test": "pnpm run test:unit:ci && pnpm run test:e2e",
143
- "test:unit": "vitest",
144
- "test:unit:ci": "vitest run",
142
+ "test": "pnpm run test:unit && pnpm run test:e2e",
143
+ "test:unit": "vitest run",
145
144
  "test:e2e": "start-server-and-test playground:test http://localhost:4321/ cy:run",
146
145
  "test:e2e-watch": "start-server-and-test playground:test http://localhost:4321/ cy:open",
147
146
  "cy:run": "cypress run",