0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-03-31 23:31:30 -05:00

[ci] release (#13361)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Houston (Bot) 2025-03-11 02:23:12 -07:00 committed by GitHub
parent 6d1c63fa46
commit 10fae31ac1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
54 changed files with 167 additions and 117 deletions

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Adds the `types` property to the viewTransition object when the ClientRouter simulates parts of the View Transition API on browsers w/o native support.

View file

@ -1,5 +0,0 @@
---
'@astrojs/svelte': patch
---
Fixes a case where `$props.id()` would not be unique across multiple islands

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Adds documentation to various utility functions used for remote image services

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Updates internal CSS chunking behavior for Astro components' scoped styles. This may result in slightly more CSS chunks created, but should allow the scoped styles to only be included on pages that use them.

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Fixes a bug where `astro:config/server` and `astro:config/client` had incorrect types.

View file

@ -1,6 +0,0 @@
---
'@astrojs/internal-helpers': patch
'astro': patch
---
Adds documentation to the assets utilities for remote service images.

View file

@ -1,6 +0,0 @@
---
'@astrojs/upgrade': patch
'astro': patch
---
Uses `package-manager-detector` to detect the package manager used in the project

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Fixes an issue where the internal function `makeSvgComponent` was incorrectly exposed as a public API.

View file

@ -10,6 +10,6 @@
"astro": "astro"
},
"dependencies": {
"astro": "^5.4.2"
"astro": "^5.4.3"
}
}

View file

@ -10,9 +10,9 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^4.1.0",
"@astrojs/mdx": "^4.1.1",
"@astrojs/rss": "^4.0.11",
"@astrojs/sitemap": "^3.2.1",
"astro": "^5.4.2"
"astro": "^5.4.3"
}
}

View file

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

View file

@ -12,7 +12,7 @@
},
"dependencies": {
"@astrojs/react": "^4.2.1",
"astro": "^5.4.2",
"astro": "^5.4.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"vitest": "^3.0.7"

View file

@ -13,6 +13,6 @@
"@astrojs/alpinejs": "^0.4.3",
"@types/alpinejs": "^3.13.11",
"alpinejs": "^3.14.8",
"astro": "^5.4.2"
"astro": "^5.4.3"
}
}

View file

@ -13,11 +13,11 @@
"@astrojs/preact": "^4.0.5",
"@astrojs/react": "^4.2.1",
"@astrojs/solid-js": "^5.0.5",
"@astrojs/svelte": "^7.0.5",
"@astrojs/svelte": "^7.0.6",
"@astrojs/vue": "^5.0.7",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"astro": "^5.4.2",
"astro": "^5.4.3",
"preact": "^10.26.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",

View file

@ -12,7 +12,7 @@
"dependencies": {
"@astrojs/preact": "^4.0.5",
"@preact/signals": "^2.0.1",
"astro": "^5.4.2",
"astro": "^5.4.3",
"preact": "^10.26.4"
}
}

View file

@ -13,7 +13,7 @@
"@astrojs/react": "^4.2.1",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"astro": "^5.4.2",
"astro": "^5.4.3",
"react": "^18.3.1",
"react-dom": "^18.3.1"
}

View file

@ -11,7 +11,7 @@
},
"dependencies": {
"@astrojs/solid-js": "^5.0.5",
"astro": "^5.4.2",
"astro": "^5.4.3",
"solid-js": "^1.9.5"
}
}

View file

@ -10,8 +10,8 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/svelte": "^7.0.5",
"astro": "^5.4.2",
"@astrojs/svelte": "^7.0.6",
"astro": "^5.4.3",
"svelte": "^5.21.0"
}
}

View file

@ -11,7 +11,7 @@
},
"dependencies": {
"@astrojs/vue": "^5.0.7",
"astro": "^5.4.2",
"astro": "^5.4.3",
"vue": "^3.5.13"
}
}

View file

@ -10,7 +10,7 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/node": "^9.1.2",
"astro": "^5.4.2"
"@astrojs/node": "^9.1.3",
"astro": "^5.4.3"
}
}

View file

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

View file

@ -10,6 +10,6 @@
"astro": "astro"
},
"dependencies": {
"astro": "^5.4.2"
"astro": "^5.4.3"
}
}

View file

@ -10,6 +10,6 @@
"astro": "astro"
},
"dependencies": {
"astro": "^5.4.2"
"astro": "^5.4.3"
}
}

View file

@ -11,9 +11,9 @@
"server": "node dist/server/entry.mjs"
},
"dependencies": {
"@astrojs/node": "^9.1.2",
"@astrojs/svelte": "^7.0.5",
"astro": "^5.4.2",
"@astrojs/node": "^9.1.3",
"@astrojs/svelte": "^7.0.6",
"astro": "^5.4.3",
"svelte": "^5.21.0"
}
}

View file

@ -9,7 +9,7 @@
"astro": "astro"
},
"dependencies": {
"astro": "^5.4.2",
"astro": "^5.4.3",
"sass": "^1.85.1",
"sharp": "^0.33.3"
}

View file

@ -16,6 +16,6 @@
},
"devDependencies": {
"@types/node": "^18.17.8",
"astro": "^5.4.2"
"astro": "^5.4.3"
}
}

View file

@ -10,7 +10,7 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/markdoc": "^0.12.10",
"astro": "^5.4.2"
"@astrojs/markdoc": "^0.12.11",
"astro": "^5.4.3"
}
}

View file

@ -10,9 +10,9 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^4.1.0",
"@astrojs/mdx": "^4.1.1",
"@astrojs/preact": "^4.0.5",
"astro": "^5.4.2",
"astro": "^5.4.3",
"preact": "^10.26.4"
}
}

View file

@ -12,7 +12,7 @@
"dependencies": {
"@astrojs/preact": "^4.0.5",
"@nanostores/preact": "^0.5.2",
"astro": "^5.4.2",
"astro": "^5.4.3",
"nanostores": "^0.11.4",
"preact": "^10.26.4"
}

View file

@ -10,10 +10,10 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^4.1.0",
"@astrojs/mdx": "^4.1.1",
"@tailwindcss/vite": "^4.0.9",
"@types/canvas-confetti": "^1.9.0",
"astro": "^5.4.2",
"astro": "^5.4.3",
"canvas-confetti": "^1.9.3",
"tailwindcss": "^4.0.9"
}

View file

@ -11,7 +11,7 @@
"test": "vitest"
},
"dependencies": {
"astro": "^5.4.2",
"astro": "^5.4.3",
"vitest": "^3.0.7"
}
}

View file

@ -1,5 +1,27 @@
# astro
## 5.4.3
### Patch Changes
- [#13381](https://github.com/withastro/astro/pull/13381) [`249d52a`](https://github.com/withastro/astro/commit/249d52a3ff17f792c451ea0e42b97a209667290c) Thanks [@martrapp](https://github.com/martrapp)! - Adds the `types` property to the viewTransition object when the ClientRouter simulates parts of the View Transition API on browsers w/o native support.
- [#13367](https://github.com/withastro/astro/pull/13367) [`3ce4ad9`](https://github.com/withastro/astro/commit/3ce4ad965f576f2f4c53b5f2b876d449ed60c023) Thanks [@ematipico](https://github.com/ematipico)! - Adds documentation to various utility functions used for remote image services
- [#13347](https://github.com/withastro/astro/pull/13347) [`d83f92a`](https://github.com/withastro/astro/commit/d83f92a20403ffc8d088cfd13d2806e0f4f1a11e) Thanks [@bluwy](https://github.com/bluwy)! - Updates internal CSS chunking behavior for Astro components' scoped styles. This may result in slightly more CSS chunks created, but should allow the scoped styles to only be included on pages that use them.
- [#13388](https://github.com/withastro/astro/pull/13388) [`afadc70`](https://github.com/withastro/astro/commit/afadc702d7d928e7b650d3c071cca3d21e14333f) Thanks [@ematipico](https://github.com/ematipico)! - Fixes a bug where `astro:config/server` and `astro:config/client` had incorrect types.
- [#13355](https://github.com/withastro/astro/pull/13355) [`042d1de`](https://github.com/withastro/astro/commit/042d1de901fd9aa66157ce078b28bcd9786e1373) Thanks [@ematipico](https://github.com/ematipico)! - Adds documentation to the assets utilities for remote service images.
- [#13395](https://github.com/withastro/astro/pull/13395) [`6d1c63f`](https://github.com/withastro/astro/commit/6d1c63fa46a624b1c4981d4324ebabf37cc2b958) Thanks [@bluwy](https://github.com/bluwy)! - Uses `package-manager-detector` to detect the package manager used in the project
- [#13363](https://github.com/withastro/astro/pull/13363) [`a793636`](https://github.com/withastro/astro/commit/a793636928d0014a7faa4431afdfb9404e9ea819) Thanks [@ematipico](https://github.com/ematipico)! - Fixes an issue where the internal function `makeSvgComponent` was incorrectly exposed as a public API.
- Updated dependencies [[`042d1de`](https://github.com/withastro/astro/commit/042d1de901fd9aa66157ce078b28bcd9786e1373)]:
- @astrojs/internal-helpers@0.6.1
- @astrojs/markdown-remark@6.2.1
## 5.4.2
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "astro",
"version": "5.4.2",
"version": "5.4.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,13 @@
# @astrojs/cloudflare
## 12.2.4
### Patch Changes
- Updated dependencies [[`042d1de`](https://github.com/withastro/astro/commit/042d1de901fd9aa66157ce078b28bcd9786e1373)]:
- @astrojs/internal-helpers@0.6.1
- @astrojs/underscore-redirects@0.6.0
## 12.2.3
### Patch Changes

View file

@ -1,7 +1,7 @@
{
"name": "@astrojs/cloudflare",
"description": "Deploy your site to Cloudflare Workers/Pages",
"version": "12.2.3",
"version": "12.2.4",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",

View file

@ -1,5 +1,13 @@
# @astrojs/markdoc
## 0.12.11
### Patch Changes
- Updated dependencies [[`042d1de`](https://github.com/withastro/astro/commit/042d1de901fd9aa66157ce078b28bcd9786e1373)]:
- @astrojs/internal-helpers@0.6.1
- @astrojs/markdown-remark@6.2.1
## 0.12.10
### Patch Changes

View file

@ -1,7 +1,7 @@
{
"name": "@astrojs/markdoc",
"description": "Add support for Markdoc in your Astro site",
"version": "0.12.10",
"version": "0.12.11",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",

View file

@ -1,5 +1,12 @@
# @astrojs/mdx
## 4.1.1
### Patch Changes
- Updated dependencies []:
- @astrojs/markdown-remark@6.2.1
## 4.1.0
### Minor Changes

View file

@ -1,7 +1,7 @@
{
"name": "@astrojs/mdx",
"description": "Add support for MDX pages in your Astro site",
"version": "4.1.0",
"version": "4.1.1",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",

View file

@ -1,5 +1,13 @@
# @astrojs/netlify
## 6.2.3
### Patch Changes
- Updated dependencies [[`042d1de`](https://github.com/withastro/astro/commit/042d1de901fd9aa66157ce078b28bcd9786e1373)]:
- @astrojs/internal-helpers@0.6.1
- @astrojs/underscore-redirects@0.6.0
## 6.2.2
### Patch Changes

View file

@ -1,7 +1,7 @@
{
"name": "@astrojs/netlify",
"description": "Deploy your site to Netlify",
"version": "6.2.2",
"version": "6.2.3",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",

View file

@ -1,5 +1,12 @@
# @astrojs/node
## 9.1.3
### Patch Changes
- Updated dependencies [[`042d1de`](https://github.com/withastro/astro/commit/042d1de901fd9aa66157ce078b28bcd9786e1373)]:
- @astrojs/internal-helpers@0.6.1
## 9.1.2
### Patch Changes

View file

@ -1,7 +1,7 @@
{
"name": "@astrojs/node",
"description": "Deploy your site to a Node.js server",
"version": "9.1.2",
"version": "9.1.3",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",

View file

@ -1,5 +1,11 @@
# @astrojs/svelte
## 7.0.6
### Patch Changes
- [#13339](https://github.com/withastro/astro/pull/13339) [`a05e6ab`](https://github.com/withastro/astro/commit/a05e6ab7203e4f0eea6333699b6b7aec9f01752a) Thanks [@Hugos68](https://github.com/Hugos68)! - Fixes a case where `$props.id()` would not be unique across multiple islands
## 7.0.5
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@astrojs/svelte",
"version": "7.0.5",
"version": "7.0.6",
"description": "Use Svelte components within Astro",
"type": "module",
"types": "./dist/index.d.ts",

View file

@ -1,5 +1,12 @@
# @astrojs/vercel
## 8.1.2
### Patch Changes
- Updated dependencies [[`042d1de`](https://github.com/withastro/astro/commit/042d1de901fd9aa66157ce078b28bcd9786e1373)]:
- @astrojs/internal-helpers@0.6.1
## 8.1.1
### Patch Changes

View file

@ -1,7 +1,7 @@
{
"name": "@astrojs/vercel",
"description": "Deploy your site to Vercel",
"version": "8.1.1",
"version": "8.1.2",
"type": "module",
"author": "withastro",
"license": "MIT",

View file

@ -1,5 +1,11 @@
# @astrojs/internal-helpers
## 0.6.1
### Patch Changes
- [#13355](https://github.com/withastro/astro/pull/13355) [`042d1de`](https://github.com/withastro/astro/commit/042d1de901fd9aa66157ce078b28bcd9786e1373) Thanks [@ematipico](https://github.com/ematipico)! - Adds documentation to the assets utilities for remote service images.
## 0.6.0
### Minor Changes

View file

@ -1,7 +1,7 @@
{
"name": "@astrojs/internal-helpers",
"description": "Internal helpers used by core Astro packages.",
"version": "0.6.0",
"version": "0.6.1",
"type": "module",
"author": "withastro",
"license": "MIT",

View file

@ -1,5 +1,12 @@
# @astrojs/markdown-remark
## 6.2.1
### Patch Changes
- Updated dependencies [[`042d1de`](https://github.com/withastro/astro/commit/042d1de901fd9aa66157ce078b28bcd9786e1373)]:
- @astrojs/internal-helpers@0.6.1
## 6.2.0
### Minor Changes

View file

@ -1,6 +1,6 @@
{
"name": "@astrojs/markdown-remark",
"version": "6.2.0",
"version": "6.2.1",
"type": "module",
"author": "withastro",
"license": "MIT",

View file

@ -1,5 +1,11 @@
# @astrojs/upgrade
## 0.5.1
### Patch Changes
- [#13395](https://github.com/withastro/astro/pull/13395) [`6d1c63f`](https://github.com/withastro/astro/commit/6d1c63fa46a624b1c4981d4324ebabf37cc2b958) Thanks [@bluwy](https://github.com/bluwy)! - Uses `package-manager-detector` to detect the package manager used in the project
## 0.5.0
### Minor Changes

View file

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

64
pnpm-lock.yaml generated
View file

@ -142,13 +142,13 @@ importers:
examples/basics:
dependencies:
astro:
specifier: ^5.4.2
specifier: ^5.4.3
version: link:../../packages/astro
examples/blog:
dependencies:
'@astrojs/mdx':
specifier: ^4.1.0
specifier: ^4.1.1
version: link:../../packages/integrations/mdx
'@astrojs/rss':
specifier: ^4.0.11
@ -157,13 +157,13 @@ importers:
specifier: ^3.2.1
version: link:../../packages/integrations/sitemap
astro:
specifier: ^5.4.2
specifier: ^5.4.3
version: link:../../packages/astro
examples/component:
devDependencies:
astro:
specifier: ^5.4.2
specifier: ^5.4.3
version: link:../../packages/astro
examples/container-with-vitest:
@ -172,7 +172,7 @@ importers:
specifier: ^4.2.1
version: link:../../packages/integrations/react
astro:
specifier: ^5.4.2
specifier: ^5.4.3
version: link:../../packages/astro
react:
specifier: ^18.3.1
@ -203,7 +203,7 @@ importers:
specifier: ^3.14.8
version: 3.14.8
astro:
specifier: ^5.4.2
specifier: ^5.4.3
version: link:../../packages/astro
examples/framework-multiple:
@ -218,7 +218,7 @@ importers:
specifier: ^5.0.5
version: link:../../packages/integrations/solid
'@astrojs/svelte':
specifier: ^7.0.5
specifier: ^7.0.6
version: link:../../packages/integrations/svelte
'@astrojs/vue':
specifier: ^5.0.7
@ -230,7 +230,7 @@ importers:
specifier: ^18.3.5
version: 18.3.5(@types/react@18.3.18)
astro:
specifier: ^5.4.2
specifier: ^5.4.3
version: link:../../packages/astro
preact:
specifier: ^10.26.4
@ -260,7 +260,7 @@ importers:
specifier: ^2.0.1
version: 2.0.1(preact@10.26.4)
astro:
specifier: ^5.4.2
specifier: ^5.4.3
version: link:../../packages/astro
preact:
specifier: ^10.26.4
@ -278,7 +278,7 @@ importers:
specifier: ^18.3.5
version: 18.3.5(@types/react@18.3.18)
astro:
specifier: ^5.4.2
specifier: ^5.4.3
version: link:../../packages/astro
react:
specifier: ^18.3.1
@ -293,7 +293,7 @@ importers:
specifier: ^5.0.5
version: link:../../packages/integrations/solid
astro:
specifier: ^5.4.2
specifier: ^5.4.3
version: link:../../packages/astro
solid-js:
specifier: ^1.9.5
@ -302,10 +302,10 @@ importers:
examples/framework-svelte:
dependencies:
'@astrojs/svelte':
specifier: ^7.0.5
specifier: ^7.0.6
version: link:../../packages/integrations/svelte
astro:
specifier: ^5.4.2
specifier: ^5.4.3
version: link:../../packages/astro
svelte:
specifier: ^5.21.0
@ -317,7 +317,7 @@ importers:
specifier: ^5.0.7
version: link:../../packages/integrations/vue
astro:
specifier: ^5.4.2
specifier: ^5.4.3
version: link:../../packages/astro
vue:
specifier: ^3.5.13
@ -326,40 +326,40 @@ importers:
examples/hackernews:
dependencies:
'@astrojs/node':
specifier: ^9.1.2
specifier: ^9.1.3
version: link:../../packages/integrations/node
astro:
specifier: ^5.4.2
specifier: ^5.4.3
version: link:../../packages/astro
examples/integration:
devDependencies:
astro:
specifier: ^5.4.2
specifier: ^5.4.3
version: link:../../packages/astro
examples/minimal:
dependencies:
astro:
specifier: ^5.4.2
specifier: ^5.4.3
version: link:../../packages/astro
examples/portfolio:
dependencies:
astro:
specifier: ^5.4.2
specifier: ^5.4.3
version: link:../../packages/astro
examples/ssr:
dependencies:
'@astrojs/node':
specifier: ^9.1.2
specifier: ^9.1.3
version: link:../../packages/integrations/node
'@astrojs/svelte':
specifier: ^7.0.5
specifier: ^7.0.6
version: link:../../packages/integrations/svelte
astro:
specifier: ^5.4.2
specifier: ^5.4.3
version: link:../../packages/astro
svelte:
specifier: ^5.21.0
@ -368,7 +368,7 @@ importers:
examples/starlog:
dependencies:
astro:
specifier: ^5.4.2
specifier: ^5.4.3
version: link:../../packages/astro
sass:
specifier: ^1.85.1
@ -383,28 +383,28 @@ importers:
specifier: ^18.17.8
version: 18.19.50
astro:
specifier: ^5.4.2
specifier: ^5.4.3
version: link:../../packages/astro
examples/with-markdoc:
dependencies:
'@astrojs/markdoc':
specifier: ^0.12.10
specifier: ^0.12.11
version: link:../../packages/integrations/markdoc
astro:
specifier: ^5.4.2
specifier: ^5.4.3
version: link:../../packages/astro
examples/with-mdx:
dependencies:
'@astrojs/mdx':
specifier: ^4.1.0
specifier: ^4.1.1
version: link:../../packages/integrations/mdx
'@astrojs/preact':
specifier: ^4.0.5
version: link:../../packages/integrations/preact
astro:
specifier: ^5.4.2
specifier: ^5.4.3
version: link:../../packages/astro
preact:
specifier: ^10.26.4
@ -419,7 +419,7 @@ importers:
specifier: ^0.5.2
version: 0.5.2(nanostores@0.11.4)(preact@10.26.4)
astro:
specifier: ^5.4.2
specifier: ^5.4.3
version: link:../../packages/astro
nanostores:
specifier: ^0.11.4
@ -431,7 +431,7 @@ importers:
examples/with-tailwindcss:
dependencies:
'@astrojs/mdx':
specifier: ^4.1.0
specifier: ^4.1.1
version: link:../../packages/integrations/mdx
'@tailwindcss/vite':
specifier: ^4.0.9
@ -440,7 +440,7 @@ importers:
specifier: ^1.9.0
version: 1.9.0
astro:
specifier: ^5.4.2
specifier: ^5.4.3
version: link:../../packages/astro
canvas-confetti:
specifier: ^1.9.3
@ -452,7 +452,7 @@ importers:
examples/with-vitest:
dependencies:
astro:
specifier: ^5.4.2
specifier: ^5.4.3
version: link:../../packages/astro
vitest:
specifier: ^3.0.7