[ci] release (#3774)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Fred K. Bot 2022-06-30 11:39:44 -07:00 committed by GitHub
parent bf44b2ab88
commit d07ad8a782
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
56 changed files with 153 additions and 139 deletions

View file

@ -1,5 +0,0 @@
---
'@astrojs/prefetch': patch
---
Fix integration name (`prefetch` instead of `lit`)

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Fix an issue with throwAndExit not awaiting

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Internal changes needed to support `@astrojs/mdx`

View file

@ -1,5 +0,0 @@
---
'@astrojs/mdx': patch
---
Initial release! 🎉

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Fix an issue with unfriendly config validation error output

View file

@ -1,11 +0,0 @@
---
'@astrojs/deno': patch
'@astrojs/netlify': patch
'@astrojs/node': patch
'@astrojs/partytown': patch
'@astrojs/sitemap': patch
'@astrojs/vercel': patch
'@astrojs/telemetry': patch
---
Update READMEs

View file

@ -9,6 +9,6 @@
"preview": "astro preview" "preview": "astro preview"
}, },
"devDependencies": { "devDependencies": {
"astro": "^1.0.0-beta.59" "astro": "^1.0.0-beta.60"
} }
} }

View file

@ -10,7 +10,7 @@
}, },
"devDependencies": { "devDependencies": {
"@astrojs/preact": "^0.3.1", "@astrojs/preact": "^0.3.1",
"astro": "^1.0.0-beta.59", "astro": "^1.0.0-beta.60",
"sass": "^1.52.2" "sass": "^1.52.2"
}, },
"dependencies": { "dependencies": {

View file

@ -10,7 +10,7 @@
}, },
"devDependencies": { "devDependencies": {
"@astrojs/preact": "^0.3.1", "@astrojs/preact": "^0.3.1",
"astro": "^1.0.0-beta.59" "astro": "^1.0.0-beta.60"
}, },
"dependencies": { "dependencies": {
"preact": "^10.7.3" "preact": "^10.7.3"

View file

@ -10,6 +10,6 @@
}, },
"devDependencies": { "devDependencies": {
"@example/my-component": "workspace:*", "@example/my-component": "workspace:*",
"astro": "^1.0.0-beta.59" "astro": "^1.0.0-beta.60"
} }
} }

View file

@ -8,6 +8,6 @@
"serve": "astro --root demo preview" "serve": "astro --root demo preview"
}, },
"devDependencies": { "devDependencies": {
"astro": "^1.0.0-beta.59" "astro": "^1.0.0-beta.60"
} }
} }

View file

@ -20,6 +20,6 @@
"devDependencies": { "devDependencies": {
"@astrojs/preact": "^0.3.1", "@astrojs/preact": "^0.3.1",
"@astrojs/react": "^0.2.0", "@astrojs/react": "^0.2.0",
"astro": "^1.0.0-beta.59" "astro": "^1.0.0-beta.60"
} }
} }

View file

@ -9,6 +9,6 @@
"preview": "astro preview" "preview": "astro preview"
}, },
"devDependencies": { "devDependencies": {
"astro": "^1.0.0-beta.59" "astro": "^1.0.0-beta.60"
} }
} }

View file

@ -9,7 +9,7 @@
"preview": "astro preview" "preview": "astro preview"
}, },
"devDependencies": { "devDependencies": {
"astro": "^1.0.0-beta.59" "astro": "^1.0.0-beta.60"
}, },
"dependencies": { "dependencies": {
"alpinejs": "^3.10.2" "alpinejs": "^3.10.2"

View file

@ -10,7 +10,7 @@
}, },
"devDependencies": { "devDependencies": {
"@astrojs/lit": "^0.3.0", "@astrojs/lit": "^0.3.0",
"astro": "^1.0.0-beta.59" "astro": "^1.0.0-beta.60"
}, },
"dependencies": { "dependencies": {
"@webcomponents/template-shadowroot": "^0.1.0", "@webcomponents/template-shadowroot": "^0.1.0",

View file

@ -15,7 +15,7 @@
"@astrojs/solid-js": "^0.2.0", "@astrojs/solid-js": "^0.2.0",
"@astrojs/svelte": "^0.2.0", "@astrojs/svelte": "^0.2.0",
"@astrojs/vue": "^0.2.0", "@astrojs/vue": "^0.2.0",
"astro": "^1.0.0-beta.59" "astro": "^1.0.0-beta.60"
}, },
"dependencies": { "dependencies": {
"@webcomponents/template-shadowroot": "^0.1.0", "@webcomponents/template-shadowroot": "^0.1.0",

View file

@ -10,7 +10,7 @@
}, },
"devDependencies": { "devDependencies": {
"@astrojs/preact": "^0.3.1", "@astrojs/preact": "^0.3.1",
"astro": "^1.0.0-beta.59" "astro": "^1.0.0-beta.60"
}, },
"dependencies": { "dependencies": {
"preact": "^10.7.3" "preact": "^10.7.3"

View file

@ -12,7 +12,7 @@
"@astrojs/react": "^0.2.0", "@astrojs/react": "^0.2.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.0-beta.59" "astro": "^1.0.0-beta.60"
}, },
"dependencies": { "dependencies": {
"react": "^18.1.0", "react": "^18.1.0",

View file

@ -10,7 +10,7 @@
}, },
"devDependencies": { "devDependencies": {
"@astrojs/solid-js": "^0.2.0", "@astrojs/solid-js": "^0.2.0",
"astro": "^1.0.0-beta.59" "astro": "^1.0.0-beta.60"
}, },
"dependencies": { "dependencies": {
"solid-js": "^1.4.3" "solid-js": "^1.4.3"

View file

@ -10,7 +10,7 @@
}, },
"devDependencies": { "devDependencies": {
"@astrojs/svelte": "^0.2.0", "@astrojs/svelte": "^0.2.0",
"astro": "^1.0.0-beta.59" "astro": "^1.0.0-beta.60"
}, },
"dependencies": { "dependencies": {
"svelte": "^3.48.0" "svelte": "^3.48.0"

View file

@ -10,7 +10,7 @@
}, },
"devDependencies": { "devDependencies": {
"@astrojs/vue": "^0.2.0", "@astrojs/vue": "^0.2.0",
"astro": "^1.0.0-beta.59" "astro": "^1.0.0-beta.60"
}, },
"dependencies": { "dependencies": {
"vue": "^3.2.37" "vue": "^3.2.37"

View file

@ -10,13 +10,13 @@
}, },
"devDependencies": { "devDependencies": {
"@astrojs/lit": "^0.3.0", "@astrojs/lit": "^0.3.0",
"@astrojs/partytown": "^0.1.5", "@astrojs/partytown": "^0.1.6",
"@astrojs/react": "^0.2.0", "@astrojs/react": "^0.2.0",
"@astrojs/sitemap": "^0.2.3", "@astrojs/sitemap": "^0.2.4",
"@astrojs/solid-js": "0.2.0", "@astrojs/solid-js": "0.2.0",
"@astrojs/tailwind": "^0.2.2", "@astrojs/tailwind": "^0.2.2",
"@astrojs/turbolinks": "^0.1.3", "@astrojs/turbolinks": "^0.1.3",
"astro": "^1.0.0-beta.59", "astro": "^1.0.0-beta.60",
"solid-js": "^1.4.3" "solid-js": "^1.4.3"
}, },
"dependencies": { "dependencies": {

View file

@ -9,6 +9,6 @@
"preview": "astro preview" "preview": "astro preview"
}, },
"devDependencies": { "devDependencies": {
"astro": "^1.0.0-beta.59" "astro": "^1.0.0-beta.60"
} }
} }

View file

@ -9,6 +9,6 @@
"preview": "astro preview" "preview": "astro preview"
}, },
"devDependencies": { "devDependencies": {
"astro": "^1.0.0-beta.59" "astro": "^1.0.0-beta.60"
} }
} }

View file

@ -10,7 +10,7 @@
}, },
"devDependencies": { "devDependencies": {
"@astrojs/preact": "^0.3.1", "@astrojs/preact": "^0.3.1",
"astro": "^1.0.0-beta.59", "astro": "^1.0.0-beta.60",
"sass": "^1.52.2" "sass": "^1.52.2"
}, },
"dependencies": { "dependencies": {

View file

@ -9,9 +9,9 @@
"server": "node server/server.mjs" "server": "node server/server.mjs"
}, },
"devDependencies": { "devDependencies": {
"@astrojs/node": "^0.1.2", "@astrojs/node": "^0.1.3",
"@astrojs/svelte": "^0.2.0", "@astrojs/svelte": "^0.2.0",
"astro": "^1.0.0-beta.59", "astro": "^1.0.0-beta.60",
"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

@ -9,6 +9,6 @@
"preview": "astro preview" "preview": "astro preview"
}, },
"devDependencies": { "devDependencies": {
"astro": "^1.0.0-beta.59" "astro": "^1.0.0-beta.60"
} }
} }

View file

@ -10,7 +10,7 @@
}, },
"devDependencies": { "devDependencies": {
"@astrojs/react": "^0.2.0", "@astrojs/react": "^0.2.0",
"astro": "^1.0.0-beta.59", "astro": "^1.0.0-beta.60",
"sass": "^1.52.2" "sass": "^1.52.2"
}, },
"dependencies": { "dependencies": {

View file

@ -10,7 +10,7 @@
}, },
"devDependencies": { "devDependencies": {
"@astrojs/markdown-remark": "^0.11.3", "@astrojs/markdown-remark": "^0.11.3",
"astro": "^1.0.0-beta.59", "astro": "^1.0.0-beta.60",
"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

@ -10,6 +10,6 @@
}, },
"devDependencies": { "devDependencies": {
"@astrojs/markdown-remark": "^0.11.3", "@astrojs/markdown-remark": "^0.11.3",
"astro": "^1.0.0-beta.59" "astro": "^1.0.0-beta.60"
} }
} }

View file

@ -14,7 +14,7 @@
"@astrojs/react": "^0.2.0", "@astrojs/react": "^0.2.0",
"@astrojs/svelte": "^0.2.0", "@astrojs/svelte": "^0.2.0",
"@astrojs/vue": "^0.2.0", "@astrojs/vue": "^0.2.0",
"astro": "^1.0.0-beta.59" "astro": "^1.0.0-beta.60"
}, },
"dependencies": { "dependencies": {
"preact": "^10.7.3", "preact": "^10.7.3",

View file

@ -9,9 +9,9 @@
"preview": "astro preview" "preview": "astro preview"
}, },
"devDependencies": { "devDependencies": {
"@astrojs/mdx": "^0.0.1", "@astrojs/mdx": "^0.0.2",
"@astrojs/preact": "^0.2.0", "@astrojs/preact": "^0.3.1",
"astro": "^1.0.0-beta.58", "astro": "^1.0.0-beta.60",
"preact": "^10.6.5" "preact": "^10.6.5"
} }
} }

View file

@ -25,6 +25,6 @@
"@astrojs/solid-js": "^0.2.0", "@astrojs/solid-js": "^0.2.0",
"@astrojs/svelte": "^0.2.0", "@astrojs/svelte": "^0.2.0",
"@astrojs/vue": "^0.2.0", "@astrojs/vue": "^0.2.0",
"astro": "^1.0.0-beta.59" "astro": "^1.0.0-beta.60"
} }
} }

View file

@ -10,7 +10,7 @@
}, },
"devDependencies": { "devDependencies": {
"@astrojs/tailwind": "^0.2.2", "@astrojs/tailwind": "^0.2.2",
"astro": "^1.0.0-beta.59", "astro": "^1.0.0-beta.60",
"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

@ -9,7 +9,7 @@
"preview": "astro preview" "preview": "astro preview"
}, },
"devDependencies": { "devDependencies": {
"astro": "^1.0.0-beta.59", "astro": "^1.0.0-beta.60",
"vite-plugin-pwa": "0.11.11", "vite-plugin-pwa": "0.11.11",
"workbox-window": "^6.5.3" "workbox-window": "^6.5.3"
} }

View file

@ -1,5 +1,18 @@
# astro # astro
## 1.0.0-beta.60
### Patch Changes
- [#3779](https://github.com/withastro/astro/pull/3779) [`192c4bcf`](https://github.com/withastro/astro/commit/192c4bcfd69aa44f735866378d8ba08ba902d290) Thanks [@FredKSchott](https://github.com/FredKSchott)! - Fix an issue with throwAndExit not awaiting
* [#3706](https://github.com/withastro/astro/pull/3706) [`032ad1c0`](https://github.com/withastro/astro/commit/032ad1c047a62dd663067cc562537d16f2872aa7) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Internal changes needed to support `@astrojs/mdx`
- [#3768](https://github.com/withastro/astro/pull/3768) [`913591d1`](https://github.com/withastro/astro/commit/913591d13761d7c99f4b5bf547942922736a9f3a) Thanks [@FredKSchott](https://github.com/FredKSchott)! - Fix an issue with unfriendly config validation error output
- Updated dependencies [[`8045c8ad`](https://github.com/withastro/astro/commit/8045c8ade16fe4306448b7f98a4560ef0557d378)]:
- @astrojs/telemetry@0.2.3
## 1.0.0-beta.59 ## 1.0.0-beta.59
### Patch Changes ### Patch Changes

View file

@ -1,6 +1,6 @@
{ {
"name": "astro", "name": "astro",
"version": "1.0.0-beta.59", "version": "1.0.0-beta.60",
"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",
@ -84,7 +84,7 @@
"@astrojs/language-server": "^0.13.4", "@astrojs/language-server": "^0.13.4",
"@astrojs/markdown-remark": "^0.11.3", "@astrojs/markdown-remark": "^0.11.3",
"@astrojs/prism": "0.4.1", "@astrojs/prism": "0.4.1",
"@astrojs/telemetry": "^0.2.2", "@astrojs/telemetry": "^0.2.3",
"@astrojs/webapi": "^0.12.0", "@astrojs/webapi": "^0.12.0",
"@babel/core": "^7.18.2", "@babel/core": "^7.18.2",
"@babel/generator": "^7.18.2", "@babel/generator": "^7.18.2",

View file

@ -1,5 +1,11 @@
# @astrojs/node # @astrojs/node
## 0.1.8
### Patch Changes
- [#3677](https://github.com/withastro/astro/pull/3677) [`8045c8ad`](https://github.com/withastro/astro/commit/8045c8ade16fe4306448b7f98a4560ef0557d378) Thanks [@Jutanium](https://github.com/Jutanium)! - Update READMEs
## 0.1.7 ## 0.1.7
### Patch Changes ### Patch Changes

View file

@ -1,7 +1,7 @@
{ {
"name": "@astrojs/deno", "name": "@astrojs/deno",
"description": "Deploy your site to a Deno server", "description": "Deploy your site to a Deno server",
"version": "0.1.7", "version": "0.1.8",
"type": "module", "type": "module",
"types": "./dist/index.d.ts", "types": "./dist/index.d.ts",
"author": "withastro", "author": "withastro",

View file

@ -0,0 +1,7 @@
# @astrojs/mdx
## 0.0.2
### Patch Changes
- [#3706](https://github.com/withastro/astro/pull/3706) [`032ad1c0`](https://github.com/withastro/astro/commit/032ad1c047a62dd663067cc562537d16f2872aa7) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Initial release! 🎉

View file

@ -1,7 +1,7 @@
{ {
"name": "@astrojs/mdx", "name": "@astrojs/mdx",
"description": "Use MDX within Astro", "description": "Use MDX within Astro",
"version": "0.0.1", "version": "0.0.2",
"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/netlify # @astrojs/netlify
## 0.4.8
### Patch Changes
- [#3677](https://github.com/withastro/astro/pull/3677) [`8045c8ad`](https://github.com/withastro/astro/commit/8045c8ade16fe4306448b7f98a4560ef0557d378) Thanks [@Jutanium](https://github.com/Jutanium)! - Update READMEs
## 0.4.7 ## 0.4.7
### Patch Changes ### Patch Changes

View file

@ -1,7 +1,7 @@
{ {
"name": "@astrojs/netlify", "name": "@astrojs/netlify",
"description": "Deploy your site to Netlify", "description": "Deploy your site to Netlify",
"version": "0.4.7", "version": "0.4.8",
"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/node # @astrojs/node
## 0.1.3
### Patch Changes
- [#3677](https://github.com/withastro/astro/pull/3677) [`8045c8ad`](https://github.com/withastro/astro/commit/8045c8ade16fe4306448b7f98a4560ef0557d378) Thanks [@Jutanium](https://github.com/Jutanium)! - Update READMEs
## 0.1.2 ## 0.1.2
### Patch Changes ### Patch Changes

View file

@ -1,7 +1,7 @@
{ {
"name": "@astrojs/node", "name": "@astrojs/node",
"description": "Deploy your site to a Node.js server", "description": "Deploy your site to a Node.js server",
"version": "0.1.2", "version": "0.1.3",
"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/partytown # @astrojs/partytown
## 0.1.6
### Patch Changes
- [#3677](https://github.com/withastro/astro/pull/3677) [`8045c8ad`](https://github.com/withastro/astro/commit/8045c8ade16fe4306448b7f98a4560ef0557d378) Thanks [@Jutanium](https://github.com/Jutanium)! - Update READMEs
## 0.1.5 ## 0.1.5
### Patch Changes ### Patch Changes

View file

@ -1,7 +1,7 @@
{ {
"name": "@astrojs/partytown", "name": "@astrojs/partytown",
"description": "Astro + Partytown integration", "description": "Astro + Partytown integration",
"version": "0.1.5", "version": "0.1.6",
"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/prefetch # @astrojs/prefetch
## 0.0.3
### Patch Changes
- [#3778](https://github.com/withastro/astro/pull/3778) [`91635f05`](https://github.com/withastro/astro/commit/91635f05df207d33ee8b50a2afe970b94b24ba7b) Thanks [@hippotastic](https://github.com/hippotastic)! - Fix integration name (`prefetch` instead of `lit`)
## 0.0.2 ## 0.0.2
### Patch Changes ### Patch Changes

View file

@ -1,7 +1,7 @@
{ {
"name": "@astrojs/prefetch", "name": "@astrojs/prefetch",
"description": "Faster page navigations by prefetching links when the browser is idle.", "description": "Faster page navigations by prefetching links when the browser is idle.",
"version": "0.0.2", "version": "0.0.3",
"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/sitemap # @astrojs/sitemap
## 0.2.4
### Patch Changes
- [#3677](https://github.com/withastro/astro/pull/3677) [`8045c8ad`](https://github.com/withastro/astro/commit/8045c8ade16fe4306448b7f98a4560ef0557d378) Thanks [@Jutanium](https://github.com/Jutanium)! - Update READMEs
## 0.2.3 ## 0.2.3
### Patch Changes ### Patch Changes

View file

@ -1,7 +1,7 @@
{ {
"name": "@astrojs/sitemap", "name": "@astrojs/sitemap",
"description": "Generate a sitemap for Astro", "description": "Generate a sitemap for Astro",
"version": "0.2.3", "version": "0.2.4",
"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
## 0.2.4
### Patch Changes
- [#3677](https://github.com/withastro/astro/pull/3677) [`8045c8ad`](https://github.com/withastro/astro/commit/8045c8ade16fe4306448b7f98a4560ef0557d378) Thanks [@Jutanium](https://github.com/Jutanium)! - Update READMEs
## 0.2.3 ## 0.2.3
### Patch Changes ### Patch Changes

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": "0.2.3", "version": "0.2.4",
"type": "module", "type": "module",
"author": "withastro", "author": "withastro",
"license": "MIT", "license": "MIT",

View file

@ -1,5 +1,11 @@
# @astrojs/telemetry # @astrojs/telemetry
## 0.2.3
### Patch Changes
- [#3677](https://github.com/withastro/astro/pull/3677) [`8045c8ad`](https://github.com/withastro/astro/commit/8045c8ade16fe4306448b7f98a4560ef0557d378) Thanks [@Jutanium](https://github.com/Jutanium)! - Update READMEs
## 0.2.2 ## 0.2.2
### Patch Changes ### Patch Changes

View file

@ -1,6 +1,6 @@
{ {
"name": "@astrojs/telemetry", "name": "@astrojs/telemetry",
"version": "0.2.2", "version": "0.2.3",
"type": "module", "type": "module",
"types": "./dist/types/index.d.ts", "types": "./dist/types/index.d.ts",
"author": "withastro", "author": "withastro",

View file

@ -49,14 +49,14 @@ importers:
examples/basics: examples/basics:
specifiers: specifiers:
astro: ^1.0.0-beta.59 astro: ^1.0.0-beta.60
devDependencies: devDependencies:
astro: link:../../packages/astro astro: link:../../packages/astro
examples/blog: examples/blog:
specifiers: specifiers:
'@astrojs/preact': ^0.3.1 '@astrojs/preact': ^0.3.1
astro: ^1.0.0-beta.59 astro: ^1.0.0-beta.60
preact: ^10.7.3 preact: ^10.7.3
dependencies: dependencies:
preact: 10.8.2 preact: 10.8.2
@ -67,7 +67,7 @@ importers:
examples/blog-multiple-authors: examples/blog-multiple-authors:
specifiers: specifiers:
'@astrojs/preact': ^0.3.1 '@astrojs/preact': ^0.3.1
astro: ^1.0.0-beta.59 astro: ^1.0.0-beta.60
preact: ^10.7.3 preact: ^10.7.3
sass: ^1.52.2 sass: ^1.52.2
dependencies: dependencies:
@ -79,14 +79,14 @@ importers:
examples/component: examples/component:
specifiers: specifiers:
astro: ^1.0.0-beta.59 astro: ^1.0.0-beta.60
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.0-beta.59 astro: ^1.0.0-beta.60
devDependencies: devDependencies:
'@example/my-component': link:../packages/my-component '@example/my-component': link:../packages/my-component
astro: link:../../../packages/astro astro: link:../../../packages/astro
@ -102,7 +102,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.0-beta.59 astro: ^1.0.0-beta.60
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
@ -121,14 +121,14 @@ importers:
examples/env-vars: examples/env-vars:
specifiers: specifiers:
astro: ^1.0.0-beta.59 astro: ^1.0.0-beta.60
devDependencies: devDependencies:
astro: link:../../packages/astro astro: link:../../packages/astro
examples/framework-alpine: examples/framework-alpine:
specifiers: specifiers:
alpinejs: ^3.10.2 alpinejs: ^3.10.2
astro: ^1.0.0-beta.59 astro: ^1.0.0-beta.60
dependencies: dependencies:
alpinejs: 3.10.2 alpinejs: 3.10.2
devDependencies: devDependencies:
@ -138,7 +138,7 @@ importers:
specifiers: specifiers:
'@astrojs/lit': ^0.3.0 '@astrojs/lit': ^0.3.0
'@webcomponents/template-shadowroot': ^0.1.0 '@webcomponents/template-shadowroot': ^0.1.0
astro: ^1.0.0-beta.59 astro: ^1.0.0-beta.60
lit: ^2.2.5 lit: ^2.2.5
dependencies: dependencies:
'@webcomponents/template-shadowroot': 0.1.0 '@webcomponents/template-shadowroot': 0.1.0
@ -156,7 +156,7 @@ importers:
'@astrojs/svelte': ^0.2.0 '@astrojs/svelte': ^0.2.0
'@astrojs/vue': ^0.2.0 '@astrojs/vue': ^0.2.0
'@webcomponents/template-shadowroot': ^0.1.0 '@webcomponents/template-shadowroot': ^0.1.0
astro: ^1.0.0-beta.59 astro: ^1.0.0-beta.60
lit: ^2.2.5 lit: ^2.2.5
preact: ^10.7.3 preact: ^10.7.3
react: ^18.1.0 react: ^18.1.0
@ -185,7 +185,7 @@ importers:
examples/framework-preact: examples/framework-preact:
specifiers: specifiers:
'@astrojs/preact': ^0.3.1 '@astrojs/preact': ^0.3.1
astro: ^1.0.0-beta.59 astro: ^1.0.0-beta.60
preact: ^10.7.3 preact: ^10.7.3
dependencies: dependencies:
preact: 10.8.2 preact: 10.8.2
@ -198,7 +198,7 @@ importers:
'@astrojs/react': ^0.2.0 '@astrojs/react': ^0.2.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.0-beta.59 astro: ^1.0.0-beta.60
react: ^18.1.0 react: ^18.1.0
react-dom: ^18.1.0 react-dom: ^18.1.0
dependencies: dependencies:
@ -213,7 +213,7 @@ importers:
examples/framework-solid: examples/framework-solid:
specifiers: specifiers:
'@astrojs/solid-js': ^0.2.0 '@astrojs/solid-js': ^0.2.0
astro: ^1.0.0-beta.59 astro: ^1.0.0-beta.60
solid-js: ^1.4.3 solid-js: ^1.4.3
dependencies: dependencies:
solid-js: 1.4.5 solid-js: 1.4.5
@ -224,7 +224,7 @@ importers:
examples/framework-svelte: examples/framework-svelte:
specifiers: specifiers:
'@astrojs/svelte': ^0.2.0 '@astrojs/svelte': ^0.2.0
astro: ^1.0.0-beta.59 astro: ^1.0.0-beta.60
svelte: ^3.48.0 svelte: ^3.48.0
dependencies: dependencies:
svelte: 3.48.0 svelte: 3.48.0
@ -235,7 +235,7 @@ importers:
examples/framework-vue: examples/framework-vue:
specifiers: specifiers:
'@astrojs/vue': ^0.2.0 '@astrojs/vue': ^0.2.0
astro: ^1.0.0-beta.59 astro: ^1.0.0-beta.60
vue: ^3.2.37 vue: ^3.2.37
dependencies: dependencies:
vue: 3.2.37 vue: 3.2.37
@ -246,14 +246,14 @@ importers:
examples/integrations-playground: examples/integrations-playground:
specifiers: specifiers:
'@astrojs/lit': ^0.3.0 '@astrojs/lit': ^0.3.0
'@astrojs/partytown': ^0.1.5 '@astrojs/partytown': ^0.1.6
'@astrojs/react': ^0.2.0 '@astrojs/react': ^0.2.0
'@astrojs/sitemap': ^0.2.3 '@astrojs/sitemap': ^0.2.4
'@astrojs/solid-js': 0.2.0 '@astrojs/solid-js': 0.2.0
'@astrojs/tailwind': ^0.2.2 '@astrojs/tailwind': ^0.2.2
'@astrojs/turbolinks': ^0.1.3 '@astrojs/turbolinks': ^0.1.3
'@webcomponents/template-shadowroot': ^0.1.0 '@webcomponents/template-shadowroot': ^0.1.0
astro: ^1.0.0-beta.59 astro: ^1.0.0-beta.60
lit: ^2.2.5 lit: ^2.2.5
preact: ^10.7.3 preact: ^10.7.3
react: ^18.1.0 react: ^18.1.0
@ -282,20 +282,20 @@ importers:
examples/minimal: examples/minimal:
specifiers: specifiers:
astro: ^1.0.0-beta.59 astro: ^1.0.0-beta.60
devDependencies: devDependencies:
astro: link:../../packages/astro astro: link:../../packages/astro
examples/non-html-pages: examples/non-html-pages:
specifiers: specifiers:
astro: ^1.0.0-beta.59 astro: ^1.0.0-beta.60
devDependencies: devDependencies:
astro: link:../../packages/astro astro: link:../../packages/astro
examples/portfolio: examples/portfolio:
specifiers: specifiers:
'@astrojs/preact': ^0.3.1 '@astrojs/preact': ^0.3.1
astro: ^1.0.0-beta.59 astro: ^1.0.0-beta.60
preact: ^10.7.3 preact: ^10.7.3
sass: ^1.52.2 sass: ^1.52.2
dependencies: dependencies:
@ -307,9 +307,9 @@ importers:
examples/ssr: examples/ssr:
specifiers: specifiers:
'@astrojs/node': ^0.1.2 '@astrojs/node': ^0.1.3
'@astrojs/svelte': ^0.2.0 '@astrojs/svelte': ^0.2.0
astro: ^1.0.0-beta.59 astro: ^1.0.0-beta.60
concurrently: ^7.2.1 concurrently: ^7.2.1
lightcookie: ^1.0.25 lightcookie: ^1.0.25
svelte: ^3.48.0 svelte: ^3.48.0
@ -328,14 +328,14 @@ importers:
examples/starter: examples/starter:
specifiers: specifiers:
astro: ^1.0.0-beta.59 astro: ^1.0.0-beta.60
devDependencies: devDependencies:
astro: link:../../packages/astro astro: link:../../packages/astro
examples/subpath: examples/subpath:
specifiers: specifiers:
'@astrojs/react': ^0.2.0 '@astrojs/react': ^0.2.0
astro: ^1.0.0-beta.59 astro: ^1.0.0-beta.60
react: ^18.1.0 react: ^18.1.0
react-dom: ^18.1.0 react-dom: ^18.1.0
sass: ^1.52.2 sass: ^1.52.2
@ -354,7 +354,7 @@ importers:
'@astrojs/react': ^0.2.0 '@astrojs/react': ^0.2.0
'@astrojs/svelte': ^0.2.0 '@astrojs/svelte': ^0.2.0
'@astrojs/vue': ^0.2.0 '@astrojs/vue': ^0.2.0
astro: ^1.0.0-beta.59 astro: ^1.0.0-beta.60
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
@ -377,7 +377,7 @@ importers:
examples/with-markdown-plugins: examples/with-markdown-plugins:
specifiers: specifiers:
'@astrojs/markdown-remark': ^0.11.3 '@astrojs/markdown-remark': ^0.11.3
astro: ^1.0.0-beta.59 astro: ^1.0.0-beta.60
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
@ -395,20 +395,20 @@ importers:
examples/with-markdown-shiki: examples/with-markdown-shiki:
specifiers: specifiers:
'@astrojs/markdown-remark': ^0.11.3 '@astrojs/markdown-remark': ^0.11.3
astro: ^1.0.0-beta.59 astro: ^1.0.0-beta.60
devDependencies: devDependencies:
'@astrojs/markdown-remark': link:../../packages/markdown/remark '@astrojs/markdown-remark': link:../../packages/markdown/remark
astro: link:../../packages/astro astro: link:../../packages/astro
examples/with-mdx: examples/with-mdx:
specifiers: specifiers:
'@astrojs/mdx': ^0.0.1 '@astrojs/mdx': ^0.0.2
'@astrojs/preact': ^0.2.0 '@astrojs/preact': ^0.3.1
astro: ^1.0.0-beta.58 astro: ^1.0.0-beta.60
preact: ^10.6.5 preact: ^10.6.5
devDependencies: devDependencies:
'@astrojs/mdx': link:../../packages/integrations/mdx '@astrojs/mdx': link:../../packages/integrations/mdx
'@astrojs/preact': 0.2.0_preact@10.8.2 '@astrojs/preact': link:../../packages/integrations/preact
astro: link:../../packages/astro astro: link:../../packages/astro
preact: 10.8.2 preact: 10.8.2
@ -422,7 +422,7 @@ importers:
'@nanostores/preact': ^0.1.3 '@nanostores/preact': ^0.1.3
'@nanostores/react': ^0.1.5 '@nanostores/react': ^0.1.5
'@nanostores/vue': ^0.4.1 '@nanostores/vue': ^0.4.1
astro: ^1.0.0-beta.59 astro: ^1.0.0-beta.60
nanostores: ^0.5.12 nanostores: ^0.5.12
preact: ^10.7.3 preact: ^10.7.3
react: ^18.1.0 react: ^18.1.0
@ -450,7 +450,7 @@ importers:
examples/with-tailwindcss: examples/with-tailwindcss:
specifiers: specifiers:
'@astrojs/tailwind': ^0.2.2 '@astrojs/tailwind': ^0.2.2
astro: ^1.0.0-beta.59 astro: ^1.0.0-beta.60
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
@ -465,7 +465,7 @@ importers:
examples/with-vite-plugin-pwa: examples/with-vite-plugin-pwa:
specifiers: specifiers:
astro: ^1.0.0-beta.59 astro: ^1.0.0-beta.60
vite-plugin-pwa: 0.11.11 vite-plugin-pwa: 0.11.11
workbox-window: ^6.5.3 workbox-window: ^6.5.3
devDependencies: devDependencies:
@ -479,7 +479,7 @@ importers:
'@astrojs/language-server': ^0.13.4 '@astrojs/language-server': ^0.13.4
'@astrojs/markdown-remark': ^0.11.3 '@astrojs/markdown-remark': ^0.11.3
'@astrojs/prism': 0.4.1 '@astrojs/prism': 0.4.1
'@astrojs/telemetry': ^0.2.2 '@astrojs/telemetry': ^0.2.3
'@astrojs/webapi': ^0.12.0 '@astrojs/webapi': ^0.12.0
'@babel/core': ^7.18.2 '@babel/core': ^7.18.2
'@babel/generator': ^7.18.2 '@babel/generator': ^7.18.2
@ -2610,19 +2610,6 @@ packages:
vfile-message: 3.1.2 vfile-message: 3.1.2
dev: false dev: false
/@astrojs/preact/0.2.0_preact@10.8.2:
resolution: {integrity: sha512-AedeRz65mmW8qvS2TR20lS1TdRSXzKY9g3X8k1OlL585XE8ZI5WfucpzNMYMQxNuRvRDoh7imO8JoKt19O/mgg==}
engines: {node: ^14.15.0 || >=16.0.0}
peerDependencies:
preact: ^10.6.5
dependencies:
'@babel/plugin-transform-react-jsx': 7.18.6
preact: 10.8.2
preact-render-to-string: 5.2.0_preact@10.8.2
transitivePeerDependencies:
- '@babel/core'
dev: true
/@astrojs/svelte-language-integration/0.1.6_typescript@4.6.4: /@astrojs/svelte-language-integration/0.1.6_typescript@4.6.4:
resolution: {integrity: sha512-nqczE674kz7GheKSWQwTOL6+NGHghc4INQox048UyHJRaIKHEbCPyFLDBDVY7QJH0jug1komCJ8OZXUn6Z3eLA==} resolution: {integrity: sha512-nqczE674kz7GheKSWQwTOL6+NGHghc4INQox048UyHJRaIKHEbCPyFLDBDVY7QJH0jug1komCJ8OZXUn6Z3eLA==}
dependencies: dependencies:
@ -3275,6 +3262,7 @@ packages:
optional: true optional: true
dependencies: dependencies:
'@babel/helper-plugin-utils': 7.18.6 '@babel/helper-plugin-utils': 7.18.6
dev: false
/@babel/plugin-syntax-jsx/7.18.6_@babel+core@7.18.6: /@babel/plugin-syntax-jsx/7.18.6_@babel+core@7.18.6:
resolution: {integrity: sha512-6mmljtAedFGTWu2p/8WIORGwy+61PLgOMPOdazc7YoJ9ZCWUyFy3A6CpPkRKLKD1ToAesxX8KGEViAiLo9N+7Q==} resolution: {integrity: sha512-6mmljtAedFGTWu2p/8WIORGwy+61PLgOMPOdazc7YoJ9ZCWUyFy3A6CpPkRKLKD1ToAesxX8KGEViAiLo9N+7Q==}
@ -3739,6 +3727,7 @@ packages:
'@babel/helper-plugin-utils': 7.18.6 '@babel/helper-plugin-utils': 7.18.6
'@babel/plugin-syntax-jsx': 7.18.6 '@babel/plugin-syntax-jsx': 7.18.6
'@babel/types': 7.18.7 '@babel/types': 7.18.7
dev: false
/@babel/plugin-transform-react-jsx/7.18.6_@babel+core@7.18.6: /@babel/plugin-transform-react-jsx/7.18.6_@babel+core@7.18.6:
resolution: {integrity: sha512-Mz7xMPxoy9kPS/JScj6fJs03TZ/fZ1dJPlMjRAgTaxaS0fUBk8FV/A2rRgfPsVCZqALNwMexD+0Uaf5zlcKPpw==} resolution: {integrity: sha512-Mz7xMPxoy9kPS/JScj6fJs03TZ/fZ1dJPlMjRAgTaxaS0fUBk8FV/A2rRgfPsVCZqALNwMexD+0Uaf5zlcKPpw==}
@ -8916,11 +8905,6 @@ packages:
/debug/3.2.7: /debug/3.2.7:
resolution: {integrity: sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==} resolution: {integrity: sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==}
peerDependencies:
supports-color: '*'
peerDependenciesMeta:
supports-color:
optional: true
dependencies: dependencies:
ms: 2.1.3 ms: 2.1.3
dev: false dev: false
@ -11973,8 +11957,6 @@ packages:
debug: 3.2.7 debug: 3.2.7
iconv-lite: 0.4.24 iconv-lite: 0.4.24
sax: 1.2.4 sax: 1.2.4
transitivePeerDependencies:
- supports-color
dev: false dev: false
/netmask/2.0.2: /netmask/2.0.2:
@ -12058,8 +12040,6 @@ packages:
rimraf: 2.7.1 rimraf: 2.7.1
semver: 5.7.1 semver: 5.7.1
tar: 4.4.19 tar: 4.4.19
transitivePeerDependencies:
- supports-color
dev: false dev: false
/node-releases/2.0.5: /node-releases/2.0.5:
@ -12978,6 +12958,7 @@ packages:
dependencies: dependencies:
preact: 10.8.2 preact: 10.8.2
pretty-format: 3.8.0 pretty-format: 3.8.0
dev: false
/preact/10.6.6: /preact/10.6.6:
resolution: {integrity: sha512-dgxpTFV2vs4vizwKohYKkk7g7rmp1wOOcfd4Tz3IB3Wi+ivZzsn/SpeKJhRENSE+n8sUfsAl4S3HiCVT923ABw==} resolution: {integrity: sha512-dgxpTFV2vs4vizwKohYKkk7g7rmp1wOOcfd4Tz3IB3Wi+ivZzsn/SpeKJhRENSE+n8sUfsAl4S3HiCVT923ABw==}
@ -13055,6 +13036,7 @@ packages:
/pretty-format/3.8.0: /pretty-format/3.8.0:
resolution: {integrity: sha512-WuxUnVtlWL1OfZFQFuqvnvs6MiAGk9UNsBostyBOB0Is9wb5uRESevA6rnl/rkksXaGX3GzZhPup5d6Vp1nFew==} resolution: {integrity: sha512-WuxUnVtlWL1OfZFQFuqvnvs6MiAGk9UNsBostyBOB0Is9wb5uRESevA6rnl/rkksXaGX3GzZhPup5d6Vp1nFew==}
dev: false
/prismjs/1.28.0: /prismjs/1.28.0:
resolution: {integrity: sha512-8aaXdYvl1F7iC7Xm1spqSaY/OJBpYW3v+KJ+F17iYxvdc8sfjW194COK5wVhMZX45tGteiBQgdvD/nhxcRwylw==} resolution: {integrity: sha512-8aaXdYvl1F7iC7Xm1spqSaY/OJBpYW3v+KJ+F17iYxvdc8sfjW194COK5wVhMZX45tGteiBQgdvD/nhxcRwylw==}