[ci] release (#6541)

* [ci] release

* nit: typo in #6594 changeset

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Ben Holmes <hey@bholmes.dev>
This commit is contained in:
Houston (Bot) 2023-03-21 05:03:46 -07:00 committed by GitHub
parent a661907b40
commit 6afb1efea8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
69 changed files with 171 additions and 185 deletions

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Fix images having the wrong width and height when using the new astro:assets features if both dimensions were provided

View file

@ -1,5 +0,0 @@
---
'@astrojs/cloudflare': patch
---
fix `config.base` trimming logic for cloudflare integration `_routes.json` generation

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Support tsconfig aliases in styles

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
don't finish the action of the copy before removing all files.

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Fix Invalid Input error when trying to use a custom Image Service

View file

@ -1,5 +0,0 @@
---
'@astrojs/rss': patch
---
Preserve self-closing tags in `customData` option

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Fix image() type to be compatible with ImageMetadata

View file

@ -1,6 +0,0 @@
---
'astro': patch
'@astrojs/markdown-remark': patch
---
Vendor `image-size` to fix CJS-related issues

View file

@ -1,6 +0,0 @@
---
'@astrojs/markdoc': patch
'@astrojs/mdx': patch
---
Fix integration return type

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Simplify internal resolver in dev

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Fix Image component and `getImage` not handling images from public correctly

View file

@ -1,5 +0,0 @@
---
'create-astro': patch
---
wrap projecDir in quptes if it contains spaces

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Fix plugin apply args when filtering

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
fix: Add missing --watch flag for astro check when running astro check --help

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Properly handle empty markdown files in content collections

View file

@ -1,6 +0,0 @@
---
'astro': patch
'@astrojs/markdown-remark': patch
---
Add a `validateOptions` hook to the Image Service API in order to set default options and validate the passed options

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Update tsconfig.json templates to ignore TypeScript 5.0 deprecations for the moment

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Fix overflow title in error message

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Fix prerendered 404 page handling in SSR

View file

@ -11,6 +11,6 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"astro": "^2.1.3" "astro": "^2.1.4"
} }
} }

View file

@ -11,9 +11,9 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"astro": "^2.1.3", "astro": "^2.1.4",
"@astrojs/mdx": "^0.18.1", "@astrojs/mdx": "^0.18.2",
"@astrojs/rss": "^2.3.0", "@astrojs/rss": "^2.3.1",
"@astrojs/sitemap": "^1.2.1" "@astrojs/sitemap": "^1.2.1"
} }
} }

View file

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

View file

@ -10,7 +10,7 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"astro": "^2.1.3" "astro": "^2.1.4"
}, },
"devDependencies": { "devDependencies": {
"@astrojs/deno": "^4.1.0" "@astrojs/deno": "^4.1.0"

View file

@ -11,7 +11,7 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"astro": "^2.1.3", "astro": "^2.1.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",

View file

@ -11,7 +11,7 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"astro": "^2.1.3", "astro": "^2.1.4",
"alpinejs": "^3.10.2", "alpinejs": "^3.10.2",
"@astrojs/alpinejs": "^0.2.1", "@astrojs/alpinejs": "^0.2.1",
"@types/alpinejs": "^3.7.0" "@types/alpinejs": "^3.7.0"

View file

@ -11,7 +11,7 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"astro": "^2.1.3", "astro": "^2.1.4",
"lit": "^2.2.5", "lit": "^2.2.5",
"@astrojs/lit": "^1.3.0", "@astrojs/lit": "^1.3.0",
"@webcomponents/template-shadowroot": "^0.1.0" "@webcomponents/template-shadowroot": "^0.1.0"

View file

@ -11,7 +11,7 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"astro": "^2.1.3", "astro": "^2.1.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",

View file

@ -11,7 +11,7 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"astro": "^2.1.3", "astro": "^2.1.4",
"preact": "^10.7.3", "preact": "^10.7.3",
"@astrojs/preact": "^2.1.0", "@astrojs/preact": "^2.1.0",
"@preact/signals": "^1.1.0" "@preact/signals": "^1.1.0"

View file

@ -11,7 +11,7 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"astro": "^2.1.3", "astro": "^2.1.4",
"react": "^18.1.0", "react": "^18.1.0",
"react-dom": "^18.1.0", "react-dom": "^18.1.0",
"@astrojs/react": "^2.1.0", "@astrojs/react": "^2.1.0",

View file

@ -11,7 +11,7 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"astro": "^2.1.3", "astro": "^2.1.4",
"solid-js": "^1.4.3", "solid-js": "^1.4.3",
"@astrojs/solid-js": "^2.1.0" "@astrojs/solid-js": "^2.1.0"
} }

View file

@ -13,6 +13,6 @@
"dependencies": { "dependencies": {
"svelte": "^3.48.0", "svelte": "^3.48.0",
"@astrojs/svelte": "^2.1.0", "@astrojs/svelte": "^2.1.0",
"astro": "^2.1.3" "astro": "^2.1.4"
} }
} }

View file

@ -11,7 +11,7 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"astro": "^2.1.3", "astro": "^2.1.4",
"vue": "^3.2.37", "vue": "^3.2.37",
"@astrojs/vue": "^2.1.0" "@astrojs/vue": "^2.1.0"
} }

View file

@ -12,6 +12,6 @@
}, },
"dependencies": { "dependencies": {
"@astrojs/node": "^5.1.0", "@astrojs/node": "^5.1.0",
"astro": "^2.1.3" "astro": "^2.1.4"
} }
} }

View file

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

View file

@ -11,6 +11,6 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"astro": "^2.1.3" "astro": "^2.1.4"
} }
} }

View file

@ -11,6 +11,6 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"astro": "^2.1.3" "astro": "^2.1.4"
} }
} }

View file

@ -11,6 +11,6 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"astro": "^2.1.3" "astro": "^2.1.4"
} }
} }

View file

@ -12,7 +12,7 @@
"server": "node dist/server/entry.mjs" "server": "node dist/server/entry.mjs"
}, },
"dependencies": { "dependencies": {
"astro": "^2.1.3", "astro": "^2.1.4",
"svelte": "^3.48.0", "svelte": "^3.48.0",
"@astrojs/svelte": "^2.1.0", "@astrojs/svelte": "^2.1.0",
"@astrojs/node": "^5.1.0", "@astrojs/node": "^5.1.0",

View file

@ -11,7 +11,7 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"@astrojs/markdoc": "^0.0.2", "@astrojs/markdoc": "^0.0.3",
"astro": "^2.1.3" "astro": "^2.1.4"
} }
} }

View file

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

View file

@ -11,6 +11,6 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"astro": "^2.1.3" "astro": "^2.1.4"
} }
} }

View file

@ -11,9 +11,9 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"astro": "^2.1.3", "astro": "^2.1.4",
"preact": "^10.6.5", "preact": "^10.6.5",
"@astrojs/preact": "^2.1.0", "@astrojs/preact": "^2.1.0",
"@astrojs/mdx": "^0.18.1" "@astrojs/mdx": "^0.18.2"
} }
} }

View file

@ -11,7 +11,7 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"astro": "^2.1.3", "astro": "^2.1.4",
"preact": "^10.7.3", "preact": "^10.7.3",
"@astrojs/preact": "^2.1.0", "@astrojs/preact": "^2.1.0",
"nanostores": "^0.5.12", "nanostores": "^0.5.12",

View file

@ -11,10 +11,10 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"@astrojs/mdx": "^0.18.1", "@astrojs/mdx": "^0.18.2",
"@astrojs/tailwind": "^3.1.1", "@astrojs/tailwind": "^3.1.1",
"@types/canvas-confetti": "^1.4.3", "@types/canvas-confetti": "^1.4.3",
"astro": "^2.1.3", "astro": "^2.1.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

@ -11,7 +11,7 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"astro": "^2.1.3", "astro": "^2.1.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

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

View file

@ -1,5 +1,11 @@
# @astrojs/rss # @astrojs/rss
## 2.3.1
### Patch Changes
- [#6538](https://github.com/withastro/astro/pull/6538) [`400ef26c9`](https://github.com/withastro/astro/commit/400ef26c998a586b29c2f3931e63c1c5801d3bea) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Preserve self-closing tags in `customData` option
## 2.3.0 ## 2.3.0
### Minor Changes ### Minor Changes

View file

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

View file

@ -1,5 +1,42 @@
# astro # astro
## 2.1.4
### Patch Changes
- [#6547](https://github.com/withastro/astro/pull/6547) [`04dddd783`](https://github.com/withastro/astro/commit/04dddd783da3235aa9ed523d2856adf86b792b5f) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Fix images having the wrong width and height when using the new astro:assets features if both dimensions were provided
- [#6566](https://github.com/withastro/astro/pull/6566) [`ea9b3dd72`](https://github.com/withastro/astro/commit/ea9b3dd72b98b3f5a542ca24a275f673faa6c7c5) Thanks [@bluwy](https://github.com/bluwy)! - Support tsconfig aliases in styles
- [#6472](https://github.com/withastro/astro/pull/6472) [`bf024cb34`](https://github.com/withastro/astro/commit/bf024cb3429c5929d98378108230bc946a376b17) Thanks [@wulinsheng123](https://github.com/wulinsheng123)! - don't finish the action of the copy before removing all files.
- [#6556](https://github.com/withastro/astro/pull/6556) [`22955b895`](https://github.com/withastro/astro/commit/22955b895ce4343e282355db64b3a5c1415f3944) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Fix Invalid Input error when trying to use a custom Image Service
- [#6568](https://github.com/withastro/astro/pull/6568) [`f413446a8`](https://github.com/withastro/astro/commit/f413446a859e497395b3612e44d1540cc6b9dad7) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Fix image() type to be compatible with ImageMetadata
- [#6559](https://github.com/withastro/astro/pull/6559) [`90e5f87d0`](https://github.com/withastro/astro/commit/90e5f87d03215a833bb6ac91f9548670a25ce659) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Vendor `image-size` to fix CJS-related issues
- [#6576](https://github.com/withastro/astro/pull/6576) [`388190102`](https://github.com/withastro/astro/commit/3881901028cbb586f5a4de1b4953e2d6730458ab) Thanks [@bluwy](https://github.com/bluwy)! - Simplify internal resolver in dev
- [#6536](https://github.com/withastro/astro/pull/6536) [`035c0c4df`](https://github.com/withastro/astro/commit/035c0c4df2a623bcc2f2a1cb9e490df35fa29adc) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Fix Image component and `getImage` not handling images from public correctly
- [#6601](https://github.com/withastro/astro/pull/6601) [`f112c12b1`](https://github.com/withastro/astro/commit/f112c12b15dfbb278d66699f54809674dd1bded0) Thanks [@bluwy](https://github.com/bluwy)! - Fix plugin apply args when filtering
- [#6586](https://github.com/withastro/astro/pull/6586) [`689884251`](https://github.com/withastro/astro/commit/68988425119255382f94c983796574050006f003) Thanks [@solelychloe](https://github.com/solelychloe)! - fix: Add missing --watch flag for astro check when running astro check --help
- [#6572](https://github.com/withastro/astro/pull/6572) [`fa132e35c`](https://github.com/withastro/astro/commit/fa132e35c23f2cfe368fd0a7239584a2bc5c4f12) Thanks [@MoustaphaDev](https://github.com/MoustaphaDev)! - Properly handle empty markdown files in content collections
- [#6555](https://github.com/withastro/astro/pull/6555) [`f5fddafc2`](https://github.com/withastro/astro/commit/f5fddafc248bb1ef57b7349bfecc25539ae2b5ea) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Add a `validateOptions` hook to the Image Service API in order to set default options and validate the passed options
- [#6605](https://github.com/withastro/astro/pull/6605) [`283734525`](https://github.com/withastro/astro/commit/28373452503bc6ca88221ffd39a5590e015e4d71) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Update tsconfig.json templates to ignore TypeScript 5.0 deprecations for the moment
- [#6583](https://github.com/withastro/astro/pull/6583) [`66858f1f2`](https://github.com/withastro/astro/commit/66858f1f238a0edf6ded2b0f693bc738785d5aa3) Thanks [@francoromanol](https://github.com/francoromanol)! - Fix overflow title in error message
- [#6558](https://github.com/withastro/astro/pull/6558) [`6c465e958`](https://github.com/withastro/astro/commit/6c465e958e088ff55e5b895e67c64c0dfd4277a6) Thanks [@bluwy](https://github.com/bluwy)! - Fix prerendered 404 page handling in SSR
- Updated dependencies [[`90e5f87d0`](https://github.com/withastro/astro/commit/90e5f87d03215a833bb6ac91f9548670a25ce659), [`f5fddafc2`](https://github.com/withastro/astro/commit/f5fddafc248bb1ef57b7349bfecc25539ae2b5ea)]:
- @astrojs/markdown-remark@2.1.1
## 2.1.3 ## 2.1.3
### Patch Changes ### Patch Changes

View file

@ -1,6 +1,6 @@
{ {
"name": "astro", "name": "astro",
"version": "2.1.3", "version": "2.1.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",
@ -108,7 +108,7 @@
"dependencies": { "dependencies": {
"@astrojs/compiler": "^1.2.0", "@astrojs/compiler": "^1.2.0",
"@astrojs/language-server": "^0.28.3", "@astrojs/language-server": "^0.28.3",
"@astrojs/markdown-remark": "^2.1.0", "@astrojs/markdown-remark": "^2.1.1",
"@astrojs/telemetry": "^2.1.0", "@astrojs/telemetry": "^2.1.0",
"@astrojs/webapi": "^2.1.0", "@astrojs/webapi": "^2.1.0",
"@babel/core": "^7.18.2", "@babel/core": "^7.18.2",

View file

@ -1,5 +1,11 @@
# create-astro # create-astro
## 3.1.1
### Patch Changes
- [#6594](https://github.com/withastro/astro/pull/6594) [`a661907b4`](https://github.com/withastro/astro/commit/a661907b40e76aa56e7d7bd7e745bb16456b13e7) Thanks [@btea](https://github.com/btea)! - wrap `projectDir` in quotes if it contains spaces
## 3.1.0 ## 3.1.0
### Minor Changes ### Minor Changes

View file

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

View file

@ -1,5 +1,14 @@
# @astrojs/cloudflare # @astrojs/cloudflare
## 6.2.2
### Patch Changes
- [#6550](https://github.com/withastro/astro/pull/6550) [`2c829fdf6`](https://github.com/withastro/astro/commit/2c829fdf65bcb91485837c9cfb5a3b453c6fccc7) Thanks [@RichiCoder1](https://github.com/RichiCoder1)! - fix `config.base` trimming logic for cloudflare integration `_routes.json` generation
- Updated dependencies [[`04dddd783`](https://github.com/withastro/astro/commit/04dddd783da3235aa9ed523d2856adf86b792b5f), [`ea9b3dd72`](https://github.com/withastro/astro/commit/ea9b3dd72b98b3f5a542ca24a275f673faa6c7c5), [`bf024cb34`](https://github.com/withastro/astro/commit/bf024cb3429c5929d98378108230bc946a376b17), [`22955b895`](https://github.com/withastro/astro/commit/22955b895ce4343e282355db64b3a5c1415f3944), [`f413446a8`](https://github.com/withastro/astro/commit/f413446a859e497395b3612e44d1540cc6b9dad7), [`90e5f87d0`](https://github.com/withastro/astro/commit/90e5f87d03215a833bb6ac91f9548670a25ce659), [`388190102`](https://github.com/withastro/astro/commit/3881901028cbb586f5a4de1b4953e2d6730458ab), [`035c0c4df`](https://github.com/withastro/astro/commit/035c0c4df2a623bcc2f2a1cb9e490df35fa29adc), [`f112c12b1`](https://github.com/withastro/astro/commit/f112c12b15dfbb278d66699f54809674dd1bded0), [`689884251`](https://github.com/withastro/astro/commit/68988425119255382f94c983796574050006f003), [`fa132e35c`](https://github.com/withastro/astro/commit/fa132e35c23f2cfe368fd0a7239584a2bc5c4f12), [`f5fddafc2`](https://github.com/withastro/astro/commit/f5fddafc248bb1ef57b7349bfecc25539ae2b5ea), [`283734525`](https://github.com/withastro/astro/commit/28373452503bc6ca88221ffd39a5590e015e4d71), [`66858f1f2`](https://github.com/withastro/astro/commit/66858f1f238a0edf6ded2b0f693bc738785d5aa3), [`6c465e958`](https://github.com/withastro/astro/commit/6c465e958e088ff55e5b895e67c64c0dfd4277a6)]:
- astro@2.1.4
## 6.2.1 ## 6.2.1
### Patch Changes ### Patch Changes

View file

@ -1,7 +1,7 @@
{ {
"name": "@astrojs/cloudflare", "name": "@astrojs/cloudflare",
"description": "Deploy your site to Cloudflare Workers/Pages", "description": "Deploy your site to Cloudflare Workers/Pages",
"version": "6.2.1", "version": "6.2.2",
"type": "module", "type": "module",
"types": "./dist/index.d.ts", "types": "./dist/index.d.ts",
"author": "withastro", "author": "withastro",
@ -38,7 +38,7 @@
"tiny-glob": "^0.2.9" "tiny-glob": "^0.2.9"
}, },
"peerDependencies": { "peerDependencies": {
"astro": "workspace:^2.1.3" "astro": "workspace:^2.1.4"
}, },
"devDependencies": { "devDependencies": {
"astro": "workspace:*", "astro": "workspace:*",

View file

@ -33,7 +33,7 @@
"esbuild": "^0.15.18" "esbuild": "^0.15.18"
}, },
"peerDependencies": { "peerDependencies": {
"astro": "workspace:^2.1.3" "astro": "workspace:^2.1.4"
}, },
"devDependencies": { "devDependencies": {
"astro": "workspace:*", "astro": "workspace:*",

View file

@ -63,7 +63,7 @@
"vite": "^4.1.2" "vite": "^4.1.2"
}, },
"peerDependencies": { "peerDependencies": {
"astro": "workspace:^2.1.3", "astro": "workspace:^2.1.4",
"sharp": ">=0.31.0" "sharp": ">=0.31.0"
}, },
"peerDependenciesMeta": { "peerDependenciesMeta": {

View file

@ -1,5 +1,11 @@
# @astrojs/markdoc # @astrojs/markdoc
## 0.0.3
### Patch Changes
- [#6552](https://github.com/withastro/astro/pull/6552) [`392ba3e4d`](https://github.com/withastro/astro/commit/392ba3e4d55f73ce9194bd94a2243f1aa62af079) Thanks [@bluwy](https://github.com/bluwy)! - Fix integration return type
## 0.0.2 ## 0.0.2
### Patch Changes ### Patch Changes

View file

@ -1,7 +1,7 @@
{ {
"name": "@astrojs/markdoc", "name": "@astrojs/markdoc",
"description": "Add support for Markdoc pages in your Astro site", "description": "Add support for Markdoc pages in your Astro site",
"version": "0.0.2", "version": "0.0.3",
"type": "module", "type": "module",
"types": "./dist/index.d.ts", "types": "./dist/index.d.ts",
"author": "withastro", "author": "withastro",

View file

@ -1,5 +1,14 @@
# @astrojs/mdx # @astrojs/mdx
## 0.18.2
### Patch Changes
- [#6552](https://github.com/withastro/astro/pull/6552) [`392ba3e4d`](https://github.com/withastro/astro/commit/392ba3e4d55f73ce9194bd94a2243f1aa62af079) Thanks [@bluwy](https://github.com/bluwy)! - Fix integration return type
- Updated dependencies [[`90e5f87d0`](https://github.com/withastro/astro/commit/90e5f87d03215a833bb6ac91f9548670a25ce659), [`f5fddafc2`](https://github.com/withastro/astro/commit/f5fddafc248bb1ef57b7349bfecc25539ae2b5ea)]:
- @astrojs/markdown-remark@2.1.1
## 0.18.1 ## 0.18.1
### Patch Changes ### Patch Changes

View file

@ -1,7 +1,7 @@
{ {
"name": "@astrojs/mdx", "name": "@astrojs/mdx",
"description": "Add support for MDX pages in your Astro site", "description": "Add support for MDX pages in your Astro site",
"version": "0.18.1", "version": "0.18.2",
"type": "module", "type": "module",
"types": "./dist/index.d.ts", "types": "./dist/index.d.ts",
"author": "withastro", "author": "withastro",
@ -30,7 +30,7 @@
"test:match": "mocha --timeout 20000 -g" "test:match": "mocha --timeout 20000 -g"
}, },
"dependencies": { "dependencies": {
"@astrojs/markdown-remark": "^2.1.0", "@astrojs/markdown-remark": "^2.1.1",
"@astrojs/prism": "^2.1.1", "@astrojs/prism": "^2.1.1",
"@mdx-js/mdx": "^2.3.0", "@mdx-js/mdx": "^2.3.0",
"@mdx-js/rollup": "^2.3.0", "@mdx-js/rollup": "^2.3.0",

View file

@ -39,7 +39,7 @@
"esbuild": "^0.15.18" "esbuild": "^0.15.18"
}, },
"peerDependencies": { "peerDependencies": {
"astro": "workspace:^2.1.3" "astro": "workspace:^2.1.4"
}, },
"devDependencies": { "devDependencies": {
"@netlify/edge-handler-types": "^0.34.1", "@netlify/edge-handler-types": "^0.34.1",

View file

@ -35,7 +35,7 @@
"server-destroy": "^1.0.1" "server-destroy": "^1.0.1"
}, },
"peerDependencies": { "peerDependencies": {
"astro": "workspace:^2.1.3" "astro": "workspace:^2.1.4"
}, },
"devDependencies": { "devDependencies": {
"@types/send": "^0.17.1", "@types/send": "^0.17.1",

View file

@ -43,7 +43,7 @@
"vite": "^4.1.2" "vite": "^4.1.2"
}, },
"peerDependencies": { "peerDependencies": {
"astro": "workspace:^2.1.3", "astro": "workspace:^2.1.4",
"svelte": "^3.54.0" "svelte": "^3.54.0"
}, },
"engines": { "engines": {

View file

@ -40,7 +40,7 @@
"vite": "^4.1.2" "vite": "^4.1.2"
}, },
"peerDependencies": { "peerDependencies": {
"astro": "workspace:^2.1.3", "astro": "workspace:^2.1.4",
"tailwindcss": "^3.0.24" "tailwindcss": "^3.0.24"
}, },
"pnpm": { "pnpm": {

View file

@ -53,7 +53,7 @@
"web-vitals": "^3.1.1" "web-vitals": "^3.1.1"
}, },
"peerDependencies": { "peerDependencies": {
"astro": "workspace:^2.1.3" "astro": "workspace:^2.1.4"
}, },
"devDependencies": { "devDependencies": {
"@types/set-cookie-parser": "^2.4.2", "@types/set-cookie-parser": "^2.4.2",

View file

@ -50,7 +50,7 @@
"vue": "^3.2.37" "vue": "^3.2.37"
}, },
"peerDependencies": { "peerDependencies": {
"astro": "workspace:^2.1.3", "astro": "workspace:^2.1.4",
"vue": "^3.2.30" "vue": "^3.2.30"
}, },
"engines": { "engines": {

View file

@ -1,5 +1,16 @@
# @astrojs/markdown-remark # @astrojs/markdown-remark
## 2.1.1
### Patch Changes
- [#6559](https://github.com/withastro/astro/pull/6559) [`90e5f87d0`](https://github.com/withastro/astro/commit/90e5f87d03215a833bb6ac91f9548670a25ce659) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Vendor `image-size` to fix CJS-related issues
- [#6555](https://github.com/withastro/astro/pull/6555) [`f5fddafc2`](https://github.com/withastro/astro/commit/f5fddafc248bb1ef57b7349bfecc25539ae2b5ea) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Add a `validateOptions` hook to the Image Service API in order to set default options and validate the passed options
- Updated dependencies [[`04dddd783`](https://github.com/withastro/astro/commit/04dddd783da3235aa9ed523d2856adf86b792b5f), [`ea9b3dd72`](https://github.com/withastro/astro/commit/ea9b3dd72b98b3f5a542ca24a275f673faa6c7c5), [`bf024cb34`](https://github.com/withastro/astro/commit/bf024cb3429c5929d98378108230bc946a376b17), [`22955b895`](https://github.com/withastro/astro/commit/22955b895ce4343e282355db64b3a5c1415f3944), [`f413446a8`](https://github.com/withastro/astro/commit/f413446a859e497395b3612e44d1540cc6b9dad7), [`90e5f87d0`](https://github.com/withastro/astro/commit/90e5f87d03215a833bb6ac91f9548670a25ce659), [`388190102`](https://github.com/withastro/astro/commit/3881901028cbb586f5a4de1b4953e2d6730458ab), [`035c0c4df`](https://github.com/withastro/astro/commit/035c0c4df2a623bcc2f2a1cb9e490df35fa29adc), [`f112c12b1`](https://github.com/withastro/astro/commit/f112c12b15dfbb278d66699f54809674dd1bded0), [`689884251`](https://github.com/withastro/astro/commit/68988425119255382f94c983796574050006f003), [`fa132e35c`](https://github.com/withastro/astro/commit/fa132e35c23f2cfe368fd0a7239584a2bc5c4f12), [`f5fddafc2`](https://github.com/withastro/astro/commit/f5fddafc248bb1ef57b7349bfecc25539ae2b5ea), [`283734525`](https://github.com/withastro/astro/commit/28373452503bc6ca88221ffd39a5590e015e4d71), [`66858f1f2`](https://github.com/withastro/astro/commit/66858f1f238a0edf6ded2b0f693bc738785d5aa3), [`6c465e958`](https://github.com/withastro/astro/commit/6c465e958e088ff55e5b895e67c64c0dfd4277a6)]:
- astro@2.1.4
## 2.1.0 ## 2.1.0
### Minor Changes ### Minor Changes

View file

@ -1,6 +1,6 @@
{ {
"name": "@astrojs/markdown-remark", "name": "@astrojs/markdown-remark",
"version": "2.1.0", "version": "2.1.1",
"type": "module", "type": "module",
"author": "withastro", "author": "withastro",
"license": "MIT", "license": "MIT",
@ -25,7 +25,7 @@
"test": "mocha --exit --timeout 20000" "test": "mocha --exit --timeout 20000"
}, },
"peerDependencies": { "peerDependencies": {
"astro": "workspace:^2.1.0" "astro": "workspace:^2.1.4"
}, },
"dependencies": { "dependencies": {
"@astrojs/prism": "^2.1.0", "@astrojs/prism": "^2.1.0",

View file

@ -104,16 +104,16 @@ importers:
examples/basics: examples/basics:
specifiers: specifiers:
astro: ^2.1.3 astro: ^2.1.4
dependencies: dependencies:
astro: link:../../packages/astro astro: link:../../packages/astro
examples/blog: examples/blog:
specifiers: specifiers:
'@astrojs/mdx': ^0.18.1 '@astrojs/mdx': ^0.18.2
'@astrojs/rss': ^2.3.0 '@astrojs/rss': ^2.3.1
'@astrojs/sitemap': ^1.2.1 '@astrojs/sitemap': ^1.2.1
astro: ^2.1.3 astro: ^2.1.4
dependencies: dependencies:
'@astrojs/mdx': link:../../packages/integrations/mdx '@astrojs/mdx': link:../../packages/integrations/mdx
'@astrojs/rss': link:../../packages/astro-rss '@astrojs/rss': link:../../packages/astro-rss
@ -122,14 +122,14 @@ importers:
examples/component: examples/component:
specifiers: specifiers:
astro: ^2.1.3 astro: ^2.1.4
devDependencies: devDependencies:
astro: link:../../packages/astro astro: link:../../packages/astro
examples/deno: examples/deno:
specifiers: specifiers:
'@astrojs/deno': ^4.1.0 '@astrojs/deno': ^4.1.0
astro: ^2.1.3 astro: ^2.1.4
dependencies: dependencies:
astro: link:../../packages/astro astro: link:../../packages/astro
devDependencies: devDependencies:
@ -145,7 +145,7 @@ importers:
'@types/node': ^18.0.0 '@types/node': ^18.0.0
'@types/react': ^17.0.45 '@types/react': ^17.0.45
'@types/react-dom': ^18.0.0 '@types/react-dom': ^18.0.0
astro: ^2.1.3 astro: ^2.1.4
html-escaper: ^3.0.3 html-escaper: ^3.0.3
preact: ^10.7.3 preact: ^10.7.3
react: ^18.1.0 react: ^18.1.0
@ -171,7 +171,7 @@ importers:
'@astrojs/alpinejs': ^0.2.1 '@astrojs/alpinejs': ^0.2.1
'@types/alpinejs': ^3.7.0 '@types/alpinejs': ^3.7.0
alpinejs: ^3.10.2 alpinejs: ^3.10.2
astro: ^2.1.3 astro: ^2.1.4
dependencies: dependencies:
'@astrojs/alpinejs': link:../../packages/integrations/alpinejs '@astrojs/alpinejs': link:../../packages/integrations/alpinejs
'@types/alpinejs': 3.7.1 '@types/alpinejs': 3.7.1
@ -182,7 +182,7 @@ importers:
specifiers: specifiers:
'@astrojs/lit': ^1.3.0 '@astrojs/lit': ^1.3.0
'@webcomponents/template-shadowroot': ^0.1.0 '@webcomponents/template-shadowroot': ^0.1.0
astro: ^2.1.3 astro: ^2.1.4
lit: ^2.2.5 lit: ^2.2.5
dependencies: dependencies:
'@astrojs/lit': link:../../packages/integrations/lit '@astrojs/lit': link:../../packages/integrations/lit
@ -197,7 +197,7 @@ importers:
'@astrojs/solid-js': ^2.1.0 '@astrojs/solid-js': ^2.1.0
'@astrojs/svelte': ^2.1.0 '@astrojs/svelte': ^2.1.0
'@astrojs/vue': ^2.1.0 '@astrojs/vue': ^2.1.0
astro: ^2.1.3 astro: ^2.1.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
@ -222,7 +222,7 @@ importers:
specifiers: specifiers:
'@astrojs/preact': ^2.1.0 '@astrojs/preact': ^2.1.0
'@preact/signals': ^1.1.0 '@preact/signals': ^1.1.0
astro: ^2.1.3 astro: ^2.1.4
preact: ^10.7.3 preact: ^10.7.3
dependencies: dependencies:
'@astrojs/preact': link:../../packages/integrations/preact '@astrojs/preact': link:../../packages/integrations/preact
@ -235,7 +235,7 @@ importers:
'@astrojs/react': ^2.1.0 '@astrojs/react': ^2.1.0
'@types/react': ^18.0.10 '@types/react': ^18.0.10
'@types/react-dom': ^18.0.5 '@types/react-dom': ^18.0.5
astro: ^2.1.3 astro: ^2.1.4
react: ^18.1.0 react: ^18.1.0
react-dom: ^18.1.0 react-dom: ^18.1.0
dependencies: dependencies:
@ -249,7 +249,7 @@ importers:
examples/framework-solid: examples/framework-solid:
specifiers: specifiers:
'@astrojs/solid-js': ^2.1.0 '@astrojs/solid-js': ^2.1.0
astro: ^2.1.3 astro: ^2.1.4
solid-js: ^1.4.3 solid-js: ^1.4.3
dependencies: dependencies:
'@astrojs/solid-js': link:../../packages/integrations/solid '@astrojs/solid-js': link:../../packages/integrations/solid
@ -259,7 +259,7 @@ importers:
examples/framework-svelte: examples/framework-svelte:
specifiers: specifiers:
'@astrojs/svelte': ^2.1.0 '@astrojs/svelte': ^2.1.0
astro: ^2.1.3 astro: ^2.1.4
svelte: ^3.48.0 svelte: ^3.48.0
dependencies: dependencies:
'@astrojs/svelte': link:../../packages/integrations/svelte '@astrojs/svelte': link:../../packages/integrations/svelte
@ -269,7 +269,7 @@ importers:
examples/framework-vue: examples/framework-vue:
specifiers: specifiers:
'@astrojs/vue': ^2.1.0 '@astrojs/vue': ^2.1.0
astro: ^2.1.3 astro: ^2.1.4
vue: ^3.2.37 vue: ^3.2.37
dependencies: dependencies:
'@astrojs/vue': link:../../packages/integrations/vue '@astrojs/vue': link:../../packages/integrations/vue
@ -279,32 +279,32 @@ importers:
examples/hackernews: examples/hackernews:
specifiers: specifiers:
'@astrojs/node': ^5.1.0 '@astrojs/node': ^5.1.0
astro: ^2.1.3 astro: ^2.1.4
dependencies: dependencies:
'@astrojs/node': link:../../packages/integrations/node '@astrojs/node': link:../../packages/integrations/node
astro: link:../../packages/astro astro: link:../../packages/astro
examples/integration: examples/integration:
specifiers: specifiers:
astro: ^2.1.3 astro: ^2.1.4
devDependencies: devDependencies:
astro: link:../../packages/astro astro: link:../../packages/astro
examples/minimal: examples/minimal:
specifiers: specifiers:
astro: ^2.1.3 astro: ^2.1.4
dependencies: dependencies:
astro: link:../../packages/astro astro: link:../../packages/astro
examples/non-html-pages: examples/non-html-pages:
specifiers: specifiers:
astro: ^2.1.3 astro: ^2.1.4
dependencies: dependencies:
astro: link:../../packages/astro astro: link:../../packages/astro
examples/portfolio: examples/portfolio:
specifiers: specifiers:
astro: ^2.1.3 astro: ^2.1.4
dependencies: dependencies:
astro: link:../../packages/astro astro: link:../../packages/astro
@ -312,7 +312,7 @@ importers:
specifiers: specifiers:
'@astrojs/node': ^5.1.0 '@astrojs/node': ^5.1.0
'@astrojs/svelte': ^2.1.0 '@astrojs/svelte': ^2.1.0
astro: ^2.1.3 astro: ^2.1.4
concurrently: ^7.2.1 concurrently: ^7.2.1
svelte: ^3.48.0 svelte: ^3.48.0
unocss: ^0.15.6 unocss: ^0.15.6
@ -328,16 +328,16 @@ importers:
examples/with-markdoc: examples/with-markdoc:
specifiers: specifiers:
'@astrojs/markdoc': ^0.0.2 '@astrojs/markdoc': ^0.0.3
astro: ^2.1.3 astro: ^2.1.4
dependencies: dependencies:
'@astrojs/markdoc': link:../../packages/integrations/markdoc '@astrojs/markdoc': link:../../packages/integrations/markdoc
astro: link:../../packages/astro astro: link:../../packages/astro
examples/with-markdown-plugins: examples/with-markdown-plugins:
specifiers: specifiers:
'@astrojs/markdown-remark': ^2.1.0 '@astrojs/markdown-remark': ^2.1.1
astro: ^2.1.3 astro: ^2.1.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
@ -354,15 +354,15 @@ importers:
examples/with-markdown-shiki: examples/with-markdown-shiki:
specifiers: specifiers:
astro: ^2.1.3 astro: ^2.1.4
dependencies: dependencies:
astro: link:../../packages/astro astro: link:../../packages/astro
examples/with-mdx: examples/with-mdx:
specifiers: specifiers:
'@astrojs/mdx': ^0.18.1 '@astrojs/mdx': ^0.18.2
'@astrojs/preact': ^2.1.0 '@astrojs/preact': ^2.1.0
astro: ^2.1.3 astro: ^2.1.4
preact: ^10.6.5 preact: ^10.6.5
dependencies: dependencies:
'@astrojs/mdx': link:../../packages/integrations/mdx '@astrojs/mdx': link:../../packages/integrations/mdx
@ -374,7 +374,7 @@ importers:
specifiers: specifiers:
'@astrojs/preact': ^2.1.0 '@astrojs/preact': ^2.1.0
'@nanostores/preact': ^0.1.3 '@nanostores/preact': ^0.1.3
astro: ^2.1.3 astro: ^2.1.4
nanostores: ^0.5.12 nanostores: ^0.5.12
preact: ^10.7.3 preact: ^10.7.3
dependencies: dependencies:
@ -386,10 +386,10 @@ importers:
examples/with-tailwindcss: examples/with-tailwindcss:
specifiers: specifiers:
'@astrojs/mdx': ^0.18.1 '@astrojs/mdx': ^0.18.2
'@astrojs/tailwind': ^3.1.1 '@astrojs/tailwind': ^3.1.1
'@types/canvas-confetti': ^1.4.3 '@types/canvas-confetti': ^1.4.3
astro: ^2.1.3 astro: ^2.1.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
@ -406,7 +406,7 @@ importers:
examples/with-vite-plugin-pwa: examples/with-vite-plugin-pwa:
specifiers: specifiers:
astro: ^2.1.3 astro: ^2.1.4
vite-plugin-pwa: 0.11.11 vite-plugin-pwa: 0.11.11
workbox-window: ^6.5.3 workbox-window: ^6.5.3
dependencies: dependencies:
@ -416,7 +416,7 @@ importers:
examples/with-vitest: examples/with-vitest:
specifiers: specifiers:
astro: ^2.1.3 astro: ^2.1.4
vitest: ^0.20.3 vitest: ^0.20.3
dependencies: dependencies:
astro: link:../../packages/astro astro: link:../../packages/astro
@ -426,7 +426,7 @@ importers:
specifiers: specifiers:
'@astrojs/compiler': ^1.2.0 '@astrojs/compiler': ^1.2.0
'@astrojs/language-server': ^0.28.3 '@astrojs/language-server': ^0.28.3
'@astrojs/markdown-remark': ^2.1.0 '@astrojs/markdown-remark': ^2.1.1
'@astrojs/telemetry': ^2.1.0 '@astrojs/telemetry': ^2.1.0
'@astrojs/webapi': ^2.1.0 '@astrojs/webapi': ^2.1.0
'@babel/core': ^7.18.2 '@babel/core': ^7.18.2
@ -3113,7 +3113,7 @@ importers:
packages/integrations/mdx: packages/integrations/mdx:
specifiers: specifiers:
'@astrojs/markdown-remark': ^2.1.0 '@astrojs/markdown-remark': ^2.1.1
'@astrojs/prism': ^2.1.1 '@astrojs/prism': ^2.1.1
'@mdx-js/mdx': ^2.3.0 '@mdx-js/mdx': ^2.3.0
'@mdx-js/rollup': ^2.3.0 '@mdx-js/rollup': ^2.3.0