Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 16 additions & 29 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,12 @@
"regexManagers:biomeVersions",
"helpers:pinGitHubActionDigestsToSemver"
],
"labels": [
"dependencies"
],
"labels": ["dependencies"],
"rangeStrategy": "bump",
"postUpdateOptions": [
"pnpmDedupe"
],
"postUpdateOptions": ["pnpmDedupe"],
"lockfileMaintenance": {
"enabled": true
},
"ignorePaths": [
"**/node_modules/**",
// This fixture depends on the versions in its package.json not being modified by
Expand All @@ -25,65 +24,53 @@
"packageRules": [
{
"groupName": "github-actions",
"matchManagers": [
"github-actions"
]
"matchManagers": ["github-actions"]
},
{
"groupName": "astro dependencies",
"matchManagers": [
"npm"
],
"matchManagers": ["npm"],
"matchFileNames": [
"packages/astro/**",
"packages/integrations/mdx/**",
"packages/integrations/remark/**",
"packages/integrations/remark/**"
]
},
{
"groupName": "astro adapters",
"matchManagers": [
"npm"
],
"matchManagers": ["npm"],
"matchFileNames": [
"packages/integrations/node/**",
"packages/integrations/netlify/**",
"packages/integrations/cloudflare/**",
"packages/integrations/vercel/**",
"packages/integrations/vercel/**"
]
},
{
"groupName": "astro client runtimes",
"matchManagers": [
"npm"
],
"matchManagers": ["npm"],
"matchFileNames": [
"packages/integrations/react/**",
"packages/integrations/solid/**",
"packages/integrations/preact/**",
"packages/integrations/svelte/**",
"packages/integrations/vue/**",
"packages/integrations/vue/**"
]
},
{
"groupName": "language tools",
"matchManagers": [
"npm"
],
"matchFileNames": [
"packages/language-tools/**"
]
"matchManagers": ["npm"],
"matchFileNames": ["packages/language-tools/**"]
}
],
"ignoreDeps": [
// manually bumping deps
"@biomejs/biome",
"knip",
"@types/node",

// TODO: investigate upgrade (zod import issues with atproto)
"astro-embed",

// TODO: investigate upgrade (has type issues)
"drizzle-orm",
"sharp",
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ We welcome contributions of any size and skill level. As an open source project,

```shell
node: "^>=18.20.8"
pnpm: "^10.21.0"
pnpm: "^10.28.0"
# otherwise, your build will fail
```

Expand Down
2 changes: 1 addition & 1 deletion examples/framework-alpine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"@astrojs/alpinejs": "^0.4.9",
"@types/alpinejs": "^3.13.11",
"alpinejs": "^3.15.3",
"alpinejs": "^3.15.4",
"astro": "^5.16.11"
}
}
2 changes: 1 addition & 1 deletion examples/framework-multiple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@types/react": "^18.3.27",
"@types/react-dom": "^18.3.7",
"astro": "^5.16.11",
"preact": "^10.28.1",
"preact": "^10.28.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"solid-js": "^1.9.10",
Expand Down
2 changes: 1 addition & 1 deletion examples/framework-preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"@astrojs/preact": "^4.1.3",
"@preact/signals": "^2.5.1",
"astro": "^5.16.11",
"preact": "^10.28.1"
"preact": "^10.28.2"
}
}
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.16.11",
"sass": "^1.97.1",
"sass": "^1.97.2",
"sharp": "^0.34.3"
}
}
2 changes: 1 addition & 1 deletion examples/with-mdx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"@astrojs/mdx": "^4.3.13",
"@astrojs/preact": "^4.1.3",
"astro": "^5.16.11",
"preact": "^10.28.1"
"preact": "^10.28.2"
}
}
2 changes: 1 addition & 1 deletion examples/with-nanostores/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"@nanostores/preact": "^0.5.2",
"astro": "^5.16.11",
"nanostores": "^0.11.4",
"preact": "^10.28.1"
"preact": "^10.28.2"
}
}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"engines": {
"node": "^18.20.8 || ^20.3.0 || >=22.0.0"
},
"packageManager": "pnpm@10.21.0",
"packageManager": "pnpm@10.28.0",
"dependencies": {
"astro-benchmark": "workspace:*"
},
Expand All @@ -70,12 +70,12 @@
"eslint-plugin-regexp": "^2.10.0",
"knip": "5.61.3",
"only-allow": "^1.2.2",
"prettier": "^3.7.4",
"prettier": "^3.8.0",
"prettier-plugin-astro": "^0.14.1",
"publint": "^0.3.16",
"tinyglobby": "^0.2.15",
"turbo": "^2.7.2",
"turbo": "^2.7.4",
"typescript": "~5.9.3",
"typescript-eslint": "^8.51.0"
"typescript-eslint": "^8.53.0"
}
}
2 changes: 1 addition & 1 deletion packages/astro/components/Font.astro
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
import * as mod from 'virtual:astro:assets/fonts/internal';
import { filterPreloads } from 'astro/assets/fonts/runtime';
import { filterPreloads } from '../dist/assets/fonts/core/filter-preloads.js';
import { AstroError, AstroErrorData } from '../dist/core/errors/index.js';

// TODO: remove check when fonts are stabilized
Expand Down
2 changes: 1 addition & 1 deletion packages/astro/e2e/fixtures/astro-component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"@astrojs/preact": "workspace:*",
"@e2e/astro-linked-lib": "link:../_deps/astro-linked-lib",
"astro": "workspace:*",
"preact": "^10.28.1"
"preact": "^10.28.2"
}
}
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 @@ -11,7 +11,7 @@
"astro": "workspace:*"
},
"dependencies": {
"preact": "^10.28.1",
"preact": "^10.28.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"solid-js": "^1.9.10",
Expand Down
2 changes: 1 addition & 1 deletion packages/astro/e2e/fixtures/dev-toolbar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"dependencies": {
"@astrojs/preact": "workspace:*",
"astro": "workspace:*",
"preact": "^10.28.1"
"preact": "^10.28.2"
}
}
2 changes: 1 addition & 1 deletion packages/astro/e2e/fixtures/error-cyclic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"dependencies": {
"@astrojs/preact": "workspace:*",
"astro": "workspace:*",
"preact": "^10.28.1"
"preact": "^10.28.2"
}
}
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.97.1"
"sass": "^1.97.2"
}
}
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 @@ -9,10 +9,10 @@
"@astrojs/svelte": "workspace:*",
"@astrojs/vue": "workspace:*",
"astro": "workspace:*",
"preact": "^10.28.1",
"preact": "^10.28.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sass": "^1.97.1",
"sass": "^1.97.2",
"solid-js": "^1.9.10",
"svelte": "^5.46.1",
"vue": "^3.5.26"
Expand Down
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.97.1"
"sass": "^1.97.2"
}
}
2 changes: 1 addition & 1 deletion packages/astro/e2e/fixtures/hydration-race/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"dependencies": {
"@astrojs/preact": "workspace:*",
"astro": "workspace:*",
"preact": "^10.28.1"
"preact": "^10.28.2"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dependencies": {
"@webcomponents/template-shadowroot": "^0.2.1",
"lit": "^3.3.2",
"preact": "^10.28.1",
"preact": "^10.28.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"solid-js": "^1.9.10",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"astro": "workspace:*"
},
"dependencies": {
"preact": "^10.28.1"
"preact": "^10.28.2"
}
}
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 @@ -11,7 +11,7 @@
"astro": "workspace:*"
},
"dependencies": {
"preact": "^10.28.1",
"preact": "^10.28.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"solid-js": "^1.9.10",
Expand Down
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 @@ -11,7 +11,7 @@
"astro": "workspace:*"
},
"dependencies": {
"preact": "^10.28.1",
"preact": "^10.28.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"solid-js": "^1.9.10",
Expand Down
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 @@ -11,7 +11,7 @@
"astro": "workspace:*"
},
"dependencies": {
"preact": "^10.28.1",
"preact": "^10.28.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"solid-js": "^1.9.10",
Expand Down
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 @@ -11,7 +11,7 @@
"astro": "workspace:*"
},
"dependencies": {
"preact": "^10.28.1",
"preact": "^10.28.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"solid-js": "^1.9.10",
Expand Down
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 @@ -11,7 +11,7 @@
"astro": "workspace:*"
},
"dependencies": {
"preact": "^10.28.1",
"preact": "^10.28.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"solid-js": "^1.9.10",
Expand Down
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 @@ -11,7 +11,7 @@
"astro": "workspace:*"
},
"dependencies": {
"preact": "^10.28.1",
"preact": "^10.28.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"solid-js": "^1.9.10",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"dependencies": {
"@astrojs/preact": "workspace:*",
"astro": "workspace:*",
"preact": "^10.28.1"
"preact": "^10.28.2"
}
}
2 changes: 1 addition & 1 deletion packages/astro/e2e/fixtures/preact-component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"@astrojs/mdx": "workspace:*",
"@astrojs/preact": "workspace:*",
"astro": "workspace:*",
"preact": "^10.28.1"
"preact": "^10.28.2"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"@astrojs/mdx": "workspace:*",
"@astrojs/preact": "workspace:*",
"astro": "workspace:*",
"preact": "^10.28.1"
"preact": "^10.28.2"
}
}
12 changes: 6 additions & 6 deletions packages/astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -153,16 +153,16 @@
"prompts": "^2.4.2",
"rehype": "^13.0.2",
"semver": "^7.7.3",
"shiki": "^3.20.0",
"shiki": "^3.21.0",
"smol-toml": "^1.6.0",
"svgo": "^4.0.0",
"tinyexec": "^1.0.2",
"tinyglobby": "^0.2.15",
"tsconfck": "^3.1.6",
"ultrahtml": "^1.6.0",
"unifont": "~0.7.1",
"unifont": "~0.7.3",
"unist-util-visit": "^5.0.0",
"unstorage": "^1.17.3",
"unstorage": "^1.17.4",
"vfile": "^6.0.3",
"vite": "^6.4.1",
"vitefu": "^1.1.1",
Expand Down Expand Up @@ -205,10 +205,10 @@
"rehype-slug": "^6.0.0",
"rehype-toc": "^3.0.2",
"remark-code-titles": "^0.1.2",
"rollup": "^4.54.0",
"sass": "^1.97.1",
"rollup": "^4.55.1",
"sass": "^1.97.2",
"typescript": "^5.9.3",
"undici": "^6.22.0",
"undici": "^6.23.0",
"unified": "^11.0.5",
"vitest": "^3.2.4"
},
Expand Down
Loading
Loading