[ci] release (#6432)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Houston (Bot) 2023-03-07 11:49:19 -08:00 committed by GitHub
parent 5ce750b015
commit afaf366fb3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
92 changed files with 564 additions and 253 deletions

View file

@ -1,15 +0,0 @@
---
'astro': patch
'@astrojs/markdoc': patch
'@astrojs/mdx': patch
---
Introduce the (experimental) `@astrojs/markdoc` integration. This unlocks Markdoc inside your Content Collections, bringing support for Astro and UI components in your content. This also improves Astro core internals to make Content Collections extensible to more file types in the future.
You can install this integration using the `astro add` command:
```
astro add markdoc
```
[Read the `@astrojs/markdoc` documentation](https://docs.astro.build/en/guides/integrations-guide/markdoc/) for usage instructions, and browse the [new `with-markdoc` starter](https://astro.new/with-markdoc) to try for yourself.

View file

@ -1,5 +0,0 @@
---
'@astrojs/image': patch
---
Handle missing trailing slash in processStaticImage

View file

@ -1,5 +0,0 @@
---
'astro': minor
---
Add getStaticPaths type helpers to infer params and props

View file

@ -1,15 +0,0 @@
---
'astro': minor
'@astrojs/mdx': minor
'@astrojs/markdown-remark': minor
---
Add a new experimental flag (`experimental.assets`) to enable our new core Assets story.
This unlocks a few features:
- A new built-in image component and JavaScript API to transform and optimize images.
- Relative images with automatic optimization in Markdown.
- Support for validating assets using content collections.
- and more!
See [Assets (Experimental)](https://docs.astro.build/en/guides/assets/) on our docs site for more information on how to use this feature!

View file

@ -1,5 +0,0 @@
---
'astro': minor
---
Expose the manifest to plugins via the astro:ssr-manifest virtual module

View file

@ -1,5 +0,0 @@
---
'astro': minor
---
Add `--help` to various commands: `check`, `sync`, `dev`, `preview`, and `build`

View file

@ -1,5 +0,0 @@
---
'astro': minor
---
Added a new `--watch` flag to the command `astro check`

View file

@ -1,30 +0,0 @@
---
'astro': minor
'@astrojs/prism': minor
'@astrojs/rss': minor
'create-astro': minor
'@astrojs/alpinejs': minor
'@astrojs/cloudflare': minor
'@astrojs/deno': minor
'@astrojs/image': minor
'@astrojs/lit': minor
'@astrojs/mdx': minor
'@astrojs/netlify': minor
'@astrojs/node': minor
'@astrojs/partytown': minor
'@astrojs/preact': minor
'@astrojs/prefetch': minor
'@astrojs/react': minor
'@astrojs/sitemap': minor
'@astrojs/solid-js': minor
'@astrojs/svelte': minor
'@astrojs/tailwind': minor
'@astrojs/turbolinks': minor
'@astrojs/vercel': minor
'@astrojs/vue': minor
'@astrojs/markdown-remark': minor
'@astrojs/telemetry': minor
'@astrojs/webapi': minor
---
Updated compilation settings to disable downlevelling for Node 14

View file

@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
"astro": "^2.0.18"
"astro": "^2.1.0"
}
}

View file

@ -11,9 +11,9 @@
"astro": "astro"
},
"dependencies": {
"astro": "^2.0.18",
"@astrojs/mdx": "^0.17.2",
"@astrojs/rss": "^2.1.1",
"@astrojs/sitemap": "^1.1.0"
"astro": "^2.1.0",
"@astrojs/mdx": "^0.18.0",
"@astrojs/rss": "^2.2.0",
"@astrojs/sitemap": "^1.2.0"
}
}

View file

@ -15,7 +15,7 @@
],
"scripts": {},
"devDependencies": {
"astro": "^2.0.18"
"astro": "^2.1.0"
},
"peerDependencies": {
"astro": "^2.0.0-beta.0"

View file

@ -10,9 +10,9 @@
"astro": "astro"
},
"dependencies": {
"astro": "^2.0.18"
"astro": "^2.1.0"
},
"devDependencies": {
"@astrojs/deno": "^4.0.2"
"@astrojs/deno": "^4.1.0"
}
}

View file

@ -11,12 +11,12 @@
"astro": "astro"
},
"dependencies": {
"astro": "^2.0.18",
"astro": "^2.1.0",
"preact": "^10.7.3",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"@astrojs/react": "^2.0.2",
"@astrojs/preact": "^2.0.3",
"@astrojs/react": "^2.1.0",
"@astrojs/preact": "^2.1.0",
"@algolia/client-search": "^4.13.1",
"@docsearch/css": "^3.1.0",
"@docsearch/react": "^3.1.0",

View file

@ -11,9 +11,9 @@
"astro": "astro"
},
"dependencies": {
"astro": "^2.0.18",
"astro": "^2.1.0",
"alpinejs": "^3.10.2",
"@astrojs/alpinejs": "^0.1.3",
"@astrojs/alpinejs": "^0.2.0",
"@types/alpinejs": "^3.7.0"
}
}

View file

@ -11,9 +11,9 @@
"astro": "astro"
},
"dependencies": {
"astro": "^2.0.18",
"astro": "^2.1.0",
"lit": "^2.2.5",
"@astrojs/lit": "^1.2.1",
"@astrojs/lit": "^1.3.0",
"@webcomponents/template-shadowroot": "^0.1.0"
}
}

View file

@ -11,17 +11,17 @@
"astro": "astro"
},
"dependencies": {
"astro": "^2.0.18",
"astro": "^2.1.0",
"preact": "^10.7.3",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"solid-js": "^1.4.3",
"svelte": "^3.48.0",
"vue": "^3.2.37",
"@astrojs/preact": "^2.0.3",
"@astrojs/react": "^2.0.2",
"@astrojs/solid-js": "^2.0.2",
"@astrojs/svelte": "^2.0.2",
"@astrojs/vue": "^2.0.1"
"@astrojs/preact": "^2.1.0",
"@astrojs/react": "^2.1.0",
"@astrojs/solid-js": "^2.1.0",
"@astrojs/svelte": "^2.1.0",
"@astrojs/vue": "^2.1.0"
}
}

View file

@ -11,9 +11,9 @@
"astro": "astro"
},
"dependencies": {
"astro": "^2.0.18",
"astro": "^2.1.0",
"preact": "^10.7.3",
"@astrojs/preact": "^2.0.3",
"@astrojs/preact": "^2.1.0",
"@preact/signals": "^1.1.0"
}
}

View file

@ -11,10 +11,10 @@
"astro": "astro"
},
"dependencies": {
"astro": "^2.0.18",
"astro": "^2.1.0",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"@astrojs/react": "^2.0.2",
"@astrojs/react": "^2.1.0",
"@types/react": "^18.0.10",
"@types/react-dom": "^18.0.5"
}

View file

@ -11,8 +11,8 @@
"astro": "astro"
},
"dependencies": {
"astro": "^2.0.18",
"astro": "^2.1.0",
"solid-js": "^1.4.3",
"@astrojs/solid-js": "^2.0.2"
"@astrojs/solid-js": "^2.1.0"
}
}

View file

@ -12,7 +12,7 @@
},
"dependencies": {
"svelte": "^3.48.0",
"@astrojs/svelte": "^2.0.2",
"astro": "^2.0.18"
"@astrojs/svelte": "^2.1.0",
"astro": "^2.1.0"
}
}

View file

@ -11,8 +11,8 @@
"astro": "astro"
},
"dependencies": {
"astro": "^2.0.18",
"astro": "^2.1.0",
"vue": "^3.2.37",
"@astrojs/vue": "^2.0.1"
"@astrojs/vue": "^2.1.0"
}
}

View file

@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/node": "^5.0.4",
"astro": "^2.0.18"
"@astrojs/node": "^5.1.0",
"astro": "^2.1.0"
}
}

View file

@ -15,7 +15,7 @@
],
"scripts": {},
"devDependencies": {
"astro": "^2.0.18"
"astro": "^2.1.0"
},
"peerDependencies": {
"astro": "^2.0.0-beta.0"

View file

@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
"astro": "^2.0.18"
"astro": "^2.1.0"
}
}

View file

@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
"astro": "^2.0.18"
"astro": "^2.1.0"
}
}

View file

@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
"astro": "^2.0.18"
"astro": "^2.1.0"
}
}

View file

@ -12,10 +12,10 @@
"server": "node dist/server/entry.mjs"
},
"dependencies": {
"astro": "^2.0.18",
"astro": "^2.1.0",
"svelte": "^3.48.0",
"@astrojs/svelte": "^2.0.2",
"@astrojs/node": "^5.0.4",
"@astrojs/svelte": "^2.1.0",
"@astrojs/node": "^5.1.0",
"concurrently": "^7.2.1",
"unocss": "^0.15.6",
"vite-imagetools": "^4.0.4"

View file

@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/markdoc": "^0.0.0-markdoc-20230214163516",
"astro": "^2.0.6"
"@astrojs/markdoc": "^0.0.1",
"astro": "^2.1.0"
}
}

View file

@ -11,8 +11,8 @@
"astro": "astro"
},
"dependencies": {
"astro": "^2.0.18",
"@astrojs/markdown-remark": "^2.0.1",
"astro": "^2.1.0",
"@astrojs/markdown-remark": "^2.1.0",
"hast-util-select": "5.0.1",
"rehype-autolink-headings": "^6.1.1",
"rehype-slug": "^5.0.1",

View file

@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
"astro": "^2.0.18"
"astro": "^2.1.0"
}
}

View file

@ -11,9 +11,9 @@
"astro": "astro"
},
"dependencies": {
"astro": "^2.0.18",
"astro": "^2.1.0",
"preact": "^10.6.5",
"@astrojs/preact": "^2.0.3",
"@astrojs/mdx": "^0.17.2"
"@astrojs/preact": "^2.1.0",
"@astrojs/mdx": "^0.18.0"
}
}

View file

@ -11,9 +11,9 @@
"astro": "astro"
},
"dependencies": {
"astro": "^2.0.18",
"astro": "^2.1.0",
"preact": "^10.7.3",
"@astrojs/preact": "^2.0.3",
"@astrojs/preact": "^2.1.0",
"nanostores": "^0.5.12",
"@nanostores/preact": "^0.1.3"
}

View file

@ -11,10 +11,10 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^0.17.2",
"@astrojs/tailwind": "^3.0.1",
"@astrojs/mdx": "^0.18.0",
"@astrojs/tailwind": "^3.1.0",
"@types/canvas-confetti": "^1.4.3",
"astro": "^2.0.18",
"astro": "^2.1.0",
"autoprefixer": "^10.4.7",
"canvas-confetti": "^1.5.1",
"postcss": "^8.4.14",

View file

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

View file

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

View file

@ -1,5 +1,11 @@
# @astrojs/prism
## 2.1.0
### Minor Changes
- [#6213](https://github.com/withastro/astro/pull/6213) [`afbbc4d5b`](https://github.com/withastro/astro/commit/afbbc4d5bfafc1779bac00b41c2a1cb1c90f2808) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Updated compilation settings to disable downlevelling for Node 14
## 2.0.0
### Major Changes

View file

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

View file

@ -1,5 +1,11 @@
# @astrojs/rss
## 2.2.0
### Minor Changes
- [#6213](https://github.com/withastro/astro/pull/6213) [`afbbc4d5b`](https://github.com/withastro/astro/commit/afbbc4d5bfafc1779bac00b41c2a1cb1c90f2808) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Updated compilation settings to disable downlevelling for Node 14
## 2.1.1
### Patch Changes

View file

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

View file

@ -1,5 +1,47 @@
# astro
## 2.1.0
### Minor Changes
- [#6150](https://github.com/withastro/astro/pull/6150) [`b087b83fe`](https://github.com/withastro/astro/commit/b087b83fe266c431fe34a07d5c2293cc4ab011c6) Thanks [@morellodev](https://github.com/morellodev)! - Add getStaticPaths type helpers to infer params and props
- [#6344](https://github.com/withastro/astro/pull/6344) [`694918a56`](https://github.com/withastro/astro/commit/694918a56b01104831296be0c25456135a63c784) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Add a new experimental flag (`experimental.assets`) to enable our new core Assets story.
This unlocks a few features:
- A new built-in image component and JavaScript API to transform and optimize images.
- Relative images with automatic optimization in Markdown.
- Support for validating assets using content collections.
- and more!
See [Assets (Experimental)](https://docs.astro.build/en/guides/assets/) on our docs site for more information on how to use this feature!
- [#6435](https://github.com/withastro/astro/pull/6435) [`a20610609`](https://github.com/withastro/astro/commit/a20610609863ae3b48afe96819b8f11ae4f414d5) Thanks [@matthewp](https://github.com/matthewp)! - Expose the manifest to plugins via the astro:ssr-manifest virtual module
- [#6394](https://github.com/withastro/astro/pull/6394) [`a4a74ab70`](https://github.com/withastro/astro/commit/a4a74ab70cd2aa0d812a1f6b202c4e240a8913bf) Thanks [@ematipico](https://github.com/ematipico)! - Add `--help` to various commands: `check`, `sync`, `dev`, `preview`, and `build`
- [#6356](https://github.com/withastro/astro/pull/6356) [`75921b3cd`](https://github.com/withastro/astro/commit/75921b3cd916d439f6392c487c21532fde35ed13) Thanks [@ematipico](https://github.com/ematipico)! - Added a new `--watch` flag to the command `astro check`
- [#6213](https://github.com/withastro/astro/pull/6213) [`afbbc4d5b`](https://github.com/withastro/astro/commit/afbbc4d5bfafc1779bac00b41c2a1cb1c90f2808) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Updated compilation settings to disable downlevelling for Node 14
### Patch Changes
- [#6209](https://github.com/withastro/astro/pull/6209) [`fec583909`](https://github.com/withastro/astro/commit/fec583909ab62829dc0c1600e2387979365f2b94) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Introduce the (experimental) `@astrojs/markdoc` integration. This unlocks Markdoc inside your Content Collections, bringing support for Astro and UI components in your content. This also improves Astro core internals to make Content Collections extensible to more file types in the future.
You can install this integration using the `astro add` command:
```
astro add markdoc
```
[Read the `@astrojs/markdoc` documentation](https://docs.astro.build/en/guides/integrations-guide/markdoc/) for usage instructions, and browse the [new `with-markdoc` starter](https://astro.new/with-markdoc) to try for yourself.
- Updated dependencies [[`694918a56`](https://github.com/withastro/astro/commit/694918a56b01104831296be0c25456135a63c784), [`afbbc4d5b`](https://github.com/withastro/astro/commit/afbbc4d5bfafc1779bac00b41c2a1cb1c90f2808)]:
- @astrojs/markdown-remark@2.1.0
- @astrojs/telemetry@2.1.0
- @astrojs/webapi@2.1.0
## 2.0.18
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "astro",
"version": "2.0.18",
"version": "2.1.0",
"description": "Astro is a modern site builder with web best practices, performance, and DX front-of-mind.",
"type": "module",
"author": "withastro",
@ -106,9 +106,9 @@
"dependencies": {
"@astrojs/compiler": "^1.2.0",
"@astrojs/language-server": "^0.28.3",
"@astrojs/markdown-remark": "^2.0.1",
"@astrojs/telemetry": "^2.0.1",
"@astrojs/webapi": "^2.0.3",
"@astrojs/markdown-remark": "^2.1.0",
"@astrojs/telemetry": "^2.1.0",
"@astrojs/webapi": "^2.1.0",
"@babel/core": "^7.18.2",
"@babel/generator": "^7.18.2",
"@babel/parser": "^7.18.4",

View file

@ -1,5 +1,11 @@
# create-astro
## 3.1.0
### Minor Changes
- [#6213](https://github.com/withastro/astro/pull/6213) [`afbbc4d5b`](https://github.com/withastro/astro/commit/afbbc4d5bfafc1779bac00b41c2a1cb1c90f2808) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Updated compilation settings to disable downlevelling for Node 14
## 3.0.5
### Patch Changes

View file

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

View file

@ -1,5 +1,11 @@
# @astrojs/alpinejs
## 0.2.0
### Minor Changes
- [#6213](https://github.com/withastro/astro/pull/6213) [`afbbc4d5b`](https://github.com/withastro/astro/commit/afbbc4d5bfafc1779bac00b41c2a1cb1c90f2808) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Updated compilation settings to disable downlevelling for Node 14
## 0.1.3
### Patch Changes

View file

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

View file

@ -1,5 +1,16 @@
# @astrojs/cloudflare
## 6.2.0
### Minor Changes
- [#6213](https://github.com/withastro/astro/pull/6213) [`afbbc4d5b`](https://github.com/withastro/astro/commit/afbbc4d5bfafc1779bac00b41c2a1cb1c90f2808) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Updated compilation settings to disable downlevelling for Node 14
### Patch Changes
- Updated dependencies [[`fec583909`](https://github.com/withastro/astro/commit/fec583909ab62829dc0c1600e2387979365f2b94), [`b087b83fe`](https://github.com/withastro/astro/commit/b087b83fe266c431fe34a07d5c2293cc4ab011c6), [`694918a56`](https://github.com/withastro/astro/commit/694918a56b01104831296be0c25456135a63c784), [`a20610609`](https://github.com/withastro/astro/commit/a20610609863ae3b48afe96819b8f11ae4f414d5), [`a4a74ab70`](https://github.com/withastro/astro/commit/a4a74ab70cd2aa0d812a1f6b202c4e240a8913bf), [`75921b3cd`](https://github.com/withastro/astro/commit/75921b3cd916d439f6392c487c21532fde35ed13), [`afbbc4d5b`](https://github.com/withastro/astro/commit/afbbc4d5bfafc1779bac00b41c2a1cb1c90f2808)]:
- astro@2.1.0
## 6.1.3
### Patch Changes

View file

@ -1,7 +1,7 @@
{
"name": "@astrojs/cloudflare",
"description": "Deploy your site to cloudflare workers or cloudflare pages",
"version": "6.1.3",
"version": "6.2.0",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
@ -38,7 +38,7 @@
"tiny-glob": "^0.2.9"
},
"peerDependencies": {
"astro": "workspace:^2.0.18"
"astro": "workspace:^2.1.0"
},
"devDependencies": {
"astro": "workspace:*",

View file

@ -1,5 +1,16 @@
# @astrojs/deno
## 4.1.0
### Minor Changes
- [#6213](https://github.com/withastro/astro/pull/6213) [`afbbc4d5b`](https://github.com/withastro/astro/commit/afbbc4d5bfafc1779bac00b41c2a1cb1c90f2808) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Updated compilation settings to disable downlevelling for Node 14
### Patch Changes
- Updated dependencies [[`fec583909`](https://github.com/withastro/astro/commit/fec583909ab62829dc0c1600e2387979365f2b94), [`b087b83fe`](https://github.com/withastro/astro/commit/b087b83fe266c431fe34a07d5c2293cc4ab011c6), [`694918a56`](https://github.com/withastro/astro/commit/694918a56b01104831296be0c25456135a63c784), [`a20610609`](https://github.com/withastro/astro/commit/a20610609863ae3b48afe96819b8f11ae4f414d5), [`a4a74ab70`](https://github.com/withastro/astro/commit/a4a74ab70cd2aa0d812a1f6b202c4e240a8913bf), [`75921b3cd`](https://github.com/withastro/astro/commit/75921b3cd916d439f6392c487c21532fde35ed13), [`afbbc4d5b`](https://github.com/withastro/astro/commit/afbbc4d5bfafc1779bac00b41c2a1cb1c90f2808)]:
- astro@2.1.0
## 4.0.2
### Patch Changes

View file

@ -1,7 +1,7 @@
{
"name": "@astrojs/deno",
"description": "Deploy your site to a Deno server",
"version": "4.0.2",
"version": "4.1.0",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
@ -33,7 +33,7 @@
"esbuild": "^0.15.18"
},
"peerDependencies": {
"astro": "workspace:^2.0.18"
"astro": "workspace:^2.1.0"
},
"devDependencies": {
"astro": "workspace:*",

View file

@ -1,5 +1,18 @@
# @astrojs/image
## 0.16.0
### Minor Changes
- [#6213](https://github.com/withastro/astro/pull/6213) [`afbbc4d5b`](https://github.com/withastro/astro/commit/afbbc4d5bfafc1779bac00b41c2a1cb1c90f2808) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Updated compilation settings to disable downlevelling for Node 14
### Patch Changes
- [#6421](https://github.com/withastro/astro/pull/6421) [`e58a92527`](https://github.com/withastro/astro/commit/e58a92527f54cb29d3515d544fad833a5ce1061d) Thanks [@vtavernier](https://github.com/vtavernier)! - Handle missing trailing slash in processStaticImage
- Updated dependencies [[`fec583909`](https://github.com/withastro/astro/commit/fec583909ab62829dc0c1600e2387979365f2b94), [`b087b83fe`](https://github.com/withastro/astro/commit/b087b83fe266c431fe34a07d5c2293cc4ab011c6), [`694918a56`](https://github.com/withastro/astro/commit/694918a56b01104831296be0c25456135a63c784), [`a20610609`](https://github.com/withastro/astro/commit/a20610609863ae3b48afe96819b8f11ae4f414d5), [`a4a74ab70`](https://github.com/withastro/astro/commit/a4a74ab70cd2aa0d812a1f6b202c4e240a8913bf), [`75921b3cd`](https://github.com/withastro/astro/commit/75921b3cd916d439f6392c487c21532fde35ed13), [`afbbc4d5b`](https://github.com/withastro/astro/commit/afbbc4d5bfafc1779bac00b41c2a1cb1c90f2808)]:
- astro@2.1.0
## 0.15.1
### Patch Changes

View file

@ -1,7 +1,7 @@
{
"name": "@astrojs/image",
"description": "Load and transform images in your Astro site.",
"version": "0.15.1",
"version": "0.16.0",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
@ -63,7 +63,7 @@
"vite": "^4.1.2"
},
"peerDependencies": {
"astro": "workspace:^2.0.18",
"astro": "workspace:^2.1.0",
"sharp": ">=0.31.0"
},
"peerDependenciesMeta": {

View file

@ -1,5 +1,11 @@
# @astrojs/lit
## 1.3.0
### Minor Changes
- [#6213](https://github.com/withastro/astro/pull/6213) [`afbbc4d5b`](https://github.com/withastro/astro/commit/afbbc4d5bfafc1779bac00b41c2a1cb1c90f2808) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Updated compilation settings to disable downlevelling for Node 14
## 1.2.1
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@astrojs/lit",
"version": "1.2.1",
"version": "1.3.0",
"description": "Use Lit components within Astro",
"type": "module",
"types": "./dist/index.d.ts",

View file

@ -0,0 +1,15 @@
# @astrojs/markdoc
## 0.0.1
### Patch Changes
- [#6209](https://github.com/withastro/astro/pull/6209) [`fec583909`](https://github.com/withastro/astro/commit/fec583909ab62829dc0c1600e2387979365f2b94) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Introduce the (experimental) `@astrojs/markdoc` integration. This unlocks Markdoc inside your Content Collections, bringing support for Astro and UI components in your content. This also improves Astro core internals to make Content Collections extensible to more file types in the future.
You can install this integration using the `astro add` command:
```
astro add markdoc
```
[Read the `@astrojs/markdoc` documentation](https://docs.astro.build/en/guides/integrations-guide/markdoc/) for usage instructions, and browse the [new `with-markdoc` starter](https://astro.new/with-markdoc) to try for yourself.

View file

@ -1,7 +1,7 @@
{
"name": "@astrojs/markdoc",
"description": "Use Markdoc within Astro",
"version": "0.0.0",
"version": "0.0.1",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",

View file

@ -1,5 +1,38 @@
# @astrojs/mdx
## 0.18.0
### Minor Changes
- [#6344](https://github.com/withastro/astro/pull/6344) [`694918a56`](https://github.com/withastro/astro/commit/694918a56b01104831296be0c25456135a63c784) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Add a new experimental flag (`experimental.assets`) to enable our new core Assets story.
This unlocks a few features:
- A new built-in image component and JavaScript API to transform and optimize images.
- Relative images with automatic optimization in Markdown.
- Support for validating assets using content collections.
- and more!
See [Assets (Experimental)](https://docs.astro.build/en/guides/assets/) on our docs site for more information on how to use this feature!
- [#6213](https://github.com/withastro/astro/pull/6213) [`afbbc4d5b`](https://github.com/withastro/astro/commit/afbbc4d5bfafc1779bac00b41c2a1cb1c90f2808) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Updated compilation settings to disable downlevelling for Node 14
### Patch Changes
- [#6209](https://github.com/withastro/astro/pull/6209) [`fec583909`](https://github.com/withastro/astro/commit/fec583909ab62829dc0c1600e2387979365f2b94) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Introduce the (experimental) `@astrojs/markdoc` integration. This unlocks Markdoc inside your Content Collections, bringing support for Astro and UI components in your content. This also improves Astro core internals to make Content Collections extensible to more file types in the future.
You can install this integration using the `astro add` command:
```
astro add markdoc
```
[Read the `@astrojs/markdoc` documentation](https://docs.astro.build/en/guides/integrations-guide/markdoc/) for usage instructions, and browse the [new `with-markdoc` starter](https://astro.new/with-markdoc) to try for yourself.
- Updated dependencies [[`694918a56`](https://github.com/withastro/astro/commit/694918a56b01104831296be0c25456135a63c784), [`afbbc4d5b`](https://github.com/withastro/astro/commit/afbbc4d5bfafc1779bac00b41c2a1cb1c90f2808)]:
- @astrojs/markdown-remark@2.1.0
- @astrojs/prism@2.1.0
## 0.17.2
### Patch Changes

View file

@ -1,7 +1,7 @@
{
"name": "@astrojs/mdx",
"description": "Use MDX within Astro",
"version": "0.17.2",
"version": "0.18.0",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
@ -30,8 +30,8 @@
"test:match": "mocha --timeout 20000 -g"
},
"dependencies": {
"@astrojs/markdown-remark": "^2.0.1",
"@astrojs/prism": "^2.0.0",
"@astrojs/markdown-remark": "^2.1.0",
"@astrojs/prism": "^2.1.0",
"@mdx-js/mdx": "^2.3.0",
"@mdx-js/rollup": "^2.3.0",
"acorn": "^8.8.0",

View file

@ -1,5 +1,17 @@
# @astrojs/netlify
## 2.2.0
### Minor Changes
- [#6213](https://github.com/withastro/astro/pull/6213) [`afbbc4d5b`](https://github.com/withastro/astro/commit/afbbc4d5bfafc1779bac00b41c2a1cb1c90f2808) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Updated compilation settings to disable downlevelling for Node 14
### Patch Changes
- Updated dependencies [[`fec583909`](https://github.com/withastro/astro/commit/fec583909ab62829dc0c1600e2387979365f2b94), [`b087b83fe`](https://github.com/withastro/astro/commit/b087b83fe266c431fe34a07d5c2293cc4ab011c6), [`694918a56`](https://github.com/withastro/astro/commit/694918a56b01104831296be0c25456135a63c784), [`a20610609`](https://github.com/withastro/astro/commit/a20610609863ae3b48afe96819b8f11ae4f414d5), [`a4a74ab70`](https://github.com/withastro/astro/commit/a4a74ab70cd2aa0d812a1f6b202c4e240a8913bf), [`75921b3cd`](https://github.com/withastro/astro/commit/75921b3cd916d439f6392c487c21532fde35ed13), [`afbbc4d5b`](https://github.com/withastro/astro/commit/afbbc4d5bfafc1779bac00b41c2a1cb1c90f2808)]:
- astro@2.1.0
- @astrojs/webapi@2.1.0
## 2.1.3
### Patch Changes

View file

@ -1,7 +1,7 @@
{
"name": "@astrojs/netlify",
"description": "Deploy your site to Netlify",
"version": "2.1.3",
"version": "2.2.0",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
@ -34,12 +34,12 @@
"test": "npm run test-fn"
},
"dependencies": {
"@astrojs/webapi": "^2.0.3",
"@astrojs/webapi": "^2.1.0",
"@netlify/functions": "^1.0.0",
"esbuild": "^0.15.18"
},
"peerDependencies": {
"astro": "workspace:^2.0.18"
"astro": "workspace:^2.1.0"
},
"devDependencies": {
"@netlify/edge-handler-types": "^0.34.1",

View file

@ -1,5 +1,17 @@
# @astrojs/node
## 5.1.0
### Minor Changes
- [#6213](https://github.com/withastro/astro/pull/6213) [`afbbc4d5b`](https://github.com/withastro/astro/commit/afbbc4d5bfafc1779bac00b41c2a1cb1c90f2808) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Updated compilation settings to disable downlevelling for Node 14
### Patch Changes
- Updated dependencies [[`fec583909`](https://github.com/withastro/astro/commit/fec583909ab62829dc0c1600e2387979365f2b94), [`b087b83fe`](https://github.com/withastro/astro/commit/b087b83fe266c431fe34a07d5c2293cc4ab011c6), [`694918a56`](https://github.com/withastro/astro/commit/694918a56b01104831296be0c25456135a63c784), [`a20610609`](https://github.com/withastro/astro/commit/a20610609863ae3b48afe96819b8f11ae4f414d5), [`a4a74ab70`](https://github.com/withastro/astro/commit/a4a74ab70cd2aa0d812a1f6b202c4e240a8913bf), [`75921b3cd`](https://github.com/withastro/astro/commit/75921b3cd916d439f6392c487c21532fde35ed13), [`afbbc4d5b`](https://github.com/withastro/astro/commit/afbbc4d5bfafc1779bac00b41c2a1cb1c90f2808)]:
- astro@2.1.0
- @astrojs/webapi@2.1.0
## 5.0.4
### Patch Changes

View file

@ -1,7 +1,7 @@
{
"name": "@astrojs/node",
"description": "Deploy your site to a Node.js server",
"version": "5.0.4",
"version": "5.1.0",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
@ -30,12 +30,12 @@
"test": "mocha --exit --timeout 20000 test/"
},
"dependencies": {
"@astrojs/webapi": "^2.0.3",
"@astrojs/webapi": "^2.1.0",
"send": "^0.18.0",
"server-destroy": "^1.0.1"
},
"peerDependencies": {
"astro": "workspace:^2.0.18"
"astro": "workspace:^2.1.0"
},
"devDependencies": {
"@types/send": "^0.17.1",

View file

@ -1,5 +1,11 @@
# @astrojs/partytown
## 1.1.0
### Minor Changes
- [#6213](https://github.com/withastro/astro/pull/6213) [`afbbc4d5b`](https://github.com/withastro/astro/commit/afbbc4d5bfafc1779bac00b41c2a1cb1c90f2808) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Updated compilation settings to disable downlevelling for Node 14
## 1.0.3
### Patch Changes

View file

@ -1,7 +1,7 @@
{
"name": "@astrojs/partytown",
"description": "Astro + Partytown integration",
"version": "1.0.3",
"version": "1.1.0",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",

View file

@ -1,5 +1,11 @@
# @astrojs/preact
## 2.1.0
### Minor Changes
- [#6213](https://github.com/withastro/astro/pull/6213) [`afbbc4d5b`](https://github.com/withastro/astro/commit/afbbc4d5bfafc1779bac00b41c2a1cb1c90f2808) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Updated compilation settings to disable downlevelling for Node 14
## 2.0.3
### Patch Changes

View file

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

View file

@ -1,5 +1,11 @@
# @astrojs/prefetch
## 0.2.0
### Minor Changes
- [#6213](https://github.com/withastro/astro/pull/6213) [`afbbc4d5b`](https://github.com/withastro/astro/commit/afbbc4d5bfafc1779bac00b41c2a1cb1c90f2808) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Updated compilation settings to disable downlevelling for Node 14
## 0.1.2
### Patch Changes

View file

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

View file

@ -1,5 +1,11 @@
# @astrojs/react
## 2.1.0
### Minor Changes
- [#6213](https://github.com/withastro/astro/pull/6213) [`afbbc4d5b`](https://github.com/withastro/astro/commit/afbbc4d5bfafc1779bac00b41c2a1cb1c90f2808) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Updated compilation settings to disable downlevelling for Node 14
## 2.0.2
### Patch Changes

View file

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

View file

@ -1,5 +1,11 @@
# @astrojs/sitemap
## 1.2.0
### Minor Changes
- [#6213](https://github.com/withastro/astro/pull/6213) [`afbbc4d5b`](https://github.com/withastro/astro/commit/afbbc4d5bfafc1779bac00b41c2a1cb1c90f2808) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Updated compilation settings to disable downlevelling for Node 14
## 1.1.0
### Minor Changes

View file

@ -1,7 +1,7 @@
{
"name": "@astrojs/sitemap",
"description": "Generate a sitemap for Astro",
"version": "1.1.0",
"version": "1.2.0",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",

View file

@ -1,5 +1,11 @@
# @astrojs/solid-js
## 2.1.0
### Minor Changes
- [#6213](https://github.com/withastro/astro/pull/6213) [`afbbc4d5b`](https://github.com/withastro/astro/commit/afbbc4d5bfafc1779bac00b41c2a1cb1c90f2808) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Updated compilation settings to disable downlevelling for Node 14
## 2.0.2
### Patch Changes

View file

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

View file

@ -1,5 +1,16 @@
# @astrojs/svelte
## 2.1.0
### Minor Changes
- [#6213](https://github.com/withastro/astro/pull/6213) [`afbbc4d5b`](https://github.com/withastro/astro/commit/afbbc4d5bfafc1779bac00b41c2a1cb1c90f2808) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Updated compilation settings to disable downlevelling for Node 14
### Patch Changes
- Updated dependencies [[`fec583909`](https://github.com/withastro/astro/commit/fec583909ab62829dc0c1600e2387979365f2b94), [`b087b83fe`](https://github.com/withastro/astro/commit/b087b83fe266c431fe34a07d5c2293cc4ab011c6), [`694918a56`](https://github.com/withastro/astro/commit/694918a56b01104831296be0c25456135a63c784), [`a20610609`](https://github.com/withastro/astro/commit/a20610609863ae3b48afe96819b8f11ae4f414d5), [`a4a74ab70`](https://github.com/withastro/astro/commit/a4a74ab70cd2aa0d812a1f6b202c4e240a8913bf), [`75921b3cd`](https://github.com/withastro/astro/commit/75921b3cd916d439f6392c487c21532fde35ed13), [`afbbc4d5b`](https://github.com/withastro/astro/commit/afbbc4d5bfafc1779bac00b41c2a1cb1c90f2808)]:
- astro@2.1.0
## 2.0.2
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@astrojs/svelte",
"version": "2.0.2",
"version": "2.1.0",
"description": "Use Svelte components within Astro",
"type": "module",
"types": "./dist/index.d.ts",
@ -43,7 +43,7 @@
"vite": "^4.1.2"
},
"peerDependencies": {
"astro": "workspace:^2.0.18",
"astro": "workspace:^2.1.0",
"svelte": "^3.54.0"
},
"engines": {

View file

@ -1,5 +1,16 @@
# @astrojs/tailwind
## 3.1.0
### Minor Changes
- [#6213](https://github.com/withastro/astro/pull/6213) [`afbbc4d5b`](https://github.com/withastro/astro/commit/afbbc4d5bfafc1779bac00b41c2a1cb1c90f2808) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Updated compilation settings to disable downlevelling for Node 14
### Patch Changes
- Updated dependencies [[`fec583909`](https://github.com/withastro/astro/commit/fec583909ab62829dc0c1600e2387979365f2b94), [`b087b83fe`](https://github.com/withastro/astro/commit/b087b83fe266c431fe34a07d5c2293cc4ab011c6), [`694918a56`](https://github.com/withastro/astro/commit/694918a56b01104831296be0c25456135a63c784), [`a20610609`](https://github.com/withastro/astro/commit/a20610609863ae3b48afe96819b8f11ae4f414d5), [`a4a74ab70`](https://github.com/withastro/astro/commit/a4a74ab70cd2aa0d812a1f6b202c4e240a8913bf), [`75921b3cd`](https://github.com/withastro/astro/commit/75921b3cd916d439f6392c487c21532fde35ed13), [`afbbc4d5b`](https://github.com/withastro/astro/commit/afbbc4d5bfafc1779bac00b41c2a1cb1c90f2808)]:
- astro@2.1.0
## 3.0.1
### Patch Changes

View file

@ -1,7 +1,7 @@
{
"name": "@astrojs/tailwind",
"description": "Tailwind + Astro Integrations",
"version": "3.0.1",
"version": "3.1.0",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
@ -40,7 +40,7 @@
"vite": "^4.1.2"
},
"peerDependencies": {
"astro": "workspace:^2.0.18",
"astro": "workspace:^2.1.0",
"tailwindcss": "^3.0.24"
},
"pnpm": {

View file

@ -1,5 +1,11 @@
# @astrojs/turbolinks
## 0.2.0
### Minor Changes
- [#6213](https://github.com/withastro/astro/pull/6213) [`afbbc4d5b`](https://github.com/withastro/astro/commit/afbbc4d5bfafc1779bac00b41c2a1cb1c90f2808) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Updated compilation settings to disable downlevelling for Node 14
## 0.1.5
### Patch Changes

View file

@ -1,7 +1,7 @@
{
"name": "@astrojs/turbolinks",
"description": "Turbolinks + Astro Integrations",
"version": "0.1.5",
"version": "0.2.0",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",

View file

@ -1,5 +1,17 @@
# @astrojs/vercel
## 3.2.0
### Minor Changes
- [#6213](https://github.com/withastro/astro/pull/6213) [`afbbc4d5b`](https://github.com/withastro/astro/commit/afbbc4d5bfafc1779bac00b41c2a1cb1c90f2808) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Updated compilation settings to disable downlevelling for Node 14
### Patch Changes
- Updated dependencies [[`fec583909`](https://github.com/withastro/astro/commit/fec583909ab62829dc0c1600e2387979365f2b94), [`b087b83fe`](https://github.com/withastro/astro/commit/b087b83fe266c431fe34a07d5c2293cc4ab011c6), [`694918a56`](https://github.com/withastro/astro/commit/694918a56b01104831296be0c25456135a63c784), [`a20610609`](https://github.com/withastro/astro/commit/a20610609863ae3b48afe96819b8f11ae4f414d5), [`a4a74ab70`](https://github.com/withastro/astro/commit/a4a74ab70cd2aa0d812a1f6b202c4e240a8913bf), [`75921b3cd`](https://github.com/withastro/astro/commit/75921b3cd916d439f6392c487c21532fde35ed13), [`afbbc4d5b`](https://github.com/withastro/astro/commit/afbbc4d5bfafc1779bac00b41c2a1cb1c90f2808)]:
- astro@2.1.0
- @astrojs/webapi@2.1.0
## 3.1.4
### Patch Changes

View file

@ -1,7 +1,7 @@
{
"name": "@astrojs/vercel",
"description": "Deploy your site to Vercel",
"version": "3.1.4",
"version": "3.2.0",
"type": "module",
"author": "withastro",
"license": "MIT",
@ -45,7 +45,7 @@
"test": "mocha --exit --timeout 20000 test/"
},
"dependencies": {
"@astrojs/webapi": "^2.0.3",
"@astrojs/webapi": "^2.1.0",
"@vercel/analytics": "^0.1.8",
"@vercel/nft": "^0.22.1",
"fast-glob": "^3.2.11",
@ -53,7 +53,7 @@
"web-vitals": "^3.1.1"
},
"peerDependencies": {
"astro": "workspace:^2.0.18"
"astro": "workspace:^2.1.0"
},
"devDependencies": {
"@types/set-cookie-parser": "^2.4.2",

View file

@ -1,5 +1,16 @@
# @astrojs/vue
## 2.1.0
### Minor Changes
- [#6213](https://github.com/withastro/astro/pull/6213) [`afbbc4d5b`](https://github.com/withastro/astro/commit/afbbc4d5bfafc1779bac00b41c2a1cb1c90f2808) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Updated compilation settings to disable downlevelling for Node 14
### Patch Changes
- Updated dependencies [[`fec583909`](https://github.com/withastro/astro/commit/fec583909ab62829dc0c1600e2387979365f2b94), [`b087b83fe`](https://github.com/withastro/astro/commit/b087b83fe266c431fe34a07d5c2293cc4ab011c6), [`694918a56`](https://github.com/withastro/astro/commit/694918a56b01104831296be0c25456135a63c784), [`a20610609`](https://github.com/withastro/astro/commit/a20610609863ae3b48afe96819b8f11ae4f414d5), [`a4a74ab70`](https://github.com/withastro/astro/commit/a4a74ab70cd2aa0d812a1f6b202c4e240a8913bf), [`75921b3cd`](https://github.com/withastro/astro/commit/75921b3cd916d439f6392c487c21532fde35ed13), [`afbbc4d5b`](https://github.com/withastro/astro/commit/afbbc4d5bfafc1779bac00b41c2a1cb1c90f2808)]:
- astro@2.1.0
## 2.0.1
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@astrojs/vue",
"version": "2.0.1",
"version": "2.1.0",
"description": "Use Vue components within Astro",
"type": "module",
"types": "./dist/index.d.ts",
@ -50,7 +50,7 @@
"vue": "^3.2.37"
},
"peerDependencies": {
"astro": "workspace:^2.0.18",
"astro": "workspace:^2.1.0",
"vue": "^3.2.30"
},
"engines": {

View file

@ -1,5 +1,28 @@
# @astrojs/markdown-remark
## 2.1.0
### Minor Changes
- [#6344](https://github.com/withastro/astro/pull/6344) [`694918a56`](https://github.com/withastro/astro/commit/694918a56b01104831296be0c25456135a63c784) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Add a new experimental flag (`experimental.assets`) to enable our new core Assets story.
This unlocks a few features:
- A new built-in image component and JavaScript API to transform and optimize images.
- Relative images with automatic optimization in Markdown.
- Support for validating assets using content collections.
- and more!
See [Assets (Experimental)](https://docs.astro.build/en/guides/assets/) on our docs site for more information on how to use this feature!
- [#6213](https://github.com/withastro/astro/pull/6213) [`afbbc4d5b`](https://github.com/withastro/astro/commit/afbbc4d5bfafc1779bac00b41c2a1cb1c90f2808) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Updated compilation settings to disable downlevelling for Node 14
### Patch Changes
- Updated dependencies [[`fec583909`](https://github.com/withastro/astro/commit/fec583909ab62829dc0c1600e2387979365f2b94), [`b087b83fe`](https://github.com/withastro/astro/commit/b087b83fe266c431fe34a07d5c2293cc4ab011c6), [`694918a56`](https://github.com/withastro/astro/commit/694918a56b01104831296be0c25456135a63c784), [`a20610609`](https://github.com/withastro/astro/commit/a20610609863ae3b48afe96819b8f11ae4f414d5), [`a4a74ab70`](https://github.com/withastro/astro/commit/a4a74ab70cd2aa0d812a1f6b202c4e240a8913bf), [`75921b3cd`](https://github.com/withastro/astro/commit/75921b3cd916d439f6392c487c21532fde35ed13), [`afbbc4d5b`](https://github.com/withastro/astro/commit/afbbc4d5bfafc1779bac00b41c2a1cb1c90f2808)]:
- astro@2.1.0
- @astrojs/prism@2.1.0
## 2.0.1
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@astrojs/markdown-remark",
"version": "2.0.1",
"version": "2.1.0",
"type": "module",
"author": "withastro",
"license": "MIT",
@ -25,10 +25,10 @@
"test": "mocha --exit --timeout 20000"
},
"peerDependencies": {
"astro": "workspace:^2.0.18"
"astro": "workspace:^2.1.0"
},
"dependencies": {
"@astrojs/prism": "^2.0.0",
"@astrojs/prism": "^2.1.0",
"github-slugger": "^1.4.0",
"image-size": "^1.0.2",
"import-meta-resolve": "^2.1.0",

View file

@ -1,5 +1,11 @@
# @astrojs/telemetry
## 2.1.0
### Minor Changes
- [#6213](https://github.com/withastro/astro/pull/6213) [`afbbc4d5b`](https://github.com/withastro/astro/commit/afbbc4d5bfafc1779bac00b41c2a1cb1c90f2808) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Updated compilation settings to disable downlevelling for Node 14
## 2.0.1
### Patch Changes

View file

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

View file

@ -1,5 +1,11 @@
# @astrojs/webapi
## 2.1.0
### Minor Changes
- [#6213](https://github.com/withastro/astro/pull/6213) [`afbbc4d5b`](https://github.com/withastro/astro/commit/afbbc4d5bfafc1779bac00b41c2a1cb1c90f2808) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Updated compilation settings to disable downlevelling for Node 14
## 2.0.3
### Patch Changes

View file

@ -1,7 +1,7 @@
{
"name": "@astrojs/webapi",
"description": "Use Web APIs in Node",
"version": "2.0.3",
"version": "2.1.0",
"type": "module",
"exports": {
".": {

View file

@ -104,16 +104,16 @@ importers:
examples/basics:
specifiers:
astro: ^2.0.18
astro: ^2.1.0
dependencies:
astro: link:../../packages/astro
examples/blog:
specifiers:
'@astrojs/mdx': ^0.17.2
'@astrojs/rss': ^2.1.1
'@astrojs/sitemap': ^1.1.0
astro: ^2.0.18
'@astrojs/mdx': ^0.18.0
'@astrojs/rss': ^2.2.0
'@astrojs/sitemap': ^1.2.0
astro: ^2.1.0
dependencies:
'@astrojs/mdx': link:../../packages/integrations/mdx
'@astrojs/rss': link:../../packages/astro-rss
@ -122,14 +122,14 @@ importers:
examples/component:
specifiers:
astro: ^2.0.18
astro: ^2.1.0
devDependencies:
astro: link:../../packages/astro
examples/deno:
specifiers:
'@astrojs/deno': ^4.0.2
astro: ^2.0.18
'@astrojs/deno': ^4.1.0
astro: ^2.1.0
dependencies:
astro: link:../../packages/astro
devDependencies:
@ -138,14 +138,14 @@ importers:
examples/docs:
specifiers:
'@algolia/client-search': ^4.13.1
'@astrojs/preact': ^2.0.3
'@astrojs/react': ^2.0.2
'@astrojs/preact': ^2.1.0
'@astrojs/react': ^2.1.0
'@docsearch/css': ^3.1.0
'@docsearch/react': ^3.1.0
'@types/node': ^18.0.0
'@types/react': ^17.0.45
'@types/react-dom': ^18.0.0
astro: ^2.0.18
astro: ^2.1.0
html-escaper: ^3.0.3
preact: ^10.7.3
react: ^18.1.0
@ -168,10 +168,10 @@ importers:
examples/framework-alpine:
specifiers:
'@astrojs/alpinejs': ^0.1.3
'@astrojs/alpinejs': ^0.2.0
'@types/alpinejs': ^3.7.0
alpinejs: ^3.10.2
astro: ^2.0.18
astro: ^2.1.0
dependencies:
'@astrojs/alpinejs': link:../../packages/integrations/alpinejs
'@types/alpinejs': 3.7.1
@ -180,9 +180,9 @@ importers:
examples/framework-lit:
specifiers:
'@astrojs/lit': ^1.2.1
'@astrojs/lit': ^1.3.0
'@webcomponents/template-shadowroot': ^0.1.0
astro: ^2.0.18
astro: ^2.1.0
lit: ^2.2.5
dependencies:
'@astrojs/lit': link:../../packages/integrations/lit
@ -192,12 +192,12 @@ importers:
examples/framework-multiple:
specifiers:
'@astrojs/preact': ^2.0.3
'@astrojs/react': ^2.0.2
'@astrojs/solid-js': ^2.0.2
'@astrojs/svelte': ^2.0.2
'@astrojs/vue': ^2.0.1
astro: ^2.0.18
'@astrojs/preact': ^2.1.0
'@astrojs/react': ^2.1.0
'@astrojs/solid-js': ^2.1.0
'@astrojs/svelte': ^2.1.0
'@astrojs/vue': ^2.1.0
astro: ^2.1.0
preact: ^10.7.3
react: ^18.1.0
react-dom: ^18.1.0
@ -220,9 +220,9 @@ importers:
examples/framework-preact:
specifiers:
'@astrojs/preact': ^2.0.3
'@astrojs/preact': ^2.1.0
'@preact/signals': ^1.1.0
astro: ^2.0.18
astro: ^2.1.0
preact: ^10.7.3
dependencies:
'@astrojs/preact': link:../../packages/integrations/preact
@ -232,10 +232,10 @@ importers:
examples/framework-react:
specifiers:
'@astrojs/react': ^2.0.2
'@astrojs/react': ^2.1.0
'@types/react': ^18.0.10
'@types/react-dom': ^18.0.5
astro: ^2.0.18
astro: ^2.1.0
react: ^18.1.0
react-dom: ^18.1.0
dependencies:
@ -248,8 +248,8 @@ importers:
examples/framework-solid:
specifiers:
'@astrojs/solid-js': ^2.0.2
astro: ^2.0.18
'@astrojs/solid-js': ^2.1.0
astro: ^2.1.0
solid-js: ^1.4.3
dependencies:
'@astrojs/solid-js': link:../../packages/integrations/solid
@ -258,8 +258,8 @@ importers:
examples/framework-svelte:
specifiers:
'@astrojs/svelte': ^2.0.2
astro: ^2.0.18
'@astrojs/svelte': ^2.1.0
astro: ^2.1.0
svelte: ^3.48.0
dependencies:
'@astrojs/svelte': link:../../packages/integrations/svelte
@ -268,8 +268,8 @@ importers:
examples/framework-vue:
specifiers:
'@astrojs/vue': ^2.0.1
astro: ^2.0.18
'@astrojs/vue': ^2.1.0
astro: ^2.1.0
vue: ^3.2.37
dependencies:
'@astrojs/vue': link:../../packages/integrations/vue
@ -278,41 +278,41 @@ importers:
examples/hackernews:
specifiers:
'@astrojs/node': ^5.0.4
astro: ^2.0.18
'@astrojs/node': ^5.1.0
astro: ^2.1.0
dependencies:
'@astrojs/node': link:../../packages/integrations/node
astro: link:../../packages/astro
examples/integration:
specifiers:
astro: ^2.0.18
astro: ^2.1.0
devDependencies:
astro: link:../../packages/astro
examples/minimal:
specifiers:
astro: ^2.0.18
astro: ^2.1.0
dependencies:
astro: link:../../packages/astro
examples/non-html-pages:
specifiers:
astro: ^2.0.18
astro: ^2.1.0
dependencies:
astro: link:../../packages/astro
examples/portfolio:
specifiers:
astro: ^2.0.18
astro: ^2.1.0
dependencies:
astro: link:../../packages/astro
examples/ssr:
specifiers:
'@astrojs/node': ^5.0.4
'@astrojs/svelte': ^2.0.2
astro: ^2.0.18
'@astrojs/node': ^5.1.0
'@astrojs/svelte': ^2.1.0
astro: ^2.1.0
concurrently: ^7.2.1
svelte: ^3.48.0
unocss: ^0.15.6
@ -328,16 +328,16 @@ importers:
examples/with-markdoc:
specifiers:
'@astrojs/markdoc': ^0.0.0-markdoc-20230214163516
astro: ^2.0.6
'@astrojs/markdoc': ^0.0.1
astro: ^2.1.0
dependencies:
'@astrojs/markdoc': link:../../packages/integrations/markdoc
astro: link:../../packages/astro
examples/with-markdown-plugins:
specifiers:
'@astrojs/markdown-remark': ^2.0.1
astro: ^2.0.18
'@astrojs/markdown-remark': ^2.1.0
astro: ^2.1.0
hast-util-select: 5.0.1
rehype-autolink-headings: ^6.1.1
rehype-slug: ^5.0.1
@ -354,15 +354,15 @@ importers:
examples/with-markdown-shiki:
specifiers:
astro: ^2.0.18
astro: ^2.1.0
dependencies:
astro: link:../../packages/astro
examples/with-mdx:
specifiers:
'@astrojs/mdx': ^0.17.2
'@astrojs/preact': ^2.0.3
astro: ^2.0.18
'@astrojs/mdx': ^0.18.0
'@astrojs/preact': ^2.1.0
astro: ^2.1.0
preact: ^10.6.5
dependencies:
'@astrojs/mdx': link:../../packages/integrations/mdx
@ -372,9 +372,9 @@ importers:
examples/with-nanostores:
specifiers:
'@astrojs/preact': ^2.0.3
'@astrojs/preact': ^2.1.0
'@nanostores/preact': ^0.1.3
astro: ^2.0.18
astro: ^2.1.0
nanostores: ^0.5.12
preact: ^10.7.3
dependencies:
@ -386,10 +386,10 @@ importers:
examples/with-tailwindcss:
specifiers:
'@astrojs/mdx': ^0.17.2
'@astrojs/tailwind': ^3.0.1
'@astrojs/mdx': ^0.18.0
'@astrojs/tailwind': ^3.1.0
'@types/canvas-confetti': ^1.4.3
astro: ^2.0.18
astro: ^2.1.0
autoprefixer: ^10.4.7
canvas-confetti: ^1.5.1
postcss: ^8.4.14
@ -406,7 +406,7 @@ importers:
examples/with-vite-plugin-pwa:
specifiers:
astro: ^2.0.18
astro: ^2.1.0
vite-plugin-pwa: 0.11.11
workbox-window: ^6.5.3
dependencies:
@ -416,7 +416,7 @@ importers:
examples/with-vitest:
specifiers:
astro: ^2.0.18
astro: ^2.1.0
vitest: ^0.20.3
dependencies:
astro: link:../../packages/astro
@ -426,9 +426,9 @@ importers:
specifiers:
'@astrojs/compiler': ^1.2.0
'@astrojs/language-server': ^0.28.3
'@astrojs/markdown-remark': ^2.0.1
'@astrojs/telemetry': ^2.0.1
'@astrojs/webapi': ^2.0.3
'@astrojs/markdown-remark': ^2.1.0
'@astrojs/telemetry': ^2.1.0
'@astrojs/webapi': ^2.1.0
'@babel/core': ^7.18.2
'@babel/generator': ^7.18.2
'@babel/parser': ^7.18.4
@ -1198,7 +1198,7 @@ importers:
react: ^18.0.0
react-dom: ^18.0.0
dependencies:
'@astrojs/markdoc': link:../../../../integrations/markdoc
'@astrojs/markdoc': 0.0.0-markdoc-20230302210326_3stiutgnnbnfnf3uowm5cip22i
'@astrojs/react': link:../../../../integrations/react
'@performance/utils': link:../utils
'@types/react': 18.0.27
@ -1218,7 +1218,7 @@ importers:
react: ^18.0.0
react-dom: ^18.0.0
dependencies:
'@astrojs/mdx': link:../../../../integrations/mdx
'@astrojs/mdx': 0.17.2_astro@packages+astro
'@astrojs/react': link:../../../../integrations/react
'@performance/utils': link:../utils
'@types/react': 18.0.27
@ -3091,8 +3091,8 @@ importers:
packages/integrations/mdx:
specifiers:
'@astrojs/markdown-remark': ^2.0.1
'@astrojs/prism': ^2.0.0
'@astrojs/markdown-remark': ^2.1.0
'@astrojs/prism': ^2.1.0
'@mdx-js/mdx': ^2.3.0
'@mdx-js/rollup': ^2.3.0
'@types/chai': ^4.3.1
@ -3254,7 +3254,7 @@ importers:
packages/integrations/netlify:
specifiers:
'@astrojs/webapi': ^2.0.3
'@astrojs/webapi': ^2.1.0
'@netlify/edge-handler-types': ^0.34.1
'@netlify/functions': ^1.0.0
'@types/node': ^14.18.20
@ -3319,7 +3319,7 @@ importers:
packages/integrations/node:
specifiers:
'@astrojs/webapi': ^2.0.3
'@astrojs/webapi': ^2.1.0
'@types/send': ^0.17.1
'@types/server-destroy': ^1.0.1
astro: workspace:*
@ -3579,7 +3579,7 @@ importers:
packages/integrations/vercel:
specifiers:
'@astrojs/webapi': ^2.0.3
'@astrojs/webapi': ^2.1.0
'@types/set-cookie-parser': ^2.4.2
'@vercel/analytics': ^0.1.8
'@vercel/nft': ^0.22.1
@ -3779,7 +3779,7 @@ importers:
packages/markdown/remark:
specifiers:
'@astrojs/prism': ^2.0.0
'@astrojs/prism': ^2.1.0
'@types/chai': ^4.3.1
'@types/estree': ^1.0.0
'@types/github-slugger': ^1.3.0
@ -4165,6 +4165,69 @@ packages:
vscode-uri: 3.0.7
dev: false
/@astrojs/markdoc/0.0.0-markdoc-20230302210326_3stiutgnnbnfnf3uowm5cip22i:
resolution: {integrity: sha512-tcov6vc4QETuN+5vV+QEASVKIDotavz2N5SgRZa9YwQWhjZOgWVJs+1udbPEps6WTCjjoX8L4M+C9CXv3/xskw==}
engines: {node: '>=16.12.0'}
dependencies:
'@markdoc/markdoc': 0.2.2_3stiutgnnbnfnf3uowm5cip22i
gray-matter: 4.0.3
stringify-attributes: 3.0.0
zod: 3.20.6
transitivePeerDependencies:
- '@types/react'
- react
dev: false
/@astrojs/markdown-remark/2.0.1_astro@packages+astro:
resolution: {integrity: sha512-xQF1rXGJN18m+zZucwRRtmNehuhPMMhZhi6HWKrtpEAKnHSPk8lqf1GXgKH7/Sypglu8ivdECZ+EGs6kOYVasQ==}
peerDependencies:
astro: '*'
dependencies:
'@astrojs/prism': 2.0.0
astro: link:packages/astro
github-slugger: 1.5.0
import-meta-resolve: 2.2.1
rehype-raw: 6.1.1
rehype-stringify: 9.0.3
remark-gfm: 3.0.1
remark-parse: 10.0.1
remark-rehype: 10.1.0
remark-smartypants: 2.0.0
shiki: 0.11.1
unified: 10.1.2
unist-util-visit: 4.1.2
vfile: 5.3.7
transitivePeerDependencies:
- supports-color
dev: false
/@astrojs/mdx/0.17.2_astro@packages+astro:
resolution: {integrity: sha512-mol57cw1jJMcQgKMRGn7p6cewajq6JTNtqj5aAZgROWam/phVDSOCbXj/WU3O9+3qFnyKtpczoufQKwJTQltAw==}
engines: {node: '>=16.12.0'}
dependencies:
'@astrojs/markdown-remark': 2.0.1_astro@packages+astro
'@astrojs/prism': 2.0.0
'@mdx-js/mdx': 2.3.0
'@mdx-js/rollup': 2.3.0
acorn: 8.8.2
es-module-lexer: 1.1.1
estree-util-visit: 1.2.1
github-slugger: 1.5.0
gray-matter: 4.0.3
kleur: 4.1.5
rehype-raw: 6.1.1
remark-frontmatter: 4.0.1
remark-gfm: 3.0.1
remark-smartypants: 2.0.0
shiki: 0.11.1
unist-util-visit: 4.1.2
vfile: 5.3.7
transitivePeerDependencies:
- astro
- rollup
- supports-color
dev: false
/@astrojs/node/1.1.0:
resolution: {integrity: sha512-4KkCEFYtmTUSvU49UZSJD/VQfD/oKzf0ld8COjFW1pxfquBgvevLxRVpYLRanZB20L3c8/xyyQpDq7zMSMqQrg==}
dependencies:
@ -4187,6 +4250,13 @@ packages:
- supports-color
dev: false
/@astrojs/prism/2.0.0:
resolution: {integrity: sha512-YgeoeEPqsxaEpg0rwe/bUq3653LqSQnMjrLlpYwrbQQMQQqz6Y5yXN+RX3SfLJ6ppNb4+Fu2+Z49EXjk48Ihjw==}
engines: {node: '>=16.12.0'}
dependencies:
prismjs: 1.29.0
dev: false
/@astrojs/webapi/1.1.1:
resolution: {integrity: sha512-yeUvP27PoiBK/WCxyQzC4HLYZo4Hg6dzRd/dTsL50WGlAQVCwWcqzVJrIZKvzNDNaW/fIXutZTmdj6nec0PIGg==}
dependencies:
@ -6661,6 +6731,24 @@ packages:
'@types/markdown-it': 12.2.3
dev: false
/@markdoc/markdoc/0.2.2_3stiutgnnbnfnf3uowm5cip22i:
resolution: {integrity: sha512-0TiD9jmA5h5znN4lxo7HECAu3WieU5g5vUsfByeucrdR/x88hEilpt16EydFyJwJddQ/3w5HQgW7Ovy62r4cyw==}
engines: {node: '>=14.7.0'}
peerDependencies:
'@types/react': '*'
react: '*'
peerDependenciesMeta:
'@types/react':
optional: true
react:
optional: true
dependencies:
'@types/react': 18.0.27
react: 18.2.0
optionalDependencies:
'@types/markdown-it': 12.2.3
dev: false
/@mdx-js/mdx/2.3.0:
resolution: {integrity: sha512-jLuwRlz8DQfQNiUCJR50Y09CGPq3fLtmtUQfVrj79E0JWu3dvsVcxVIcfhR5h0iXu+/z++zDrYeiJqifRynJkA==}
dependencies:

View file

@ -1,5 +1,12 @@
# astro-scripts
## 0.0.14
### Patch Changes
- Updated dependencies [[`afbbc4d5b`](https://github.com/withastro/astro/commit/afbbc4d5bfafc1779bac00b41c2a1cb1c90f2808)]:
- @astrojs/webapi@2.1.0
## 0.0.13
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "astro-scripts",
"version": "0.0.13",
"version": "0.0.14",
"private": true,
"type": "module",
"main": "./index.js",