summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.changeset/dull-radios-sparkle.md6
-rw-r--r--.changeset/fifty-peas-admire.md5
-rw-r--r--.changeset/plenty-hats-grow.md6
-rw-r--r--.changeset/seven-suits-sit.md5
-rw-r--r--.changeset/slow-spiders-fly.md8
-rw-r--r--.changeset/smart-geese-grab.md5
-rw-r--r--.changeset/weak-crabs-pump.md5
-rw-r--r--examples/basics/package.json2
-rw-r--r--examples/blog-multiple-authors/package.json2
-rw-r--r--examples/blog/package.json2
-rw-r--r--examples/component/demo/package.json2
-rw-r--r--examples/component/package.json2
-rw-r--r--examples/docs/package.json2
-rw-r--r--examples/env-vars/package.json2
-rw-r--r--examples/framework-alpine/package.json2
-rw-r--r--examples/framework-lit/package.json2
-rw-r--r--examples/framework-multiple/package.json2
-rw-r--r--examples/framework-preact/package.json2
-rw-r--r--examples/framework-react/package.json2
-rw-r--r--examples/framework-solid/package.json2
-rw-r--r--examples/framework-svelte/package.json2
-rw-r--r--examples/framework-vue/package.json2
-rw-r--r--examples/integrations-playground/package.json2
-rw-r--r--examples/minimal/package.json2
-rw-r--r--examples/non-html-pages/package.json2
-rw-r--r--examples/portfolio/package.json2
-rw-r--r--examples/ssr/package.json2
-rw-r--r--examples/starter/package.json2
-rw-r--r--examples/subpath/package.json2
-rw-r--r--examples/with-markdown-plugins/package.json4
-rw-r--r--examples/with-markdown-shiki/package.json4
-rw-r--r--examples/with-mdx/package.json4
-rw-r--r--examples/with-nanostores/package.json2
-rw-r--r--examples/with-tailwindcss/package.json2
-rw-r--r--examples/with-vite-plugin-pwa/package.json2
-rw-r--r--packages/astro-prism/CHANGELOG.md6
-rw-r--r--packages/astro-prism/package.json2
-rw-r--r--packages/astro/CHANGELOG.md19
-rw-r--r--packages/astro/package.json4
-rw-r--r--packages/integrations/mdx/CHANGELOG.md17
-rw-r--r--packages/integrations/mdx/package.json4
-rw-r--r--packages/markdown/remark/CHANGELOG.md11
-rw-r--r--packages/markdown/remark/package.json4
-rw-r--r--pnpm-lock.yaml68
44 files changed, 125 insertions, 112 deletions
diff --git a/.changeset/dull-radios-sparkle.md b/.changeset/dull-radios-sparkle.md
deleted file mode 100644
index 76f207898..000000000
--- a/.changeset/dull-radios-sparkle.md
+++ /dev/null
@@ -1,6 +0,0 @@
----
-'astro': patch
-'@astrojs/mdx': patch
----
-
-Fix MDX working with a ts config file
diff --git a/.changeset/fifty-peas-admire.md b/.changeset/fifty-peas-admire.md
deleted file mode 100644
index cf71374ed..000000000
--- a/.changeset/fifty-peas-admire.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/mdx': minor
----
-
-Add IDs to MDX headings and expose via getHeadings() export
diff --git a/.changeset/plenty-hats-grow.md b/.changeset/plenty-hats-grow.md
deleted file mode 100644
index d7238f840..000000000
--- a/.changeset/plenty-hats-grow.md
+++ /dev/null
@@ -1,6 +0,0 @@
----
-'astro': patch
-'@astrojs/mdx': patch
----
-
-Improve `injectScript` handling for non-Astro pages
diff --git a/.changeset/seven-suits-sit.md b/.changeset/seven-suits-sit.md
deleted file mode 100644
index ca5570843..000000000
--- a/.changeset/seven-suits-sit.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"astro": patch
----
-
-Do not send `body` with `HEAD` or `GET` requests when using `server` output.
diff --git a/.changeset/slow-spiders-fly.md b/.changeset/slow-spiders-fly.md
deleted file mode 100644
index 1bd6cfa73..000000000
--- a/.changeset/slow-spiders-fly.md
+++ /dev/null
@@ -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
diff --git a/.changeset/smart-geese-grab.md b/.changeset/smart-geese-grab.md
deleted file mode 100644
index 66a94db4f..000000000
--- a/.changeset/smart-geese-grab.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Upgrade Vite to latest
diff --git a/.changeset/weak-crabs-pump.md b/.changeset/weak-crabs-pump.md
deleted file mode 100644
index 44ac3467e..000000000
--- a/.changeset/weak-crabs-pump.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Fix edge case with hoisted scripts and Tailwind during dev
diff --git a/examples/basics/package.json b/examples/basics/package.json
index 32df73dea..d0fd9af0d 100644
--- a/examples/basics/package.json
+++ b/examples/basics/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^1.0.0-rc.3"
+ "astro": "^1.0.0-rc.4"
}
}
diff --git a/examples/blog-multiple-authors/package.json b/examples/blog-multiple-authors/package.json
index b865acbf0..d8f8acdf1 100644
--- a/examples/blog-multiple-authors/package.json
+++ b/examples/blog-multiple-authors/package.json
@@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/preact": "^0.5.2",
- "astro": "^1.0.0-rc.3",
+ "astro": "^1.0.0-rc.4",
"sass": "^1.52.2"
},
"dependencies": {
diff --git a/examples/blog/package.json b/examples/blog/package.json
index 2a0d8230a..bd8feec41 100644
--- a/examples/blog/package.json
+++ b/examples/blog/package.json
@@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/preact": "^0.5.2",
- "astro": "^1.0.0-rc.3"
+ "astro": "^1.0.0-rc.4"
},
"dependencies": {
"preact": "^10.7.3"
diff --git a/examples/component/demo/package.json b/examples/component/demo/package.json
index 4ef671e7c..a4d5f820a 100644
--- a/examples/component/demo/package.json
+++ b/examples/component/demo/package.json
@@ -10,6 +10,6 @@
},
"devDependencies": {
"@example/my-component": "workspace:*",
- "astro": "^1.0.0-rc.3"
+ "astro": "^1.0.0-rc.4"
}
}
diff --git a/examples/component/package.json b/examples/component/package.json
index 7d90f4fab..fba66ed95 100644
--- a/examples/component/package.json
+++ b/examples/component/package.json
@@ -8,6 +8,6 @@
"serve": "astro --root demo preview"
},
"devDependencies": {
- "astro": "^1.0.0-rc.3"
+ "astro": "^1.0.0-rc.4"
}
}
diff --git a/examples/docs/package.json b/examples/docs/package.json
index b5d0747df..6071ad984 100644
--- a/examples/docs/package.json
+++ b/examples/docs/package.json
@@ -20,6 +20,6 @@
"devDependencies": {
"@astrojs/preact": "^0.5.2",
"@astrojs/react": "^0.4.2",
- "astro": "^1.0.0-rc.3"
+ "astro": "^1.0.0-rc.4"
}
}
diff --git a/examples/env-vars/package.json b/examples/env-vars/package.json
index 56e12bb4e..2f0ccb66a 100644
--- a/examples/env-vars/package.json
+++ b/examples/env-vars/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^1.0.0-rc.3"
+ "astro": "^1.0.0-rc.4"
}
}
diff --git a/examples/framework-alpine/package.json b/examples/framework-alpine/package.json
index 0ceba5033..3a5118959 100644
--- a/examples/framework-alpine/package.json
+++ b/examples/framework-alpine/package.json
@@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^1.0.0-rc.3"
+ "astro": "^1.0.0-rc.4"
},
"dependencies": {
"alpinejs": "^3.10.2"
diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json
index ca1b4859d..95b2bdd02 100644
--- a/examples/framework-lit/package.json
+++ b/examples/framework-lit/package.json
@@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/lit": "^0.3.2",
- "astro": "^1.0.0-rc.3"
+ "astro": "^1.0.0-rc.4"
},
"dependencies": {
"@webcomponents/template-shadowroot": "^0.1.0",
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json
index cfe398378..548d0cbd4 100644
--- a/examples/framework-multiple/package.json
+++ b/examples/framework-multiple/package.json
@@ -15,7 +15,7 @@
"@astrojs/solid-js": "^0.4.1",
"@astrojs/svelte": "^0.5.1",
"@astrojs/vue": "^0.5.0",
- "astro": "^1.0.0-rc.3"
+ "astro": "^1.0.0-rc.4"
},
"dependencies": {
"@webcomponents/template-shadowroot": "^0.1.0",
diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json
index eb54806bc..65a09ddf0 100644
--- a/examples/framework-preact/package.json
+++ b/examples/framework-preact/package.json
@@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/preact": "^0.5.2",
- "astro": "^1.0.0-rc.3"
+ "astro": "^1.0.0-rc.4"
},
"dependencies": {
"preact": "^10.7.3"
diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json
index dc346a27a..48cb92d02 100644
--- a/examples/framework-react/package.json
+++ b/examples/framework-react/package.json
@@ -12,7 +12,7 @@
"@astrojs/react": "^0.4.2",
"@types/react": "^18.0.10",
"@types/react-dom": "^18.0.5",
- "astro": "^1.0.0-rc.3"
+ "astro": "^1.0.0-rc.4"
},
"dependencies": {
"react": "^18.1.0",
diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json
index 325581e3b..81c6c7833 100644
--- a/examples/framework-solid/package.json
+++ b/examples/framework-solid/package.json
@@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/solid-js": "^0.4.1",
- "astro": "^1.0.0-rc.3"
+ "astro": "^1.0.0-rc.4"
},
"dependencies": {
"solid-js": "^1.4.3"
diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json
index 670541a33..d54fc8ced 100644
--- a/examples/framework-svelte/package.json
+++ b/examples/framework-svelte/package.json
@@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/svelte": "^0.5.1",
- "astro": "^1.0.0-rc.3"
+ "astro": "^1.0.0-rc.4"
},
"dependencies": {
"svelte": "^3.48.0"
diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json
index c0fee3ac5..ca795ad81 100644
--- a/examples/framework-vue/package.json
+++ b/examples/framework-vue/package.json
@@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/vue": "^0.5.0",
- "astro": "^1.0.0-rc.3"
+ "astro": "^1.0.0-rc.4"
},
"dependencies": {
"vue": "^3.2.37"
diff --git a/examples/integrations-playground/package.json b/examples/integrations-playground/package.json
index 99ecb1314..5c48adbf0 100644
--- a/examples/integrations-playground/package.json
+++ b/examples/integrations-playground/package.json
@@ -16,7 +16,7 @@
"@astrojs/solid-js": "0.4.1",
"@astrojs/tailwind": "^0.2.5",
"@astrojs/turbolinks": "^0.1.4",
- "astro": "^1.0.0-rc.3",
+ "astro": "^1.0.0-rc.4",
"solid-js": "^1.4.3"
},
"dependencies": {
diff --git a/examples/minimal/package.json b/examples/minimal/package.json
index 568b3e587..4b19fd30d 100644
--- a/examples/minimal/package.json
+++ b/examples/minimal/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^1.0.0-rc.3"
+ "astro": "^1.0.0-rc.4"
}
}
diff --git a/examples/non-html-pages/package.json b/examples/non-html-pages/package.json
index e3ef995c8..df26817a8 100644
--- a/examples/non-html-pages/package.json
+++ b/examples/non-html-pages/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^1.0.0-rc.3"
+ "astro": "^1.0.0-rc.4"
}
}
diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json
index 44de7d8bd..322f33891 100644
--- a/examples/portfolio/package.json
+++ b/examples/portfolio/package.json
@@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/preact": "^0.5.2",
- "astro": "^1.0.0-rc.3",
+ "astro": "^1.0.0-rc.4",
"sass": "^1.52.2"
},
"dependencies": {
diff --git a/examples/ssr/package.json b/examples/ssr/package.json
index b003d4bd1..b67d53ced 100644
--- a/examples/ssr/package.json
+++ b/examples/ssr/package.json
@@ -11,7 +11,7 @@
"devDependencies": {
"@astrojs/node": "^0.2.1",
"@astrojs/svelte": "^0.5.1",
- "astro": "^1.0.0-rc.3",
+ "astro": "^1.0.0-rc.4",
"concurrently": "^7.2.1",
"lightcookie": "^1.0.25",
"unocss": "^0.15.6",
diff --git a/examples/starter/package.json b/examples/starter/package.json
index 48bd2568a..d57ed8a40 100644
--- a/examples/starter/package.json
+++ b/examples/starter/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^1.0.0-rc.3"
+ "astro": "^1.0.0-rc.4"
}
}
diff --git a/examples/subpath/package.json b/examples/subpath/package.json
index 4abd44d62..ce504f222 100644
--- a/examples/subpath/package.json
+++ b/examples/subpath/package.json
@@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/react": "^0.4.2",
- "astro": "^1.0.0-rc.3",
+ "astro": "^1.0.0-rc.4",
"sass": "^1.52.2"
},
"dependencies": {
diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json
index 6e09b00df..b3e3687db 100644
--- a/examples/with-markdown-plugins/package.json
+++ b/examples/with-markdown-plugins/package.json
@@ -9,8 +9,8 @@
"preview": "astro preview"
},
"devDependencies": {
- "@astrojs/markdown-remark": "^0.13.0",
- "astro": "^1.0.0-rc.3",
+ "@astrojs/markdown-remark": "^0.14.0",
+ "astro": "^1.0.0-rc.4",
"hast-util-select": "5.0.1",
"rehype-autolink-headings": "^6.1.1",
"rehype-slug": "^5.0.1",
diff --git a/examples/with-markdown-shiki/package.json b/examples/with-markdown-shiki/package.json
index 380e0a0f2..456471e8f 100644
--- a/examples/with-markdown-shiki/package.json
+++ b/examples/with-markdown-shiki/package.json
@@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
- "@astrojs/markdown-remark": "^0.13.0",
- "astro": "^1.0.0-rc.3"
+ "@astrojs/markdown-remark": "^0.14.0",
+ "astro": "^1.0.0-rc.4"
}
}
diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json
index 2c3f73a09..59f034419 100644
--- a/examples/with-mdx/package.json
+++ b/examples/with-mdx/package.json
@@ -9,9 +9,9 @@
"preview": "astro preview"
},
"devDependencies": {
- "@astrojs/mdx": "^0.4.0",
+ "@astrojs/mdx": "^0.5.0",
"@astrojs/preact": "^0.5.2",
- "astro": "^1.0.0-rc.3",
+ "astro": "^1.0.0-rc.4",
"preact": "^10.6.5"
}
}
diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json
index fcb34745b..cd578a1b0 100644
--- a/examples/with-nanostores/package.json
+++ b/examples/with-nanostores/package.json
@@ -15,6 +15,6 @@
},
"devDependencies": {
"@astrojs/preact": "^0.5.2",
- "astro": "^1.0.0-rc.3"
+ "astro": "^1.0.0-rc.4"
}
}
diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json
index 904787328..37406fb36 100644
--- a/examples/with-tailwindcss/package.json
+++ b/examples/with-tailwindcss/package.json
@@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/tailwind": "^0.2.5",
- "astro": "^1.0.0-rc.3",
+ "astro": "^1.0.0-rc.4",
"autoprefixer": "^10.4.7",
"canvas-confetti": "^1.5.1",
"postcss": "^8.4.14",
diff --git a/examples/with-vite-plugin-pwa/package.json b/examples/with-vite-plugin-pwa/package.json
index 81d7d60f8..f7927a1b9 100644
--- a/examples/with-vite-plugin-pwa/package.json
+++ b/examples/with-vite-plugin-pwa/package.json
@@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^1.0.0-rc.3",
+ "astro": "^1.0.0-rc.4",
"vite-plugin-pwa": "0.11.11",
"workbox-window": "^6.5.3"
}
diff --git a/packages/astro-prism/CHANGELOG.md b/packages/astro-prism/CHANGELOG.md
index c251264ee..7055f1da4 100644
--- a/packages/astro-prism/CHANGELOG.md
+++ b/packages/astro-prism/CHANGELOG.md
@@ -1,5 +1,11 @@
# @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
### Patch Changes
diff --git a/packages/astro-prism/package.json b/packages/astro-prism/package.json
index 719776311..2892e8c24 100644
--- a/packages/astro-prism/package.json
+++ b/packages/astro-prism/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/prism",
- "version": "0.6.1",
+ "version": "0.7.0",
"description": "Supports Prism highlighting in Astro projects",
"author": "withastro",
"type": "module",
diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md
index a83a52eba..e7316d832 100644
--- a/packages/astro/CHANGELOG.md
+++ b/packages/astro/CHANGELOG.md
@@ -1,5 +1,24 @@
# 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
### Patch Changes
diff --git a/packages/astro/package.json b/packages/astro/package.json
index 1f4827f7a..4a68cb613 100644
--- a/packages/astro/package.json
+++ b/packages/astro/package.json
@@ -1,6 +1,6 @@
{
"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.",
"type": "module",
"author": "withastro",
@@ -86,7 +86,7 @@
"dependencies": {
"@astrojs/compiler": "^0.22.1",
"@astrojs/language-server": "^0.20.0",
- "@astrojs/markdown-remark": "^0.13.0",
+ "@astrojs/markdown-remark": "^0.14.0",
"@astrojs/telemetry": "^0.4.1",
"@astrojs/webapi": "^0.12.0",
"@babel/core": "^7.18.2",
diff --git a/packages/integrations/mdx/CHANGELOG.md b/packages/integrations/mdx/CHANGELOG.md
index 7bd749190..72240caa5 100644
--- a/packages/integrations/mdx/CHANGELOG.md
+++ b/packages/integrations/mdx/CHANGELOG.md
@@ -1,5 +1,22 @@
# @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
### Minor Changes
diff --git a/packages/integrations/mdx/package.json b/packages/integrations/mdx/package.json
index 121a453b7..19f2067b1 100644
--- a/packages/integrations/mdx/package.json
+++ b/packages/integrations/mdx/package.json
@@ -1,7 +1,7 @@
{
"name": "@astrojs/mdx",
"description": "Use MDX within Astro",
- "version": "0.4.0",
+ "version": "0.5.0",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
@@ -30,7 +30,7 @@
"test": "mocha --exit --timeout 20000"
},
"dependencies": {
- "@astrojs/prism": "^0.6.1",
+ "@astrojs/prism": "^0.7.0",
"@mdx-js/mdx": "^2.1.2",
"@mdx-js/rollup": "^2.1.1",
"acorn": "^8.8.0",
diff --git a/packages/markdown/remark/CHANGELOG.md b/packages/markdown/remark/CHANGELOG.md
index 35a0da237..aae23653f 100644
--- a/packages/markdown/remark/CHANGELOG.md
+++ b/packages/markdown/remark/CHANGELOG.md
@@ -1,5 +1,16 @@
# @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
### Minor Changes
diff --git a/packages/markdown/remark/package.json b/packages/markdown/remark/package.json
index 6b4e21771..a2ffe0d92 100644
--- a/packages/markdown/remark/package.json
+++ b/packages/markdown/remark/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/markdown-remark",
- "version": "0.13.0",
+ "version": "0.14.0",
"type": "module",
"author": "withastro",
"license": "MIT",
@@ -25,7 +25,7 @@
},
"dependencies": {
"@astrojs/micromark-extension-mdx-jsx": "^1.0.3",
- "@astrojs/prism": "^0.6.1",
+ "@astrojs/prism": "^0.7.0",
"acorn": "^8.7.1",
"acorn-jsx": "^5.3.2",
"github-slugger": "^1.4.0",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 8771a9e8c..a234167f3 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -59,14 +59,14 @@ importers:
examples/basics:
specifiers:
- astro: ^1.0.0-rc.3
+ astro: ^1.0.0-rc.4
devDependencies:
astro: link:../../packages/astro
examples/blog:
specifiers:
'@astrojs/preact': ^0.5.2
- astro: ^1.0.0-rc.3
+ astro: ^1.0.0-rc.4
preact: ^10.7.3
dependencies:
preact: 10.10.0
@@ -77,7 +77,7 @@ importers:
examples/blog-multiple-authors:
specifiers:
'@astrojs/preact': ^0.5.2
- astro: ^1.0.0-rc.3
+ astro: ^1.0.0-rc.4
preact: ^10.7.3
sass: ^1.52.2
dependencies:
@@ -89,14 +89,14 @@ importers:
examples/component:
specifiers:
- astro: ^1.0.0-rc.3
+ astro: ^1.0.0-rc.4
devDependencies:
astro: link:../../packages/astro
examples/component/demo:
specifiers:
'@example/my-component': workspace:*
- astro: ^1.0.0-rc.3
+ astro: ^1.0.0-rc.4
devDependencies:
'@example/my-component': link:../packages/my-component
astro: link:../../../packages/astro
@@ -112,7 +112,7 @@ importers:
'@docsearch/css': ^3.1.0
'@docsearch/react': ^3.1.0
'@types/react': ^17.0.45
- astro: ^1.0.0-rc.3
+ astro: ^1.0.0-rc.4
preact: ^10.7.3
react: ^18.1.0
react-dom: ^18.1.0
@@ -131,14 +131,14 @@ importers:
examples/env-vars:
specifiers:
- astro: ^1.0.0-rc.3
+ astro: ^1.0.0-rc.4
devDependencies:
astro: link:../../packages/astro
examples/framework-alpine:
specifiers:
alpinejs: ^3.10.2
- astro: ^1.0.0-rc.3
+ astro: ^1.0.0-rc.4
dependencies:
alpinejs: 3.10.3
devDependencies:
@@ -148,7 +148,7 @@ importers:
specifiers:
'@astrojs/lit': ^0.3.2
'@webcomponents/template-shadowroot': ^0.1.0
- astro: ^1.0.0-rc.3
+ astro: ^1.0.0-rc.4
lit: ^2.2.5
dependencies:
'@webcomponents/template-shadowroot': 0.1.0
@@ -166,7 +166,7 @@ importers:
'@astrojs/svelte': ^0.5.1
'@astrojs/vue': ^0.5.0
'@webcomponents/template-shadowroot': ^0.1.0
- astro: ^1.0.0-rc.3
+ astro: ^1.0.0-rc.4
lit: ^2.2.5
preact: ^10.7.3
react: ^18.1.0
@@ -195,7 +195,7 @@ importers:
examples/framework-preact:
specifiers:
'@astrojs/preact': ^0.5.2
- astro: ^1.0.0-rc.3
+ astro: ^1.0.0-rc.4
preact: ^10.7.3
dependencies:
preact: 10.10.0
@@ -208,7 +208,7 @@ importers:
'@astrojs/react': ^0.4.2
'@types/react': ^18.0.10
'@types/react-dom': ^18.0.5
- astro: ^1.0.0-rc.3
+ astro: ^1.0.0-rc.4
react: ^18.1.0
react-dom: ^18.1.0
dependencies:
@@ -223,7 +223,7 @@ importers:
examples/framework-solid:
specifiers:
'@astrojs/solid-js': ^0.4.1
- astro: ^1.0.0-rc.3
+ astro: ^1.0.0-rc.4
solid-js: ^1.4.3
dependencies:
solid-js: 1.4.8
@@ -234,7 +234,7 @@ importers:
examples/framework-svelte:
specifiers:
'@astrojs/svelte': ^0.5.1
- astro: ^1.0.0-rc.3
+ astro: ^1.0.0-rc.4
svelte: ^3.48.0
dependencies:
svelte: 3.49.0
@@ -245,7 +245,7 @@ importers:
examples/framework-vue:
specifiers:
'@astrojs/vue': ^0.5.0
- astro: ^1.0.0-rc.3
+ astro: ^1.0.0-rc.4
vue: ^3.2.37
dependencies:
vue: 3.2.37
@@ -263,7 +263,7 @@ importers:
'@astrojs/tailwind': ^0.2.5
'@astrojs/turbolinks': ^0.1.4
'@webcomponents/template-shadowroot': ^0.1.0
- astro: ^1.0.0-rc.3
+ astro: ^1.0.0-rc.4
lit: ^2.2.5
preact: ^10.7.3
react: ^18.1.0
@@ -292,20 +292,20 @@ importers:
examples/minimal:
specifiers:
- astro: ^1.0.0-rc.3
+ astro: ^1.0.0-rc.4
devDependencies:
astro: link:../../packages/astro
examples/non-html-pages:
specifiers:
- astro: ^1.0.0-rc.3
+ astro: ^1.0.0-rc.4
devDependencies:
astro: link:../../packages/astro
examples/portfolio:
specifiers:
'@astrojs/preact': ^0.5.2
- astro: ^1.0.0-rc.3
+ astro: ^1.0.0-rc.4
preact: ^10.7.3
sass: ^1.52.2
dependencies:
@@ -319,7 +319,7 @@ importers:
specifiers:
'@astrojs/node': ^0.2.1
'@astrojs/svelte': ^0.5.1
- astro: ^1.0.0-rc.3
+ astro: ^1.0.0-rc.4
concurrently: ^7.2.1
lightcookie: ^1.0.25
svelte: ^3.48.0
@@ -338,14 +338,14 @@ importers:
examples/starter:
specifiers:
- astro: ^1.0.0-rc.3
+ astro: ^1.0.0-rc.4
devDependencies:
astro: link:../../packages/astro
examples/subpath:
specifiers:
'@astrojs/react': ^0.4.2
- astro: ^1.0.0-rc.3
+ astro: ^1.0.0-rc.4
react: ^18.1.0
react-dom: ^18.1.0
sass: ^1.52.2
@@ -359,8 +359,8 @@ importers:
examples/with-markdown-plugins:
specifiers:
- '@astrojs/markdown-remark': ^0.13.0
- astro: ^1.0.0-rc.3
+ '@astrojs/markdown-remark': ^0.14.0
+ astro: ^1.0.0-rc.4
hast-util-select: 5.0.1
rehype-autolink-headings: ^6.1.1
rehype-slug: ^5.0.1
@@ -377,17 +377,17 @@ importers:
examples/with-markdown-shiki:
specifiers:
- '@astrojs/markdown-remark': ^0.13.0
- astro: ^1.0.0-rc.3
+ '@astrojs/markdown-remark': ^0.14.0
+ astro: ^1.0.0-rc.4
devDependencies:
'@astrojs/markdown-remark': link:../../packages/markdown/remark
astro: link:../../packages/astro
examples/with-mdx:
specifiers:
- '@astrojs/mdx': ^0.4.0
+ '@astrojs/mdx': ^0.5.0
'@astrojs/preact': ^0.5.2
- astro: ^1.0.0-rc.3
+ astro: ^1.0.0-rc.4
preact: ^10.6.5
devDependencies:
'@astrojs/mdx': link:../../packages/integrations/mdx
@@ -399,7 +399,7 @@ importers:
specifiers:
'@astrojs/preact': ^0.5.2
'@nanostores/preact': ^0.1.3
- astro: ^1.0.0-rc.3
+ astro: ^1.0.0-rc.4
nanostores: ^0.5.12
preact: ^10.7.3
dependencies:
@@ -413,7 +413,7 @@ importers:
examples/with-tailwindcss:
specifiers:
'@astrojs/tailwind': ^0.2.5
- astro: ^1.0.0-rc.3
+ astro: ^1.0.0-rc.4
autoprefixer: ^10.4.7
canvas-confetti: ^1.5.1
postcss: ^8.4.14
@@ -428,7 +428,7 @@ importers:
examples/with-vite-plugin-pwa:
specifiers:
- astro: ^1.0.0-rc.3
+ astro: ^1.0.0-rc.4
vite-plugin-pwa: 0.11.11
workbox-window: ^6.5.3
devDependencies:
@@ -440,7 +440,7 @@ importers:
specifiers:
'@astrojs/compiler': ^0.22.1
'@astrojs/language-server': ^0.20.0
- '@astrojs/markdown-remark': ^0.13.0
+ '@astrojs/markdown-remark': ^0.14.0
'@astrojs/telemetry': ^0.4.1
'@astrojs/webapi': ^0.12.0
'@babel/core': ^7.18.2
@@ -2165,7 +2165,7 @@ importers:
packages/integrations/mdx:
specifiers:
- '@astrojs/prism': ^0.6.1
+ '@astrojs/prism': ^0.7.0
'@mdx-js/mdx': ^2.1.2
'@mdx-js/rollup': ^2.1.1
'@types/chai': ^4.3.1
@@ -2596,7 +2596,7 @@ importers:
packages/markdown/remark:
specifiers:
'@astrojs/micromark-extension-mdx-jsx': ^1.0.3
- '@astrojs/prism': ^0.6.1
+ '@astrojs/prism': ^0.7.0
'@types/chai': ^4.3.1
'@types/github-slugger': ^1.3.0
'@types/hast': ^2.3.4