0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-16 21:46:22 -05:00

[ci] release (#12617)

* [ci] release

* Update packages/astro/CHANGELOG.md

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
This commit is contained in:
Houston (Bot) 2024-12-05 05:26:19 -08:00 committed by GitHub
parent e216250146
commit a5b17359c1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
48 changed files with 109 additions and 136 deletions

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Fixes a bug where `astro info --copy` wasn't working correctly on `macOS` systems.

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Removes the misleading log message telling that a custom renderer is not recognized while it clearly is and works.

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Provides more information when logging a warning for accessing `Astro.request.headers` in prerendered pages

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Improves error message formatting for user config and content collection frontmatter

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Fixes a bug where URL search parameters weren't passed when using the i18n `fallback` feature.

View file

@ -1,5 +0,0 @@
---
'@astrojs/upgrade': patch
---
Fixes an issue where running `upgrade` in a directory without `astro` installed shows a false success message

View file

@ -1,5 +0,0 @@
---
'@astrojs/rss': patch
---
Sends the standard RSS content type response header, with UTF-8 charset

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Fixes an issue where the custom `assetFileNames` configuration caused assets to be incorrectly moved to the server directory instead of the client directory, resulting in 404 errors when accessed from the client side.

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Fixes an issue where SSR error pages would return duplicated custom headers.

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Fixes an issue where the `experimental.svg` had incorrect type, resulting in some errors in the editors.

View file

@ -1,5 +0,0 @@
---
'@astrojs/db': patch
---
Fixes a bug that caused an error to be logged about invalid entrypoints

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Fixes a bug where the class attribute was rendered twice on the image component

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Correctly handles images in content collections with uppercase file extensions

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Cleans up content layer sync during builds and programmatic `sync()` calls

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Fixes a bug that caused content collections to be returned empty when run in a test environment

View file

@ -1,9 +0,0 @@
---
'astro': patch
---
Fix use of cloned requests in middleware with clientAddress
When using `context.clientAddress` or `Astro.clientAddress` Astro looks up the address in a hidden property. Cloning a request can cause this hidden property to be lost.
The fix is to pass the address as an internal property instead, decoupling it from the request.

View file

@ -10,6 +10,6 @@
"astro": "astro"
},
"dependencies": {
"astro": "^5.0.2"
"astro": "^5.0.3"
}
}

View file

@ -11,8 +11,8 @@
},
"dependencies": {
"@astrojs/mdx": "^4.0.1",
"@astrojs/rss": "^4.0.9",
"@astrojs/rss": "^4.0.10",
"@astrojs/sitemap": "^3.2.1",
"astro": "^5.0.2"
"astro": "^5.0.3"
}
}

View file

@ -15,7 +15,7 @@
],
"scripts": {},
"devDependencies": {
"astro": "^5.0.2"
"astro": "^5.0.3"
},
"peerDependencies": {
"astro": "^4.0.0 || ^5.0.0"

View file

@ -12,7 +12,7 @@
},
"dependencies": {
"@astrojs/react": "^4.0.0",
"astro": "^5.0.2",
"astro": "^5.0.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"vitest": "^2.1.6"

View file

@ -13,6 +13,6 @@
"@astrojs/alpinejs": "^0.4.0",
"@types/alpinejs": "^3.13.10",
"alpinejs": "^3.14.3",
"astro": "^5.0.2"
"astro": "^5.0.3"
}
}

View file

@ -17,7 +17,7 @@
"@astrojs/vue": "^5.0.1",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"astro": "^5.0.2",
"astro": "^5.0.3",
"preact": "^10.24.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",

View file

@ -12,7 +12,7 @@
"dependencies": {
"@astrojs/preact": "^4.0.0",
"@preact/signals": "^1.3.0",
"astro": "^5.0.2",
"astro": "^5.0.3",
"preact": "^10.24.3"
}
}

View file

@ -13,7 +13,7 @@
"@astrojs/react": "^4.0.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"astro": "^5.0.2",
"astro": "^5.0.3",
"react": "^18.3.1",
"react-dom": "^18.3.1"
}

View file

@ -11,7 +11,7 @@
},
"dependencies": {
"@astrojs/solid-js": "^5.0.0",
"astro": "^5.0.2",
"astro": "^5.0.3",
"solid-js": "^1.9.3"
}
}

View file

@ -11,7 +11,7 @@
},
"dependencies": {
"@astrojs/svelte": "^7.0.1",
"astro": "^5.0.2",
"astro": "^5.0.3",
"svelte": "^5.1.16"
}
}

View file

@ -11,7 +11,7 @@
},
"dependencies": {
"@astrojs/vue": "^5.0.1",
"astro": "^5.0.2",
"astro": "^5.0.3",
"vue": "^3.5.12"
}
}

View file

@ -11,6 +11,6 @@
},
"dependencies": {
"@astrojs/node": "^9.0.0",
"astro": "^5.0.2"
"astro": "^5.0.3"
}
}

View file

@ -15,7 +15,7 @@
],
"scripts": {},
"devDependencies": {
"astro": "^5.0.2"
"astro": "^5.0.3"
},
"peerDependencies": {
"astro": "^4.0.0"

View file

@ -10,6 +10,6 @@
"astro": "astro"
},
"dependencies": {
"astro": "^5.0.2"
"astro": "^5.0.3"
}
}

View file

@ -10,6 +10,6 @@
"astro": "astro"
},
"dependencies": {
"astro": "^5.0.2"
"astro": "^5.0.3"
}
}

View file

@ -13,7 +13,7 @@
"dependencies": {
"@astrojs/node": "^9.0.0",
"@astrojs/svelte": "^7.0.1",
"astro": "^5.0.2",
"astro": "^5.0.3",
"svelte": "^5.1.16"
}
}

View file

@ -9,7 +9,7 @@
"astro": "astro"
},
"dependencies": {
"astro": "^5.0.2",
"astro": "^5.0.3",
"sass": "^1.80.6",
"sharp": "^0.33.3"
}

View file

@ -15,6 +15,6 @@
"./app": "./dist/app.js"
},
"devDependencies": {
"astro": "^5.0.2"
"astro": "^5.0.3"
}
}

View file

@ -11,6 +11,6 @@
},
"dependencies": {
"@astrojs/markdoc": "^0.12.1",
"astro": "^5.0.2"
"astro": "^5.0.3"
}
}

View file

@ -12,7 +12,7 @@
"dependencies": {
"@astrojs/mdx": "^4.0.1",
"@astrojs/preact": "^4.0.0",
"astro": "^5.0.2",
"astro": "^5.0.3",
"preact": "^10.24.3"
}
}

View file

@ -12,7 +12,7 @@
"dependencies": {
"@astrojs/preact": "^4.0.0",
"@nanostores/preact": "^0.5.2",
"astro": "^5.0.2",
"astro": "^5.0.3",
"nanostores": "^0.11.3",
"preact": "^10.24.3"
}

View file

@ -13,7 +13,7 @@
"@astrojs/mdx": "^4.0.1",
"@astrojs/tailwind": "^5.1.3",
"@types/canvas-confetti": "^1.6.4",
"astro": "^5.0.2",
"astro": "^5.0.3",
"autoprefixer": "^10.4.20",
"canvas-confetti": "^1.9.3",
"postcss": "^8.4.49",

View file

@ -11,7 +11,7 @@
"test": "vitest"
},
"dependencies": {
"astro": "^5.0.2",
"astro": "^5.0.3",
"vitest": "^2.1.6"
}
}

View file

@ -1,5 +1,11 @@
# @astrojs/rss
## 4.0.10
### Patch Changes
- [#12644](https://github.com/withastro/astro/pull/12644) [`5b9b618`](https://github.com/withastro/astro/commit/5b9b6181839d8ae0ad0a0d475257b7e09f748950) Thanks [@kunyan](https://github.com/kunyan)! - Sends the standard RSS content type response header, with UTF-8 charset
## 4.0.9
### Patch Changes

View file

@ -1,7 +1,7 @@
{
"name": "@astrojs/rss",
"description": "Add RSS feeds to your Astro projects",
"version": "4.0.9",
"version": "4.0.10",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",

View file

@ -1,5 +1,41 @@
# astro
## 5.0.3
### Patch Changes
- [#12645](https://github.com/withastro/astro/pull/12645) [`8704c54`](https://github.com/withastro/astro/commit/8704c5439ccaa4bdcebdebb725f297cdf8d48a5d) Thanks [@sarah11918](https://github.com/sarah11918)! - Updates some reference links in error messages for new v5 docs.
- [#12641](https://github.com/withastro/astro/pull/12641) [`48ca399`](https://github.com/withastro/astro/commit/48ca3997888e960c6aaec633ab21160540656656) Thanks [@ascorbic](https://github.com/ascorbic)! - Fixes a bug where `astro info --copy` wasn't working correctly on `macOS` systems.
- [#12461](https://github.com/withastro/astro/pull/12461) [`62939ad`](https://github.com/withastro/astro/commit/62939add0b04b05b64f9b88d85fa5b0d34aae2d4) Thanks [@kyr0](https://github.com/kyr0)! - Removes the misleading log message telling that a custom renderer is not recognized while it clearly is and works.
- [#12642](https://github.com/withastro/astro/pull/12642) [`ff18b9c`](https://github.com/withastro/astro/commit/ff18b9c18558dcfdae581cc1c603a9a53491c7c2) Thanks [@ematipico](https://github.com/ematipico)! - Provides more information when logging a warning for accessing `Astro.request.headers` in prerendered pages
- [#12634](https://github.com/withastro/astro/pull/12634) [`03958d9`](https://github.com/withastro/astro/commit/03958d939217e6acef25c0aa1af2de663b04c956) Thanks [@delucis](https://github.com/delucis)! - Improves error message formatting for user config and content collection frontmatter
- [#12547](https://github.com/withastro/astro/pull/12547) [`6b6e18d`](https://github.com/withastro/astro/commit/6b6e18d7a0f08342eced2a77ddb371810b030868) Thanks [@mtwilliams-code](https://github.com/mtwilliams-code)! - Fixes a bug where URL search parameters weren't passed when using the i18n `fallback` feature.
- [#12449](https://github.com/withastro/astro/pull/12449) [`e6b8017`](https://github.com/withastro/astro/commit/e6b80172391d5f9aa5b1de26a8694ba4a28a43f3) Thanks [@apatel369](https://github.com/apatel369)! - Fixes an issue where the custom `assetFileNames` configuration caused assets to be incorrectly moved to the server directory instead of the client directory, resulting in 404 errors when accessed from the client side.
- [#12518](https://github.com/withastro/astro/pull/12518) [`e216250`](https://github.com/withastro/astro/commit/e216250146fbff746efd542612ce9bae6db9601f) Thanks [@ematipico](https://github.com/ematipico)! - Fixes an issue where SSR error pages would return duplicated custom headers.
- [#12625](https://github.com/withastro/astro/pull/12625) [`74bfad0`](https://github.com/withastro/astro/commit/74bfad07afe70fec40de4db3d32a87af306406db) Thanks [@ematipico](https://github.com/ematipico)! - Fixes an issue where the `experimental.svg` had incorrect type, resulting in some errors in the editors.
- [#12631](https://github.com/withastro/astro/pull/12631) [`dec0305`](https://github.com/withastro/astro/commit/dec0305b7577b431637a129e19fbbe6a28469587) Thanks [@ascorbic](https://github.com/ascorbic)! - Fixes a bug where the class attribute was rendered twice on the image component
- [#12623](https://github.com/withastro/astro/pull/12623) [`0e4fecb`](https://github.com/withastro/astro/commit/0e4fecbb135915a503b9ea2c12e57cf27cf07be8) Thanks [@ascorbic](https://github.com/ascorbic)! - Correctly handles images in content collections with uppercase file extensions
- [#12633](https://github.com/withastro/astro/pull/12633) [`8a551c1`](https://github.com/withastro/astro/commit/8a551c1272a22ab7c3fb836d6685a0eb38c33071) Thanks [@bluwy](https://github.com/bluwy)! - Cleans up content layer sync during builds and programmatic `sync()` calls
- [#12640](https://github.com/withastro/astro/pull/12640) [`22e405a`](https://github.com/withastro/astro/commit/22e405a04491aba47a7f172e7b0ee103fe5babe5) Thanks [@ascorbic](https://github.com/ascorbic)! - Fixes a bug that caused content collections to be returned empty when run in a test environment
- [#12613](https://github.com/withastro/astro/pull/12613) [`306c9f9`](https://github.com/withastro/astro/commit/306c9f9a9ae08d194ca2a066ab71cde02eeb0874) Thanks [@matthewp](https://github.com/matthewp)! - Fix use of cloned requests in middleware with clientAddress
When using `context.clientAddress` or `Astro.clientAddress` Astro looks up the address in a hidden property. Cloning a request can cause this hidden property to be lost.
The fix is to pass the address as an internal property instead, decoupling it from the request.
## 5.0.2
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "astro",
"version": "5.0.2",
"version": "5.0.3",
"description": "Astro is a modern site builder with web best practices, performance, and DX front-of-mind.",
"type": "module",
"author": "withastro",

View file

@ -1,5 +1,14 @@
# @astrojs/db
## 0.14.1
### Patch Changes
- [#12628](https://github.com/withastro/astro/pull/12628) [`348c71e`](https://github.com/withastro/astro/commit/348c71ecdc7e2a7afb169c2251692416d5e59fcb) Thanks [@ascorbic](https://github.com/ascorbic)! - Fixes a bug that caused an error to be logged about invalid entrypoints
- Updated dependencies []:
- @astrojs/studio@0.1.2
## 0.14.0
### Minor Changes

View file

@ -1,6 +1,6 @@
{
"name": "@astrojs/db",
"version": "0.14.0",
"version": "0.14.1",
"description": "Add libSQL and Astro Studio support to your Astro site",
"license": "MIT",
"repository": {

View file

@ -1,5 +1,11 @@
# @astrojs/upgrade
## 0.4.1
### Patch Changes
- [#12576](https://github.com/withastro/astro/pull/12576) [`19b3ac0`](https://github.com/withastro/astro/commit/19b3ac0036cc6f27da887d19b16d804c6f0b8124) Thanks [@apatel369](https://github.com/apatel369)! - Fixes an issue where running `upgrade` in a directory without `astro` installed shows a false success message
## 0.4.0
### Minor Changes

View file

@ -1,6 +1,6 @@
{
"name": "@astrojs/upgrade",
"version": "0.4.0",
"version": "0.4.1",
"type": "module",
"author": "withastro",
"license": "MIT",

View file

@ -142,7 +142,7 @@ importers:
examples/basics:
dependencies:
astro:
specifier: ^5.0.2
specifier: ^5.0.3
version: link:../../packages/astro
examples/blog:
@ -151,19 +151,19 @@ importers:
specifier: ^4.0.1
version: link:../../packages/integrations/mdx
'@astrojs/rss':
specifier: ^4.0.9
specifier: ^4.0.10
version: link:../../packages/astro-rss
'@astrojs/sitemap':
specifier: ^3.2.1
version: link:../../packages/integrations/sitemap
astro:
specifier: ^5.0.2
specifier: ^5.0.3
version: link:../../packages/astro
examples/component:
devDependencies:
astro:
specifier: ^5.0.2
specifier: ^5.0.3
version: link:../../packages/astro
examples/container-with-vitest:
@ -172,7 +172,7 @@ importers:
specifier: ^4.0.0
version: link:../../packages/integrations/react
astro:
specifier: ^5.0.2
specifier: ^5.0.3
version: link:../../packages/astro
react:
specifier: ^18.3.1
@ -203,7 +203,7 @@ importers:
specifier: ^3.14.3
version: 3.14.3
astro:
specifier: ^5.0.2
specifier: ^5.0.3
version: link:../../packages/astro
examples/framework-multiple:
@ -230,7 +230,7 @@ importers:
specifier: ^18.3.1
version: 18.3.1
astro:
specifier: ^5.0.2
specifier: ^5.0.3
version: link:../../packages/astro
preact:
specifier: ^10.24.3
@ -260,7 +260,7 @@ importers:
specifier: ^1.3.0
version: 1.3.0(preact@10.24.3)
astro:
specifier: ^5.0.2
specifier: ^5.0.3
version: link:../../packages/astro
preact:
specifier: ^10.24.3
@ -278,7 +278,7 @@ importers:
specifier: ^18.3.1
version: 18.3.1
astro:
specifier: ^5.0.2
specifier: ^5.0.3
version: link:../../packages/astro
react:
specifier: ^18.3.1
@ -293,7 +293,7 @@ importers:
specifier: ^5.0.0
version: link:../../packages/integrations/solid
astro:
specifier: ^5.0.2
specifier: ^5.0.3
version: link:../../packages/astro
solid-js:
specifier: ^1.9.3
@ -305,7 +305,7 @@ importers:
specifier: ^7.0.1
version: link:../../packages/integrations/svelte
astro:
specifier: ^5.0.2
specifier: ^5.0.3
version: link:../../packages/astro
svelte:
specifier: ^5.1.16
@ -317,7 +317,7 @@ importers:
specifier: ^5.0.1
version: link:../../packages/integrations/vue
astro:
specifier: ^5.0.2
specifier: ^5.0.3
version: link:../../packages/astro
vue:
specifier: ^3.5.12
@ -329,25 +329,25 @@ importers:
specifier: ^9.0.0
version: 9.0.0(astro@packages+astro)
astro:
specifier: ^5.0.2
specifier: ^5.0.3
version: link:../../packages/astro
examples/integration:
devDependencies:
astro:
specifier: ^5.0.2
specifier: ^5.0.3
version: link:../../packages/astro
examples/minimal:
dependencies:
astro:
specifier: ^5.0.2
specifier: ^5.0.3
version: link:../../packages/astro
examples/portfolio:
dependencies:
astro:
specifier: ^5.0.2
specifier: ^5.0.3
version: link:../../packages/astro
examples/ssr:
@ -359,7 +359,7 @@ importers:
specifier: ^7.0.1
version: link:../../packages/integrations/svelte
astro:
specifier: ^5.0.2
specifier: ^5.0.3
version: link:../../packages/astro
svelte:
specifier: ^5.1.16
@ -368,7 +368,7 @@ importers:
examples/starlog:
dependencies:
astro:
specifier: ^5.0.2
specifier: ^5.0.3
version: link:../../packages/astro
sass:
specifier: ^1.80.6
@ -380,7 +380,7 @@ importers:
examples/toolbar-app:
devDependencies:
astro:
specifier: ^5.0.2
specifier: ^5.0.3
version: link:../../packages/astro
examples/with-markdoc:
@ -389,7 +389,7 @@ importers:
specifier: ^0.12.1
version: link:../../packages/integrations/markdoc
astro:
specifier: ^5.0.2
specifier: ^5.0.3
version: link:../../packages/astro
examples/with-mdx:
@ -401,7 +401,7 @@ importers:
specifier: ^4.0.0
version: link:../../packages/integrations/preact
astro:
specifier: ^5.0.2
specifier: ^5.0.3
version: link:../../packages/astro
preact:
specifier: ^10.24.3
@ -416,7 +416,7 @@ importers:
specifier: ^0.5.2
version: 0.5.2(nanostores@0.11.3)(preact@10.24.3)
astro:
specifier: ^5.0.2
specifier: ^5.0.3
version: link:../../packages/astro
nanostores:
specifier: ^0.11.3
@ -437,7 +437,7 @@ importers:
specifier: ^1.6.4
version: 1.6.4
astro:
specifier: ^5.0.2
specifier: ^5.0.3
version: link:../../packages/astro
autoprefixer:
specifier: ^10.4.20
@ -455,7 +455,7 @@ importers:
examples/with-vitest:
dependencies:
astro:
specifier: ^5.0.2
specifier: ^5.0.3
version: link:../../packages/astro
vitest:
specifier: ^2.1.6