[ci] release (#3903)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Fred K. Bot 2022-07-13 14:16:24 -07:00 committed by GitHub
parent b487679853
commit 056d4d5fd2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
58 changed files with 218 additions and 165 deletions

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Fix: markdown "require is not defined" issue

View file

@ -1,5 +0,0 @@
---
'@astrojs/markdown-remark': patch
---
Don't throw when Shiki doesn't recognize a language

View file

@ -1,14 +0,0 @@
---
"@astrojs/prism": minor
"astro": patch
"create-astro": minor
"@astrojs/mdx": minor
"@astrojs/preact": minor
"@astrojs/react": minor
"@astrojs/solid-js": minor
"@astrojs/svelte": minor
"@astrojs/vue": minor
"@astrojs/telemetry": minor
---
Rollback supported `node@16` version. Minimum versions are now `node@14.20.0` or `node@16.14.0`.

View file

@ -1,5 +0,0 @@
---
'@astrojs/rss': patch
---
Adds error messages for missing required fields

View file

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

View file

@ -9,8 +9,8 @@
"preview": "astro preview"
},
"devDependencies": {
"@astrojs/preact": "^0.4.1",
"astro": "^1.0.0-beta.69",
"@astrojs/preact": "^0.5.0",
"astro": "^1.0.0-beta.70",
"sass": "^1.52.2"
},
"dependencies": {

View file

@ -9,8 +9,8 @@
"preview": "astro preview"
},
"devDependencies": {
"@astrojs/preact": "^0.4.1",
"astro": "^1.0.0-beta.69"
"@astrojs/preact": "^0.5.0",
"astro": "^1.0.0-beta.70"
},
"dependencies": {
"preact": "^10.7.3"

View file

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

View file

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

View file

@ -18,8 +18,8 @@
"react-dom": "^18.1.0"
},
"devDependencies": {
"@astrojs/preact": "^0.4.1",
"@astrojs/react": "^0.3.1",
"astro": "^1.0.0-beta.69"
"@astrojs/preact": "^0.5.0",
"@astrojs/react": "^0.4.0",
"astro": "^1.0.0-beta.70"
}
}

View file

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

View file

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

View file

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

View file

@ -10,12 +10,12 @@
},
"devDependencies": {
"@astrojs/lit": "^0.3.1",
"@astrojs/preact": "^0.4.1",
"@astrojs/react": "^0.3.1",
"@astrojs/solid-js": "^0.3.1",
"@astrojs/svelte": "^0.3.1",
"@astrojs/vue": "^0.3.1",
"astro": "^1.0.0-beta.69"
"@astrojs/preact": "^0.5.0",
"@astrojs/react": "^0.4.0",
"@astrojs/solid-js": "^0.4.0",
"@astrojs/svelte": "^0.4.0",
"@astrojs/vue": "^0.4.0",
"astro": "^1.0.0-beta.70"
},
"dependencies": {
"@webcomponents/template-shadowroot": "^0.1.0",

View file

@ -9,8 +9,8 @@
"preview": "astro preview"
},
"devDependencies": {
"@astrojs/preact": "^0.4.1",
"astro": "^1.0.0-beta.69"
"@astrojs/preact": "^0.5.0",
"astro": "^1.0.0-beta.70"
},
"dependencies": {
"preact": "^10.7.3"

View file

@ -9,10 +9,10 @@
"preview": "astro preview"
},
"devDependencies": {
"@astrojs/react": "^0.3.1",
"@astrojs/react": "^0.4.0",
"@types/react": "^18.0.10",
"@types/react-dom": "^18.0.5",
"astro": "^1.0.0-beta.69"
"astro": "^1.0.0-beta.70"
},
"dependencies": {
"react": "^18.1.0",

View file

@ -9,8 +9,8 @@
"preview": "astro preview"
},
"devDependencies": {
"@astrojs/solid-js": "^0.3.1",
"astro": "^1.0.0-beta.69"
"@astrojs/solid-js": "^0.4.0",
"astro": "^1.0.0-beta.70"
},
"dependencies": {
"solid-js": "^1.4.3"

View file

@ -9,8 +9,8 @@
"preview": "astro preview"
},
"devDependencies": {
"@astrojs/svelte": "^0.3.1",
"astro": "^1.0.0-beta.69"
"@astrojs/svelte": "^0.4.0",
"astro": "^1.0.0-beta.70"
},
"dependencies": {
"svelte": "^3.48.0"

View file

@ -9,8 +9,8 @@
"preview": "astro preview"
},
"devDependencies": {
"@astrojs/vue": "^0.3.1",
"astro": "^1.0.0-beta.69"
"@astrojs/vue": "^0.4.0",
"astro": "^1.0.0-beta.70"
},
"dependencies": {
"vue": "^3.2.37"

View file

@ -11,12 +11,12 @@
"devDependencies": {
"@astrojs/lit": "^0.3.1",
"@astrojs/partytown": "^0.1.8",
"@astrojs/react": "^0.3.1",
"@astrojs/react": "^0.4.0",
"@astrojs/sitemap": "^0.2.6",
"@astrojs/solid-js": "0.3.1",
"@astrojs/solid-js": "0.4.0",
"@astrojs/tailwind": "^0.2.4",
"@astrojs/turbolinks": "^0.1.4",
"astro": "^1.0.0-beta.69",
"astro": "^1.0.0-beta.70",
"solid-js": "^1.4.3"
},
"dependencies": {

View file

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

View file

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

View file

@ -9,8 +9,8 @@
"preview": "astro preview"
},
"devDependencies": {
"@astrojs/preact": "^0.4.1",
"astro": "^1.0.0-beta.69",
"@astrojs/preact": "^0.5.0",
"astro": "^1.0.0-beta.70",
"sass": "^1.52.2"
},
"dependencies": {

View file

@ -10,8 +10,8 @@
},
"devDependencies": {
"@astrojs/node": "^0.1.6",
"@astrojs/svelte": "^0.3.1",
"astro": "^1.0.0-beta.69",
"@astrojs/svelte": "^0.4.0",
"astro": "^1.0.0-beta.70",
"concurrently": "^7.2.1",
"lightcookie": "^1.0.25",
"unocss": "^0.15.6",

View file

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

View file

@ -9,8 +9,8 @@
"preview": "astro preview"
},
"devDependencies": {
"@astrojs/react": "^0.3.1",
"astro": "^1.0.0-beta.69",
"@astrojs/react": "^0.4.0",
"astro": "^1.0.0-beta.70",
"sass": "^1.52.2"
},
"dependencies": {

View file

@ -9,8 +9,8 @@
"preview": "astro preview"
},
"devDependencies": {
"@astrojs/markdown-remark": "^0.11.5",
"astro": "^1.0.0-beta.69",
"@astrojs/markdown-remark": "^0.11.6",
"astro": "^1.0.0-beta.70",
"hast-util-select": "5.0.1",
"rehype-autolink-headings": "^6.1.1",
"rehype-slug": "^5.0.1",

View file

@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
"@astrojs/markdown-remark": "^0.11.5",
"astro": "^1.0.0-beta.69"
"@astrojs/markdown-remark": "^0.11.6",
"astro": "^1.0.0-beta.70"
}
}

View file

@ -9,12 +9,12 @@
"preview": "astro preview"
},
"devDependencies": {
"@astrojs/markdown-remark": "^0.11.5",
"@astrojs/preact": "^0.4.1",
"@astrojs/react": "^0.3.1",
"@astrojs/svelte": "^0.3.1",
"@astrojs/vue": "^0.3.1",
"astro": "^1.0.0-beta.69"
"@astrojs/markdown-remark": "^0.11.6",
"@astrojs/preact": "^0.5.0",
"@astrojs/react": "^0.4.0",
"@astrojs/svelte": "^0.4.0",
"@astrojs/vue": "^0.4.0",
"astro": "^1.0.0-beta.70"
},
"dependencies": {
"preact": "^10.7.3",

View file

@ -9,9 +9,9 @@
"preview": "astro preview"
},
"devDependencies": {
"@astrojs/mdx": "^0.1.1",
"@astrojs/preact": "^0.4.1",
"astro": "^1.0.0-beta.69",
"@astrojs/mdx": "^0.2.0",
"@astrojs/preact": "^0.5.0",
"astro": "^1.0.0-beta.70",
"preact": "^10.6.5"
}
}

View file

@ -14,7 +14,7 @@
"preact": "^10.7.3"
},
"devDependencies": {
"@astrojs/preact": "^0.4.1",
"astro": "^1.0.0-beta.69"
"@astrojs/preact": "^0.5.0",
"astro": "^1.0.0-beta.70"
}
}

View file

@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/tailwind": "^0.2.4",
"astro": "^1.0.0-beta.69",
"astro": "^1.0.0-beta.70",
"autoprefixer": "^10.4.7",
"canvas-confetti": "^1.5.1",
"postcss": "^8.4.14",

View file

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

View file

@ -1,5 +1,11 @@
# @astrojs/prism
## 0.6.0
### Minor Changes
- [#3914](https://github.com/withastro/astro/pull/3914) [`b48767985`](https://github.com/withastro/astro/commit/b48767985359bd359df8071324952ea5f2bc0d86) Thanks [@ran-dall](https://github.com/ran-dall)! - Rollback supported `node@16` version. Minimum versions are now `node@14.20.0` or `node@16.14.0`.
## 0.5.0
### Minor Changes

View file

@ -1,6 +1,6 @@
{
"name": "@astrojs/prism",
"version": "0.5.0",
"version": "0.6.0",
"description": "Supports Prism highlighting in Astro projects",
"author": "withastro",
"license": "MIT",

View file

@ -1,5 +1,11 @@
# @astrojs/rss
## 0.2.1
### Patch Changes
- [#3913](https://github.com/withastro/astro/pull/3913) [`cd2dbfedb`](https://github.com/withastro/astro/commit/cd2dbfedb15969274df40b1c41b6680ea8885e8d) Thanks [@matthewp](https://github.com/matthewp)! - Adds error messages for missing required fields
## 0.2.0
### Minor Changes

View file

@ -1,7 +1,7 @@
{
"name": "@astrojs/rss",
"description": "Add RSS feeds to your Astro projects",
"version": "0.2.0",
"version": "0.2.1",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",

View file

@ -1,5 +1,18 @@
# astro
## 1.0.0-beta.70
### Patch Changes
- [#3902](https://github.com/withastro/astro/pull/3902) [`d8af02a94`](https://github.com/withastro/astro/commit/d8af02a9443de5fa4cfe8e3ef7beddde9ef8cf09) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Fix: markdown "require is not defined" issue
* [#3914](https://github.com/withastro/astro/pull/3914) [`b48767985`](https://github.com/withastro/astro/commit/b48767985359bd359df8071324952ea5f2bc0d86) Thanks [@ran-dall](https://github.com/ran-dall)! - Rollback supported `node@16` version. Minimum versions are now `node@14.20.0` or `node@16.14.0`.
* Updated dependencies [[`ca45c0c27`](https://github.com/withastro/astro/commit/ca45c0c270f5ca3f7d2fb113a235d415cecdb333), [`b48767985`](https://github.com/withastro/astro/commit/b48767985359bd359df8071324952ea5f2bc0d86)]:
- @astrojs/markdown-remark@0.11.6
- @astrojs/prism@0.6.0
- @astrojs/telemetry@0.4.0
## 1.0.0-beta.69
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "astro",
"version": "1.0.0-beta.69",
"version": "1.0.0-beta.70",
"description": "Astro is a modern site builder with web best practices, performance, and DX front-of-mind.",
"type": "module",
"author": "withastro",
@ -84,9 +84,9 @@
"dependencies": {
"@astrojs/compiler": "^0.18.2",
"@astrojs/language-server": "^0.13.4",
"@astrojs/markdown-remark": "^0.11.5",
"@astrojs/prism": "0.5.0",
"@astrojs/telemetry": "^0.3.1",
"@astrojs/markdown-remark": "^0.11.6",
"@astrojs/prism": "0.6.0",
"@astrojs/telemetry": "^0.4.0",
"@astrojs/webapi": "^0.12.0",
"@babel/core": "^7.18.2",
"@babel/generator": "^7.18.2",

View file

@ -1,5 +1,11 @@
# create-astro
## 0.14.0
### Minor Changes
- [#3914](https://github.com/withastro/astro/pull/3914) [`b48767985`](https://github.com/withastro/astro/commit/b48767985359bd359df8071324952ea5f2bc0d86) Thanks [@ran-dall](https://github.com/ran-dall)! - Rollback supported `node@16` version. Minimum versions are now `node@14.20.0` or `node@16.14.0`.
## 0.13.0
### Minor Changes

View file

@ -1,6 +1,6 @@
{
"name": "create-astro",
"version": "0.13.0",
"version": "0.14.0",
"type": "module",
"author": "withastro",
"license": "MIT",

View file

@ -1,5 +1,11 @@
# @astrojs/mdx
## 0.2.0
### Minor Changes
- [#3914](https://github.com/withastro/astro/pull/3914) [`b48767985`](https://github.com/withastro/astro/commit/b48767985359bd359df8071324952ea5f2bc0d86) Thanks [@ran-dall](https://github.com/ran-dall)! - Rollback supported `node@16` version. Minimum versions are now `node@14.20.0` or `node@16.14.0`.
## 0.1.1
### Patch Changes

View file

@ -1,7 +1,7 @@
{
"name": "@astrojs/mdx",
"description": "Use MDX within Astro",
"version": "0.1.1",
"version": "0.2.0",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",

View file

@ -1,5 +1,11 @@
# @astrojs/preact
## 0.5.0
### Minor Changes
- [#3914](https://github.com/withastro/astro/pull/3914) [`b48767985`](https://github.com/withastro/astro/commit/b48767985359bd359df8071324952ea5f2bc0d86) Thanks [@ran-dall](https://github.com/ran-dall)! - Rollback supported `node@16` version. Minimum versions are now `node@14.20.0` or `node@16.14.0`.
## 0.4.1
### Patch Changes

View file

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

View file

@ -1,5 +1,11 @@
# @astrojs/react
## 0.4.0
### Minor Changes
- [#3914](https://github.com/withastro/astro/pull/3914) [`b48767985`](https://github.com/withastro/astro/commit/b48767985359bd359df8071324952ea5f2bc0d86) Thanks [@ran-dall](https://github.com/ran-dall)! - Rollback supported `node@16` version. Minimum versions are now `node@14.20.0` or `node@16.14.0`.
## 0.3.1
### Patch Changes

View file

@ -1,7 +1,7 @@
{
"name": "@astrojs/react",
"description": "Use React components within Astro",
"version": "0.3.1",
"version": "0.4.0",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",

View file

@ -1,5 +1,11 @@
# @astrojs/solid-js
## 0.4.0
### Minor Changes
- [#3914](https://github.com/withastro/astro/pull/3914) [`b48767985`](https://github.com/withastro/astro/commit/b48767985359bd359df8071324952ea5f2bc0d86) Thanks [@ran-dall](https://github.com/ran-dall)! - Rollback supported `node@16` version. Minimum versions are now `node@14.20.0` or `node@16.14.0`.
## 0.3.1
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@astrojs/solid-js",
"version": "0.3.1",
"version": "0.4.0",
"description": "Use Solid components within Astro",
"type": "module",
"types": "./dist/index.d.ts",

View file

@ -1,5 +1,11 @@
# @astrojs/svelte
## 0.4.0
### Minor Changes
- [#3914](https://github.com/withastro/astro/pull/3914) [`b48767985`](https://github.com/withastro/astro/commit/b48767985359bd359df8071324952ea5f2bc0d86) Thanks [@ran-dall](https://github.com/ran-dall)! - Rollback supported `node@16` version. Minimum versions are now `node@14.20.0` or `node@16.14.0`.
## 0.3.1
### Patch Changes

View file

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

View file

@ -1,5 +1,11 @@
# @astrojs/vue
## 0.4.0
### Minor Changes
- [#3914](https://github.com/withastro/astro/pull/3914) [`b48767985`](https://github.com/withastro/astro/commit/b48767985359bd359df8071324952ea5f2bc0d86) Thanks [@ran-dall](https://github.com/ran-dall)! - Rollback supported `node@16` version. Minimum versions are now `node@14.20.0` or `node@16.14.0`.
## 0.3.1
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@astrojs/vue",
"version": "0.3.1",
"version": "0.4.0",
"description": "Use Vue components within Astro",
"type": "module",
"types": "./dist/index.d.ts",

View file

@ -1,5 +1,14 @@
# @astrojs/markdown-remark
## 0.11.6
### Patch Changes
- [#3911](https://github.com/withastro/astro/pull/3911) [`ca45c0c27`](https://github.com/withastro/astro/commit/ca45c0c270f5ca3f7d2fb113a235d415cecdb333) Thanks [@JuanM04](https://github.com/JuanM04)! - Don't throw when Shiki doesn't recognize a language
- Updated dependencies [[`b48767985`](https://github.com/withastro/astro/commit/b48767985359bd359df8071324952ea5f2bc0d86)]:
- @astrojs/prism@0.6.0
## 0.11.5
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@astrojs/markdown-remark",
"version": "0.11.5",
"version": "0.11.6",
"type": "module",
"author": "withastro",
"license": "MIT",
@ -25,7 +25,7 @@
},
"dependencies": {
"@astrojs/micromark-extension-mdx-jsx": "^1.0.3",
"@astrojs/prism": "^0.5.0",
"@astrojs/prism": "^0.6.0",
"acorn": "^8.7.1",
"acorn-jsx": "^5.3.2",
"assert": "^2.0.0",

View file

@ -1,5 +1,11 @@
# @astrojs/telemetry
## 0.4.0
### Minor Changes
- [#3914](https://github.com/withastro/astro/pull/3914) [`b48767985`](https://github.com/withastro/astro/commit/b48767985359bd359df8071324952ea5f2bc0d86) Thanks [@ran-dall](https://github.com/ran-dall)! - Rollback supported `node@16` version. Minimum versions are now `node@14.20.0` or `node@16.14.0`.
## 0.3.1
### Patch Changes

View file

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

View file

@ -59,14 +59,14 @@ importers:
examples/basics:
specifiers:
astro: ^1.0.0-beta.69
astro: ^1.0.0-beta.70
devDependencies:
astro: link:../../packages/astro
examples/blog:
specifiers:
'@astrojs/preact': ^0.4.1
astro: ^1.0.0-beta.69
'@astrojs/preact': ^0.5.0
astro: ^1.0.0-beta.70
preact: ^10.7.3
dependencies:
preact: 10.9.0
@ -76,8 +76,8 @@ importers:
examples/blog-multiple-authors:
specifiers:
'@astrojs/preact': ^0.4.1
astro: ^1.0.0-beta.69
'@astrojs/preact': ^0.5.0
astro: ^1.0.0-beta.70
preact: ^10.7.3
sass: ^1.52.2
dependencies:
@ -89,14 +89,14 @@ importers:
examples/component:
specifiers:
astro: ^1.0.0-beta.69
astro: ^1.0.0-beta.70
devDependencies:
astro: link:../../packages/astro
examples/component/demo:
specifiers:
'@example/my-component': workspace:*
astro: ^1.0.0-beta.69
astro: ^1.0.0-beta.70
devDependencies:
'@example/my-component': link:../packages/my-component
astro: link:../../../packages/astro
@ -107,12 +107,12 @@ importers:
examples/docs:
specifiers:
'@algolia/client-search': ^4.13.1
'@astrojs/preact': ^0.4.1
'@astrojs/react': ^0.3.1
'@astrojs/preact': ^0.5.0
'@astrojs/react': ^0.4.0
'@docsearch/css': ^3.1.0
'@docsearch/react': ^3.1.0
'@types/react': ^17.0.45
astro: ^1.0.0-beta.69
astro: ^1.0.0-beta.70
preact: ^10.7.3
react: ^18.1.0
react-dom: ^18.1.0
@ -131,14 +131,14 @@ importers:
examples/env-vars:
specifiers:
astro: ^1.0.0-beta.69
astro: ^1.0.0-beta.70
devDependencies:
astro: link:../../packages/astro
examples/framework-alpine:
specifiers:
alpinejs: ^3.10.2
astro: ^1.0.0-beta.69
astro: ^1.0.0-beta.70
dependencies:
alpinejs: 3.10.2
devDependencies:
@ -148,7 +148,7 @@ importers:
specifiers:
'@astrojs/lit': ^0.3.1
'@webcomponents/template-shadowroot': ^0.1.0
astro: ^1.0.0-beta.69
astro: ^1.0.0-beta.70
lit: ^2.2.5
dependencies:
'@webcomponents/template-shadowroot': 0.1.0
@ -160,13 +160,13 @@ importers:
examples/framework-multiple:
specifiers:
'@astrojs/lit': ^0.3.1
'@astrojs/preact': ^0.4.1
'@astrojs/react': ^0.3.1
'@astrojs/solid-js': ^0.3.1
'@astrojs/svelte': ^0.3.1
'@astrojs/vue': ^0.3.1
'@astrojs/preact': ^0.5.0
'@astrojs/react': ^0.4.0
'@astrojs/solid-js': ^0.4.0
'@astrojs/svelte': ^0.4.0
'@astrojs/vue': ^0.4.0
'@webcomponents/template-shadowroot': ^0.1.0
astro: ^1.0.0-beta.69
astro: ^1.0.0-beta.70
lit: ^2.2.5
preact: ^10.7.3
react: ^18.1.0
@ -194,8 +194,8 @@ importers:
examples/framework-preact:
specifiers:
'@astrojs/preact': ^0.4.1
astro: ^1.0.0-beta.69
'@astrojs/preact': ^0.5.0
astro: ^1.0.0-beta.70
preact: ^10.7.3
dependencies:
preact: 10.9.0
@ -205,10 +205,10 @@ importers:
examples/framework-react:
specifiers:
'@astrojs/react': ^0.3.1
'@astrojs/react': ^0.4.0
'@types/react': ^18.0.10
'@types/react-dom': ^18.0.5
astro: ^1.0.0-beta.69
astro: ^1.0.0-beta.70
react: ^18.1.0
react-dom: ^18.1.0
dependencies:
@ -222,8 +222,8 @@ importers:
examples/framework-solid:
specifiers:
'@astrojs/solid-js': ^0.3.1
astro: ^1.0.0-beta.69
'@astrojs/solid-js': ^0.4.0
astro: ^1.0.0-beta.70
solid-js: ^1.4.3
dependencies:
solid-js: 1.4.7
@ -233,8 +233,8 @@ importers:
examples/framework-svelte:
specifiers:
'@astrojs/svelte': ^0.3.1
astro: ^1.0.0-beta.69
'@astrojs/svelte': ^0.4.0
astro: ^1.0.0-beta.70
svelte: ^3.48.0
dependencies:
svelte: 3.49.0
@ -244,8 +244,8 @@ importers:
examples/framework-vue:
specifiers:
'@astrojs/vue': ^0.3.1
astro: ^1.0.0-beta.69
'@astrojs/vue': ^0.4.0
astro: ^1.0.0-beta.70
vue: ^3.2.37
dependencies:
vue: 3.2.37
@ -257,13 +257,13 @@ importers:
specifiers:
'@astrojs/lit': ^0.3.1
'@astrojs/partytown': ^0.1.8
'@astrojs/react': ^0.3.1
'@astrojs/react': ^0.4.0
'@astrojs/sitemap': ^0.2.6
'@astrojs/solid-js': 0.3.1
'@astrojs/solid-js': 0.4.0
'@astrojs/tailwind': ^0.2.4
'@astrojs/turbolinks': ^0.1.4
'@webcomponents/template-shadowroot': ^0.1.0
astro: ^1.0.0-beta.69
astro: ^1.0.0-beta.70
lit: ^2.2.5
preact: ^10.7.3
react: ^18.1.0
@ -292,20 +292,20 @@ importers:
examples/minimal:
specifiers:
astro: ^1.0.0-beta.69
astro: ^1.0.0-beta.70
devDependencies:
astro: link:../../packages/astro
examples/non-html-pages:
specifiers:
astro: ^1.0.0-beta.69
astro: ^1.0.0-beta.70
devDependencies:
astro: link:../../packages/astro
examples/portfolio:
specifiers:
'@astrojs/preact': ^0.4.1
astro: ^1.0.0-beta.69
'@astrojs/preact': ^0.5.0
astro: ^1.0.0-beta.70
preact: ^10.7.3
sass: ^1.52.2
dependencies:
@ -318,8 +318,8 @@ importers:
examples/ssr:
specifiers:
'@astrojs/node': ^0.1.6
'@astrojs/svelte': ^0.3.1
astro: ^1.0.0-beta.69
'@astrojs/svelte': ^0.4.0
astro: ^1.0.0-beta.70
concurrently: ^7.2.1
lightcookie: ^1.0.25
svelte: ^3.48.0
@ -338,14 +338,14 @@ importers:
examples/starter:
specifiers:
astro: ^1.0.0-beta.69
astro: ^1.0.0-beta.70
devDependencies:
astro: link:../../packages/astro
examples/subpath:
specifiers:
'@astrojs/react': ^0.3.1
astro: ^1.0.0-beta.69
'@astrojs/react': ^0.4.0
astro: ^1.0.0-beta.70
react: ^18.1.0
react-dom: ^18.1.0
sass: ^1.52.2
@ -359,12 +359,12 @@ importers:
examples/with-markdown:
specifiers:
'@astrojs/markdown-remark': ^0.11.5
'@astrojs/preact': ^0.4.1
'@astrojs/react': ^0.3.1
'@astrojs/svelte': ^0.3.1
'@astrojs/vue': ^0.3.1
astro: ^1.0.0-beta.69
'@astrojs/markdown-remark': ^0.11.6
'@astrojs/preact': ^0.5.0
'@astrojs/react': ^0.4.0
'@astrojs/svelte': ^0.4.0
'@astrojs/vue': ^0.4.0
astro: ^1.0.0-beta.70
preact: ^10.7.3
react: ^18.1.0
react-dom: ^18.1.0
@ -386,8 +386,8 @@ importers:
examples/with-markdown-plugins:
specifiers:
'@astrojs/markdown-remark': ^0.11.5
astro: ^1.0.0-beta.69
'@astrojs/markdown-remark': ^0.11.6
astro: ^1.0.0-beta.70
hast-util-select: 5.0.1
rehype-autolink-headings: ^6.1.1
rehype-slug: ^5.0.1
@ -404,17 +404,17 @@ importers:
examples/with-markdown-shiki:
specifiers:
'@astrojs/markdown-remark': ^0.11.5
astro: ^1.0.0-beta.69
'@astrojs/markdown-remark': ^0.11.6
astro: ^1.0.0-beta.70
devDependencies:
'@astrojs/markdown-remark': link:../../packages/markdown/remark
astro: link:../../packages/astro
examples/with-mdx:
specifiers:
'@astrojs/mdx': ^0.1.1
'@astrojs/preact': ^0.4.1
astro: ^1.0.0-beta.69
'@astrojs/mdx': ^0.2.0
'@astrojs/preact': ^0.5.0
astro: ^1.0.0-beta.70
preact: ^10.6.5
devDependencies:
'@astrojs/mdx': link:../../packages/integrations/mdx
@ -424,9 +424,9 @@ importers:
examples/with-nanostores:
specifiers:
'@astrojs/preact': ^0.4.1
'@astrojs/preact': ^0.5.0
'@nanostores/preact': ^0.1.3
astro: ^1.0.0-beta.69
astro: ^1.0.0-beta.70
nanostores: ^0.5.12
preact: ^10.7.3
dependencies:
@ -440,7 +440,7 @@ importers:
examples/with-tailwindcss:
specifiers:
'@astrojs/tailwind': ^0.2.4
astro: ^1.0.0-beta.69
astro: ^1.0.0-beta.70
autoprefixer: ^10.4.7
canvas-confetti: ^1.5.1
postcss: ^8.4.14
@ -455,7 +455,7 @@ importers:
examples/with-vite-plugin-pwa:
specifiers:
astro: ^1.0.0-beta.69
astro: ^1.0.0-beta.70
vite-plugin-pwa: 0.11.11
workbox-window: ^6.5.3
devDependencies:
@ -467,9 +467,9 @@ importers:
specifiers:
'@astrojs/compiler': ^0.18.2
'@astrojs/language-server': ^0.13.4
'@astrojs/markdown-remark': ^0.11.5
'@astrojs/prism': 0.5.0
'@astrojs/telemetry': ^0.3.1
'@astrojs/markdown-remark': ^0.11.6
'@astrojs/prism': 0.6.0
'@astrojs/telemetry': ^0.4.0
'@astrojs/webapi': ^0.12.0
'@babel/core': ^7.18.2
'@babel/generator': ^7.18.2
@ -2246,7 +2246,7 @@ importers:
packages/markdown/remark:
specifiers:
'@astrojs/micromark-extension-mdx-jsx': ^1.0.3
'@astrojs/prism': ^0.5.0
'@astrojs/prism': ^0.6.0
'@types/chai': ^4.3.1
'@types/github-slugger': ^1.3.0
'@types/hast': ^2.3.4