Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 12, 2025
1 parent 8d4e566 commit c8f9129
Show file tree
Hide file tree
Showing 78 changed files with 1,070 additions and 1,305 deletions.
2 changes: 1 addition & 1 deletion benchmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@astrojs/mdx": "workspace:*",
"@astrojs/node": "^9.0.2",
"@astrojs/node": "^9.0.3",
"@benchmark/timer": "workspace:*",
"@benchmark/adapter": "workspace:*",
"astro": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion examples/framework-multiple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"solid-js": "^1.9.4",
"svelte": "^5.19.7",
"svelte": "^5.19.10",
"vue": "^3.5.13"
}
}
2 changes: 1 addition & 1 deletion examples/framework-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"dependencies": {
"@astrojs/svelte": "^7.0.4",
"astro": "^5.2.6",
"svelte": "^5.19.7"
"svelte": "^5.19.10"
}
}
2 changes: 1 addition & 1 deletion examples/ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"@astrojs/node": "^9.0.3",
"@astrojs/svelte": "^7.0.4",
"astro": "^5.2.6",
"svelte": "^5.19.7"
"svelte": "^5.19.10"
}
}
2 changes: 1 addition & 1 deletion examples/starlog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"astro": "^5.2.6",
"sass": "^1.83.4",
"sass": "^1.84.0",
"sharp": "^0.33.3"
}
}
4 changes: 2 additions & 2 deletions examples/with-tailwindcss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
},
"dependencies": {
"@astrojs/mdx": "^4.0.8",
"@tailwindcss/vite": "^4.0.3",
"@tailwindcss/vite": "^4.0.6",
"@types/canvas-confetti": "^1.9.0",
"astro": "^5.2.6",
"canvas-confetti": "^1.9.3",
"tailwindcss": "^4.0.3"
"tailwindcss": "^4.0.6"
}
}
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,16 +60,16 @@
"@changesets/cli": "^2.27.12",
"@types/node": "^18.17.8",
"esbuild": "^0.24.2",
"eslint": "^9.19.0",
"eslint": "^9.20.1",
"eslint-plugin-regexp": "^2.7.0",
"globby": "^14.0.2",
"globby": "^14.1.0",
"only-allow": "^1.2.1",
"prettier": "^3.4.2",
"prettier": "^3.5.0",
"prettier-plugin-astro": "^0.14.1",
"publint": "^0.3.2",
"turbo": "^2.4.0",
"publint": "^0.3.4",
"turbo": "^2.4.1",
"typescript": "~5.7.3",
"typescript-eslint": "^8.23.0"
"typescript-eslint": "^8.24.0"
},
"pnpm": {
"peerDependencyRules": {
Expand Down
2 changes: 1 addition & 1 deletion packages/astro/e2e/fixtures/actions-blog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/db": "workspace:*",
"@astrojs/node": "^9.0.2",
"@astrojs/node": "^9.0.3",
"@astrojs/react": "workspace:*",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/astro/e2e/fixtures/actions-react-19/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/db": "workspace:*",
"@astrojs/node": "^9.0.2",
"@astrojs/node": "^9.0.3",
"@astrojs/react": "workspace:*",
"@types/react": "npm:types-react",
"@types/react-dom": "npm:types-react-dom",
Expand Down
2 changes: 1 addition & 1 deletion packages/astro/e2e/fixtures/client-only/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"solid-js": "^1.9.4",
"svelte": "^5.19.7",
"svelte": "^5.19.10",
"vue": "^3.5.13"
}
}
2 changes: 1 addition & 1 deletion packages/astro/e2e/fixtures/error-sass/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"private": true,
"dependencies": {
"astro": "workspace:*",
"sass": "^1.83.4"
"sass": "^1.84.0"
}
}
4 changes: 2 additions & 2 deletions packages/astro/e2e/fixtures/errors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"preact": "^10.25.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sass": "^1.83.4",
"sass": "^1.84.0",
"solid-js": "^1.9.4",
"svelte": "^5.19.7",
"svelte": "^5.19.10",
"vue": "^3.5.13"
}
}
2 changes: 1 addition & 1 deletion packages/astro/e2e/fixtures/hmr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"private": true,
"devDependencies": {
"astro": "workspace:*",
"sass": "^1.83.4"
"sass": "^1.84.0"
}
}
2 changes: 1 addition & 1 deletion packages/astro/e2e/fixtures/i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"private": true,
"dependencies": {
"astro": "workspace:*",
"@astrojs/node": "^9.0.2"
"@astrojs/node": "^9.0.3"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"solid-js": "^1.9.4",
"svelte": "^5.19.7",
"svelte": "^5.19.10",
"vue": "^3.5.13"
}
}
2 changes: 1 addition & 1 deletion packages/astro/e2e/fixtures/nested-in-preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"solid-js": "^1.9.4",
"svelte": "^5.19.7",
"svelte": "^5.19.10",
"vue": "^3.5.13"
}
}
2 changes: 1 addition & 1 deletion packages/astro/e2e/fixtures/nested-in-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"solid-js": "^1.9.4",
"svelte": "^5.19.7",
"svelte": "^5.19.10",
"vue": "^3.5.13"
}
}
2 changes: 1 addition & 1 deletion packages/astro/e2e/fixtures/nested-in-solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"solid-js": "^1.9.4",
"svelte": "^5.19.7",
"svelte": "^5.19.10",
"vue": "^3.5.13"
}
}
2 changes: 1 addition & 1 deletion packages/astro/e2e/fixtures/nested-in-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"solid-js": "^1.9.4",
"svelte": "^5.19.7",
"svelte": "^5.19.10",
"vue": "^3.5.13"
}
}
2 changes: 1 addition & 1 deletion packages/astro/e2e/fixtures/nested-in-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"solid-js": "^1.9.4",
"svelte": "^5.19.7",
"svelte": "^5.19.10",
"vue": "^3.5.13"
}
}
2 changes: 1 addition & 1 deletion packages/astro/e2e/fixtures/nested-recursive/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"solid-js": "^1.9.4",
"svelte": "^5.19.7",
"svelte": "^5.19.10",
"vue": "^3.5.13"
},
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
},
"dependencies": {
"astro": "workspace:*",
"@astrojs/node": "^9.0.2"
"@astrojs/node": "^9.0.3"
}
}
2 changes: 1 addition & 1 deletion packages/astro/e2e/fixtures/server-islands/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@astrojs/react": "workspace:*",
"astro": "workspace:*",
"@astrojs/mdx": "workspace:*",
"@astrojs/node": "^9.0.2",
"@astrojs/node": "^9.0.3",
"react": "^18.3.1",
"react-dom": "^18.3.1"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/astro/e2e/fixtures/svelte-component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"@astrojs/mdx": "workspace:*",
"@astrojs/svelte": "workspace:*",
"astro": "workspace:*",
"svelte": "^5.19.7"
"svelte": "^5.19.10"
}
}
4 changes: 2 additions & 2 deletions packages/astro/e2e/fixtures/tailwindcss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"private": true,
"dependencies": {
"@astrojs/tailwind": "workspace:*",
"@tailwindcss/vite": "^4.0.3",
"@tailwindcss/vite": "^4.0.6",
"astro": "workspace:*",
"tailwindcss": "^4.0.3"
"tailwindcss": "^4.0.6"
}
}
4 changes: 2 additions & 2 deletions packages/astro/e2e/fixtures/view-transitions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.0",
"private": true,
"dependencies": {
"@astrojs/node": "^9.0.2",
"@astrojs/node": "^9.0.3",
"@astrojs/react": "workspace:*",
"@astrojs/solid-js": "workspace:*",
"@astrojs/svelte": "workspace:*",
Expand All @@ -12,7 +12,7 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"solid-js": "^1.9.4",
"svelte": "^5.19.7",
"svelte": "^5.19.10",
"vue": "^3.5.13"
}
}
12 changes: 6 additions & 6 deletions packages/astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
"test:integration": "astro-scripts test \"test/*.test.js\""
},
"dependencies": {
"@astrojs/compiler": "^2.10.3",
"@astrojs/compiler": "^2.10.4",
"@astrojs/internal-helpers": "workspace:*",
"@astrojs/markdown-remark": "workspace:*",
"@astrojs/telemetry": "workspace:*",
Expand Down Expand Up @@ -163,18 +163,18 @@
"semver": "^7.7.1",
"shiki": "^1.29.2",
"tinyexec": "^0.3.2",
"tsconfck": "^3.1.4",
"tsconfck": "^3.1.5",
"ultrahtml": "^1.5.3",
"unist-util-visit": "^5.0.0",
"unstorage": "^1.14.4",
"vfile": "^6.0.3",
"vite": "^6.0.11",
"vite": "^6.1.0",
"vitefu": "^1.0.5",
"which-pm": "^3.0.1",
"xxhash-wasm": "^1.1.0",
"yargs-parser": "^21.1.1",
"yocto-spinner": "^0.2.0",
"zod": "^3.24.1",
"zod": "^3.24.2",
"zod-to-json-schema": "^3.24.1",
"zod-to-ts": "^1.2.0"
},
Expand Down Expand Up @@ -212,8 +212,8 @@
"rehype-slug": "^6.0.0",
"rehype-toc": "^3.0.2",
"remark-code-titles": "^0.1.2",
"rollup": "^4.34.2",
"sass": "^1.83.4",
"rollup": "^4.34.6",
"sass": "^1.84.0",
"undici": "^7.3.0",
"unified": "^11.0.5",
"vitest": "^3.0.5"
Expand Down
2 changes: 1 addition & 1 deletion packages/astro/test/fixtures/0-css/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"astro": "workspace:*",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"svelte": "^5.19.7",
"svelte": "^5.19.10",
"vue": "^3.5.13"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"dependencies": {
"@astrojs/svelte": "workspace:*",
"astro": "workspace:*",
"svelte": "^5.19.7"
"svelte": "^5.19.10"
}
}
2 changes: 1 addition & 1 deletion packages/astro/test/fixtures/alias-tsconfig/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"@astrojs/svelte": "workspace:*",
"@test/namespace-package": "workspace:*",
"astro": "workspace:*",
"svelte": "^5.19.7"
"svelte": "^5.19.10"
}
}
2 changes: 1 addition & 1 deletion packages/astro/test/fixtures/alias/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"dependencies": {
"@astrojs/svelte": "workspace:*",
"astro": "workspace:*",
"svelte": "^5.19.7"
"svelte": "^5.19.10"
}
}
2 changes: 1 addition & 1 deletion packages/astro/test/fixtures/astro-children/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@astrojs/vue": "workspace:*",
"astro": "workspace:*",
"preact": "^10.25.4",
"svelte": "^5.19.7",
"svelte": "^5.19.10",
"vue": "^3.5.13"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"astro": "workspace:*",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"svelte": "^5.19.7"
"svelte": "^5.19.10"
}
}
2 changes: 1 addition & 1 deletion packages/astro/test/fixtures/astro-dynamic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"astro": "workspace:*",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"svelte": "^5.19.7"
"svelte": "^5.19.10"
}
}
4 changes: 2 additions & 2 deletions packages/astro/test/fixtures/astro-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"dependencies": {
"astro": "workspace:*",
"@tailwindcss/vite": "^4.0.3",
"tailwindcss": "^4.0.3"
"@tailwindcss/vite": "^4.0.6",
"tailwindcss": "^4.0.6"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"solid-js": "^1.9.4",
"svelte": "^5.19.7",
"svelte": "^5.19.10",
"vue": "^3.5.13"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.0",
"private": true,
"dependencies": {
"@astrojs/node": "^9.0.2",
"@astrojs/node": "^9.0.3",
"astro": "workspace:*"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"preact": "^10.25.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"svelte": "^5.19.7"
"svelte": "^5.19.10"
}
}
Loading

0 comments on commit c8f9129

Please sign in to comment.