Skip to content

Commit a9f6940

Browse files
authored
Merge branch 'main' into fix/node-app-render-hash-fragment-14625
2 parents e67115f + 8068bad commit a9f6940

38 files changed

Lines changed: 268 additions & 168 deletions

File tree

.changeset/bright-guests-wear.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@astrojs/vercel': patch
3+
---
4+
5+
Improves error message when using Node builtins inside Edge middlewares

.changeset/fix-mdx-slot-hydration.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/forty-zebras-enter.md

Lines changed: 0 additions & 54 deletions
This file was deleted.

.changeset/shaggy-aliens-win.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'@astrojs/node': patch
3+
'astro': patch
4+
---
5+
6+
fix: fix image 500 error when moving dist directory in standalone Node

.changeset/yummy-peas-carry.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

examples/basics/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
"astro": "astro"
1111
},
1212
"dependencies": {
13-
"astro": "^5.16.8"
13+
"astro": "^5.16.9"
1414
}
1515
}

examples/blog/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@astrojs/mdx": "^4.3.13",
1414
"@astrojs/rss": "^4.0.14",
1515
"@astrojs/sitemap": "^3.6.1",
16-
"astro": "^5.16.8",
16+
"astro": "^5.16.9",
1717
"sharp": "^0.34.3"
1818
}
1919
}

examples/component/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
],
1616
"scripts": {},
1717
"devDependencies": {
18-
"astro": "^5.16.8"
18+
"astro": "^5.16.9"
1919
},
2020
"peerDependencies": {
2121
"astro": "^4.0.0 || ^5.0.0"

examples/container-with-vitest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"dependencies": {
1414
"@astrojs/react": "^4.4.2",
15-
"astro": "^5.16.8",
15+
"astro": "^5.16.9",
1616
"react": "^18.3.1",
1717
"react-dom": "^18.3.1",
1818
"vitest": "^3.2.4"

examples/framework-alpine/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
"@astrojs/alpinejs": "^0.4.9",
1414
"@types/alpinejs": "^3.13.11",
1515
"alpinejs": "^3.15.3",
16-
"astro": "^5.16.8"
16+
"astro": "^5.16.9"
1717
}
1818
}

0 commit comments

Comments
 (0)