0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-30 22:03:56 -05:00

[ci] release (#11835)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Houston (Bot) 2024-08-28 03:51:43 -07:00 committed by GitHub
parent a2214cedd0
commit 5af8b4f1cb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
51 changed files with 121 additions and 133 deletions

View file

@ -1,5 +0,0 @@
---
'@astrojs/partytown': patch
---
Prevent Partytown integration from inserting a 'null' string into the body

View file

@ -1,5 +0,0 @@
---
'@astrojs/preact': patch
---
Preact signals are now serialized correctly in arrays when they are given to components.

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Fixes a case where Vite would be imported by the SSR runtime, causing bundling errors and bloat.

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Marks internal `vite-plugin-fileurl` plugin with `enforce: 'pre'`

View file

@ -1,5 +0,0 @@
---
'@astrojs/markdoc': patch
---
Fixes an issue preventing to use Astro components as Markdoc tags and nodes when configured using the `extends` property.

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Prevents prefetching of the same urls with different hashes.

View file

@ -1,5 +0,0 @@
---
astro: patch
---
Updates the documentation for experimental Content Layer API with a corrected code example

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Fixes a typo in the `MissingImageDimension` error message

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Improves error message when invalid data is returned by an Action.

View file

@ -1,5 +0,0 @@
---
'@astrojs/mdx': patch
---
Fixes CSS in the layout component to be ordered first before any other components in the MDX file

View file

@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
"astro": "^4.14.5"
"astro": "^4.14.6"
}
}

View file

@ -11,9 +11,9 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^3.1.4",
"@astrojs/mdx": "^3.1.5",
"@astrojs/rss": "^4.0.7",
"@astrojs/sitemap": "^3.1.6",
"astro": "^4.14.5"
"astro": "^4.14.6"
}
}

View file

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

View file

@ -12,7 +12,7 @@
"test": "vitest run"
},
"dependencies": {
"astro": "^4.14.5",
"astro": "^4.14.6",
"@astrojs/react": "^3.6.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",

View file

@ -14,6 +14,6 @@
"@astrojs/alpinejs": "^0.4.0",
"@types/alpinejs": "^3.13.10",
"alpinejs": "^3.14.1",
"astro": "^4.14.5"
"astro": "^4.14.6"
}
}

View file

@ -13,7 +13,7 @@
"dependencies": {
"@astrojs/lit": "^4.3.0",
"@webcomponents/template-shadowroot": "^0.2.1",
"astro": "^4.14.5",
"astro": "^4.14.6",
"lit": "^3.2.0"
}
}

View file

@ -11,14 +11,14 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/preact": "^3.5.1",
"@astrojs/preact": "^3.5.2",
"@astrojs/react": "^3.6.2",
"@astrojs/solid-js": "^4.4.1",
"@astrojs/svelte": "^5.7.0",
"@astrojs/vue": "^4.5.0",
"@types/react": "^18.3.4",
"@types/react-dom": "^18.3.0",
"astro": "^4.14.5",
"astro": "^4.14.6",
"preact": "^10.23.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",

View file

@ -11,9 +11,9 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/preact": "^3.5.1",
"@astrojs/preact": "^3.5.2",
"@preact/signals": "^1.3.0",
"astro": "^4.14.5",
"astro": "^4.14.6",
"preact": "^10.23.2"
}
}

View file

@ -14,7 +14,7 @@
"@astrojs/react": "^3.6.2",
"@types/react": "^18.3.4",
"@types/react-dom": "^18.3.0",
"astro": "^4.14.5",
"astro": "^4.14.6",
"react": "^18.3.1",
"react-dom": "^18.3.1"
}

View file

@ -12,7 +12,7 @@
},
"dependencies": {
"@astrojs/solid-js": "^4.4.1",
"astro": "^4.14.5",
"astro": "^4.14.6",
"solid-js": "^1.8.22"
}
}

View file

@ -12,7 +12,7 @@
},
"dependencies": {
"@astrojs/svelte": "^5.7.0",
"astro": "^4.14.5",
"astro": "^4.14.6",
"svelte": "^4.2.19"
}
}

View file

@ -12,7 +12,7 @@
},
"dependencies": {
"@astrojs/vue": "^4.5.0",
"astro": "^4.14.5",
"astro": "^4.14.6",
"vue": "^3.4.38"
}
}

View file

@ -12,6 +12,6 @@
},
"dependencies": {
"@astrojs/node": "^8.3.3",
"astro": "^4.14.5"
"astro": "^4.14.6"
}
}

View file

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

View file

@ -13,7 +13,7 @@
},
"dependencies": {
"@astrojs/node": "^8.3.3",
"astro": "^4.14.5",
"astro": "^4.14.6",
"html-minifier": "^4.0.0"
},
"devDependencies": {

View file

@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
"astro": "^4.14.5"
"astro": "^4.14.6"
}
}

View file

@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
"astro": "^4.14.5"
"astro": "^4.14.6"
}
}

View file

@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
"astro": "^4.14.5"
"astro": "^4.14.6"
}
}

View file

@ -17,7 +17,7 @@
"@tailwindcss/forms": "^0.5.7",
"@types/react": "^18.3.4",
"@types/react-dom": "^18.3.0",
"astro": "^4.14.5",
"astro": "^4.14.6",
"postcss": "^8.4.41",
"react": "^18.3.1",
"react-dom": "^18.3.1",

View file

@ -14,7 +14,7 @@
"dependencies": {
"@astrojs/node": "^8.3.3",
"@astrojs/svelte": "^5.7.0",
"astro": "^4.14.5",
"astro": "^4.14.6",
"svelte": "^4.2.19"
}
}

View file

@ -10,7 +10,7 @@
"astro": "astro"
},
"dependencies": {
"astro": "^4.14.5",
"astro": "^4.14.6",
"sass": "^1.77.8",
"sharp": "^0.33.3"
}

View file

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

View file

@ -12,6 +12,6 @@
"devDependencies": {
"@astrojs/tailwind": "^5.1.0",
"@astrojs/node": "^8.3.3",
"astro": "^4.14.5"
"astro": "^4.14.6"
}
}

View file

@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/markdoc": "^0.11.3",
"astro": "^4.14.5"
"@astrojs/markdoc": "^0.11.4",
"astro": "^4.14.6"
}
}

View file

@ -12,7 +12,7 @@
},
"dependencies": {
"@astrojs/markdown-remark": "^5.2.0",
"astro": "^4.14.5",
"astro": "^4.14.6",
"hast-util-select": "^6.0.2",
"rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0",

View file

@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
"astro": "^4.14.5"
"astro": "^4.14.6"
}
}

View file

@ -11,9 +11,9 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^3.1.4",
"@astrojs/preact": "^3.5.1",
"astro": "^4.14.5",
"@astrojs/mdx": "^3.1.5",
"@astrojs/preact": "^3.5.2",
"astro": "^4.14.6",
"preact": "^10.23.2"
}
}

View file

@ -11,9 +11,9 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/preact": "^3.5.1",
"@astrojs/preact": "^3.5.2",
"@nanostores/preact": "^0.5.2",
"astro": "^4.14.5",
"astro": "^4.14.6",
"nanostores": "^0.11.3",
"preact": "^10.23.2"
}

View file

@ -11,10 +11,10 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^3.1.4",
"@astrojs/mdx": "^3.1.5",
"@astrojs/tailwind": "^5.1.0",
"@types/canvas-confetti": "^1.6.4",
"astro": "^4.14.5",
"astro": "^4.14.6",
"autoprefixer": "^10.4.20",
"canvas-confetti": "^1.9.3",
"postcss": "^8.4.41",

View file

@ -12,7 +12,7 @@
"test": "vitest"
},
"dependencies": {
"astro": "^4.14.5",
"astro": "^4.14.6",
"vitest": "^2.0.5"
}
}

View file

@ -1,5 +1,21 @@
# astro
## 4.14.6
### Patch Changes
- [#11847](https://github.com/withastro/astro/pull/11847) [`45b599c`](https://github.com/withastro/astro/commit/45b599c4d40ded6a3e03881181b441ae494cbfcf) Thanks [@ascorbic](https://github.com/ascorbic)! - Fixes a case where Vite would be imported by the SSR runtime, causing bundling errors and bloat.
- [#11822](https://github.com/withastro/astro/pull/11822) [`6fcaab8`](https://github.com/withastro/astro/commit/6fcaab84de1044ff4d186b2dfa5831964460062d) Thanks [@bluwy](https://github.com/bluwy)! - Marks internal `vite-plugin-fileurl` plugin with `enforce: 'pre'`
- [#11713](https://github.com/withastro/astro/pull/11713) [`497324c`](https://github.com/withastro/astro/commit/497324c4e87538dc1dc13aea3ced9bd3642d9ba6) Thanks [@voidfill](https://github.com/voidfill)! - Prevents prefetching of the same urls with different hashes.
- [#11814](https://github.com/withastro/astro/pull/11814) [`2bb72c6`](https://github.com/withastro/astro/commit/2bb72c63969f8f21dd279fa927c32f192ff79a3f) Thanks [@eduardocereto](https://github.com/eduardocereto)! - Updates the documentation for experimental Content Layer API with a corrected code example
- [#11842](https://github.com/withastro/astro/pull/11842) [`1ffaae0`](https://github.com/withastro/astro/commit/1ffaae04cf790390f730bf900b9722b99642adc1) Thanks [@stephan281094](https://github.com/stephan281094)! - Fixes a typo in the `MissingImageDimension` error message
- [#11828](https://github.com/withastro/astro/pull/11828) [`20d47aa`](https://github.com/withastro/astro/commit/20d47aa85a3a0d7ac3390f749715d92de830cf3e) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Improves error message when invalid data is returned by an Action.
## 4.14.5
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "astro",
"version": "4.14.5",
"version": "4.14.6",
"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,11 @@
# @astrojs/markdoc
## 0.11.4
### Patch Changes
- [#11846](https://github.com/withastro/astro/pull/11846) [`ed7bbd9`](https://github.com/withastro/astro/commit/ed7bbd990f80cacf9c5ec2a70ad7501631b92d3f) Thanks [@HiDeoo](https://github.com/HiDeoo)! - Fixes an issue preventing to use Astro components as Markdoc tags and nodes when configured using the `extends` property.
## 0.11.3
### Patch Changes

View file

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

View file

@ -1,5 +1,11 @@
# @astrojs/mdx
## 3.1.5
### Patch Changes
- [#11818](https://github.com/withastro/astro/pull/11818) [`88ef1d0`](https://github.com/withastro/astro/commit/88ef1d0e774e8ab8798b9912da1b069f97736623) Thanks [@bluwy](https://github.com/bluwy)! - Fixes CSS in the layout component to be ordered first before any other components in the MDX file
## 3.1.4
### Patch Changes

View file

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

View file

@ -1,5 +1,11 @@
# @astrojs/partytown
## 2.1.2
### Patch Changes
- [#11829](https://github.com/withastro/astro/pull/11829) [`f1df1b3`](https://github.com/withastro/astro/commit/f1df1b3b462309444a9a50ecbf229840dff8c9d0) Thanks [@oosawy](https://github.com/oosawy)! - Prevent Partytown integration from inserting a 'null' string into the body
## 2.1.1
### Patch Changes

View file

@ -1,7 +1,7 @@
{
"name": "@astrojs/partytown",
"description": "Use Partytown to move scripts into a web worker in your Astro project",
"version": "2.1.1",
"version": "2.1.2",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",

View file

@ -1,5 +1,11 @@
# @astrojs/preact
## 3.5.2
### Patch Changes
- [#11834](https://github.com/withastro/astro/pull/11834) [`5f2536b`](https://github.com/withastro/astro/commit/5f2536b51df93bfd51098c48220d647e7ad3954c) Thanks [@ph1p](https://github.com/ph1p)! - Preact signals are now serialized correctly in arrays when they are given to components.
## 3.5.1
### Patch Changes

View file

@ -1,7 +1,7 @@
{
"name": "@astrojs/preact",
"description": "Use Preact components within Astro",
"version": "3.5.1",
"version": "3.5.2",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",

View file

@ -116,13 +116,13 @@ importers:
examples/basics:
dependencies:
astro:
specifier: ^4.14.5
specifier: ^4.14.6
version: link:../../packages/astro
examples/blog:
dependencies:
'@astrojs/mdx':
specifier: ^3.1.4
specifier: ^3.1.5
version: link:../../packages/integrations/mdx
'@astrojs/rss':
specifier: ^4.0.7
@ -131,13 +131,13 @@ importers:
specifier: ^3.1.6
version: link:../../packages/integrations/sitemap
astro:
specifier: ^4.14.5
specifier: ^4.14.6
version: link:../../packages/astro
examples/component:
devDependencies:
astro:
specifier: ^4.14.5
specifier: ^4.14.6
version: link:../../packages/astro
examples/container-with-vitest:
@ -146,7 +146,7 @@ importers:
specifier: ^3.6.2
version: link:../../packages/integrations/react
astro:
specifier: ^4.14.5
specifier: ^4.14.6
version: link:../../packages/astro
react:
specifier: ^18.3.1
@ -177,7 +177,7 @@ importers:
specifier: ^3.14.1
version: 3.14.1
astro:
specifier: ^4.14.5
specifier: ^4.14.6
version: link:../../packages/astro
examples/framework-lit:
@ -189,7 +189,7 @@ importers:
specifier: ^0.2.1
version: 0.2.1
astro:
specifier: ^4.14.5
specifier: ^4.14.6
version: link:../../packages/astro
lit:
specifier: ^3.2.0
@ -198,7 +198,7 @@ importers:
examples/framework-multiple:
dependencies:
'@astrojs/preact':
specifier: ^3.5.1
specifier: ^3.5.2
version: link:../../packages/integrations/preact
'@astrojs/react':
specifier: ^3.6.2
@ -219,7 +219,7 @@ importers:
specifier: ^18.3.0
version: 18.3.0
astro:
specifier: ^4.14.5
specifier: ^4.14.6
version: link:../../packages/astro
preact:
specifier: ^10.23.2
@ -243,13 +243,13 @@ importers:
examples/framework-preact:
dependencies:
'@astrojs/preact':
specifier: ^3.5.1
specifier: ^3.5.2
version: link:../../packages/integrations/preact
'@preact/signals':
specifier: ^1.3.0
version: 1.3.0(preact@10.23.2)
astro:
specifier: ^4.14.5
specifier: ^4.14.6
version: link:../../packages/astro
preact:
specifier: ^10.23.2
@ -267,7 +267,7 @@ importers:
specifier: ^18.3.0
version: 18.3.0
astro:
specifier: ^4.14.5
specifier: ^4.14.6
version: link:../../packages/astro
react:
specifier: ^18.3.1
@ -282,7 +282,7 @@ importers:
specifier: ^4.4.1
version: link:../../packages/integrations/solid
astro:
specifier: ^4.14.5
specifier: ^4.14.6
version: link:../../packages/astro
solid-js:
specifier: ^1.8.22
@ -294,7 +294,7 @@ importers:
specifier: ^5.7.0
version: link:../../packages/integrations/svelte
astro:
specifier: ^4.14.5
specifier: ^4.14.6
version: link:../../packages/astro
svelte:
specifier: ^4.2.19
@ -306,7 +306,7 @@ importers:
specifier: ^4.5.0
version: link:../../packages/integrations/vue
astro:
specifier: ^4.14.5
specifier: ^4.14.6
version: link:../../packages/astro
vue:
specifier: ^3.4.38
@ -318,13 +318,13 @@ importers:
specifier: ^8.3.3
version: link:../../packages/integrations/node
astro:
specifier: ^4.14.5
specifier: ^4.14.6
version: link:../../packages/astro
examples/integration:
devDependencies:
astro:
specifier: ^4.14.5
specifier: ^4.14.6
version: link:../../packages/astro
examples/middleware:
@ -333,7 +333,7 @@ importers:
specifier: ^8.3.3
version: link:../../packages/integrations/node
astro:
specifier: ^4.14.5
specifier: ^4.14.6
version: link:../../packages/astro
html-minifier:
specifier: ^4.0.0
@ -346,19 +346,19 @@ importers:
examples/minimal:
dependencies:
astro:
specifier: ^4.14.5
specifier: ^4.14.6
version: link:../../packages/astro
examples/non-html-pages:
dependencies:
astro:
specifier: ^4.14.5
specifier: ^4.14.6
version: link:../../packages/astro
examples/portfolio:
dependencies:
astro:
specifier: ^4.14.5
specifier: ^4.14.6
version: link:../../packages/astro
examples/server-islands:
@ -385,7 +385,7 @@ importers:
specifier: ^18.3.0
version: 18.3.0
astro:
specifier: ^4.14.5
specifier: ^4.14.6
version: link:../../packages/astro
postcss:
specifier: ^8.4.41
@ -409,7 +409,7 @@ importers:
specifier: ^5.7.0
version: link:../../packages/integrations/svelte
astro:
specifier: ^4.14.5
specifier: ^4.14.6
version: link:../../packages/astro
svelte:
specifier: ^4.2.19
@ -418,7 +418,7 @@ importers:
examples/starlog:
dependencies:
astro:
specifier: ^4.14.5
specifier: ^4.14.6
version: link:../../packages/astro
sass:
specifier: ^1.77.8
@ -430,7 +430,7 @@ importers:
examples/toolbar-app:
devDependencies:
astro:
specifier: ^4.14.5
specifier: ^4.14.6
version: link:../../packages/astro
examples/view-transitions:
@ -442,16 +442,16 @@ importers:
specifier: ^5.1.0
version: link:../../packages/integrations/tailwind
astro:
specifier: ^4.14.5
specifier: ^4.14.6
version: link:../../packages/astro
examples/with-markdoc:
dependencies:
'@astrojs/markdoc':
specifier: ^0.11.3
specifier: ^0.11.4
version: link:../../packages/integrations/markdoc
astro:
specifier: ^4.14.5
specifier: ^4.14.6
version: link:../../packages/astro
examples/with-markdown-plugins:
@ -460,7 +460,7 @@ importers:
specifier: ^5.2.0
version: link:../../packages/markdown/remark
astro:
specifier: ^4.14.5
specifier: ^4.14.6
version: link:../../packages/astro
hast-util-select:
specifier: ^6.0.2
@ -481,19 +481,19 @@ importers:
examples/with-markdown-shiki:
dependencies:
astro:
specifier: ^4.14.5
specifier: ^4.14.6
version: link:../../packages/astro
examples/with-mdx:
dependencies:
'@astrojs/mdx':
specifier: ^3.1.4
specifier: ^3.1.5
version: link:../../packages/integrations/mdx
'@astrojs/preact':
specifier: ^3.5.1
specifier: ^3.5.2
version: link:../../packages/integrations/preact
astro:
specifier: ^4.14.5
specifier: ^4.14.6
version: link:../../packages/astro
preact:
specifier: ^10.23.2
@ -502,13 +502,13 @@ importers:
examples/with-nanostores:
dependencies:
'@astrojs/preact':
specifier: ^3.5.1
specifier: ^3.5.2
version: link:../../packages/integrations/preact
'@nanostores/preact':
specifier: ^0.5.2
version: 0.5.2(nanostores@0.11.3)(preact@10.23.2)
astro:
specifier: ^4.14.5
specifier: ^4.14.6
version: link:../../packages/astro
nanostores:
specifier: ^0.11.3
@ -520,7 +520,7 @@ importers:
examples/with-tailwindcss:
dependencies:
'@astrojs/mdx':
specifier: ^3.1.4
specifier: ^3.1.5
version: link:../../packages/integrations/mdx
'@astrojs/tailwind':
specifier: ^5.1.0
@ -529,7 +529,7 @@ importers:
specifier: ^1.6.4
version: 1.6.4
astro:
specifier: ^4.14.5
specifier: ^4.14.6
version: link:../../packages/astro
autoprefixer:
specifier: ^10.4.20
@ -547,7 +547,7 @@ importers:
examples/with-vitest:
dependencies:
astro:
specifier: ^4.14.5
specifier: ^4.14.6
version: link:../../packages/astro
vitest:
specifier: ^2.0.5
@ -9362,12 +9362,10 @@ packages:
libsql@0.3.19:
resolution: {integrity: sha512-Aj5cQ5uk/6fHdmeW0TiXK42FqUlwx7ytmMLPSaUQPin5HKKKuUPD62MAbN4OEweGBBI7q1BekoEN4gPUEL6MZA==}
cpu: [x64, arm64, wasm32]
os: [darwin, linux, win32]
libsql@0.4.1:
resolution: {integrity: sha512-qZlR9Yu1zMBeLChzkE/cKfoKV3Esp9cn9Vx5Zirn4AVhDWPcjYhKwbtJcMuHehgk3mH+fJr9qW+3vesBWbQpBg==}
cpu: [x64, arm64, wasm32]
os: [darwin, linux, win32]
lilconfig@2.1.0: