Skip to content

Commit da71558

Browse files
[ci] release (#13449)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 94ada2a commit da71558

File tree

42 files changed

+127
-126
lines changed

Some content is hidden

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

42 files changed

+127
-126
lines changed

.changeset/all-suns-report.md

-7
This file was deleted.

.changeset/bitter-rockets-pull.md

-5
This file was deleted.

.changeset/empty-cloths-sort.md

-5
This file was deleted.

.changeset/free-icons-own.md

-5
This file was deleted.

.changeset/ninety-cups-decide.md

-22
This file was deleted.

.changeset/ten-tips-share.md

-5
This file was deleted.

.changeset/true-moose-report.md

-5
This file was deleted.

.changeset/wide-carrots-dream.md

-5
This file was deleted.

examples/basics/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
"astro": "astro"
1111
},
1212
"dependencies": {
13-
"astro": "^5.5.2"
13+
"astro": "^5.5.3"
1414
}
1515
}

examples/blog/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
"astro": "astro"
1111
},
1212
"dependencies": {
13-
"@astrojs/mdx": "^4.2.0",
13+
"@astrojs/mdx": "^4.2.1",
1414
"@astrojs/rss": "^4.0.11",
15-
"@astrojs/sitemap": "^3.2.1",
16-
"astro": "^5.5.2"
15+
"@astrojs/sitemap": "^3.3.0",
16+
"astro": "^5.5.3"
1717
}
1818
}

examples/component/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
],
1616
"scripts": {},
1717
"devDependencies": {
18-
"astro": "^5.5.2"
18+
"astro": "^5.5.3"
1919
},
2020
"peerDependencies": {
2121
"astro": "^4.0.0 || ^5.0.0"

examples/container-with-vitest/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"dependencies": {
1414
"@astrojs/react": "^4.2.1",
15-
"astro": "^5.5.2",
15+
"astro": "^5.5.3",
1616
"react": "^18.3.1",
1717
"react-dom": "^18.3.1",
1818
"vitest": "^3.0.8"

examples/framework-alpine/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
"@astrojs/alpinejs": "^0.4.3",
1414
"@types/alpinejs": "^3.13.11",
1515
"alpinejs": "^3.14.8",
16-
"astro": "^5.5.2"
16+
"astro": "^5.5.3"
1717
}
1818
}

examples/framework-multiple/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@astrojs/vue": "^5.0.7",
1818
"@types/react": "^18.3.18",
1919
"@types/react-dom": "^18.3.5",
20-
"astro": "^5.5.2",
20+
"astro": "^5.5.3",
2121
"preact": "^10.26.4",
2222
"react": "^18.3.1",
2323
"react-dom": "^18.3.1",

examples/framework-preact/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"@astrojs/preact": "^4.0.5",
1414
"@preact/signals": "^2.0.1",
15-
"astro": "^5.5.2",
15+
"astro": "^5.5.3",
1616
"preact": "^10.26.4"
1717
}
1818
}

examples/framework-react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@astrojs/react": "^4.2.1",
1414
"@types/react": "^18.3.18",
1515
"@types/react-dom": "^18.3.5",
16-
"astro": "^5.5.2",
16+
"astro": "^5.5.3",
1717
"react": "^18.3.1",
1818
"react-dom": "^18.3.1"
1919
}

examples/framework-solid/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"@astrojs/solid-js": "^5.0.5",
14-
"astro": "^5.5.2",
14+
"astro": "^5.5.3",
1515
"solid-js": "^1.9.5"
1616
}
1717
}

examples/framework-svelte/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"@astrojs/svelte": "^7.0.6",
14-
"astro": "^5.5.2",
14+
"astro": "^5.5.3",
1515
"svelte": "^5.22.6"
1616
}
1717
}

examples/framework-vue/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"@astrojs/vue": "^5.0.7",
14-
"astro": "^5.5.2",
14+
"astro": "^5.5.3",
1515
"vue": "^3.5.13"
1616
}
1717
}

examples/hackernews/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
},
1212
"dependencies": {
1313
"@astrojs/node": "^9.1.3",
14-
"astro": "^5.5.2"
14+
"astro": "^5.5.3"
1515
}
1616
}

examples/integration/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
],
1616
"scripts": {},
1717
"devDependencies": {
18-
"astro": "^5.5.2"
18+
"astro": "^5.5.3"
1919
},
2020
"peerDependencies": {
2121
"astro": "^4.0.0"

examples/minimal/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
"astro": "astro"
1111
},
1212
"dependencies": {
13-
"astro": "^5.5.2"
13+
"astro": "^5.5.3"
1414
}
1515
}

examples/portfolio/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
"astro": "astro"
1111
},
1212
"dependencies": {
13-
"astro": "^5.5.2"
13+
"astro": "^5.5.3"
1414
}
1515
}

examples/ssr/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"dependencies": {
1414
"@astrojs/node": "^9.1.3",
1515
"@astrojs/svelte": "^7.0.6",
16-
"astro": "^5.5.2",
16+
"astro": "^5.5.3",
1717
"svelte": "^5.22.6"
1818
}
1919
}

examples/starlog/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"astro": "astro"
1010
},
1111
"dependencies": {
12-
"astro": "^5.5.2",
12+
"astro": "^5.5.3",
1313
"sass": "^1.85.1",
1414
"sharp": "^0.33.3"
1515
}

examples/toolbar-app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
},
1717
"devDependencies": {
1818
"@types/node": "^18.17.8",
19-
"astro": "^5.5.2"
19+
"astro": "^5.5.3"
2020
}
2121
}

examples/with-markdoc/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"astro": "astro"
1111
},
1212
"dependencies": {
13-
"@astrojs/markdoc": "^0.13.0",
14-
"astro": "^5.5.2"
13+
"@astrojs/markdoc": "^0.13.1",
14+
"astro": "^5.5.3"
1515
}
1616
}

examples/with-mdx/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
"astro": "astro"
1111
},
1212
"dependencies": {
13-
"@astrojs/mdx": "^4.2.0",
13+
"@astrojs/mdx": "^4.2.1",
1414
"@astrojs/preact": "^4.0.5",
15-
"astro": "^5.5.2",
15+
"astro": "^5.5.3",
1616
"preact": "^10.26.4"
1717
}
1818
}

examples/with-nanostores/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"@astrojs/preact": "^4.0.5",
1414
"@nanostores/preact": "^0.5.2",
15-
"astro": "^5.5.2",
15+
"astro": "^5.5.3",
1616
"nanostores": "^0.11.4",
1717
"preact": "^10.26.4"
1818
}

examples/with-tailwindcss/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
"astro": "astro"
1111
},
1212
"dependencies": {
13-
"@astrojs/mdx": "^4.2.0",
13+
"@astrojs/mdx": "^4.2.1",
1414
"@tailwindcss/vite": "^4.0.12",
1515
"@types/canvas-confetti": "^1.9.0",
16-
"astro": "^5.5.2",
16+
"astro": "^5.5.3",
1717
"canvas-confetti": "^1.9.3",
1818
"tailwindcss": "^4.0.12"
1919
}

examples/with-vitest/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"test": "vitest"
1212
},
1313
"dependencies": {
14-
"astro": "^5.5.2",
14+
"astro": "^5.5.3",
1515
"vitest": "^3.0.8"
1616
}
1717
}

packages/astro/CHANGELOG.md

+38
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,43 @@
11
# astro
22

3+
## 5.5.3
4+
5+
### Patch Changes
6+
7+
- [#13448](https://github.com/withastro/astro/pull/13448) [`91c9503`](https://github.com/withastro/astro/commit/91c95034e0d0bd450170623fd8aab4b56b5b1366) Thanks [@ematipico](https://github.com/ematipico)! - Upgrade to shiki v3
8+
9+
- [#13448](https://github.com/withastro/astro/pull/13448) [`91c9503`](https://github.com/withastro/astro/commit/91c95034e0d0bd450170623fd8aab4b56b5b1366) Thanks [@ematipico](https://github.com/ematipico)! - Handle `server.allowedHosts` when the value is true without attempting to push it into an array.
10+
11+
- [#13448](https://github.com/withastro/astro/pull/13448) [`91c9503`](https://github.com/withastro/astro/commit/91c95034e0d0bd450170623fd8aab4b56b5b1366) Thanks [@ematipico](https://github.com/ematipico)! - Fixes a bug that caused some very large data stores to save incomplete data.
12+
13+
- [#13448](https://github.com/withastro/astro/pull/13448) [`91c9503`](https://github.com/withastro/astro/commit/91c95034e0d0bd450170623fd8aab4b56b5b1366) Thanks [@ematipico](https://github.com/ematipico)! - Adds a new function called `insertPageRoute` to the Astro Container API.
14+
15+
The new function is useful when testing routes that, for some business logic, use `Astro.rewrite`.
16+
17+
For example, if you have a route `/blog/post` and for some business decision there's a rewrite to `/generic-error`, the container API implementation will look like this:
18+
19+
```js
20+
import Post from '../src/pages/Post.astro';
21+
import GenericError from '../src/pages/GenericError.astro';
22+
import { experimental_AstroContainer as AstroContainer } from 'astro/container';
23+
24+
const container = await AstroContainer.create();
25+
container.insertPageRoute('/generic-error', GenericError);
26+
const result = await container.renderToString(Post);
27+
console.log(result); // this should print the response from GenericError.astro
28+
```
29+
30+
This new method only works for page routes, which means that endpoints aren't supported.
31+
32+
- [#13448](https://github.com/withastro/astro/pull/13448) [`91c9503`](https://github.com/withastro/astro/commit/91c95034e0d0bd450170623fd8aab4b56b5b1366) Thanks [@ematipico](https://github.com/ematipico)! - Fixes a bug that caused the `astro add` command to ignore the `--yes` flag for third-party integrations
33+
34+
- [#13448](https://github.com/withastro/astro/pull/13448) [`91c9503`](https://github.com/withastro/astro/commit/91c95034e0d0bd450170623fd8aab4b56b5b1366) Thanks [@ematipico](https://github.com/ematipico)! - Prevent bad value in x-forwarded-host from crashing request
35+
36+
- [#13448](https://github.com/withastro/astro/pull/13448) [`91c9503`](https://github.com/withastro/astro/commit/91c95034e0d0bd450170623fd8aab4b56b5b1366) Thanks [@ematipico](https://github.com/ematipico)! - Fix an issue in the Container API, where the `renderToString` function doesn't render adequately nested slots when they are components.
37+
38+
- Updated dependencies [[`91c9503`](https://github.com/withastro/astro/commit/91c95034e0d0bd450170623fd8aab4b56b5b1366)]:
39+
- @astrojs/[email protected]
40+
341
## 5.5.2
442

543
### Patch Changes

packages/astro/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "astro",
3-
"version": "5.5.2",
3+
"version": "5.5.3",
44
"description": "Astro is a modern site builder with web best practices, performance, and DX front-of-mind.",
55
"type": "module",
66
"author": "withastro",

packages/integrations/markdoc/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @astrojs/markdoc
22

3+
## 0.13.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`91c9503`](https://github.com/withastro/astro/commit/91c95034e0d0bd450170623fd8aab4b56b5b1366)]:
8+
- @astrojs/markdown-remark@6.3.1
9+
310
## 0.13.0
411

512
### Minor Changes

packages/integrations/markdoc/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@astrojs/markdoc",
33
"description": "Add support for Markdoc in your Astro site",
4-
"version": "0.13.0",
4+
"version": "0.13.1",
55
"type": "module",
66
"types": "./dist/index.d.ts",
77
"author": "withastro",

packages/integrations/mdx/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @astrojs/mdx
22

3+
## 4.2.1
4+
5+
### Patch Changes
6+
7+
- [#13448](https://github.com/withastro/astro/pull/13448) [`91c9503`](https://github.com/withastro/astro/commit/91c95034e0d0bd450170623fd8aab4b56b5b1366) Thanks [@ematipico](https://github.com/ematipico)! - Upgrade to shiki v3
8+
9+
- Updated dependencies [[`91c9503`](https://github.com/withastro/astro/commit/91c95034e0d0bd450170623fd8aab4b56b5b1366)]:
10+
- @astrojs/markdown-remark@6.3.1
11+
312
## 4.2.0
413

514
### Minor Changes

packages/integrations/mdx/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@astrojs/mdx",
33
"description": "Add support for MDX pages in your Astro site",
4-
"version": "4.2.0",
4+
"version": "4.2.1",
55
"type": "module",
66
"types": "./dist/index.d.ts",
77
"author": "withastro",

packages/integrations/sitemap/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @astrojs/sitemap
22

3+
## 3.3.0
4+
5+
### Minor Changes
6+
7+
- [#13448](https://github.com/withastro/astro/pull/13448) [`91c9503`](https://github.com/withastro/astro/commit/91c95034e0d0bd450170623fd8aab4b56b5b1366) Thanks [@ematipico](https://github.com/ematipico)! - Add support for XSL in sitemap-index.xml
8+
39
## 3.2.1
410

511
### Patch Changes

packages/integrations/sitemap/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@astrojs/sitemap",
33
"description": "Generate a sitemap for your Astro site",
4-
"version": "3.2.1",
4+
"version": "3.3.0",
55
"type": "module",
66
"types": "./dist/index.d.ts",
77
"author": "withastro",

0 commit comments

Comments
 (0)