Skip to content
Merged
Show file tree
Hide file tree
Changes from 109 commits
Commits
Show all changes
130 commits
Select commit Hold shift + click to select a range
f9f0c8f
Update to Vite 8
delucis Mar 10, 2026
a9da8b8
Fix compilation test
delucis Mar 10, 2026
5ef518e
Clean up usages of deprecated rollup APIs to use rolldown instead
delucis Mar 10, 2026
a6ea087
Fix some tests
delucis Mar 10, 2026
a152fa0
Fix hoisted-imports test
delucis Mar 10, 2026
0a3f659
Fix some more tests
delucis Mar 10, 2026
27a32b3
Comment out unused import
delucis Mar 10, 2026
dab8e8c
Fix another test
delucis Mar 10, 2026
cf1ebdb
chore: fix server islands tests
ematipico Mar 11, 2026
0e745c0
fix linting too
ematipico Mar 11, 2026
58712c9
chore: fix another test
ematipico Mar 11, 2026
dcc7308
pin solid
ematipico Mar 11, 2026
51aca52
fix head propagation by using something else
ematipico Mar 11, 2026
0942626
fix assertion
ematipico Mar 11, 2026
10e12a3
fix one more test
ematipico Mar 18, 2026
d35233e
update vite 8
ematipico Mar 18, 2026
062beb9
update to vite working version
ematipico Mar 19, 2026
a3edbd0
fix server island
ematipico Mar 19, 2026
28646ff
update test assertion
ematipico Mar 19, 2026
3d7867e
remove logs
ematipico Mar 19, 2026
71fd85a
skip svelte test because it doesn't support it
ematipico Mar 19, 2026
9b7990d
upgrade vitest and suppress eslint false positive
ematipico Mar 19, 2026
b2ecea6
fix: stabilize vite 8 follow-up checks (#16038)
riderx Mar 23, 2026
123cb59
Merge branch 'main' into chris/vite-8
delucis Mar 23, 2026
abefe0e
chore: disable tests for now
ematipico Mar 24, 2026
81aa709
add changeset
ematipico Mar 24, 2026
7a7fe85
use the main branch for now for smoke tests
ematipico Mar 24, 2026
9e5739e
skip more svelte tests
ematipico Mar 24, 2026
97b07ea
comment out the svelte integrations
ematipico Mar 24, 2026
f7bcf0a
fix e2e failures
ematipico Mar 24, 2026
4266f75
try bigger timeout
ematipico Mar 24, 2026
765e865
fourth attempt
ematipico Mar 24, 2026
cec5009
fifth attempt
ematipico Mar 24, 2026
29dec1d
Merge branch 'next' into chris/vite-8
ematipico Mar 26, 2026
a63ce83
update to latest vite version
ematipico Mar 26, 2026
748ac05
chore: restore head injection criteria
ematipico Mar 26, 2026
a25f3b5
attempt to disable svelte for now
ematipico Mar 30, 2026
ae342a0
fix issue with react plugin
ematipico Mar 30, 2026
03399f6
fix yet another issue with vite
ematipico Mar 30, 2026
4206c7c
other fixes
ematipico Mar 30, 2026
193896c
use different reporter
ematipico Mar 30, 2026
b1ee972
more skipping
ematipico Mar 30, 2026
3dd032b
Merge branch 'next' into chris/vite-8
delucis Mar 30, 2026
d9dfcfa
more fixes regarding hydration
ematipico Mar 30, 2026
f5308d9
server islands
ematipico Mar 30, 2026
4978165
fix(cloudflare): exclude starlight from SSR dep optimization (#16151)
matthewp Mar 30, 2026
9a50757
[ci] release (#16152)
astrobot-houston Mar 30, 2026
ade6f51
refactor(mdx): more unit tests, less integrations (#16158)
ematipico Mar 31, 2026
12602a9
fix: stop CSS traversal at page boundaries (#16116)
riderx Mar 31, 2026
34c6b3a
[ci] format
ematipico Mar 31, 2026
358f826
fix(content): clear stale asset imports on content collection entry u…
dataCenter430 Mar 31, 2026
de669f0
fix(core): append assetQueryParams to inter-chunk JS imports (#15964)…
tmimmanuel Mar 31, 2026
6b6751d
[ci] format
matthewp Mar 31, 2026
34b5f13
chore: move unit tests to ts (#16157)
ematipico Mar 31, 2026
a9138ab
[ci] format
ematipico Mar 31, 2026
d0fe1ec
fix(vercel): edge middleware next() drops HTTP method and body (#16170)
Crystora Mar 31, 2026
4eec0f1
test: don't use tmp fixtures (#16177)
ematipico Apr 1, 2026
1d1448c
fix(preact): pre-optimize @preact/signals to prevent dev reload flaki…
matthewp Apr 1, 2026
b51f297
Preserve head metadata in Cloudflare dev rendering (#16161)
matthewp Apr 1, 2026
a0a49e9
fix(cloudflare): ensure HMR works when `prerenderEnvironment` is set …
rururux Apr 1, 2026
a7e7567
Include injected routes when determining whether renderers are needed…
matthewp Apr 1, 2026
7454854
fix(astro): Fix `isHTMLString` check failing in multi-realm environme…
rururux Apr 1, 2026
814406d
fix(underscore-redirects): respect trailingSlash config in redirects …
alexanderniebuhr Apr 1, 2026
402193e
[ci] format
alexanderniebuhr Apr 1, 2026
b5b8093
[ci] release (#16159)
astrobot-houston Apr 1, 2026
7610ba4
Fix periods in URLs with trailing slashes causing 404s in dev server …
Daedalus-Icarus Apr 1, 2026
fffd290
docs(language-tools): mention js/ts settings namespace in vscode (#16…
Misrilal-Sah Apr 1, 2026
3cd1b16
fix(e2e): remove bogus Node.js import breaking actions-blog tests (#1…
matthewp Apr 2, 2026
080d867
test: increase testing coverage (#16189)
ematipico Apr 2, 2026
604f939
[ci] format
ematipico Apr 2, 2026
6d5469e
Preserve Cloudflare miniflare instance across dev server config resta…
matthewp Apr 2, 2026
21f9fe2
fix(astro): remove unused re-exports causing Vite build warning (#16197)
SchahinRohani Apr 2, 2026
23425e2
Fix trailingSlash for extensionless endpoints in static builds (#16193)
matthewp Apr 3, 2026
fa8033b
Unblock smoke tests: exclude astro-og-canvas@0.11.0 from minimumRelea…
matthewp Apr 4, 2026
5557dca
feat: erasableSyntaxOnly (#15719)
florian-lefebvre Apr 6, 2026
a2b9eeb
fix: react 19 ssr aito injection preload link (#16224)
fkatsuhiro Apr 6, 2026
73cbb9c
[ci] format
matthewp Apr 6, 2026
2c9bf5e
[ci] release (#16182)
astrobot-houston Apr 6, 2026
756e7be
fix(cloudflare): exclude queue consumers from prerender worker (#16225)
travisbreaks Apr 7, 2026
1da523d
refactor: port tests to ts (#16243)
ematipico Apr 7, 2026
7c65c04
fix: stream Fragment sync siblings before async children resolve (#16…
dataCenter430 Apr 7, 2026
c2a52d6
[ci] format
ematipico Apr 7, 2026
44fd3b8
Port 8 unit test files from JavaScript to TypeScript (#16249)
AmarReddy4 Apr 7, 2026
79d86b8
chore: adapt code to upstream deprecation (#16192)
alexanderniebuhr Apr 8, 2026
922ff31
refactor: migrate blog template to use new astro font loading api (#1…
alexanderdombroski Apr 8, 2026
39a4c43
[ci] format
florian-lefebvre Apr 8, 2026
5bcd03c
fix(assets): resolve Picture TDZ error when combined with content ren…
Daedalus-Icarus Apr 8, 2026
686c312
Revives UnoCSS in dev mode when used with the client router (#16242)
martrapp Apr 8, 2026
0d278ac
[ci] format
martrapp Apr 8, 2026
34df955
chore: inline dlv dependency (#16259)
gameroman Apr 8, 2026
337d3aa
[ci] format
ematipico Apr 8, 2026
fab9c00
chore: upgrade biome (#16246)
ematipico Apr 8, 2026
dabd2a8
[ci] format
ematipico Apr 8, 2026
673a871
[ci] release (#16244)
astrobot-houston Apr 8, 2026
d198e82
test: port 16 routing unit tests to TypeScript (#16266)
barry3406 Apr 9, 2026
ba18015
[ci] format
ematipico Apr 9, 2026
92fc030
refactor(core): rename logger internal types (#16271)
ematipico Apr 9, 2026
7fe40bc
Bump @qwik.dev/partytown to v0.13.2 (#16265)
ChrisLaRocque Apr 10, 2026
b06eabf
Consolidate inline script escaping into shared utility (#16303)
matthewp Apr 13, 2026
b5c2fba
Skip actions server-output validation when an adapter is configured (…
matthewp Apr 13, 2026
e030bd0
Fix .svelte files in node_modules with Cloudflare prerenderEnvironmen…
matthewp Apr 13, 2026
5f3085b
[ci] format
matthewp Apr 13, 2026
bb4586a
fix: avoid full-reload in scss modules (#14924)
aralroca Apr 13, 2026
1945a93
[ci] release (#16281)
astrobot-houston Apr 13, 2026
94048f2
fix(dev): preserve --port flag after Vite-triggered server restart (#…
Arecsu Apr 14, 2026
a0c1c86
fix: add checkout step back to mergeability check (#15783)
iCiaran Apr 14, 2026
c1404b7
refactor: unit tests that are integration tests (#16280)
ematipico Apr 14, 2026
c9996ac
Merge remote-tracking branch 'origin/main' into next
ematipico Apr 14, 2026
a8a10e1
Merge branch 'next' into chris/vite-8
ematipico Apr 14, 2026
afc07c3
fix compilation error due to incorrect merge
ematipico Apr 14, 2026
69b95f1
fix: change head propagation strategy
ematipico Apr 15, 2026
b6de64a
fix: use "use astro:head-inject" directive for head propagation detec…
matthewp Apr 20, 2026
3efc061
fix: check style modules before client module graph in HMR handler
matthewp Apr 20, 2026
26a51b2
fix: bridge CSS module HMR from SSR to client environment in Vite 8
matthewp Apr 20, 2026
f052c10
test: wait for SCSS module dev reload to settle before HMR assertion
matthewp Apr 20, 2026
88ccfaf
test: stabilize view transitions and cloudflare e2e cases
matthewp Apr 20, 2026
44ec6f4
fix: avoid loading Astro CLI test helper on Node 20
matthewp Apr 20, 2026
fd8ae6a
fix: use includes for head propagation hint detection
matthewp Apr 20, 2026
b0829b4
Merge remote-tracking branch 'origin/next' into chris/vite-8
ematipico Apr 21, 2026
5efe10e
fix linting
ematipico Apr 21, 2026
67f3d55
update lock file
ematipico Apr 21, 2026
60e5787
fix failures
ematipico Apr 21, 2026
3acbbe3
linting
ematipico Apr 21, 2026
04d9a8c
dedupe
ematipico Apr 21, 2026
f33aa4a
other rolldown fixes
ematipico Apr 22, 2026
6294750
delete the js files, incorrect merge
ematipico Apr 22, 2026
f51f356
more tests to fixed
ematipico Apr 22, 2026
dacd166
skipped svelte e2e tests
ematipico Apr 22, 2026
be31d13
fix various errors caused by incorrect merge
ematipico Apr 22, 2026
465b646
skip svelte tests again
ematipico Apr 22, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
17 changes: 17 additions & 0 deletions .changeset/common-pears-drive.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
'@astrojs/cloudflare': major
'@astrojs/alpinejs': major
'@astrojs/markdoc': major
'@astrojs/netlify': major
'@astrojs/preact': major
'@astrojs/svelte': major
'@astrojs/vercel': major
'@astrojs/react': major
'@astrojs/solid-js': major
'@astrojs/mdx': major
'@astrojs/vue': major
'astro': major
'@astrojs/db': major
---

Upgrade to Vite v8
5 changes: 5 additions & 0 deletions .changeset/fix-dev-port-vite-restart.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'astro': patch
---

Fixes `--port` flag being ignored after a Vite-triggered server restart (e.g. when a `.env` file changes)
17 changes: 15 additions & 2 deletions .github/workflows/check-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,23 @@ jobs:
with:
files: |
.changeset/**/*.md

# Intentionally ran after the changed-files step so the github API is used to identify
# changed files rather than a local git diff, this is more reliable for pull requests
# originating from a forked repository.
- name: Checkout files
id: checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
if: steps.changed-files.outputs.any_changed == 'true'
with:
ref: ${{ github.event.pull_request.head.sha }}
repository: ${{ github.event.pull_request.head.repo.full_name }}
fetch-depth: 1
persist-credentials: false
sparse-checkout: |
.changeset
- name: Check if any changesets contain minor or major changes
id: check
if: steps.blocked.outputs.result != 'true'
if: steps.changed-files.outputs.any_changed == 'true'
env:
ALL_CHANGED_FILES: ${{ steps.changed-files.outputs.all_changed_files }}
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ jobs:
# For a pull_request event merging into the `next` branch (`base_ref`), use the `v6` branch.
# NOTE: For a pull_request event, the `ref_name` is something like `<pr-number>/merge` than the branch name.
# NOTE: Perhaps docs repo should use a consistent `next` branch in the future.
ref: ${{ (github.ref_name == 'next' || github.base_ref == 'next') && 'v6' || 'main' }}
ref: ${{ (github.ref_name == 'next' || github.base_ref == 'next') && 'main' || 'main' }}

- name: Install dependencies
run: pnpm install --no-frozen-lockfile
Expand Down
5 changes: 3 additions & 2 deletions biome.jsonc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://biomejs.dev/schemas/2.4.2/schema.json",
"$schema": "https://biomejs.dev/schemas/2.4.10/schema.json",
"files": {
"includes": [
"**",
Expand Down Expand Up @@ -46,7 +46,8 @@
// Enforce separate type imports for type-only imports to avoid bundling unneeded code
"useImportType": "error",
"useExportType": "error",
"useNumberNamespace": "warn"
"useNumberNamespace": "warn",
"noInferrableTypes": "error"
},
"suspicious": {
// This one is specific to catch `console.log`. The rest of logs are permitted
Expand Down
1 change: 1 addition & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ export default [
'@typescript-eslint/consistent-indexed-object-style': 'off',
'@typescript-eslint/consistent-type-definitions': 'off',
'@typescript-eslint/dot-notation': 'off',
'@typescript-eslint/no-inferrable-types': 'off',
'@typescript-eslint/no-base-to-string': 'off',
'@typescript-eslint/no-empty-function': 'off',
'@typescript-eslint/no-floating-promises': 'off',
Expand Down
2 changes: 1 addition & 1 deletion examples/basics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"astro": "astro"
},
"dependencies": {
"astro": "^6.1.2"
"astro": "^6.1.6"
}
}
1 change: 1 addition & 0 deletions examples/blog/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ Inside of your Astro project, you'll see the following folders and files:
```text
├── public/
├── src/
│   ├── assets/
│   ├── components/
│   ├── content/
│   ├── layouts/
Expand Down
26 changes: 25 additions & 1 deletion examples/blog/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,34 @@

import mdx from '@astrojs/mdx';
import sitemap from '@astrojs/sitemap';
import { defineConfig } from 'astro/config';
import { defineConfig, fontProviders } from 'astro/config';

// https://astro.build/config
export default defineConfig({
site: 'https://example.com',
integrations: [mdx(), sitemap()],
fonts: [
{
provider: fontProviders.local(),
name: 'Atkinson',
cssVariable: '--font-atkinson',
fallbacks: ['sans-serif'],
options: {
variants: [
{
src: ['./src/assets/fonts/atkinson-regular.woff'],
weight: 400,
style: 'normal',
display: 'swap',
},
{
src: ['./src/assets/fonts/atkinson-bold.woff'],
weight: 700,
style: 'normal',
display: 'swap',
},
],
},
},
],
});
2 changes: 1 addition & 1 deletion examples/blog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@astrojs/mdx": "^5.0.3",
"@astrojs/rss": "^4.0.18",
"@astrojs/sitemap": "^3.7.2",
"astro": "^6.1.2",
"astro": "^6.1.6",
"sharp": "^0.34.3"
}
}
5 changes: 2 additions & 3 deletions examples/blog/src/components/BaseHead.astro
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import '../styles/global.css';
import type { ImageMetadata } from 'astro';
import FallbackImage from '../assets/blog-placeholder-1.jpg';
import { SITE_TITLE } from '../consts';
import { Font } from 'astro:assets';

interface Props {
title: string;
Expand All @@ -31,9 +32,7 @@ const { title, description, image = FallbackImage } = Astro.props;
/>
<meta name="generator" content={Astro.generator} />

<!-- Font preloads -->
<link rel="preload" href="/fonts/atkinson-regular.woff" as="font" type="font/woff" crossorigin />
<link rel="preload" href="/fonts/atkinson-bold.woff" as="font" type="font/woff" crossorigin />
<Font cssVariable="--font-atkinson" preload />

<!-- Canonical URL -->
<link rel="canonical" href={canonicalURL} />
Expand Down
16 changes: 1 addition & 15 deletions examples/blog/src/styles/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,22 +16,8 @@
0 2px 6px rgba(var(--gray), 25%), 0 8px 24px rgba(var(--gray), 33%),
0 16px 32px rgba(var(--gray), 33%);
}
@font-face {
font-family: "Atkinson";
src: url("/fonts/atkinson-regular.woff") format("woff");
font-weight: 400;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Atkinson";
src: url("/fonts/atkinson-bold.woff") format("woff");
font-weight: 700;
font-style: normal;
font-display: swap;
}
body {
font-family: "Atkinson", sans-serif;
font-family: var(--font-atkinson);
margin: 0;
padding: 0;
text-align: left;
Expand Down
2 changes: 1 addition & 1 deletion examples/component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
],
"scripts": {},
"devDependencies": {
"astro": "^6.1.2"
"astro": "^6.1.6"
},
"peerDependencies": {
"astro": "^5.0.0 || ^6.0.0"
Expand Down
4 changes: 2 additions & 2 deletions examples/container-with-vitest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"test": "vitest run"
},
"dependencies": {
"@astrojs/react": "^5.0.2",
"astro": "^6.1.2",
"@astrojs/react": "^5.0.3",
"astro": "^6.1.6",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"vitest": "^4.1.0"
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 @@ -16,6 +16,6 @@
"@astrojs/alpinejs": "^0.5.0",
"@types/alpinejs": "^3.13.11",
"alpinejs": "^3.15.8",
"astro": "^6.1.2"
"astro": "^6.1.6"
}
}
8 changes: 4 additions & 4 deletions examples/framework-multiple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/preact": "^5.1.0",
"@astrojs/react": "^5.0.2",
"@astrojs/preact": "^5.1.1",
"@astrojs/react": "^5.0.3",
"@astrojs/solid-js": "^6.0.1",
"@astrojs/svelte": "^8.0.4",
"@astrojs/svelte": "^8.0.5",
"@astrojs/vue": "^6.0.1",
"@types/react": "^18.3.28",
"@types/react-dom": "^18.3.7",
"astro": "^6.1.2",
"astro": "^6.1.6",
"preact": "^10.28.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
Expand Down
4 changes: 2 additions & 2 deletions examples/framework-preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/preact": "^5.1.0",
"@astrojs/preact": "^5.1.1",
"@preact/signals": "^2.8.1",
"astro": "^6.1.2",
"astro": "^6.1.6",
"preact": "^10.28.4"
}
}
4 changes: 2 additions & 2 deletions examples/framework-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/react": "^5.0.2",
"@astrojs/react": "^5.0.3",
"@types/react": "^18.3.28",
"@types/react-dom": "^18.3.7",
"astro": "^6.1.2",
"astro": "^6.1.6",
"react": "^18.3.1",
"react-dom": "^18.3.1"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/framework-solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"dependencies": {
"@astrojs/solid-js": "^6.0.1",
"astro": "^6.1.2",
"astro": "^6.1.6",
"solid-js": "^1.9.11"
}
}
4 changes: 2 additions & 2 deletions examples/framework-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/svelte": "^8.0.4",
"astro": "^6.1.2",
"@astrojs/svelte": "^8.0.5",
"astro": "^6.1.6",
"svelte": "^5.53.5"
}
}
2 changes: 1 addition & 1 deletion examples/framework-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"dependencies": {
"@astrojs/vue": "^6.0.1",
"astro": "^6.1.2",
"astro": "^6.1.6",
"vue": "^3.5.29"
}
}
2 changes: 1 addition & 1 deletion examples/hackernews/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
},
"dependencies": {
"@astrojs/node": "^10.0.4",
"astro": "^6.1.2"
"astro": "^6.1.6"
}
}
2 changes: 1 addition & 1 deletion examples/integration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
],
"scripts": {},
"devDependencies": {
"astro": "^6.1.2"
"astro": "^6.1.6"
},
"peerDependencies": {
"astro": "^4.0.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/minimal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"astro": "astro"
},
"dependencies": {
"astro": "^6.1.2"
"astro": "^6.1.6"
}
}
2 changes: 1 addition & 1 deletion examples/portfolio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"astro": "astro"
},
"dependencies": {
"astro": "^6.1.2"
"astro": "^6.1.6"
}
}
4 changes: 2 additions & 2 deletions examples/ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
},
"dependencies": {
"@astrojs/node": "^10.0.4",
"@astrojs/svelte": "^8.0.4",
"astro": "^6.1.2",
"@astrojs/svelte": "^8.0.5",
"astro": "^6.1.6",
"svelte": "^5.53.5"
}
}
2 changes: 1 addition & 1 deletion examples/starlog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"astro": "astro"
},
"dependencies": {
"astro": "^6.1.2",
"astro": "^6.1.6",
"sass": "^1.97.3",
"sharp": "^0.34.3"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/toolbar-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"devDependencies": {
"@types/node": "^18.17.8",
"astro": "^6.1.2"
"astro": "^6.1.6"
},
"engines": {
"node": ">=22.12.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/with-markdoc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
},
"dependencies": {
"@astrojs/markdoc": "^1.0.3",
"astro": "^6.1.2"
"astro": "^6.1.6"
}
}
4 changes: 2 additions & 2 deletions examples/with-mdx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
},
"dependencies": {
"@astrojs/mdx": "^5.0.3",
"@astrojs/preact": "^5.1.0",
"astro": "^6.1.2",
"@astrojs/preact": "^5.1.1",
"astro": "^6.1.6",
"preact": "^10.28.4"
}
}
4 changes: 2 additions & 2 deletions examples/with-nanostores/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/preact": "^5.1.0",
"@astrojs/preact": "^5.1.1",
"@nanostores/preact": "^1.0.0",
"astro": "^6.1.2",
"astro": "^6.1.6",
"nanostores": "^1.1.1",
"preact": "^10.28.4"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/with-tailwindcss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@astrojs/mdx": "^5.0.3",
"@tailwindcss/vite": "^4.2.1",
"@types/canvas-confetti": "^1.9.0",
"astro": "^6.1.2",
"astro": "^6.1.6",
"canvas-confetti": "^1.9.4",
"tailwindcss": "^4.2.1"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/with-vitest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"test": "vitest"
},
"dependencies": {
"astro": "^6.1.2",
"astro": "^6.1.6",
"vitest": "^4.1.0"
}
}
Loading
Loading