{ "version": "1.0.0", "minCliVersion": "1.8.0", "files": { "safe": [ "src/components/ui/", "src/components/seo/", "src/components/layout/", "src/layouts/", "src/lib/", "src/styles/tokens/", "src/styles/themes/", "src/styles/global.css", "src/content.config.ts", "tsconfig.json", "eslint.config.js", ".prettierrc", ".prettierignore", ".gitignore", "vercel.json", "netlify.toml", "wrangler.toml", "src/config/nav.config.ts" ], "protected": [ "astro.config.mjs", "src/config/site.config.ts", "src/config/consent.config.ts", "src/pages/", "src/content/", "src/assets/", "src/components/landing/", "src/components/blog/", "src/components/patterns/", ".env", ".env.example" ] }, "dependencies": { "update": { "astro": "6.0.0", "@astrojs/mdx": "5.0.0", "@astrojs/react": "5.0.0", "@astrojs/check": "0.9.7", "vitest": "^3.2.0" }, "remove": ["zod", "astro-seo"], "add": { "class-variance-authority": "^0.7.1" } }, "migrations": [ { "title": "Update zod imports", "description": "Replace `import { z } from 'zod'` with `import { z } from 'astro/zod'` in all files.", "pattern": "import.*from ['\"]zod['\"]", "searchPaths": ["src/"], "toVersion": "0.2.0-beta" }, { "title": "Update Zod 4 API calls", "description": "Replace `z.string().email()` with `z.email()` and `.errors` with `.issues` on ZodError.", "pattern": "z\\.string\\(\\)\\.email\\(\\)", "toVersion": "0.2.0-beta" }, { "title": "Remove experimental.contentIntellisense", "description": "Delete the `experimental: { contentIntellisense: true }` block from astro.config.mjs.", "toVersion": "0.2.0-beta" }, { "title": "Configure astro:env", "description": "Add env schema to astro.config.mjs and update import.meta.env references to use astro:env imports.", "toVersion": "0.3.0-beta" }, { "title": "Remove colorScheme prop from Button", "description": "The `colorScheme` prop has been removed from Button. Wrap the Button in a `