[ci] release (#4363)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Fred K. Bot 2022-08-22 12:46:46 -07:00 committed by GitHub
parent 579e2daf8d
commit 457e559cd5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
45 changed files with 102 additions and 118 deletions

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Bump Vite to 3.0.9

View file

@ -1,5 +0,0 @@
---
"astro": patch
---
Allow user config to set `markdown.drafts` option

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Refactor static build config merge

View file

@ -1,5 +0,0 @@
---
'@astrojs/vercel': patch
---
Fix react-dom on Vercel edge

View file

@ -1,5 +0,0 @@
---
'@astrojs/image': patch
---
The integration now includes a logger to better track progress in SSG builds. Use the new `logLevel: "debug"` integration option to see detailed logs of every image transformation built in your project.

View file

@ -1,5 +0,0 @@
---
'@astrojs/alpinejs': minor
---
Add new official Alpine.js integration

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Preserve all error stack lines

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Refactor JSX build plugin, improve performance

View file

@ -1,5 +0,0 @@
---
"astro": patch
---
Provide correct MIME type for dynamic endpoint routes in dev

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Fixes race condition between directives being defined

View file

@ -10,6 +10,6 @@
"astro": "astro" "astro": "astro"
}, },
"devDependencies": { "devDependencies": {
"astro": "^1.0.6" "astro": "^1.0.7"
} }
} }

View file

@ -13,6 +13,6 @@
"@astrojs/mdx": "^0.10.0", "@astrojs/mdx": "^0.10.0",
"@astrojs/rss": "^1.0.0", "@astrojs/rss": "^1.0.0",
"@astrojs/sitemap": "^1.0.0", "@astrojs/sitemap": "^1.0.0",
"astro": "^1.0.6" "astro": "^1.0.7"
} }
} }

View file

@ -11,6 +11,6 @@
}, },
"devDependencies": { "devDependencies": {
"@example/my-component": "workspace:*", "@example/my-component": "workspace:*",
"astro": "^1.0.6" "astro": "^1.0.7"
} }
} }

View file

@ -8,6 +8,6 @@
"serve": "astro --root demo preview" "serve": "astro --root demo preview"
}, },
"devDependencies": { "devDependencies": {
"astro": "^1.0.6" "astro": "^1.0.7"
} }
} }

View file

@ -21,6 +21,6 @@
"devDependencies": { "devDependencies": {
"@astrojs/preact": "^1.0.2", "@astrojs/preact": "^1.0.2",
"@astrojs/react": "^1.0.0", "@astrojs/react": "^1.0.0",
"astro": "^1.0.6" "astro": "^1.0.7"
} }
} }

View file

@ -10,6 +10,6 @@
"astro": "astro" "astro": "astro"
}, },
"devDependencies": { "devDependencies": {
"astro": "^1.0.6" "astro": "^1.0.7"
} }
} }

View file

@ -10,10 +10,10 @@
"astro": "astro" "astro": "astro"
}, },
"devDependencies": { "devDependencies": {
"@astrojs/alpinejs": "^0.0.1", "@astrojs/alpinejs": "^0.1.0",
"@types/alpinejs": "^3.7.0", "@types/alpinejs": "^3.7.0",
"alpinejs": "^3.10.2", "alpinejs": "^3.10.2",
"astro": "^1.0.6" "astro": "^1.0.7"
}, },
"dependencies": {} "dependencies": {}
} }

View file

@ -11,7 +11,7 @@
}, },
"devDependencies": { "devDependencies": {
"@astrojs/lit": "^1.0.0", "@astrojs/lit": "^1.0.0",
"astro": "^1.0.6" "astro": "^1.0.7"
}, },
"dependencies": { "dependencies": {
"@webcomponents/template-shadowroot": "^0.1.0", "@webcomponents/template-shadowroot": "^0.1.0",

View file

@ -15,7 +15,7 @@
"@astrojs/solid-js": "^1.0.0", "@astrojs/solid-js": "^1.0.0",
"@astrojs/svelte": "^1.0.0", "@astrojs/svelte": "^1.0.0",
"@astrojs/vue": "^1.0.0", "@astrojs/vue": "^1.0.0",
"astro": "^1.0.6" "astro": "^1.0.7"
}, },
"dependencies": { "dependencies": {
"preact": "^10.7.3", "preact": "^10.7.3",

View file

@ -11,7 +11,7 @@
}, },
"devDependencies": { "devDependencies": {
"@astrojs/preact": "^1.0.2", "@astrojs/preact": "^1.0.2",
"astro": "^1.0.6" "astro": "^1.0.7"
}, },
"dependencies": { "dependencies": {
"preact": "^10.7.3" "preact": "^10.7.3"

View file

@ -13,7 +13,7 @@
"@astrojs/react": "^1.0.0", "@astrojs/react": "^1.0.0",
"@types/react": "^18.0.10", "@types/react": "^18.0.10",
"@types/react-dom": "^18.0.5", "@types/react-dom": "^18.0.5",
"astro": "^1.0.6" "astro": "^1.0.7"
}, },
"dependencies": { "dependencies": {
"react": "^18.1.0", "react": "^18.1.0",

View file

@ -11,7 +11,7 @@
}, },
"devDependencies": { "devDependencies": {
"@astrojs/solid-js": "^1.0.0", "@astrojs/solid-js": "^1.0.0",
"astro": "^1.0.6" "astro": "^1.0.7"
}, },
"dependencies": { "dependencies": {
"solid-js": "^1.4.3" "solid-js": "^1.4.3"

View file

@ -11,7 +11,7 @@
}, },
"devDependencies": { "devDependencies": {
"@astrojs/svelte": "^1.0.0", "@astrojs/svelte": "^1.0.0",
"astro": "^1.0.6" "astro": "^1.0.7"
}, },
"dependencies": { "dependencies": {
"svelte": "^3.48.0" "svelte": "^3.48.0"

View file

@ -11,7 +11,7 @@
}, },
"devDependencies": { "devDependencies": {
"@astrojs/vue": "^1.0.0", "@astrojs/vue": "^1.0.0",
"astro": "^1.0.6" "astro": "^1.0.7"
}, },
"dependencies": { "dependencies": {
"vue": "^3.2.37" "vue": "^3.2.37"

View file

@ -10,6 +10,6 @@
"astro": "astro" "astro": "astro"
}, },
"devDependencies": { "devDependencies": {
"astro": "^1.0.6" "astro": "^1.0.7"
} }
} }

View file

@ -10,6 +10,6 @@
"astro": "astro" "astro": "astro"
}, },
"devDependencies": { "devDependencies": {
"astro": "^1.0.6" "astro": "^1.0.7"
} }
} }

View file

@ -11,7 +11,7 @@
}, },
"devDependencies": { "devDependencies": {
"@astrojs/preact": "^1.0.2", "@astrojs/preact": "^1.0.2",
"astro": "^1.0.6", "astro": "^1.0.7",
"sass": "^1.52.2" "sass": "^1.52.2"
}, },
"dependencies": { "dependencies": {

View file

@ -13,7 +13,7 @@
"devDependencies": { "devDependencies": {
"@astrojs/node": "^1.0.0", "@astrojs/node": "^1.0.0",
"@astrojs/svelte": "^1.0.0", "@astrojs/svelte": "^1.0.0",
"astro": "^1.0.6", "astro": "^1.0.7",
"concurrently": "^7.2.1", "concurrently": "^7.2.1",
"lightcookie": "^1.0.25", "lightcookie": "^1.0.25",
"unocss": "^0.15.6", "unocss": "^0.15.6",

View file

@ -11,7 +11,7 @@
}, },
"devDependencies": { "devDependencies": {
"@astrojs/react": "^1.0.0", "@astrojs/react": "^1.0.0",
"astro": "^1.0.6" "astro": "^1.0.7"
}, },
"dependencies": { "dependencies": {
"react": "^18.1.0", "react": "^18.1.0",

View file

@ -11,7 +11,7 @@
}, },
"devDependencies": { "devDependencies": {
"@astrojs/markdown-remark": "^1.0.0", "@astrojs/markdown-remark": "^1.0.0",
"astro": "^1.0.6", "astro": "^1.0.7",
"hast-util-select": "5.0.1", "hast-util-select": "5.0.1",
"rehype-autolink-headings": "^6.1.1", "rehype-autolink-headings": "^6.1.1",
"rehype-slug": "^5.0.1", "rehype-slug": "^5.0.1",

View file

@ -11,6 +11,6 @@
}, },
"devDependencies": { "devDependencies": {
"@astrojs/markdown-remark": "^1.0.0", "@astrojs/markdown-remark": "^1.0.0",
"astro": "^1.0.6" "astro": "^1.0.7"
} }
} }

View file

@ -12,7 +12,7 @@
"devDependencies": { "devDependencies": {
"@astrojs/mdx": "^0.10.0", "@astrojs/mdx": "^0.10.0",
"@astrojs/preact": "^1.0.2", "@astrojs/preact": "^1.0.2",
"astro": "^1.0.6", "astro": "^1.0.7",
"preact": "^10.6.5" "preact": "^10.6.5"
} }
} }

View file

@ -16,6 +16,6 @@
}, },
"devDependencies": { "devDependencies": {
"@astrojs/preact": "^1.0.2", "@astrojs/preact": "^1.0.2",
"astro": "^1.0.6" "astro": "^1.0.7"
} }
} }

View file

@ -11,7 +11,7 @@
}, },
"devDependencies": { "devDependencies": {
"@astrojs/tailwind": "^1.0.0", "@astrojs/tailwind": "^1.0.0",
"astro": "^1.0.6", "astro": "^1.0.7",
"autoprefixer": "^10.4.7", "autoprefixer": "^10.4.7",
"canvas-confetti": "^1.5.1", "canvas-confetti": "^1.5.1",
"postcss": "^8.4.14", "postcss": "^8.4.14",

View file

@ -10,7 +10,7 @@
"astro": "astro" "astro": "astro"
}, },
"devDependencies": { "devDependencies": {
"astro": "^1.0.6", "astro": "^1.0.7",
"vite-plugin-pwa": "0.11.11", "vite-plugin-pwa": "0.11.11",
"workbox-window": "^6.5.3" "workbox-window": "^6.5.3"
} }

View file

@ -12,7 +12,7 @@
"test": "vitest" "test": "vitest"
}, },
"devDependencies": { "devDependencies": {
"astro": "^1.0.6", "astro": "^1.0.7",
"vitest": "^0.20.3" "vitest": "^0.20.3"
} }
} }

View file

@ -1,5 +1,23 @@
# astro # astro
## 1.0.7
### Patch Changes
- [#4415](https://github.com/withastro/astro/pull/4415) [`39088e11d`](https://github.com/withastro/astro/commit/39088e11db2ab69b370616d7cb369952cd9fd266) Thanks [@bluwy](https://github.com/bluwy)! - Bump Vite to 3.0.9
* [#4362](https://github.com/withastro/astro/pull/4362) [`aa5118e85`](https://github.com/withastro/astro/commit/aa5118e8543bb9ed240681acdabfcc09bdbb5438) Thanks [@joseph-lozano](https://github.com/joseph-lozano)! - Allow user config to set `markdown.drafts` option
- [#4344](https://github.com/withastro/astro/pull/4344) [`500332a42`](https://github.com/withastro/astro/commit/500332a426c8fa43e6534f0e41de5fc902f98ccd) Thanks [@bluwy](https://github.com/bluwy)! - Refactor static build config merge
* [#4364](https://github.com/withastro/astro/pull/4364) [`77b068086`](https://github.com/withastro/astro/commit/77b068086d923e99eb693d1c57b7d6cd906a1e8a) Thanks [@bluwy](https://github.com/bluwy)! - Preserve all error stack lines
- [#4405](https://github.com/withastro/astro/pull/4405) [`a70f69a06`](https://github.com/withastro/astro/commit/a70f69a06c069781c56393289f82efc1251fc37b) Thanks [@FredKSchott](https://github.com/FredKSchott)! - Refactor JSX build plugin, improve performance
* [#4356](https://github.com/withastro/astro/pull/4356) [`beed20be4`](https://github.com/withastro/astro/commit/beed20be4a4dd01a52cff49887420b6a8b92b1a9) Thanks [@delucis](https://github.com/delucis)! - Provide correct MIME type for dynamic endpoint routes in dev
- [#4375](https://github.com/withastro/astro/pull/4375) [`5e82f6c24`](https://github.com/withastro/astro/commit/5e82f6c245be332764fcd5a90be491a430655c87) Thanks [@matthewp](https://github.com/matthewp)! - Fixes race condition between directives being defined
## 1.0.6 ## 1.0.6
### Patch Changes ### Patch Changes

View file

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

View file

@ -0,0 +1,7 @@
# @astrojs/alpinejs
## 0.1.0
### Minor Changes
- [#4406](https://github.com/withastro/astro/pull/4406) [`7310e8a17`](https://github.com/withastro/astro/commit/7310e8a1780dff2ffb57f8a6cfd3d021d019f6b8) Thanks [@FredKSchott](https://github.com/FredKSchott)! - Add new official Alpine.js integration

View file

@ -1,7 +1,7 @@
{ {
"name": "@astrojs/alpinejs", "name": "@astrojs/alpinejs",
"description": "The official Alpine.js integration for Astro.", "description": "The official Alpine.js integration for Astro.",
"version": "0.0.1", "version": "0.1.0",
"type": "module", "type": "module",
"types": "./dist/index.d.ts", "types": "./dist/index.d.ts",
"author": "withastro", "author": "withastro",

View file

@ -1,5 +1,11 @@
# @astrojs/image # @astrojs/image
## 0.3.5
### Patch Changes
- [#4342](https://github.com/withastro/astro/pull/4342) [`c4af8723b`](https://github.com/withastro/astro/commit/c4af8723bd232d78d24dbd58feaef87dbaec07c7) Thanks [@tony-sull](https://github.com/tony-sull)! - The integration now includes a logger to better track progress in SSG builds. Use the new `logLevel: "debug"` integration option to see detailed logs of every image transformation built in your project.
## 0.3.4 ## 0.3.4
### Patch Changes ### Patch Changes

View file

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

View file

@ -1,5 +1,11 @@
# @astrojs/vercel # @astrojs/vercel
## 1.0.1
### Patch Changes
- [#4421](https://github.com/withastro/astro/pull/4421) [`7820096e1`](https://github.com/withastro/astro/commit/7820096e1ba29ecc58aa7e13311a255acd2fe977) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Fix react-dom on Vercel edge
## 1.0.0 ## 1.0.0
### Major Changes ### Major Changes
@ -53,7 +59,7 @@
The new `Astro.clientAddress` property allows you to get the IP address of the requested user. The new `Astro.clientAddress` property allows you to get the IP address of the requested user.
```astro ```astro
<div>Your address {Astro.clientAddress}</div>
``` ```
This property is only available when building for SSR, and only if the adapter you are using supports providing the IP address. If you attempt to access the property in a SSG app it will throw an error. This property is only available when building for SSR, and only if the adapter you are using supports providing the IP address. If you attempt to access the property in a SSG app it will throw an error.

View file

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

View file

@ -56,7 +56,7 @@ importers:
examples/basics: examples/basics:
specifiers: specifiers:
astro: ^1.0.6 astro: ^1.0.7
devDependencies: devDependencies:
astro: link:../../packages/astro astro: link:../../packages/astro
@ -65,7 +65,7 @@ importers:
'@astrojs/mdx': ^0.10.0 '@astrojs/mdx': ^0.10.0
'@astrojs/rss': ^1.0.0 '@astrojs/rss': ^1.0.0
'@astrojs/sitemap': ^1.0.0 '@astrojs/sitemap': ^1.0.0
astro: ^1.0.6 astro: ^1.0.7
devDependencies: devDependencies:
'@astrojs/mdx': link:../../packages/integrations/mdx '@astrojs/mdx': link:../../packages/integrations/mdx
'@astrojs/rss': link:../../packages/astro-rss '@astrojs/rss': link:../../packages/astro-rss
@ -74,14 +74,14 @@ importers:
examples/component: examples/component:
specifiers: specifiers:
astro: ^1.0.6 astro: ^1.0.7
devDependencies: devDependencies:
astro: link:../../packages/astro astro: link:../../packages/astro
examples/component/demo: examples/component/demo:
specifiers: specifiers:
'@example/my-component': workspace:* '@example/my-component': workspace:*
astro: ^1.0.6 astro: ^1.0.7
devDependencies: devDependencies:
'@example/my-component': link:../packages/my-component '@example/my-component': link:../packages/my-component
astro: link:../../../packages/astro astro: link:../../../packages/astro
@ -97,7 +97,7 @@ importers:
'@docsearch/css': ^3.1.0 '@docsearch/css': ^3.1.0
'@docsearch/react': ^3.1.0 '@docsearch/react': ^3.1.0
'@types/react': ^17.0.45 '@types/react': ^17.0.45
astro: ^1.0.6 astro: ^1.0.7
preact: ^10.7.3 preact: ^10.7.3
react: ^18.1.0 react: ^18.1.0
react-dom: ^18.1.0 react-dom: ^18.1.0
@ -116,16 +116,16 @@ importers:
examples/env-vars: examples/env-vars:
specifiers: specifiers:
astro: ^1.0.6 astro: ^1.0.7
devDependencies: devDependencies:
astro: link:../../packages/astro astro: link:../../packages/astro
examples/framework-alpine: examples/framework-alpine:
specifiers: specifiers:
'@astrojs/alpinejs': ^0.0.1 '@astrojs/alpinejs': ^0.1.0
'@types/alpinejs': ^3.7.0 '@types/alpinejs': ^3.7.0
alpinejs: ^3.10.2 alpinejs: ^3.10.2
astro: ^1.0.6 astro: ^1.0.7
devDependencies: devDependencies:
'@astrojs/alpinejs': link:../../packages/integrations/alpinejs '@astrojs/alpinejs': link:../../packages/integrations/alpinejs
'@types/alpinejs': 3.7.0 '@types/alpinejs': 3.7.0
@ -136,7 +136,7 @@ importers:
specifiers: specifiers:
'@astrojs/lit': ^1.0.0 '@astrojs/lit': ^1.0.0
'@webcomponents/template-shadowroot': ^0.1.0 '@webcomponents/template-shadowroot': ^0.1.0
astro: ^1.0.6 astro: ^1.0.7
lit: ^2.2.5 lit: ^2.2.5
dependencies: dependencies:
'@webcomponents/template-shadowroot': 0.1.0 '@webcomponents/template-shadowroot': 0.1.0
@ -152,7 +152,7 @@ importers:
'@astrojs/solid-js': ^1.0.0 '@astrojs/solid-js': ^1.0.0
'@astrojs/svelte': ^1.0.0 '@astrojs/svelte': ^1.0.0
'@astrojs/vue': ^1.0.0 '@astrojs/vue': ^1.0.0
astro: ^1.0.6 astro: ^1.0.7
preact: ^10.7.3 preact: ^10.7.3
react: ^18.1.0 react: ^18.1.0
react-dom: ^18.1.0 react-dom: ^18.1.0
@ -177,7 +177,7 @@ importers:
examples/framework-preact: examples/framework-preact:
specifiers: specifiers:
'@astrojs/preact': ^1.0.2 '@astrojs/preact': ^1.0.2
astro: ^1.0.6 astro: ^1.0.7
preact: ^10.7.3 preact: ^10.7.3
dependencies: dependencies:
preact: 10.10.2 preact: 10.10.2
@ -190,7 +190,7 @@ importers:
'@astrojs/react': ^1.0.0 '@astrojs/react': ^1.0.0
'@types/react': ^18.0.10 '@types/react': ^18.0.10
'@types/react-dom': ^18.0.5 '@types/react-dom': ^18.0.5
astro: ^1.0.6 astro: ^1.0.7
react: ^18.1.0 react: ^18.1.0
react-dom: ^18.1.0 react-dom: ^18.1.0
dependencies: dependencies:
@ -205,7 +205,7 @@ importers:
examples/framework-solid: examples/framework-solid:
specifiers: specifiers:
'@astrojs/solid-js': ^1.0.0 '@astrojs/solid-js': ^1.0.0
astro: ^1.0.6 astro: ^1.0.7
solid-js: ^1.4.3 solid-js: ^1.4.3
dependencies: dependencies:
solid-js: 1.4.8 solid-js: 1.4.8
@ -216,7 +216,7 @@ importers:
examples/framework-svelte: examples/framework-svelte:
specifiers: specifiers:
'@astrojs/svelte': ^1.0.0 '@astrojs/svelte': ^1.0.0
astro: ^1.0.6 astro: ^1.0.7
svelte: ^3.48.0 svelte: ^3.48.0
dependencies: dependencies:
svelte: 3.49.0 svelte: 3.49.0
@ -227,7 +227,7 @@ importers:
examples/framework-vue: examples/framework-vue:
specifiers: specifiers:
'@astrojs/vue': ^1.0.0 '@astrojs/vue': ^1.0.0
astro: ^1.0.6 astro: ^1.0.7
vue: ^3.2.37 vue: ^3.2.37
dependencies: dependencies:
vue: 3.2.37 vue: 3.2.37
@ -237,20 +237,20 @@ importers:
examples/minimal: examples/minimal:
specifiers: specifiers:
astro: ^1.0.6 astro: ^1.0.7
devDependencies: devDependencies:
astro: link:../../packages/astro astro: link:../../packages/astro
examples/non-html-pages: examples/non-html-pages:
specifiers: specifiers:
astro: ^1.0.6 astro: ^1.0.7
devDependencies: devDependencies:
astro: link:../../packages/astro astro: link:../../packages/astro
examples/portfolio: examples/portfolio:
specifiers: specifiers:
'@astrojs/preact': ^1.0.2 '@astrojs/preact': ^1.0.2
astro: ^1.0.6 astro: ^1.0.7
preact: ^10.7.3 preact: ^10.7.3
sass: ^1.52.2 sass: ^1.52.2
dependencies: dependencies:
@ -264,7 +264,7 @@ importers:
specifiers: specifiers:
'@astrojs/node': ^1.0.0 '@astrojs/node': ^1.0.0
'@astrojs/svelte': ^1.0.0 '@astrojs/svelte': ^1.0.0
astro: ^1.0.6 astro: ^1.0.7
concurrently: ^7.2.1 concurrently: ^7.2.1
lightcookie: ^1.0.25 lightcookie: ^1.0.25
svelte: ^3.48.0 svelte: ^3.48.0
@ -284,7 +284,7 @@ importers:
examples/subpath: examples/subpath:
specifiers: specifiers:
'@astrojs/react': ^1.0.0 '@astrojs/react': ^1.0.0
astro: ^1.0.6 astro: ^1.0.7
react: ^18.1.0 react: ^18.1.0
react-dom: ^18.1.0 react-dom: ^18.1.0
dependencies: dependencies:
@ -297,7 +297,7 @@ importers:
examples/with-markdown-plugins: examples/with-markdown-plugins:
specifiers: specifiers:
'@astrojs/markdown-remark': ^1.0.0 '@astrojs/markdown-remark': ^1.0.0
astro: ^1.0.6 astro: ^1.0.7
hast-util-select: 5.0.1 hast-util-select: 5.0.1
rehype-autolink-headings: ^6.1.1 rehype-autolink-headings: ^6.1.1
rehype-slug: ^5.0.1 rehype-slug: ^5.0.1
@ -315,7 +315,7 @@ importers:
examples/with-markdown-shiki: examples/with-markdown-shiki:
specifiers: specifiers:
'@astrojs/markdown-remark': ^1.0.0 '@astrojs/markdown-remark': ^1.0.0
astro: ^1.0.6 astro: ^1.0.7
devDependencies: devDependencies:
'@astrojs/markdown-remark': link:../../packages/markdown/remark '@astrojs/markdown-remark': link:../../packages/markdown/remark
astro: link:../../packages/astro astro: link:../../packages/astro
@ -324,7 +324,7 @@ importers:
specifiers: specifiers:
'@astrojs/mdx': ^0.10.0 '@astrojs/mdx': ^0.10.0
'@astrojs/preact': ^1.0.2 '@astrojs/preact': ^1.0.2
astro: ^1.0.6 astro: ^1.0.7
preact: ^10.6.5 preact: ^10.6.5
devDependencies: devDependencies:
'@astrojs/mdx': link:../../packages/integrations/mdx '@astrojs/mdx': link:../../packages/integrations/mdx
@ -336,7 +336,7 @@ importers:
specifiers: specifiers:
'@astrojs/preact': ^1.0.2 '@astrojs/preact': ^1.0.2
'@nanostores/preact': ^0.1.3 '@nanostores/preact': ^0.1.3
astro: ^1.0.6 astro: ^1.0.7
nanostores: ^0.5.12 nanostores: ^0.5.12
preact: ^10.7.3 preact: ^10.7.3
dependencies: dependencies:
@ -350,7 +350,7 @@ importers:
examples/with-tailwindcss: examples/with-tailwindcss:
specifiers: specifiers:
'@astrojs/tailwind': ^1.0.0 '@astrojs/tailwind': ^1.0.0
astro: ^1.0.6 astro: ^1.0.7
autoprefixer: ^10.4.7 autoprefixer: ^10.4.7
canvas-confetti: ^1.5.1 canvas-confetti: ^1.5.1
postcss: ^8.4.14 postcss: ^8.4.14
@ -361,21 +361,21 @@ importers:
autoprefixer: 10.4.8_postcss@8.4.16 autoprefixer: 10.4.8_postcss@8.4.16
canvas-confetti: 1.5.1 canvas-confetti: 1.5.1
postcss: 8.4.16 postcss: 8.4.16
tailwindcss: 3.1.8_postcss@8.4.16 tailwindcss: 3.1.8
examples/with-vite-plugin-pwa: examples/with-vite-plugin-pwa:
specifiers: specifiers:
astro: ^1.0.6 astro: ^1.0.7
vite-plugin-pwa: 0.11.11 vite-plugin-pwa: 0.11.11
workbox-window: ^6.5.3 workbox-window: ^6.5.3
devDependencies: devDependencies:
astro: link:../../packages/astro astro: link:../../packages/astro
vite-plugin-pwa: 0.11.11_workbox-window@6.5.4 vite-plugin-pwa: 0.11.11
workbox-window: 6.5.4 workbox-window: 6.5.4
examples/with-vitest: examples/with-vitest:
specifiers: specifiers:
astro: ^1.0.6 astro: ^1.0.7
vitest: ^0.20.3 vitest: ^0.20.3
devDependencies: devDependencies:
astro: link:../../packages/astro astro: link:../../packages/astro
@ -2025,7 +2025,7 @@ importers:
astro: link:../../.. astro: link:../../..
autoprefixer: 10.4.8_postcss@8.4.16 autoprefixer: 10.4.8_postcss@8.4.16
postcss: 8.4.16 postcss: 8.4.16
tailwindcss: 3.1.8_postcss@8.4.16 tailwindcss: 3.1.8
packages/astro/test/fixtures/type-imports: packages/astro/test/fixtures/type-imports:
specifiers: specifiers:
@ -2564,7 +2564,7 @@ importers:
'@proload/core': 0.3.2 '@proload/core': 0.3.2
autoprefixer: 10.4.8_postcss@8.4.16 autoprefixer: 10.4.8_postcss@8.4.16
postcss: 8.4.16 postcss: 8.4.16
tailwindcss: 3.1.8_postcss@8.4.16 tailwindcss: 3.1.8
devDependencies: devDependencies:
astro: link:../../astro astro: link:../../astro
astro-scripts: link:../../../scripts astro-scripts: link:../../../scripts
@ -15891,12 +15891,10 @@ packages:
tslib: 2.4.0 tslib: 2.4.0
dev: true dev: true
/tailwindcss/3.1.8_postcss@8.4.16: /tailwindcss/3.1.8:
resolution: {integrity: sha512-YSneUCZSFDYMwk+TGq8qYFdCA3yfBRdBlS7txSq0LUmzyeqRe3a8fBQzbz9M3WS/iFT4BNf/nmw9mEzrnSaC0g==} resolution: {integrity: sha512-YSneUCZSFDYMwk+TGq8qYFdCA3yfBRdBlS7txSq0LUmzyeqRe3a8fBQzbz9M3WS/iFT4BNf/nmw9mEzrnSaC0g==}
engines: {node: '>=12.13.0'} engines: {node: '>=12.13.0'}
hasBin: true hasBin: true
peerDependencies:
postcss: ^8.0.9
dependencies: dependencies:
arg: 5.0.2 arg: 5.0.2
chokidar: 3.5.3 chokidar: 3.5.3
@ -16646,11 +16644,10 @@ packages:
magic-string: 0.26.2 magic-string: 0.26.2
dev: true dev: true
/vite-plugin-pwa/0.11.11_workbox-window@6.5.4: /vite-plugin-pwa/0.11.11:
resolution: {integrity: sha512-/nSLS7VfGN5UrL4a1ALGEQAyga/H0hYZjEkwPehiEFW1PM1DTi1A8GkPCsmevKwR6vt10P+5wS1wrvSgwQemzw==} resolution: {integrity: sha512-/nSLS7VfGN5UrL4a1ALGEQAyga/H0hYZjEkwPehiEFW1PM1DTi1A8GkPCsmevKwR6vt10P+5wS1wrvSgwQemzw==}
peerDependencies: peerDependencies:
vite: ^2.0.0 vite: ^2.0.0
workbox-window: ^6.4.0
peerDependenciesMeta: peerDependenciesMeta:
vite: vite:
optional: true optional: true