Skip to content

Commit 5a34a70

Browse files
[ci] release (beta)
1 parent 1ec852e commit 5a34a70

File tree

30 files changed

+92
-68
lines changed

30 files changed

+92
-68
lines changed

.changeset/pre.json

+4
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
"blue-socks-doubt",
3838
"brave-elephants-fly",
3939
"breezy-colts-promise",
40+
"bright-keys-sell",
4041
"brown-bulldogs-share",
4142
"chatty-teachers-sit",
4243
"chilly-terms-know",
@@ -102,12 +103,14 @@
102103
"proud-terms-swim",
103104
"quick-ads-exercise",
104105
"quick-onions-leave",
106+
"red-paws-juggle",
105107
"rotten-dodos-judge",
106108
"rotten-phones-scream",
107109
"selfish-cats-crash",
108110
"selfish-impalas-grin",
109111
"sharp-worms-sniff",
110112
"sixty-coins-worry",
113+
"sixty-fishes-flow",
111114
"sixty-oranges-walk",
112115
"slimy-mice-dance",
113116
"slimy-queens-hang",
@@ -129,6 +132,7 @@
129132
"twelve-comics-march",
130133
"twenty-cobras-push",
131134
"unlucky-bobcats-sit",
135+
"unlucky-kids-compete",
132136
"violet-goats-grab",
133137
"wet-foxes-walk",
134138
"wise-carrots-float"

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.0.0-beta.10"
13+
"astro": "^5.0.0-beta.11"
1414
}
1515
}

examples/blog/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
"@astrojs/mdx": "^4.0.0-beta.3",
1414
"@astrojs/rss": "^4.0.9",
1515
"@astrojs/sitemap": "^3.2.1",
16-
"astro": "^5.0.0-beta.10"
16+
"astro": "^5.0.0-beta.11"
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.0.0-beta.10"
18+
"astro": "^5.0.0-beta.11"
1919
},
2020
"peerDependencies": {
2121
"astro": "^4.0.0 || ^5.0.0"

examples/container-with-vitest/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"test": "vitest run"
1212
},
1313
"dependencies": {
14-
"astro": "^5.0.0-beta.10",
15-
"@astrojs/react": "^3.6.3-beta.0",
14+
"astro": "^5.0.0-beta.11",
15+
"@astrojs/react": "^3.7.0-beta.1",
1616
"react": "^18.3.1",
1717
"react-dom": "^18.3.1",
1818
"vitest": "^2.1.4"

examples/framework-alpine/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
"@astrojs/alpinejs": "^0.4.0",
1414
"@types/alpinejs": "^3.13.10",
1515
"alpinejs": "^3.14.3",
16-
"astro": "^5.0.0-beta.10"
16+
"astro": "^5.0.0-beta.11"
1717
}
1818
}

examples/framework-multiple/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
},
1212
"dependencies": {
1313
"@astrojs/preact": "^3.5.4-beta.0",
14-
"@astrojs/react": "^3.6.3-beta.0",
14+
"@astrojs/react": "^3.7.0-beta.1",
1515
"@astrojs/solid-js": "^4.4.4-beta.0",
1616
"@astrojs/svelte": "^6.0.2-beta.0",
1717
"@astrojs/vue": "^5.0.0-beta.2",
1818
"@types/react": "^18.3.12",
1919
"@types/react-dom": "^18.3.1",
20-
"astro": "^5.0.0-beta.10",
20+
"astro": "^5.0.0-beta.11",
2121
"preact": "^10.24.3",
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": "^3.5.4-beta.0",
1414
"@preact/signals": "^1.3.0",
15-
"astro": "^5.0.0-beta.10",
15+
"astro": "^5.0.0-beta.11",
1616
"preact": "^10.24.3"
1717
}
1818
}

examples/framework-react/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
"astro": "astro"
1111
},
1212
"dependencies": {
13-
"@astrojs/react": "^3.6.3-beta.0",
13+
"@astrojs/react": "^3.7.0-beta.1",
1414
"@types/react": "^18.3.12",
1515
"@types/react-dom": "^18.3.1",
16-
"astro": "^5.0.0-beta.10",
16+
"astro": "^5.0.0-beta.11",
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": "^4.4.4-beta.0",
14-
"astro": "^5.0.0-beta.10",
14+
"astro": "^5.0.0-beta.11",
1515
"solid-js": "^1.9.3"
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": "^6.0.2-beta.0",
14-
"astro": "^5.0.0-beta.10",
14+
"astro": "^5.0.0-beta.11",
1515
"svelte": "^5.1.16"
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.0-beta.2",
14-
"astro": "^5.0.0-beta.10",
14+
"astro": "^5.0.0-beta.11",
1515
"vue": "^3.5.12"
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.0.0-alpha.1",
14-
"astro": "^5.0.0-beta.10"
14+
"astro": "^5.0.0-beta.11"
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.0.0-beta.10"
18+
"astro": "^5.0.0-beta.11"
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.0.0-beta.10"
13+
"astro": "^5.0.0-beta.11"
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.0.0-beta.10"
13+
"astro": "^5.0.0-beta.11"
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.0.0-alpha.1",
1515
"@astrojs/svelte": "^6.0.2-beta.0",
16-
"astro": "^5.0.0-beta.10",
16+
"astro": "^5.0.0-beta.11",
1717
"svelte": "^5.1.16"
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.0.0-beta.10",
12+
"astro": "^5.0.0-beta.11",
1313
"sass": "^1.80.6",
1414
"sharp": "^0.33.3"
1515
}

examples/toolbar-app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
"./app": "./dist/app.js"
1616
},
1717
"devDependencies": {
18-
"astro": "^5.0.0-beta.10"
18+
"astro": "^5.0.0-beta.11"
1919
}
2020
}

examples/with-markdoc/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
},
1212
"dependencies": {
1313
"@astrojs/markdoc": "^0.12.0-beta.0",
14-
"astro": "^5.0.0-beta.10"
14+
"astro": "^5.0.0-beta.11"
1515
}
1616
}

examples/with-mdx/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"@astrojs/mdx": "^4.0.0-beta.3",
1414
"@astrojs/preact": "^3.5.4-beta.0",
15-
"astro": "^5.0.0-beta.10",
15+
"astro": "^5.0.0-beta.11",
1616
"preact": "^10.24.3"
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": "^3.5.4-beta.0",
1414
"@nanostores/preact": "^0.5.2",
15-
"astro": "^5.0.0-beta.10",
15+
"astro": "^5.0.0-beta.11",
1616
"nanostores": "^0.11.3",
1717
"preact": "^10.24.3"
1818
}

examples/with-tailwindcss/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@astrojs/mdx": "^4.0.0-beta.3",
1414
"@astrojs/tailwind": "^5.1.2",
1515
"@types/canvas-confetti": "^1.6.4",
16-
"astro": "^5.0.0-beta.10",
16+
"astro": "^5.0.0-beta.11",
1717
"autoprefixer": "^10.4.20",
1818
"canvas-confetti": "^1.9.3",
1919
"postcss": "^8.4.47",

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.0.0-beta.10",
14+
"astro": "^5.0.0-beta.11",
1515
"vitest": "^2.1.4"
1616
}
1717
}

packages/astro/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# astro
22

3+
## 5.0.0-beta.11
4+
5+
### Minor Changes
6+
7+
- [#12510](https://github.com/withastro/astro/pull/12510) [`14feaf3`](https://github.com/withastro/astro/commit/14feaf30e1a4266b8422865722a4478d39202404) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Changes the generated URL query param from `_astroAction` to `_action` when submitting a form using Actions. This avoids leaking the framework name into the URL bar, which may be considered a security issue.
8+
9+
### Patch Changes
10+
11+
- [#12522](https://github.com/withastro/astro/pull/12522) [`33b0e30`](https://github.com/withastro/astro/commit/33b0e305fe4ecabc30ffa823454395c973f92454) Thanks [@ascorbic](https://github.com/ascorbic)! - Fixes a bug where content config was ignored if it was outside of content dir and has a parent dir with an underscore
12+
13+
- [#12511](https://github.com/withastro/astro/pull/12511) [`d023682`](https://github.com/withastro/astro/commit/d023682d6c6d8797f15f3c0f65893a4aa62e3b5b) Thanks [@stramel](https://github.com/stramel)! - Fix SVG Component sprite references
14+
15+
- [#12498](https://github.com/withastro/astro/pull/12498) [`b140a3f`](https://github.com/withastro/astro/commit/b140a3f6d821127f927b7cb938294549e41c5168) Thanks [@ematipico](https://github.com/ematipico)! - Fixes a regression where Astro was trying to access `Request.headers`
16+
317
## 5.0.0-beta.10
418

519
### 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.0.0-beta.10",
3+
"version": "5.0.0-beta.11",
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/astro/src/types/public/config.ts

+14-14
Original file line numberDiff line numberDiff line change
@@ -1668,7 +1668,7 @@ export interface ViteUserConfig extends OriginalViteUserConfig {
16681668
};
16691669

16701670
/**
1671-
*
1671+
*
16721672
* @kind heading
16731673
* @name Legacy Flags
16741674
* @description
@@ -1678,14 +1678,14 @@ export interface ViteUserConfig extends OriginalViteUserConfig {
16781678
*/
16791679
legacy?: {
16801680
/**
1681-
*
1681+
*
16821682
* @name legacy.collections
16831683
* @type {boolean}
16841684
* @default `false`
16851685
* @version 5.0.0
16861686
* @description
16871687
* Enable legacy behavior for content collections.
1688-
*
1688+
*
16891689
* ```js
16901690
* // astro.config.mjs
16911691
* import { defineConfig } from 'astro/config';
@@ -1697,21 +1697,21 @@ export interface ViteUserConfig extends OriginalViteUserConfig {
16971697
* ```
16981698
*
16991699
* If enabled, `data` and `content` collections (only) are handled using the legacy content collections implementation. Collections with a `loader` (only) will continue to use the Content Layer API instead. Both kinds of collections may exist in the same project, each using their respective implementations.
1700-
*
1700+
*
17011701
* The following limitations continue to exist:
17021702
*
17031703
* - Any legacy (`type: 'content'` or `type: 'data'`) collections must continue to be located in the `src/content/` directory.
17041704
* - These legacy collections will not be transformed to implicitly use the `glob()` loader, and will instead be handled by legacy code.
1705-
* - Collections using the Content Layer API (with a `loader` defined) are forbidden in `src/content/`, but may exist anywhere else in your project.
1705+
* - Collections using the Content Layer API (with a `loader` defined) are forbidden in `src/content/`, but may exist anywhere else in your project.
17061706
*
17071707
* When you are ready to remove this flag and migrate to the new Content Layer API for your legacy collections, you must define a collection for any directories in `src/content/` that you want to continue to use as a collection. It is sufficient to declare an empty collection, and Astro will implicitly generate an appropriate definition for your legacy collections:
1708-
*
1708+
*
17091709
* ```js
17101710
* // src/content.config.ts
17111711
* import { defineCollection, z } from 'astro:content';
1712-
*
1712+
*
17131713
* const blog = defineCollection({ })
1714-
*
1714+
*
17151715
* export const collections = { blog };
17161716
* ```
17171717
*
@@ -1720,7 +1720,7 @@ export interface ViteUserConfig extends OriginalViteUserConfig {
17201720
};
17211721

17221722
/**
1723-
*
1723+
*
17241724
* @kind heading
17251725
* @name Experimental Flags
17261726
* @description
@@ -1729,7 +1729,7 @@ export interface ViteUserConfig extends OriginalViteUserConfig {
17291729
*/
17301730
experimental?: {
17311731
/**
1732-
*
1732+
*
17331733
* @name experimental.clientPrerender
17341734
* @type {boolean}
17351735
* @default `false`
@@ -1765,7 +1765,7 @@ export interface ViteUserConfig extends OriginalViteUserConfig {
17651765
clientPrerender?: boolean;
17661766

17671767
/**
1768-
*
1768+
*
17691769
* @name experimental.contentIntellisense
17701770
* @type {boolean}
17711771
* @default `false`
@@ -1789,7 +1789,7 @@ export interface ViteUserConfig extends OriginalViteUserConfig {
17891789
contentIntellisense?: boolean;
17901790

17911791
/**
1792-
*
1792+
*
17931793
* @name experimental.responsiveImages
17941794
* @type {boolean}
17951795
* @default `undefined`
@@ -1907,7 +1907,7 @@ export interface ViteUserConfig extends OriginalViteUserConfig {
19071907
responsiveImages?: boolean;
19081908

19091909
/**
1910-
*
1910+
*
19111911
* @name experimental.svg
19121912
* @type {boolean|object}
19131913
* @default `undefined`
@@ -1942,7 +1942,7 @@ export interface ViteUserConfig extends OriginalViteUserConfig {
19421942
*/
19431943
svg?: {
19441944
/**
1945-
*
1945+
*
19461946
* @name experimental.svg.mode
19471947
* @type {string}
19481948
* @default 'inline'

packages/integrations/react/CHANGELOG.md

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

3+
## 3.7.0-beta.1
4+
5+
### Minor Changes
6+
7+
- [#12510](https://github.com/withastro/astro/pull/12510) [`14feaf3`](https://github.com/withastro/astro/commit/14feaf30e1a4266b8422865722a4478d39202404) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Changes the generated URL query param from `_astroAction` to `_action` when submitting a form using Actions. This avoids leaking the framework name into the URL bar, which may be considered a security issue.
8+
39
## 3.6.3
410

511
### Patch Changes

packages/integrations/react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@astrojs/react",
33
"description": "Use React components within Astro",
4-
"version": "3.6.3-beta.0",
4+
"version": "3.7.0-beta.1",
55
"type": "module",
66
"types": "./dist/index.d.ts",
77
"author": "withastro",

0 commit comments

Comments
 (0)