[ci] release (#4116)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Fred K. Bot 2022-08-02 14:50:21 -07:00 committed by GitHub
parent 2ee8e881d4
commit 077d78fddc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
44 changed files with 125 additions and 112 deletions

View file

@ -1,6 +0,0 @@
---
'astro': patch
'@astrojs/mdx': patch
---
Fix MDX working with a ts config file

View file

@ -1,5 +0,0 @@
---
'@astrojs/mdx': minor
---
Add IDs to MDX headings and expose via getHeadings() export

View file

@ -1,6 +0,0 @@
---
'astro': patch
'@astrojs/mdx': patch
---
Improve `injectScript` handling for non-Astro pages

View file

@ -1,5 +0,0 @@
---
"astro": patch
---
Do not send `body` with `HEAD` or `GET` requests when using `server` output.

View file

@ -1,8 +0,0 @@
---
'astro': patch
'@astrojs/prism': minor
'@astrojs/mdx': minor
'@astrojs/markdown-remark': minor
---
Refactor `@astrojs/mdx` and `@astrojs/markdown-remark` to use `@astrojs/prism` instead of duplicating the code

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Upgrade Vite to latest

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Fix edge case with hoisted scripts and Tailwind during dev

View file

@ -9,6 +9,6 @@
"preview": "astro preview" "preview": "astro preview"
}, },
"devDependencies": { "devDependencies": {
"astro": "^1.0.0-rc.3" "astro": "^1.0.0-rc.4"
} }
} }

View file

@ -10,7 +10,7 @@
}, },
"devDependencies": { "devDependencies": {
"@astrojs/preact": "^0.5.2", "@astrojs/preact": "^0.5.2",
"astro": "^1.0.0-rc.3", "astro": "^1.0.0-rc.4",
"sass": "^1.52.2" "sass": "^1.52.2"
}, },
"dependencies": { "dependencies": {

View file

@ -10,7 +10,7 @@
}, },
"devDependencies": { "devDependencies": {
"@astrojs/preact": "^0.5.2", "@astrojs/preact": "^0.5.2",
"astro": "^1.0.0-rc.3" "astro": "^1.0.0-rc.4"
}, },
"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-rc.3" "astro": "^1.0.0-rc.4"
} }
} }

View file

@ -8,6 +8,6 @@
"serve": "astro --root demo preview" "serve": "astro --root demo preview"
}, },
"devDependencies": { "devDependencies": {
"astro": "^1.0.0-rc.3" "astro": "^1.0.0-rc.4"
} }
} }

View file

@ -20,6 +20,6 @@
"devDependencies": { "devDependencies": {
"@astrojs/preact": "^0.5.2", "@astrojs/preact": "^0.5.2",
"@astrojs/react": "^0.4.2", "@astrojs/react": "^0.4.2",
"astro": "^1.0.0-rc.3" "astro": "^1.0.0-rc.4"
} }
} }

View file

@ -9,6 +9,6 @@
"preview": "astro preview" "preview": "astro preview"
}, },
"devDependencies": { "devDependencies": {
"astro": "^1.0.0-rc.3" "astro": "^1.0.0-rc.4"
} }
} }

View file

@ -9,7 +9,7 @@
"preview": "astro preview" "preview": "astro preview"
}, },
"devDependencies": { "devDependencies": {
"astro": "^1.0.0-rc.3" "astro": "^1.0.0-rc.4"
}, },
"dependencies": { "dependencies": {
"alpinejs": "^3.10.2" "alpinejs": "^3.10.2"

View file

@ -10,7 +10,7 @@
}, },
"devDependencies": { "devDependencies": {
"@astrojs/lit": "^0.3.2", "@astrojs/lit": "^0.3.2",
"astro": "^1.0.0-rc.3" "astro": "^1.0.0-rc.4"
}, },
"dependencies": { "dependencies": {
"@webcomponents/template-shadowroot": "^0.1.0", "@webcomponents/template-shadowroot": "^0.1.0",

View file

@ -15,7 +15,7 @@
"@astrojs/solid-js": "^0.4.1", "@astrojs/solid-js": "^0.4.1",
"@astrojs/svelte": "^0.5.1", "@astrojs/svelte": "^0.5.1",
"@astrojs/vue": "^0.5.0", "@astrojs/vue": "^0.5.0",
"astro": "^1.0.0-rc.3" "astro": "^1.0.0-rc.4"
}, },
"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.5.2", "@astrojs/preact": "^0.5.2",
"astro": "^1.0.0-rc.3" "astro": "^1.0.0-rc.4"
}, },
"dependencies": { "dependencies": {
"preact": "^10.7.3" "preact": "^10.7.3"

View file

@ -12,7 +12,7 @@
"@astrojs/react": "^0.4.2", "@astrojs/react": "^0.4.2",
"@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-rc.3" "astro": "^1.0.0-rc.4"
}, },
"dependencies": { "dependencies": {
"react": "^18.1.0", "react": "^18.1.0",

View file

@ -10,7 +10,7 @@
}, },
"devDependencies": { "devDependencies": {
"@astrojs/solid-js": "^0.4.1", "@astrojs/solid-js": "^0.4.1",
"astro": "^1.0.0-rc.3" "astro": "^1.0.0-rc.4"
}, },
"dependencies": { "dependencies": {
"solid-js": "^1.4.3" "solid-js": "^1.4.3"

View file

@ -10,7 +10,7 @@
}, },
"devDependencies": { "devDependencies": {
"@astrojs/svelte": "^0.5.1", "@astrojs/svelte": "^0.5.1",
"astro": "^1.0.0-rc.3" "astro": "^1.0.0-rc.4"
}, },
"dependencies": { "dependencies": {
"svelte": "^3.48.0" "svelte": "^3.48.0"

View file

@ -10,7 +10,7 @@
}, },
"devDependencies": { "devDependencies": {
"@astrojs/vue": "^0.5.0", "@astrojs/vue": "^0.5.0",
"astro": "^1.0.0-rc.3" "astro": "^1.0.0-rc.4"
}, },
"dependencies": { "dependencies": {
"vue": "^3.2.37" "vue": "^3.2.37"

View file

@ -16,7 +16,7 @@
"@astrojs/solid-js": "0.4.1", "@astrojs/solid-js": "0.4.1",
"@astrojs/tailwind": "^0.2.5", "@astrojs/tailwind": "^0.2.5",
"@astrojs/turbolinks": "^0.1.4", "@astrojs/turbolinks": "^0.1.4",
"astro": "^1.0.0-rc.3", "astro": "^1.0.0-rc.4",
"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-rc.3" "astro": "^1.0.0-rc.4"
} }
} }

View file

@ -9,6 +9,6 @@
"preview": "astro preview" "preview": "astro preview"
}, },
"devDependencies": { "devDependencies": {
"astro": "^1.0.0-rc.3" "astro": "^1.0.0-rc.4"
} }
} }

View file

@ -10,7 +10,7 @@
}, },
"devDependencies": { "devDependencies": {
"@astrojs/preact": "^0.5.2", "@astrojs/preact": "^0.5.2",
"astro": "^1.0.0-rc.3", "astro": "^1.0.0-rc.4",
"sass": "^1.52.2" "sass": "^1.52.2"
}, },
"dependencies": { "dependencies": {

View file

@ -11,7 +11,7 @@
"devDependencies": { "devDependencies": {
"@astrojs/node": "^0.2.1", "@astrojs/node": "^0.2.1",
"@astrojs/svelte": "^0.5.1", "@astrojs/svelte": "^0.5.1",
"astro": "^1.0.0-rc.3", "astro": "^1.0.0-rc.4",
"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-rc.3" "astro": "^1.0.0-rc.4"
} }
} }

View file

@ -10,7 +10,7 @@
}, },
"devDependencies": { "devDependencies": {
"@astrojs/react": "^0.4.2", "@astrojs/react": "^0.4.2",
"astro": "^1.0.0-rc.3", "astro": "^1.0.0-rc.4",
"sass": "^1.52.2" "sass": "^1.52.2"
}, },
"dependencies": { "dependencies": {

View file

@ -9,8 +9,8 @@
"preview": "astro preview" "preview": "astro preview"
}, },
"devDependencies": { "devDependencies": {
"@astrojs/markdown-remark": "^0.13.0", "@astrojs/markdown-remark": "^0.14.0",
"astro": "^1.0.0-rc.3", "astro": "^1.0.0-rc.4",
"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

@ -9,7 +9,7 @@
"preview": "astro preview" "preview": "astro preview"
}, },
"devDependencies": { "devDependencies": {
"@astrojs/markdown-remark": "^0.13.0", "@astrojs/markdown-remark": "^0.14.0",
"astro": "^1.0.0-rc.3" "astro": "^1.0.0-rc.4"
} }
} }

View file

@ -9,9 +9,9 @@
"preview": "astro preview" "preview": "astro preview"
}, },
"devDependencies": { "devDependencies": {
"@astrojs/mdx": "^0.4.0", "@astrojs/mdx": "^0.5.0",
"@astrojs/preact": "^0.5.2", "@astrojs/preact": "^0.5.2",
"astro": "^1.0.0-rc.3", "astro": "^1.0.0-rc.4",
"preact": "^10.6.5" "preact": "^10.6.5"
} }
} }

View file

@ -15,6 +15,6 @@
}, },
"devDependencies": { "devDependencies": {
"@astrojs/preact": "^0.5.2", "@astrojs/preact": "^0.5.2",
"astro": "^1.0.0-rc.3" "astro": "^1.0.0-rc.4"
} }
} }

View file

@ -10,7 +10,7 @@
}, },
"devDependencies": { "devDependencies": {
"@astrojs/tailwind": "^0.2.5", "@astrojs/tailwind": "^0.2.5",
"astro": "^1.0.0-rc.3", "astro": "^1.0.0-rc.4",
"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-rc.3", "astro": "^1.0.0-rc.4",
"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,11 @@
# @astrojs/prism # @astrojs/prism
## 0.7.0
### Minor Changes
- [#4114](https://github.com/withastro/astro/pull/4114) [`64432bcb8`](https://github.com/withastro/astro/commit/64432bcb873efd0e4297c00fc9583a1fe516dfe7) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Refactor `@astrojs/mdx` and `@astrojs/markdown-remark` to use `@astrojs/prism` instead of duplicating the code
## 0.6.1 ## 0.6.1
### Patch Changes ### Patch Changes

View file

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

View file

@ -1,5 +1,24 @@
# astro # astro
## 1.0.0-rc.4
### Patch Changes
- [#4112](https://github.com/withastro/astro/pull/4112) [`e33fc9bc4`](https://github.com/withastro/astro/commit/e33fc9bc46ff0a30013deb6dc76e545e70cc3a3e) Thanks [@matthewp](https://github.com/matthewp)! - Fix MDX working with a ts config file
* [#4049](https://github.com/withastro/astro/pull/4049) [`b60cc0538`](https://github.com/withastro/astro/commit/b60cc0538bc5c68dd411117780d20d892530789d) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Improve `injectScript` handling for non-Astro pages
- [#4105](https://github.com/withastro/astro/pull/4105) [`9cc3a11c4`](https://github.com/withastro/astro/commit/9cc3a11c44eaf042bb3a982c812e1d8e839faf8f) Thanks [@dimitrov-adrian](https://github.com/dimitrov-adrian)! - Do not send `body` with `HEAD` or `GET` requests when using `server` output.
* [#4114](https://github.com/withastro/astro/pull/4114) [`64432bcb8`](https://github.com/withastro/astro/commit/64432bcb873efd0e4297c00fc9583a1fe516dfe7) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Refactor `@astrojs/mdx` and `@astrojs/markdown-remark` to use `@astrojs/prism` instead of duplicating the code
- [#4124](https://github.com/withastro/astro/pull/4124) [`2ee8e881d`](https://github.com/withastro/astro/commit/2ee8e881d47abecf24eeb25e7caac6f4616629ab) Thanks [@matthewp](https://github.com/matthewp)! - Upgrade Vite to latest
* [#4115](https://github.com/withastro/astro/pull/4115) [`26cc0bbf7`](https://github.com/withastro/astro/commit/26cc0bbf78320e1797de9b4562ace92c5c03b666) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Fix edge case with hoisted scripts and Tailwind during dev
* Updated dependencies [[`64432bcb8`](https://github.com/withastro/astro/commit/64432bcb873efd0e4297c00fc9583a1fe516dfe7)]:
- @astrojs/markdown-remark@0.14.0
## 1.0.0-rc.3 ## 1.0.0-rc.3
### Patch Changes ### Patch Changes

View file

@ -1,6 +1,6 @@
{ {
"name": "astro", "name": "astro",
"version": "1.0.0-rc.3", "version": "1.0.0-rc.4",
"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",
@ -86,7 +86,7 @@
"dependencies": { "dependencies": {
"@astrojs/compiler": "^0.22.1", "@astrojs/compiler": "^0.22.1",
"@astrojs/language-server": "^0.20.0", "@astrojs/language-server": "^0.20.0",
"@astrojs/markdown-remark": "^0.13.0", "@astrojs/markdown-remark": "^0.14.0",
"@astrojs/telemetry": "^0.4.1", "@astrojs/telemetry": "^0.4.1",
"@astrojs/webapi": "^0.12.0", "@astrojs/webapi": "^0.12.0",
"@babel/core": "^7.18.2", "@babel/core": "^7.18.2",

View file

@ -1,5 +1,22 @@
# @astrojs/mdx # @astrojs/mdx
## 0.5.0
### Minor Changes
- [#4095](https://github.com/withastro/astro/pull/4095) [`40ef43a59`](https://github.com/withastro/astro/commit/40ef43a59b08a1a8fbcd9f4a53745a9636a4fbb9) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Add IDs to MDX headings and expose via getHeadings() export
* [#4114](https://github.com/withastro/astro/pull/4114) [`64432bcb8`](https://github.com/withastro/astro/commit/64432bcb873efd0e4297c00fc9583a1fe516dfe7) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Refactor `@astrojs/mdx` and `@astrojs/markdown-remark` to use `@astrojs/prism` instead of duplicating the code
### Patch Changes
- [#4112](https://github.com/withastro/astro/pull/4112) [`e33fc9bc4`](https://github.com/withastro/astro/commit/e33fc9bc46ff0a30013deb6dc76e545e70cc3a3e) Thanks [@matthewp](https://github.com/matthewp)! - Fix MDX working with a ts config file
* [#4049](https://github.com/withastro/astro/pull/4049) [`b60cc0538`](https://github.com/withastro/astro/commit/b60cc0538bc5c68dd411117780d20d892530789d) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Improve `injectScript` handling for non-Astro pages
* Updated dependencies [[`64432bcb8`](https://github.com/withastro/astro/commit/64432bcb873efd0e4297c00fc9583a1fe516dfe7)]:
- @astrojs/prism@0.7.0
## 0.4.0 ## 0.4.0
### Minor Changes ### Minor Changes

View file

@ -1,7 +1,7 @@
{ {
"name": "@astrojs/mdx", "name": "@astrojs/mdx",
"description": "Use MDX within Astro", "description": "Use MDX within Astro",
"version": "0.4.0", "version": "0.5.0",
"type": "module", "type": "module",
"types": "./dist/index.d.ts", "types": "./dist/index.d.ts",
"author": "withastro", "author": "withastro",
@ -30,7 +30,7 @@
"test": "mocha --exit --timeout 20000" "test": "mocha --exit --timeout 20000"
}, },
"dependencies": { "dependencies": {
"@astrojs/prism": "^0.6.1", "@astrojs/prism": "^0.7.0",
"@mdx-js/mdx": "^2.1.2", "@mdx-js/mdx": "^2.1.2",
"@mdx-js/rollup": "^2.1.1", "@mdx-js/rollup": "^2.1.1",
"acorn": "^8.8.0", "acorn": "^8.8.0",

View file

@ -1,5 +1,16 @@
# @astrojs/markdown-remark # @astrojs/markdown-remark
## 0.14.0
### Minor Changes
- [#4114](https://github.com/withastro/astro/pull/4114) [`64432bcb8`](https://github.com/withastro/astro/commit/64432bcb873efd0e4297c00fc9583a1fe516dfe7) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Refactor `@astrojs/mdx` and `@astrojs/markdown-remark` to use `@astrojs/prism` instead of duplicating the code
### Patch Changes
- Updated dependencies [[`64432bcb8`](https://github.com/withastro/astro/commit/64432bcb873efd0e4297c00fc9583a1fe516dfe7)]:
- @astrojs/prism@0.7.0
## 0.13.0 ## 0.13.0
### Minor Changes ### Minor Changes

View file

@ -1,6 +1,6 @@
{ {
"name": "@astrojs/markdown-remark", "name": "@astrojs/markdown-remark",
"version": "0.13.0", "version": "0.14.0",
"type": "module", "type": "module",
"author": "withastro", "author": "withastro",
"license": "MIT", "license": "MIT",
@ -25,7 +25,7 @@
}, },
"dependencies": { "dependencies": {
"@astrojs/micromark-extension-mdx-jsx": "^1.0.3", "@astrojs/micromark-extension-mdx-jsx": "^1.0.3",
"@astrojs/prism": "^0.6.1", "@astrojs/prism": "^0.7.0",
"acorn": "^8.7.1", "acorn": "^8.7.1",
"acorn-jsx": "^5.3.2", "acorn-jsx": "^5.3.2",
"github-slugger": "^1.4.0", "github-slugger": "^1.4.0",

View file

@ -59,14 +59,14 @@ importers:
examples/basics: examples/basics:
specifiers: specifiers:
astro: ^1.0.0-rc.3 astro: ^1.0.0-rc.4
devDependencies: devDependencies:
astro: link:../../packages/astro astro: link:../../packages/astro
examples/blog: examples/blog:
specifiers: specifiers:
'@astrojs/preact': ^0.5.2 '@astrojs/preact': ^0.5.2
astro: ^1.0.0-rc.3 astro: ^1.0.0-rc.4
preact: ^10.7.3 preact: ^10.7.3
dependencies: dependencies:
preact: 10.10.0 preact: 10.10.0
@ -77,7 +77,7 @@ importers:
examples/blog-multiple-authors: examples/blog-multiple-authors:
specifiers: specifiers:
'@astrojs/preact': ^0.5.2 '@astrojs/preact': ^0.5.2
astro: ^1.0.0-rc.3 astro: ^1.0.0-rc.4
preact: ^10.7.3 preact: ^10.7.3
sass: ^1.52.2 sass: ^1.52.2
dependencies: dependencies:
@ -89,14 +89,14 @@ importers:
examples/component: examples/component:
specifiers: specifiers:
astro: ^1.0.0-rc.3 astro: ^1.0.0-rc.4
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-rc.3 astro: ^1.0.0-rc.4
devDependencies: devDependencies:
'@example/my-component': link:../packages/my-component '@example/my-component': link:../packages/my-component
astro: link:../../../packages/astro astro: link:../../../packages/astro
@ -112,7 +112,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-rc.3 astro: ^1.0.0-rc.4
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
@ -131,14 +131,14 @@ importers:
examples/env-vars: examples/env-vars:
specifiers: specifiers:
astro: ^1.0.0-rc.3 astro: ^1.0.0-rc.4
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-rc.3 astro: ^1.0.0-rc.4
dependencies: dependencies:
alpinejs: 3.10.3 alpinejs: 3.10.3
devDependencies: devDependencies:
@ -148,7 +148,7 @@ importers:
specifiers: specifiers:
'@astrojs/lit': ^0.3.2 '@astrojs/lit': ^0.3.2
'@webcomponents/template-shadowroot': ^0.1.0 '@webcomponents/template-shadowroot': ^0.1.0
astro: ^1.0.0-rc.3 astro: ^1.0.0-rc.4
lit: ^2.2.5 lit: ^2.2.5
dependencies: dependencies:
'@webcomponents/template-shadowroot': 0.1.0 '@webcomponents/template-shadowroot': 0.1.0
@ -166,7 +166,7 @@ importers:
'@astrojs/svelte': ^0.5.1 '@astrojs/svelte': ^0.5.1
'@astrojs/vue': ^0.5.0 '@astrojs/vue': ^0.5.0
'@webcomponents/template-shadowroot': ^0.1.0 '@webcomponents/template-shadowroot': ^0.1.0
astro: ^1.0.0-rc.3 astro: ^1.0.0-rc.4
lit: ^2.2.5 lit: ^2.2.5
preact: ^10.7.3 preact: ^10.7.3
react: ^18.1.0 react: ^18.1.0
@ -195,7 +195,7 @@ importers:
examples/framework-preact: examples/framework-preact:
specifiers: specifiers:
'@astrojs/preact': ^0.5.2 '@astrojs/preact': ^0.5.2
astro: ^1.0.0-rc.3 astro: ^1.0.0-rc.4
preact: ^10.7.3 preact: ^10.7.3
dependencies: dependencies:
preact: 10.10.0 preact: 10.10.0
@ -208,7 +208,7 @@ importers:
'@astrojs/react': ^0.4.2 '@astrojs/react': ^0.4.2
'@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-rc.3 astro: ^1.0.0-rc.4
react: ^18.1.0 react: ^18.1.0
react-dom: ^18.1.0 react-dom: ^18.1.0
dependencies: dependencies:
@ -223,7 +223,7 @@ importers:
examples/framework-solid: examples/framework-solid:
specifiers: specifiers:
'@astrojs/solid-js': ^0.4.1 '@astrojs/solid-js': ^0.4.1
astro: ^1.0.0-rc.3 astro: ^1.0.0-rc.4
solid-js: ^1.4.3 solid-js: ^1.4.3
dependencies: dependencies:
solid-js: 1.4.8 solid-js: 1.4.8
@ -234,7 +234,7 @@ importers:
examples/framework-svelte: examples/framework-svelte:
specifiers: specifiers:
'@astrojs/svelte': ^0.5.1 '@astrojs/svelte': ^0.5.1
astro: ^1.0.0-rc.3 astro: ^1.0.0-rc.4
svelte: ^3.48.0 svelte: ^3.48.0
dependencies: dependencies:
svelte: 3.49.0 svelte: 3.49.0
@ -245,7 +245,7 @@ importers:
examples/framework-vue: examples/framework-vue:
specifiers: specifiers:
'@astrojs/vue': ^0.5.0 '@astrojs/vue': ^0.5.0
astro: ^1.0.0-rc.3 astro: ^1.0.0-rc.4
vue: ^3.2.37 vue: ^3.2.37
dependencies: dependencies:
vue: 3.2.37 vue: 3.2.37
@ -263,7 +263,7 @@ importers:
'@astrojs/tailwind': ^0.2.5 '@astrojs/tailwind': ^0.2.5
'@astrojs/turbolinks': ^0.1.4 '@astrojs/turbolinks': ^0.1.4
'@webcomponents/template-shadowroot': ^0.1.0 '@webcomponents/template-shadowroot': ^0.1.0
astro: ^1.0.0-rc.3 astro: ^1.0.0-rc.4
lit: ^2.2.5 lit: ^2.2.5
preact: ^10.7.3 preact: ^10.7.3
react: ^18.1.0 react: ^18.1.0
@ -292,20 +292,20 @@ importers:
examples/minimal: examples/minimal:
specifiers: specifiers:
astro: ^1.0.0-rc.3 astro: ^1.0.0-rc.4
devDependencies: devDependencies:
astro: link:../../packages/astro astro: link:../../packages/astro
examples/non-html-pages: examples/non-html-pages:
specifiers: specifiers:
astro: ^1.0.0-rc.3 astro: ^1.0.0-rc.4
devDependencies: devDependencies:
astro: link:../../packages/astro astro: link:../../packages/astro
examples/portfolio: examples/portfolio:
specifiers: specifiers:
'@astrojs/preact': ^0.5.2 '@astrojs/preact': ^0.5.2
astro: ^1.0.0-rc.3 astro: ^1.0.0-rc.4
preact: ^10.7.3 preact: ^10.7.3
sass: ^1.52.2 sass: ^1.52.2
dependencies: dependencies:
@ -319,7 +319,7 @@ importers:
specifiers: specifiers:
'@astrojs/node': ^0.2.1 '@astrojs/node': ^0.2.1
'@astrojs/svelte': ^0.5.1 '@astrojs/svelte': ^0.5.1
astro: ^1.0.0-rc.3 astro: ^1.0.0-rc.4
concurrently: ^7.2.1 concurrently: ^7.2.1
lightcookie: ^1.0.25 lightcookie: ^1.0.25
svelte: ^3.48.0 svelte: ^3.48.0
@ -338,14 +338,14 @@ importers:
examples/starter: examples/starter:
specifiers: specifiers:
astro: ^1.0.0-rc.3 astro: ^1.0.0-rc.4
devDependencies: devDependencies:
astro: link:../../packages/astro astro: link:../../packages/astro
examples/subpath: examples/subpath:
specifiers: specifiers:
'@astrojs/react': ^0.4.2 '@astrojs/react': ^0.4.2
astro: ^1.0.0-rc.3 astro: ^1.0.0-rc.4
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
@ -359,8 +359,8 @@ importers:
examples/with-markdown-plugins: examples/with-markdown-plugins:
specifiers: specifiers:
'@astrojs/markdown-remark': ^0.13.0 '@astrojs/markdown-remark': ^0.14.0
astro: ^1.0.0-rc.3 astro: ^1.0.0-rc.4
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
@ -377,17 +377,17 @@ importers:
examples/with-markdown-shiki: examples/with-markdown-shiki:
specifiers: specifiers:
'@astrojs/markdown-remark': ^0.13.0 '@astrojs/markdown-remark': ^0.14.0
astro: ^1.0.0-rc.3 astro: ^1.0.0-rc.4
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.4.0 '@astrojs/mdx': ^0.5.0
'@astrojs/preact': ^0.5.2 '@astrojs/preact': ^0.5.2
astro: ^1.0.0-rc.3 astro: ^1.0.0-rc.4
preact: ^10.6.5 preact: ^10.6.5
devDependencies: devDependencies:
'@astrojs/mdx': link:../../packages/integrations/mdx '@astrojs/mdx': link:../../packages/integrations/mdx
@ -399,7 +399,7 @@ importers:
specifiers: specifiers:
'@astrojs/preact': ^0.5.2 '@astrojs/preact': ^0.5.2
'@nanostores/preact': ^0.1.3 '@nanostores/preact': ^0.1.3
astro: ^1.0.0-rc.3 astro: ^1.0.0-rc.4
nanostores: ^0.5.12 nanostores: ^0.5.12
preact: ^10.7.3 preact: ^10.7.3
dependencies: dependencies:
@ -413,7 +413,7 @@ importers:
examples/with-tailwindcss: examples/with-tailwindcss:
specifiers: specifiers:
'@astrojs/tailwind': ^0.2.5 '@astrojs/tailwind': ^0.2.5
astro: ^1.0.0-rc.3 astro: ^1.0.0-rc.4
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
@ -428,7 +428,7 @@ importers:
examples/with-vite-plugin-pwa: examples/with-vite-plugin-pwa:
specifiers: specifiers:
astro: ^1.0.0-rc.3 astro: ^1.0.0-rc.4
vite-plugin-pwa: 0.11.11 vite-plugin-pwa: 0.11.11
workbox-window: ^6.5.3 workbox-window: ^6.5.3
devDependencies: devDependencies:
@ -440,7 +440,7 @@ importers:
specifiers: specifiers:
'@astrojs/compiler': ^0.22.1 '@astrojs/compiler': ^0.22.1
'@astrojs/language-server': ^0.20.0 '@astrojs/language-server': ^0.20.0
'@astrojs/markdown-remark': ^0.13.0 '@astrojs/markdown-remark': ^0.14.0
'@astrojs/telemetry': ^0.4.1 '@astrojs/telemetry': ^0.4.1
'@astrojs/webapi': ^0.12.0 '@astrojs/webapi': ^0.12.0
'@babel/core': ^7.18.2 '@babel/core': ^7.18.2
@ -2165,7 +2165,7 @@ importers:
packages/integrations/mdx: packages/integrations/mdx:
specifiers: specifiers:
'@astrojs/prism': ^0.6.1 '@astrojs/prism': ^0.7.0
'@mdx-js/mdx': ^2.1.2 '@mdx-js/mdx': ^2.1.2
'@mdx-js/rollup': ^2.1.1 '@mdx-js/rollup': ^2.1.1
'@types/chai': ^4.3.1 '@types/chai': ^4.3.1
@ -2596,7 +2596,7 @@ importers:
packages/markdown/remark: packages/markdown/remark:
specifiers: specifiers:
'@astrojs/micromark-extension-mdx-jsx': ^1.0.3 '@astrojs/micromark-extension-mdx-jsx': ^1.0.3
'@astrojs/prism': ^0.6.1 '@astrojs/prism': ^0.7.0
'@types/chai': ^4.3.1 '@types/chai': ^4.3.1
'@types/github-slugger': ^1.3.0 '@types/github-slugger': ^1.3.0
'@types/hast': ^2.3.4 '@types/hast': ^2.3.4