[ci] release (#5262)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Fred K. Bot 2022-11-03 06:38:29 -07:00 committed by GitHub
parent 64d0dc56bb
commit 89f335b539
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
51 changed files with 114 additions and 122 deletions

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Surface astro.config errors to the user

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Fixed memleak caused by project dir names containing '.md' or '.mdx'

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Allow 200 response for endpoints in build

View file

@ -1,6 +0,0 @@
---
'@astrojs/prism': patch
'@astrojs/markdown-component': patch
---
Update URLs in package.json

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Include missing `class:list` within `HTMLAttributes` type

View file

@ -1,5 +0,0 @@
---
'@astrojs/prefetch': patch
---
Do not prefetch if browser is offline or uses 3G

View file

@ -1,5 +0,0 @@
---
'@astrojs/tailwind': patch
---
Prevent errors during HMR from crashing dev server

View file

@ -1,5 +0,0 @@
---
'@astrojs/prefetch': patch
---
Adds additional package.json keywords used for discoverability in the Integrations catalog

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Refactor CSS preprocessing handling

View file

@ -1,5 +0,0 @@
---
'@astrojs/image': patch
---
Fixes a bug where the `web-streams-polyfill` dependency would not be installed with the `--production` flag

View file

@ -1,7 +0,0 @@
---
'astro': patch
---
HMR - Improved error recovery
This improves error recovery for HMR. Now when the dev server finds itself in an error state (because a route contained an error), it will recover from that state and refresh the page when the user has corrected the mistake.

View file

@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
"astro": "^1.6.2"
"astro": "^1.6.3"
}
}

View file

@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
"astro": "^1.6.2",
"astro": "^1.6.3",
"@astrojs/mdx": "^0.11.5",
"@astrojs/rss": "^1.0.3",
"@astrojs/sitemap": "^1.0.0"

View file

@ -15,9 +15,9 @@
],
"scripts": {},
"devDependencies": {
"astro": "^1.6.2"
"astro": "^1.6.3"
},
"peerDependencies": {
"astro": "^1.6.2"
"astro": "^1.6.3"
}
}

View file

@ -10,7 +10,7 @@
"astro": "astro"
},
"dependencies": {
"astro": "^1.6.2"
"astro": "^1.6.3"
},
"devDependencies": {
"@astrojs/deno": "^1.2.0"

View file

@ -12,7 +12,7 @@
"astro": "astro"
},
"dependencies": {
"astro": "^1.6.2",
"astro": "^1.6.3",
"preact": "^10.7.3",
"react": "^18.1.0",
"react-dom": "^18.1.0",

View file

@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
"astro": "^1.6.2",
"astro": "^1.6.3",
"alpinejs": "^3.10.2",
"@astrojs/alpinejs": "^0.1.2",
"@types/alpinejs": "^3.7.0"

View file

@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
"astro": "^1.6.2",
"astro": "^1.6.3",
"lit": "^2.2.5",
"@astrojs/lit": "^1.0.0",
"@webcomponents/template-shadowroot": "^0.1.0"

View file

@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
"astro": "^1.6.2",
"astro": "^1.6.3",
"preact": "^10.7.3",
"react": "^18.1.0",
"react-dom": "^18.1.0",

View file

@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
"astro": "^1.6.2",
"astro": "^1.6.3",
"preact": "^10.7.3",
"@astrojs/preact": "^1.2.0",
"@preact/signals": "^1.1.0"

View file

@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
"astro": "^1.6.2",
"astro": "^1.6.3",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"@astrojs/react": "^1.2.2",

View file

@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
"astro": "^1.6.2",
"astro": "^1.6.3",
"solid-js": "^1.4.3",
"@astrojs/solid-js": "^1.2.2"
}

View file

@ -13,6 +13,6 @@
"dependencies": {
"svelte": "^3.48.0",
"@astrojs/svelte": "^1.0.2",
"astro": "^1.6.2"
"astro": "^1.6.3"
}
}

View file

@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
"astro": "^1.6.2",
"astro": "^1.6.3",
"vue": "^3.2.37",
"@astrojs/vue": "^1.2.1"
}

View file

@ -13,6 +13,6 @@
},
"dependencies": {
"@astrojs/node": "^2.0.1",
"astro": "^1.5.2"
"astro": "^1.6.3"
}
}

View file

@ -15,9 +15,9 @@
],
"scripts": {},
"devDependencies": {
"astro": "^1.6.2"
"astro": "^1.6.3"
},
"peerDependencies": {
"astro": "^1.6.2"
"astro": "^1.6.3"
}
}

View file

@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
"astro": "^1.6.2"
"astro": "^1.6.3"
}
}

View file

@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
"astro": "^1.6.2"
"astro": "^1.6.3"
}
}

View file

@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
"astro": "^1.6.2"
"astro": "^1.6.3"
}
}

View file

@ -12,7 +12,7 @@
"server": "node dist/server/entry.mjs"
},
"dependencies": {
"astro": "^1.6.2",
"astro": "^1.6.3",
"svelte": "^3.48.0",
"@astrojs/svelte": "^1.0.2",
"@astrojs/node": "^2.0.2",

View file

@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
"astro": "^1.6.2",
"astro": "^1.6.3",
"@astrojs/markdown-remark": "^1.1.3",
"hast-util-select": "5.0.1",
"rehype-autolink-headings": "^6.1.1",

View file

@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
"astro": "^1.6.2"
"astro": "^1.6.3"
}
}

View file

@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
"astro": "^1.6.2",
"astro": "^1.6.3",
"preact": "^10.6.5",
"@astrojs/preact": "^1.2.0",
"@astrojs/mdx": "^0.11.5"

View file

@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
"astro": "^1.6.2",
"astro": "^1.6.3",
"preact": "^10.7.3",
"@astrojs/preact": "^1.2.0",
"nanostores": "^0.5.12",

View file

@ -12,9 +12,9 @@
},
"dependencies": {
"@astrojs/mdx": "^0.11.5",
"@astrojs/tailwind": "^2.1.1",
"@astrojs/tailwind": "^2.1.2",
"@types/canvas-confetti": "^1.4.3",
"astro": "^1.6.2",
"astro": "^1.6.3",
"autoprefixer": "^10.4.7",
"canvas-confetti": "^1.5.1",
"postcss": "^8.4.14",

View file

@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
"astro": "^1.6.2",
"astro": "^1.6.3",
"vite-plugin-pwa": "0.11.11",
"workbox-window": "^6.5.3"
}

View file

@ -12,7 +12,7 @@
"test": "vitest"
},
"dependencies": {
"astro": "^1.6.2",
"astro": "^1.6.3",
"vitest": "^0.20.3"
}
}

View file

@ -1,5 +1,11 @@
# @astrojs/prism
## 1.0.2
### Patch Changes
- [#5281](https://github.com/withastro/astro/pull/5281) [`a558cf317`](https://github.com/withastro/astro/commit/a558cf317a98bfb79688a31ddb81c910e16e79c2) Thanks [@aleksa-codes](https://github.com/aleksa-codes)! - Update URLs in package.json
## 1.0.1
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@astrojs/prism",
"version": "1.0.1",
"version": "1.0.2",
"description": "Supports Prism highlighting in Astro projects",
"author": "withastro",
"type": "module",

View file

@ -1,5 +1,23 @@
# astro
## 1.6.3
### Patch Changes
- [#5273](https://github.com/withastro/astro/pull/5273) [`c7b9b14a1`](https://github.com/withastro/astro/commit/c7b9b14a1e8be22c21bd8b2982a340f101993924) Thanks [@matthewp](https://github.com/matthewp)! - Surface astro.config errors to the user
- [#5264](https://github.com/withastro/astro/pull/5264) [`0d27c4a2b`](https://github.com/withastro/astro/commit/0d27c4a2b67e3928cc6f7b5af5faad20926b6cbb) Thanks [@VladCuciureanu](https://github.com/VladCuciureanu)! - Fixed memleak caused by project dir names containing '.md' or '.mdx'
- [#5258](https://github.com/withastro/astro/pull/5258) [`74759cf78`](https://github.com/withastro/astro/commit/74759cf787aefeeccc3fc336fdb0a56b982733bb) Thanks [@bluwy](https://github.com/bluwy)! - Allow 200 response for endpoints in build
- [#5284](https://github.com/withastro/astro/pull/5284) [`126cd8e83`](https://github.com/withastro/astro/commit/126cd8e83fbed8d69320c55cad4bdaa2d6209de9) Thanks [@herteleo](https://github.com/herteleo)! - Include missing `class:list` within `HTMLAttributes` type
- [#5236](https://github.com/withastro/astro/pull/5236) [`1cc067052`](https://github.com/withastro/astro/commit/1cc067052438602d9378bf84dc7754c09afdfbe8) Thanks [@bluwy](https://github.com/bluwy)! - Refactor CSS preprocessing handling
- [#5198](https://github.com/withastro/astro/pull/5198) [`c77a6cbe3`](https://github.com/withastro/astro/commit/c77a6cbe345facbf72c453e2fddc00f20c98983f) Thanks [@matthewp](https://github.com/matthewp)! - HMR - Improved error recovery
This improves error recovery for HMR. Now when the dev server finds itself in an error state (because a route contained an error), it will recover from that state and refresh the page when the user has corrected the mistake.
## 1.6.2
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "astro",
"version": "1.6.2",
"version": "1.6.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,11 @@
# @astrojs/image
## 0.11.1
### Patch Changes
- [#5260](https://github.com/withastro/astro/pull/5260) [`37d664e26`](https://github.com/withastro/astro/commit/37d664e26262f8e1026a31dcd4fcb251097dd90c) Thanks [@tony-sull](https://github.com/tony-sull)! - Fixes a bug where the `web-streams-polyfill` dependency would not be installed with the `--production` flag
## 0.11.0
### Minor Changes

View file

@ -1,7 +1,7 @@
{
"name": "@astrojs/image",
"description": "Load and transform images in your Astro site.",
"version": "0.11.0",
"version": "0.11.1",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",

View file

@ -30,7 +30,7 @@
"test:match": "mocha --timeout 20000 -g"
},
"dependencies": {
"@astrojs/prism": "^1.0.1",
"@astrojs/prism": "^1.0.2",
"@mdx-js/mdx": "^2.1.2",
"@mdx-js/rollup": "^2.1.1",
"acorn": "^8.8.0",

View file

@ -1,5 +1,13 @@
# @astrojs/prefetch
## 0.1.1
### Patch Changes
- [#5244](https://github.com/withastro/astro/pull/5244) [`6ad91bd80`](https://github.com/withastro/astro/commit/6ad91bd80dae935b67a5c18b8dfbb95f2cfe10ef) Thanks [@deeprobin](https://github.com/deeprobin)! - Do not prefetch if browser is offline or uses 3G
- [#5271](https://github.com/withastro/astro/pull/5271) [`b6afe2c1d`](https://github.com/withastro/astro/commit/b6afe2c1db613aabf3139fb58e0fc2ab60322f37) Thanks [@tony-sull](https://github.com/tony-sull)! - Adds additional package.json keywords used for discoverability in the Integrations catalog
## 0.1.0
### Minor Changes

View file

@ -1,7 +1,7 @@
{
"name": "@astrojs/prefetch",
"description": "Faster page navigations by prefetching links when the browser is idle.",
"version": "0.1.0",
"version": "0.1.1",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",

View file

@ -1,5 +1,11 @@
# @astrojs/tailwind
## 2.1.2
### Patch Changes
- [#5270](https://github.com/withastro/astro/pull/5270) [`bb6e88000`](https://github.com/withastro/astro/commit/bb6e8800094dc59841eb3b345fcb8baca9e17ce9) Thanks [@matthewp](https://github.com/matthewp)! - Prevent errors during HMR from crashing dev server
## 2.1.1
### Patch Changes

View file

@ -1,7 +1,7 @@
{
"name": "@astrojs/tailwind",
"description": "Tailwind + Astro Integrations",
"version": "2.1.1",
"version": "2.1.2",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",

View file

@ -1,5 +1,11 @@
# @astrojs/markdown-component
## 1.0.2
### Patch Changes
- [#5281](https://github.com/withastro/astro/pull/5281) [`a558cf317`](https://github.com/withastro/astro/commit/a558cf317a98bfb79688a31ddb81c910e16e79c2) Thanks [@aleksa-codes](https://github.com/aleksa-codes)! - Update URLs in package.json
## 1.0.1
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@astrojs/markdown-component",
"version": "1.0.1",
"version": "1.0.2",
"type": "module",
"author": "withastro",
"license": "MIT",

View file

@ -61,7 +61,7 @@ importers:
examples/basics:
specifiers:
astro: ^1.6.2
astro: ^1.6.3
dependencies:
astro: link:../../packages/astro
@ -70,7 +70,7 @@ importers:
'@astrojs/mdx': ^0.11.5
'@astrojs/rss': ^1.0.3
'@astrojs/sitemap': ^1.0.0
astro: ^1.6.2
astro: ^1.6.3
dependencies:
'@astrojs/mdx': link:../../packages/integrations/mdx
'@astrojs/rss': link:../../packages/astro-rss
@ -79,14 +79,14 @@ importers:
examples/component:
specifiers:
astro: ^1.6.2
astro: ^1.6.3
devDependencies:
astro: link:../../packages/astro
examples/deno:
specifiers:
'@astrojs/deno': ^1.2.0
astro: ^1.6.2
astro: ^1.6.3
dependencies:
astro: link:../../packages/astro
devDependencies:
@ -102,7 +102,7 @@ importers:
'@types/node': ^18.0.0
'@types/react': ^17.0.45
'@types/react-dom': ^18.0.0
astro: ^1.6.2
astro: ^1.6.3
preact: ^10.7.3
react: ^18.1.0
react-dom: ^18.1.0
@ -125,7 +125,7 @@ importers:
'@astrojs/alpinejs': ^0.1.2
'@types/alpinejs': ^3.7.0
alpinejs: ^3.10.2
astro: ^1.6.2
astro: ^1.6.3
dependencies:
'@astrojs/alpinejs': link:../../packages/integrations/alpinejs
'@types/alpinejs': 3.7.1
@ -136,7 +136,7 @@ importers:
specifiers:
'@astrojs/lit': ^1.0.0
'@webcomponents/template-shadowroot': ^0.1.0
astro: ^1.6.2
astro: ^1.6.3
lit: ^2.2.5
dependencies:
'@astrojs/lit': link:../../packages/integrations/lit
@ -151,7 +151,7 @@ importers:
'@astrojs/solid-js': ^1.2.2
'@astrojs/svelte': ^1.0.2
'@astrojs/vue': ^1.2.1
astro: ^1.6.2
astro: ^1.6.3
preact: ^10.7.3
react: ^18.1.0
react-dom: ^18.1.0
@ -176,7 +176,7 @@ importers:
specifiers:
'@astrojs/preact': ^1.2.0
'@preact/signals': ^1.1.0
astro: ^1.6.2
astro: ^1.6.3
preact: ^10.7.3
dependencies:
'@astrojs/preact': link:../../packages/integrations/preact
@ -189,7 +189,7 @@ importers:
'@astrojs/react': ^1.2.2
'@types/react': ^18.0.10
'@types/react-dom': ^18.0.5
astro: ^1.6.2
astro: ^1.6.3
react: ^18.1.0
react-dom: ^18.1.0
dependencies:
@ -203,7 +203,7 @@ importers:
examples/framework-solid:
specifiers:
'@astrojs/solid-js': ^1.2.2
astro: ^1.6.2
astro: ^1.6.3
solid-js: ^1.4.3
dependencies:
'@astrojs/solid-js': link:../../packages/integrations/solid
@ -213,7 +213,7 @@ importers:
examples/framework-svelte:
specifiers:
'@astrojs/svelte': ^1.0.2
astro: ^1.6.2
astro: ^1.6.3
svelte: ^3.48.0
dependencies:
'@astrojs/svelte': link:../../packages/integrations/svelte
@ -223,7 +223,7 @@ importers:
examples/framework-vue:
specifiers:
'@astrojs/vue': ^1.2.1
astro: ^1.6.2
astro: ^1.6.3
vue: ^3.2.37
dependencies:
'@astrojs/vue': link:../../packages/integrations/vue
@ -233,32 +233,32 @@ importers:
examples/hackernews:
specifiers:
'@astrojs/node': ^2.0.1
astro: ^1.5.2
astro: ^1.6.3
dependencies:
'@astrojs/node': link:../../packages/integrations/node
astro: link:../../packages/astro
examples/integration:
specifiers:
astro: ^1.6.2
astro: ^1.6.3
devDependencies:
astro: link:../../packages/astro
examples/minimal:
specifiers:
astro: ^1.6.2
astro: ^1.6.3
dependencies:
astro: link:../../packages/astro
examples/non-html-pages:
specifiers:
astro: ^1.6.2
astro: ^1.6.3
dependencies:
astro: link:../../packages/astro
examples/portfolio:
specifiers:
astro: ^1.6.2
astro: ^1.6.3
dependencies:
astro: link:../../packages/astro
@ -266,7 +266,7 @@ importers:
specifiers:
'@astrojs/node': ^2.0.2
'@astrojs/svelte': ^1.0.2
astro: ^1.6.2
astro: ^1.6.3
concurrently: ^7.2.1
svelte: ^3.48.0
unocss: ^0.15.6
@ -283,7 +283,7 @@ importers:
examples/with-markdown-plugins:
specifiers:
'@astrojs/markdown-remark': ^1.1.3
astro: ^1.6.2
astro: ^1.6.3
hast-util-select: 5.0.1
rehype-autolink-headings: ^6.1.1
rehype-slug: ^5.0.1
@ -300,7 +300,7 @@ importers:
examples/with-markdown-shiki:
specifiers:
astro: ^1.6.2
astro: ^1.6.3
dependencies:
astro: link:../../packages/astro
@ -308,7 +308,7 @@ importers:
specifiers:
'@astrojs/mdx': ^0.11.5
'@astrojs/preact': ^1.2.0
astro: ^1.6.2
astro: ^1.6.3
preact: ^10.6.5
dependencies:
'@astrojs/mdx': link:../../packages/integrations/mdx
@ -320,7 +320,7 @@ importers:
specifiers:
'@astrojs/preact': ^1.2.0
'@nanostores/preact': ^0.1.3
astro: ^1.6.2
astro: ^1.6.3
nanostores: ^0.5.12
preact: ^10.7.3
dependencies:
@ -333,9 +333,9 @@ importers:
examples/with-tailwindcss:
specifiers:
'@astrojs/mdx': ^0.11.5
'@astrojs/tailwind': ^2.1.1
'@astrojs/tailwind': ^2.1.2
'@types/canvas-confetti': ^1.4.3
astro: ^1.6.2
astro: ^1.6.3
autoprefixer: ^10.4.7
canvas-confetti: ^1.5.1
postcss: ^8.4.14
@ -352,7 +352,7 @@ importers:
examples/with-vite-plugin-pwa:
specifiers:
astro: ^1.6.2
astro: ^1.6.3
vite-plugin-pwa: 0.11.11
workbox-window: ^6.5.3
dependencies:
@ -362,7 +362,7 @@ importers:
examples/with-vitest:
specifiers:
astro: ^1.6.2
astro: ^1.6.3
vitest: ^0.20.3
dependencies:
astro: link:../../packages/astro
@ -2753,7 +2753,7 @@ importers:
packages/integrations/mdx:
specifiers:
'@astrojs/prism': ^1.0.1
'@astrojs/prism': ^1.0.2
'@mdx-js/mdx': ^2.1.2
'@mdx-js/rollup': ^2.1.1
'@types/chai': ^4.3.1