Skip to content

Commit 1479a0b

Browse files
Merge branch 'main' into next
2 parents 669ca5b + 897e8d2 commit 1479a0b

File tree

48 files changed

+2298
-1940
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+2298
-1940
lines changed

.changeset/silver-radios-smile.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'astro': patch
3+
---
4+
5+
Fixes a leak of server runtime code when importing SVGs in client-side code. Previously, when importing an SVG file in client code, Astro could end up adding code for rendering SVGs on the server to the client bundle.
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
'astro': patch
3+
'@astrojs/db': patch
4+
'@astrojs/mdx': patch
5+
'@astrojs/preact': patch
6+
'@astrojs/react': patch
7+
'@astrojs/solid-js': patch
8+
'@astrojs/svelte': patch
9+
'@astrojs/vue': patch
10+
---
11+
12+
Updates `vite` version to fix CVE

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.15.0"
13+
"astro": "^5.15.1"
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.8",
1414
"@astrojs/rss": "^4.0.13",
1515
"@astrojs/sitemap": "^3.6.0",
16-
"astro": "^5.15.0",
16+
"astro": "^5.15.1",
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.15.0"
18+
"astro": "^5.15.1"
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.0",
15-
"astro": "^5.15.0",
15+
"astro": "^5.15.1",
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.0",
16-
"astro": "^5.15.0"
16+
"astro": "^5.15.1"
1717
}
1818
}

examples/framework-multiple/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717
"@astrojs/vue": "^5.1.1",
1818
"@types/react": "^18.3.26",
1919
"@types/react-dom": "^18.3.7",
20-
"astro": "^5.15.0",
20+
"astro": "^5.15.1",
2121
"preact": "^10.27.2",
2222
"react": "^18.3.1",
2323
"react-dom": "^18.3.1",
2424
"solid-js": "^1.9.9",
25-
"svelte": "^5.40.2",
25+
"svelte": "^5.41.3",
2626
"vue": "^3.5.22"
2727
}
2828
}

examples/framework-preact/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"@astrojs/preact": "^4.1.1",
1414
"@preact/signals": "^2.3.2",
15-
"astro": "^5.15.0",
15+
"astro": "^5.15.1",
1616
"preact": "^10.27.2"
1717
}
1818
}

examples/framework-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@astrojs/react": "^4.4.0",
1414
"@types/react": "^18.3.26",
1515
"@types/react-dom": "^18.3.7",
16-
"astro": "^5.15.0",
16+
"astro": "^5.15.1",
1717
"react": "^18.3.1",
1818
"react-dom": "^18.3.1"
1919
}

0 commit comments

Comments
 (0)