summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2024-04-16 09:07:50 -0700
committerGravatar GitHub <noreply@github.com> 2024-04-16 17:07:50 +0100
commit668d97319c1b4ae60b64c9e8e14b3878f4d4cae2 (patch)
treebecf862e879c37389afaea13dcc89f05ecd368ef
parent3e7a12c8532411e580fcfdb8445cad8fc8499291 (diff)
downloadastro-668d97319c1b4ae60b64c9e8e14b3878f4d4cae2.tar.gz
astro-668d97319c1b4ae60b64c9e8e14b3878f4d4cae2.tar.zst
astro-668d97319c1b4ae60b64c9e8e14b3878f4d4cae2.zip
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
-rw-r--r--.changeset/afraid-laws-speak.md5
-rw-r--r--.changeset/brown-news-roll.md5
-rw-r--r--.changeset/curly-badgers-boil.md16
-rw-r--r--.changeset/eight-hotels-try.md5
-rw-r--r--.changeset/famous-seals-camp.md5
-rw-r--r--.changeset/many-hairs-jump.md5
-rw-r--r--.changeset/mean-candles-hammer.md5
-rw-r--r--.changeset/modern-mugs-raise.md5
-rw-r--r--.changeset/orange-ladybugs-nail.md5
-rw-r--r--.changeset/rich-spoons-fold.md5
-rw-r--r--.changeset/stupid-countries-warn.md5
-rw-r--r--examples/basics/package.json2
-rw-r--r--examples/blog/package.json6
-rw-r--r--examples/component/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/hackernews/package.json2
-rw-r--r--examples/integration/package.json2
-rw-r--r--examples/middleware/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/starlog/package.json2
-rw-r--r--examples/view-transitions/package.json2
-rw-r--r--examples/with-markdoc/package.json2
-rw-r--r--examples/with-markdown-plugins/package.json2
-rw-r--r--examples/with-markdown-shiki/package.json2
-rw-r--r--examples/with-mdx/package.json4
-rw-r--r--examples/with-nanostores/package.json2
-rw-r--r--examples/with-tailwindcss/package.json4
-rw-r--r--examples/with-vitest/package.json2
-rw-r--r--packages/astro/CHANGELOG.md20
-rw-r--r--packages/astro/package.json2
-rw-r--r--packages/integrations/mdx/CHANGELOG.md18
-rw-r--r--packages/integrations/mdx/package.json2
-rw-r--r--packages/integrations/sitemap/CHANGELOG.md6
-rw-r--r--packages/integrations/sitemap/package.json2
-rw-r--r--pnpm-lock.yaml94
45 files changed, 141 insertions, 131 deletions
diff --git a/.changeset/afraid-laws-speak.md b/.changeset/afraid-laws-speak.md
deleted file mode 100644
index 62e4a8bd6..000000000
--- a/.changeset/afraid-laws-speak.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"astro": patch
----
-
-Correctly sets `build.assets` directory during `vite` config setup
diff --git a/.changeset/brown-news-roll.md b/.changeset/brown-news-roll.md
deleted file mode 100644
index ff57e1bc4..000000000
--- a/.changeset/brown-news-roll.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"astro": patch
----
-
-Fixes cookies type inference
diff --git a/.changeset/curly-badgers-boil.md b/.changeset/curly-badgers-boil.md
deleted file mode 100644
index f7fc51ecb..000000000
--- a/.changeset/curly-badgers-boil.md
+++ /dev/null
@@ -1,16 +0,0 @@
----
-"@astrojs/mdx": patch
----
-
-Fixes an issue where images in MDX required a relative specifier (e.g. `./`)
-
-Now, you can use the standard `![](img.png)` syntax in MDX files for images colocated in the same folder: no relative specifier required!
-
-There is no need to update your project; your existing images will still continue to work. However, you may wish to remove any relative specifiers from these MDX images as they are no longer necessary:
-
-```diff
-- ![A cute dog](./dog.jpg)
-+ ![A cute dog](dog.jpg)
-<!-- This dog lives in the same folder as my article! -->
-```
-
diff --git a/.changeset/eight-hotels-try.md b/.changeset/eight-hotels-try.md
deleted file mode 100644
index f1fab2897..000000000
--- a/.changeset/eight-hotels-try.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"astro": patch
----
-
-Disables streaming when rendering site with `output: "static"`
diff --git a/.changeset/famous-seals-camp.md b/.changeset/famous-seals-camp.md
deleted file mode 100644
index b1703ee45..000000000
--- a/.changeset/famous-seals-camp.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"@astrojs/sitemap": patch
----
-
-Improves performance when generating the sitemap data
diff --git a/.changeset/many-hairs-jump.md b/.changeset/many-hairs-jump.md
deleted file mode 100644
index 2e855708f..000000000
--- a/.changeset/many-hairs-jump.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"astro": patch
----
-
-Handles possible null value when calling `which-pm` during dynamic package installation
diff --git a/.changeset/mean-candles-hammer.md b/.changeset/mean-candles-hammer.md
deleted file mode 100644
index cb825a493..000000000
--- a/.changeset/mean-candles-hammer.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"astro": patch
----
-
-Fixes `astro add` sometimes modifying `baseUrl` unintentionally
diff --git a/.changeset/modern-mugs-raise.md b/.changeset/modern-mugs-raise.md
deleted file mode 100644
index 0796acf9f..000000000
--- a/.changeset/modern-mugs-raise.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"astro": patch
----
-
-Fixes Picture component specialFormatsFallback fallback check
diff --git a/.changeset/orange-ladybugs-nail.md b/.changeset/orange-ladybugs-nail.md
deleted file mode 100644
index b1b1f25b7..000000000
--- a/.changeset/orange-ladybugs-nail.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"@astrojs/mdx": patch
----
-
-Removes internal MDX processor on `buildEnd` to free up memory
diff --git a/.changeset/rich-spoons-fold.md b/.changeset/rich-spoons-fold.md
deleted file mode 100644
index 217562a24..000000000
--- a/.changeset/rich-spoons-fold.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"astro": patch
----
-
-Fixes assets endpoint in serverless returning 404 in certain situations where the website might be under a protected route
diff --git a/.changeset/stupid-countries-warn.md b/.changeset/stupid-countries-warn.md
deleted file mode 100644
index 27eeea281..000000000
--- a/.changeset/stupid-countries-warn.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"astro": patch
----
-
-Fixes a timing issue in the view transition simulation.
diff --git a/examples/basics/package.json b/examples/basics/package.json
index e32ef884c..5c22341e6 100644
--- a/examples/basics/package.json
+++ b/examples/basics/package.json
@@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^4.6.1"
+ "astro": "^4.6.2"
}
}
diff --git a/examples/blog/package.json b/examples/blog/package.json
index f7e1d6b4b..afadb4360 100644
--- a/examples/blog/package.json
+++ b/examples/blog/package.json
@@ -11,9 +11,9 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/mdx": "^2.3.0",
+ "@astrojs/mdx": "^2.3.1",
"@astrojs/rss": "^4.0.5",
- "@astrojs/sitemap": "^3.1.2",
- "astro": "^4.6.1"
+ "@astrojs/sitemap": "^3.1.3",
+ "astro": "^4.6.2"
}
}
diff --git a/examples/component/package.json b/examples/component/package.json
index e4bbfe2e9..352bccdfb 100644
--- a/examples/component/package.json
+++ b/examples/component/package.json
@@ -15,7 +15,7 @@
],
"scripts": {},
"devDependencies": {
- "astro": "^4.6.1"
+ "astro": "^4.6.2"
},
"peerDependencies": {
"astro": "^4.0.0"
diff --git a/examples/framework-alpine/package.json b/examples/framework-alpine/package.json
index f731ddf0f..00708fe30 100644
--- a/examples/framework-alpine/package.json
+++ b/examples/framework-alpine/package.json
@@ -14,6 +14,6 @@
"@astrojs/alpinejs": "^0.4.0",
"@types/alpinejs": "^3.13.5",
"alpinejs": "^3.13.3",
- "astro": "^4.6.1"
+ "astro": "^4.6.2"
}
}
diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json
index 4cfbb0e05..6243b58fa 100644
--- a/examples/framework-lit/package.json
+++ b/examples/framework-lit/package.json
@@ -13,7 +13,7 @@
"dependencies": {
"@astrojs/lit": "^4.0.1",
"@webcomponents/template-shadowroot": "^0.2.1",
- "astro": "^4.6.1",
+ "astro": "^4.6.2",
"lit": "^3.1.2"
}
}
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json
index 5f8d13af7..dabc84475 100644
--- a/examples/framework-multiple/package.json
+++ b/examples/framework-multiple/package.json
@@ -18,7 +18,7 @@
"@astrojs/vue": "^4.1.0",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
- "astro": "^4.6.1",
+ "astro": "^4.6.2",
"preact": "^10.19.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json
index f36f406a5..993a445a2 100644
--- a/examples/framework-preact/package.json
+++ b/examples/framework-preact/package.json
@@ -13,7 +13,7 @@
"dependencies": {
"@astrojs/preact": "^3.2.0",
"@preact/signals": "^1.2.1",
- "astro": "^4.6.1",
+ "astro": "^4.6.2",
"preact": "^10.19.2"
}
}
diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json
index 205b05d6a..b0eb38cb6 100644
--- a/examples/framework-react/package.json
+++ b/examples/framework-react/package.json
@@ -14,7 +14,7 @@
"@astrojs/react": "^3.3.0",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
- "astro": "^4.6.1",
+ "astro": "^4.6.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json
index bed80c53f..e9709aec3 100644
--- a/examples/framework-solid/package.json
+++ b/examples/framework-solid/package.json
@@ -12,7 +12,7 @@
},
"dependencies": {
"@astrojs/solid-js": "^4.1.0",
- "astro": "^4.6.1",
+ "astro": "^4.6.2",
"solid-js": "^1.8.5"
}
}
diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json
index d41823b04..a3aef8463 100644
--- a/examples/framework-svelte/package.json
+++ b/examples/framework-svelte/package.json
@@ -12,7 +12,7 @@
},
"dependencies": {
"@astrojs/svelte": "^5.4.0",
- "astro": "^4.6.1",
+ "astro": "^4.6.2",
"svelte": "^4.2.5"
}
}
diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json
index 28bab6c81..c4877b256 100644
--- a/examples/framework-vue/package.json
+++ b/examples/framework-vue/package.json
@@ -12,7 +12,7 @@
},
"dependencies": {
"@astrojs/vue": "^4.1.0",
- "astro": "^4.6.1",
+ "astro": "^4.6.2",
"vue": "^3.3.8"
}
}
diff --git a/examples/hackernews/package.json b/examples/hackernews/package.json
index 599a3a1c8..5314b6025 100644
--- a/examples/hackernews/package.json
+++ b/examples/hackernews/package.json
@@ -12,6 +12,6 @@
},
"dependencies": {
"@astrojs/node": "^8.2.5",
- "astro": "^4.6.1"
+ "astro": "^4.6.2"
}
}
diff --git a/examples/integration/package.json b/examples/integration/package.json
index 91f579399..db0616460 100644
--- a/examples/integration/package.json
+++ b/examples/integration/package.json
@@ -15,7 +15,7 @@
],
"scripts": {},
"devDependencies": {
- "astro": "^4.6.1"
+ "astro": "^4.6.2"
},
"peerDependencies": {
"astro": "^4.0.0"
diff --git a/examples/middleware/package.json b/examples/middleware/package.json
index cb608654a..6c4300731 100644
--- a/examples/middleware/package.json
+++ b/examples/middleware/package.json
@@ -13,7 +13,7 @@
},
"dependencies": {
"@astrojs/node": "^8.2.5",
- "astro": "^4.6.1",
+ "astro": "^4.6.2",
"html-minifier": "^4.0.0"
},
"devDependencies": {
diff --git a/examples/minimal/package.json b/examples/minimal/package.json
index 840a5ac7c..031742f2c 100644
--- a/examples/minimal/package.json
+++ b/examples/minimal/package.json
@@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^4.6.1"
+ "astro": "^4.6.2"
}
}
diff --git a/examples/non-html-pages/package.json b/examples/non-html-pages/package.json
index 260c84d09..777c3a6da 100644
--- a/examples/non-html-pages/package.json
+++ b/examples/non-html-pages/package.json
@@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^4.6.1"
+ "astro": "^4.6.2"
}
}
diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json
index caec4c105..3f03d77df 100644
--- a/examples/portfolio/package.json
+++ b/examples/portfolio/package.json
@@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^4.6.1"
+ "astro": "^4.6.2"
}
}
diff --git a/examples/ssr/package.json b/examples/ssr/package.json
index 45210122d..ba0c478bc 100644
--- a/examples/ssr/package.json
+++ b/examples/ssr/package.json
@@ -14,7 +14,7 @@
"dependencies": {
"@astrojs/node": "^8.2.5",
"@astrojs/svelte": "^5.4.0",
- "astro": "^4.6.1",
+ "astro": "^4.6.2",
"svelte": "^4.2.5"
}
}
diff --git a/examples/starlog/package.json b/examples/starlog/package.json
index bc4e0e23a..d6500f406 100644
--- a/examples/starlog/package.json
+++ b/examples/starlog/package.json
@@ -10,7 +10,7 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^4.6.1",
+ "astro": "^4.6.2",
"sass": "^1.69.5",
"sharp": "^0.32.6"
}
diff --git a/examples/view-transitions/package.json b/examples/view-transitions/package.json
index 512a2bcc8..2ef6379f8 100644
--- a/examples/view-transitions/package.json
+++ b/examples/view-transitions/package.json
@@ -12,6 +12,6 @@
"devDependencies": {
"@astrojs/tailwind": "^5.1.0",
"@astrojs/node": "^8.2.5",
- "astro": "^4.6.1"
+ "astro": "^4.6.2"
}
}
diff --git a/examples/with-markdoc/package.json b/examples/with-markdoc/package.json
index f799e483f..b398a7ce4 100644
--- a/examples/with-markdoc/package.json
+++ b/examples/with-markdoc/package.json
@@ -12,6 +12,6 @@
},
"dependencies": {
"@astrojs/markdoc": "^0.10.0",
- "astro": "^4.6.1"
+ "astro": "^4.6.2"
}
}
diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json
index 84b5ca0dc..4c70d2970 100644
--- a/examples/with-markdown-plugins/package.json
+++ b/examples/with-markdown-plugins/package.json
@@ -12,7 +12,7 @@
},
"dependencies": {
"@astrojs/markdown-remark": "^5.1.0",
- "astro": "^4.6.1",
+ "astro": "^4.6.2",
"hast-util-select": "^6.0.2",
"rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0",
diff --git a/examples/with-markdown-shiki/package.json b/examples/with-markdown-shiki/package.json
index 580dd7681..5e0995958 100644
--- a/examples/with-markdown-shiki/package.json
+++ b/examples/with-markdown-shiki/package.json
@@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^4.6.1"
+ "astro": "^4.6.2"
}
}
diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json
index c1b05389a..68d15e5ff 100644
--- a/examples/with-mdx/package.json
+++ b/examples/with-mdx/package.json
@@ -11,9 +11,9 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/mdx": "^2.3.0",
+ "@astrojs/mdx": "^2.3.1",
"@astrojs/preact": "^3.2.0",
- "astro": "^4.6.1",
+ "astro": "^4.6.2",
"preact": "^10.19.2"
}
}
diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json
index 122a12cfc..c7194eef7 100644
--- a/examples/with-nanostores/package.json
+++ b/examples/with-nanostores/package.json
@@ -13,7 +13,7 @@
"dependencies": {
"@astrojs/preact": "^3.2.0",
"@nanostores/preact": "^0.5.0",
- "astro": "^4.6.1",
+ "astro": "^4.6.2",
"nanostores": "^0.9.5",
"preact": "^10.19.2"
}
diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json
index a6ff39288..e4bf87d31 100644
--- a/examples/with-tailwindcss/package.json
+++ b/examples/with-tailwindcss/package.json
@@ -11,10 +11,10 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/mdx": "^2.3.0",
+ "@astrojs/mdx": "^2.3.1",
"@astrojs/tailwind": "^5.1.0",
"@types/canvas-confetti": "^1.6.3",
- "astro": "^4.6.1",
+ "astro": "^4.6.2",
"autoprefixer": "^10.4.15",
"canvas-confetti": "^1.9.1",
"postcss": "^8.4.28",
diff --git a/examples/with-vitest/package.json b/examples/with-vitest/package.json
index 9f98c60e0..75bc03d3b 100644
--- a/examples/with-vitest/package.json
+++ b/examples/with-vitest/package.json
@@ -12,7 +12,7 @@
"test": "vitest"
},
"dependencies": {
- "astro": "^4.6.1",
+ "astro": "^4.6.2",
"vitest": "^1.3.1"
}
}
diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md
index 5161ed864..3156fd3b9 100644
--- a/packages/astro/CHANGELOG.md
+++ b/packages/astro/CHANGELOG.md
@@ -1,5 +1,25 @@
# astro
+## 4.6.2
+
+### Patch Changes
+
+- [#10732](https://github.com/withastro/astro/pull/10732) [`a92e263beb6e0166f1f13c97803d1861793e2a99`](https://github.com/withastro/astro/commit/a92e263beb6e0166f1f13c97803d1861793e2a99) Thanks [@rishi-raj-jain](https://github.com/rishi-raj-jain)! - Correctly sets `build.assets` directory during `vite` config setup
+
+- [#10776](https://github.com/withastro/astro/pull/10776) [`1607face67051b16d4648555f1001b2a9308e377`](https://github.com/withastro/astro/commit/1607face67051b16d4648555f1001b2a9308e377) Thanks [@fshafiee](https://github.com/fshafiee)! - Fixes cookies type inference
+
+- [#10796](https://github.com/withastro/astro/pull/10796) [`90669472df3a05b33f0de46fd2d039e3eba7f7dd`](https://github.com/withastro/astro/commit/90669472df3a05b33f0de46fd2d039e3eba7f7dd) Thanks [@bluwy](https://github.com/bluwy)! - Disables streaming when rendering site with `output: "static"`
+
+- [#10782](https://github.com/withastro/astro/pull/10782) [`b0589d05538fcc77dd3c38198bf93f3548362cd8`](https://github.com/withastro/astro/commit/b0589d05538fcc77dd3c38198bf93f3548362cd8) Thanks [@nektro](https://github.com/nektro)! - Handles possible null value when calling `which-pm` during dynamic package installation
+
+- [#10774](https://github.com/withastro/astro/pull/10774) [`308b5d8c122f44e7724bb2f3ad3aa5c43a83e584`](https://github.com/withastro/astro/commit/308b5d8c122f44e7724bb2f3ad3aa5c43a83e584) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Fixes `astro add` sometimes modifying `baseUrl` unintentionally
+
+- [#10783](https://github.com/withastro/astro/pull/10783) [`4dbd545304d1a8af903c8c97f237eb55c988c40b`](https://github.com/withastro/astro/commit/4dbd545304d1a8af903c8c97f237eb55c988c40b) Thanks [@jurajkapsz](https://github.com/jurajkapsz)! - Fixes Picture component specialFormatsFallback fallback check
+
+- [#10775](https://github.com/withastro/astro/pull/10775) [`06843121450899ecf0390ca4efaff6c9a6fe0f75`](https://github.com/withastro/astro/commit/06843121450899ecf0390ca4efaff6c9a6fe0f75) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Fixes assets endpoint in serverless returning 404 in certain situations where the website might be under a protected route
+
+- [#10787](https://github.com/withastro/astro/pull/10787) [`699f4559a279b374bddb3e5e48c72afe2709e8e7`](https://github.com/withastro/astro/commit/699f4559a279b374bddb3e5e48c72afe2709e8e7) Thanks [@martrapp](https://github.com/martrapp)! - Fixes a timing issue in the view transition simulation.
+
## 4.6.1
### Patch Changes
diff --git a/packages/astro/package.json b/packages/astro/package.json
index b2c1ed99c..f0532b1df 100644
--- a/packages/astro/package.json
+++ b/packages/astro/package.json
@@ -1,6 +1,6 @@
{
"name": "astro",
- "version": "4.6.1",
+ "version": "4.6.2",
"description": "Astro is a modern site builder with web best practices, performance, and DX front-of-mind.",
"type": "module",
"author": "withastro",
diff --git a/packages/integrations/mdx/CHANGELOG.md b/packages/integrations/mdx/CHANGELOG.md
index 105babf12..b40ce2e00 100644
--- a/packages/integrations/mdx/CHANGELOG.md
+++ b/packages/integrations/mdx/CHANGELOG.md
@@ -1,5 +1,23 @@
# @astrojs/mdx
+## 2.3.1
+
+### Patch Changes
+
+- [#10754](https://github.com/withastro/astro/pull/10754) [`3e7a12c8532411e580fcfdb8445cad8fc8499291`](https://github.com/withastro/astro/commit/3e7a12c8532411e580fcfdb8445cad8fc8499291) Thanks [@rishi-raj-jain](https://github.com/rishi-raj-jain)! - Fixes an issue where images in MDX required a relative specifier (e.g. `./`)
+
+ Now, you can use the standard `![](img.png)` syntax in MDX files for images colocated in the same folder: no relative specifier required!
+
+ There is no need to update your project; your existing images will still continue to work. However, you may wish to remove any relative specifiers from these MDX images as they are no longer necessary:
+
+ ```diff
+ - ![A cute dog](./dog.jpg)
+ + ![A cute dog](dog.jpg)
+ <!-- This dog lives in the same folder as my article! -->
+ ```
+
+- [#10770](https://github.com/withastro/astro/pull/10770) [`88ee63a3ba4488c60348cb821034e6d4a057efd0`](https://github.com/withastro/astro/commit/88ee63a3ba4488c60348cb821034e6d4a057efd0) Thanks [@bluwy](https://github.com/bluwy)! - Removes internal MDX processor on `buildEnd` to free up memory
+
## 2.3.0
### Minor Changes
diff --git a/packages/integrations/mdx/package.json b/packages/integrations/mdx/package.json
index ac9e775a6..5dbc7dd95 100644
--- a/packages/integrations/mdx/package.json
+++ b/packages/integrations/mdx/package.json
@@ -1,7 +1,7 @@
{
"name": "@astrojs/mdx",
"description": "Add support for MDX pages in your Astro site",
- "version": "2.3.0",
+ "version": "2.3.1",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
diff --git a/packages/integrations/sitemap/CHANGELOG.md b/packages/integrations/sitemap/CHANGELOG.md
index 24902965a..9df35d31f 100644
--- a/packages/integrations/sitemap/CHANGELOG.md
+++ b/packages/integrations/sitemap/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/sitemap
+## 3.1.3
+
+### Patch Changes
+
+- [#10795](https://github.com/withastro/astro/pull/10795) [`1ce22881c657becf0397b83ac393fb5d2399104c`](https://github.com/withastro/astro/commit/1ce22881c657becf0397b83ac393fb5d2399104c) Thanks [@bluwy](https://github.com/bluwy)! - Improves performance when generating the sitemap data
+
## 3.1.2
### Patch Changes
diff --git a/packages/integrations/sitemap/package.json b/packages/integrations/sitemap/package.json
index abf9f263b..9ccbf3d5b 100644
--- a/packages/integrations/sitemap/package.json
+++ b/packages/integrations/sitemap/package.json
@@ -1,7 +1,7 @@
{
"name": "@astrojs/sitemap",
"description": "Generate a sitemap for your Astro site",
- "version": "3.1.2",
+ "version": "3.1.3",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 62000740d..1d2d89b5a 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -134,28 +134,28 @@ importers:
examples/basics:
dependencies:
astro:
- specifier: ^4.6.1
+ specifier: ^4.6.2
version: link:../../packages/astro
examples/blog:
dependencies:
'@astrojs/mdx':
- specifier: ^2.3.0
+ specifier: ^2.3.1
version: link:../../packages/integrations/mdx
'@astrojs/rss':
specifier: ^4.0.5
version: link:../../packages/astro-rss
'@astrojs/sitemap':
- specifier: ^3.1.2
+ specifier: ^3.1.3
version: link:../../packages/integrations/sitemap
astro:
- specifier: ^4.6.1
+ specifier: ^4.6.2
version: link:../../packages/astro
examples/component:
devDependencies:
astro:
- specifier: ^4.6.1
+ specifier: ^4.6.2
version: link:../../packages/astro
examples/framework-alpine:
@@ -170,7 +170,7 @@ importers:
specifier: ^3.13.3
version: 3.13.8
astro:
- specifier: ^4.6.1
+ specifier: ^4.6.2
version: link:../../packages/astro
examples/framework-lit:
@@ -182,7 +182,7 @@ importers:
specifier: ^0.2.1
version: 0.2.1
astro:
- specifier: ^4.6.1
+ specifier: ^4.6.2
version: link:../../packages/astro
lit:
specifier: ^3.1.2
@@ -212,7 +212,7 @@ importers:
specifier: ^18.2.15
version: 18.2.25
astro:
- specifier: ^4.6.1
+ specifier: ^4.6.2
version: link:../../packages/astro
preact:
specifier: ^10.19.2
@@ -242,7 +242,7 @@ importers:
specifier: ^1.2.1
version: 1.2.1(preact@10.20.2)
astro:
- specifier: ^4.6.1
+ specifier: ^4.6.2
version: link:../../packages/astro
preact:
specifier: ^10.19.2
@@ -260,7 +260,7 @@ importers:
specifier: ^18.2.15
version: 18.2.25
astro:
- specifier: ^4.6.1
+ specifier: ^4.6.2
version: link:../../packages/astro
react:
specifier: ^18.2.0
@@ -275,7 +275,7 @@ importers:
specifier: ^4.1.0
version: link:../../packages/integrations/solid
astro:
- specifier: ^4.6.1
+ specifier: ^4.6.2
version: link:../../packages/astro
solid-js:
specifier: ^1.8.5
@@ -287,7 +287,7 @@ importers:
specifier: ^5.4.0
version: link:../../packages/integrations/svelte
astro:
- specifier: ^4.6.1
+ specifier: ^4.6.2
version: link:../../packages/astro
svelte:
specifier: ^4.2.5
@@ -299,7 +299,7 @@ importers:
specifier: ^4.1.0
version: link:../../packages/integrations/vue
astro:
- specifier: ^4.6.1
+ specifier: ^4.6.2
version: link:../../packages/astro
vue:
specifier: ^3.3.8
@@ -311,13 +311,13 @@ importers:
specifier: ^8.2.5
version: link:../../packages/integrations/node
astro:
- specifier: ^4.6.1
+ specifier: ^4.6.2
version: link:../../packages/astro
examples/integration:
devDependencies:
astro:
- specifier: ^4.6.1
+ specifier: ^4.6.2
version: link:../../packages/astro
examples/middleware:
@@ -326,7 +326,7 @@ importers:
specifier: ^8.2.5
version: link:../../packages/integrations/node
astro:
- specifier: ^4.6.1
+ specifier: ^4.6.2
version: link:../../packages/astro
html-minifier:
specifier: ^4.0.0
@@ -339,19 +339,19 @@ importers:
examples/minimal:
dependencies:
astro:
- specifier: ^4.6.1
+ specifier: ^4.6.2
version: link:../../packages/astro
examples/non-html-pages:
dependencies:
astro:
- specifier: ^4.6.1
+ specifier: ^4.6.2
version: link:../../packages/astro
examples/portfolio:
dependencies:
astro:
- specifier: ^4.6.1
+ specifier: ^4.6.2
version: link:../../packages/astro
examples/ssr:
@@ -363,7 +363,7 @@ importers:
specifier: ^5.4.0
version: link:../../packages/integrations/svelte
astro:
- specifier: ^4.6.1
+ specifier: ^4.6.2
version: link:../../packages/astro
svelte:
specifier: ^4.2.5
@@ -372,7 +372,7 @@ importers:
examples/starlog:
dependencies:
astro:
- specifier: ^4.6.1
+ specifier: ^4.6.2
version: link:../../packages/astro
sass:
specifier: ^1.69.5
@@ -390,7 +390,7 @@ importers:
specifier: ^5.1.0
version: link:../../packages/integrations/tailwind
astro:
- specifier: ^4.6.1
+ specifier: ^4.6.2
version: link:../../packages/astro
examples/with-markdoc:
@@ -399,7 +399,7 @@ importers:
specifier: ^0.10.0
version: link:../../packages/integrations/markdoc
astro:
- specifier: ^4.6.1
+ specifier: ^4.6.2
version: link:../../packages/astro
examples/with-markdown-plugins:
@@ -408,7 +408,7 @@ importers:
specifier: ^5.1.0
version: link:../../packages/markdown/remark
astro:
- specifier: ^4.6.1
+ specifier: ^4.6.2
version: link:../../packages/astro
hast-util-select:
specifier: ^6.0.2
@@ -429,19 +429,19 @@ importers:
examples/with-markdown-shiki:
dependencies:
astro:
- specifier: ^4.6.1
+ specifier: ^4.6.2
version: link:../../packages/astro
examples/with-mdx:
dependencies:
'@astrojs/mdx':
- specifier: ^2.3.0
+ specifier: ^2.3.1
version: link:../../packages/integrations/mdx
'@astrojs/preact':
specifier: ^3.2.0
version: link:../../packages/integrations/preact
astro:
- specifier: ^4.6.1
+ specifier: ^4.6.2
version: link:../../packages/astro
preact:
specifier: ^10.19.2
@@ -456,7 +456,7 @@ importers:
specifier: ^0.5.0
version: 0.5.1(nanostores@0.9.5)(preact@10.20.2)
astro:
- specifier: ^4.6.1
+ specifier: ^4.6.2
version: link:../../packages/astro
nanostores:
specifier: ^0.9.5
@@ -468,7 +468,7 @@ importers:
examples/with-tailwindcss:
dependencies:
'@astrojs/mdx':
- specifier: ^2.3.0
+ specifier: ^2.3.1
version: link:../../packages/integrations/mdx
'@astrojs/tailwind':
specifier: ^5.1.0
@@ -477,7 +477,7 @@ importers:
specifier: ^1.6.3
version: 1.6.4
astro:
- specifier: ^4.6.1
+ specifier: ^4.6.2
version: link:../../packages/astro
autoprefixer:
specifier: ^10.4.15
@@ -495,7 +495,7 @@ importers:
examples/with-vitest:
dependencies:
astro:
- specifier: ^4.6.1
+ specifier: ^4.6.2
version: link:../../packages/astro
vitest:
specifier: ^1.3.1
@@ -9272,6 +9272,7 @@ packages:
/b4a@1.6.6:
resolution: {integrity: sha512-5Tk1HLk6b6ctmjIkAcU/Ujv/1WqiDl0F0JdRCR80VsOcUlHcu7pWeWRlOqQLHfDEsVx9YH/aif5AG4ehoCtTmg==}
+ requiresBuild: true
dev: false
/babel-plugin-jsx-dom-expressions@0.37.19(@babel/core@7.24.4):
@@ -9382,6 +9383,7 @@ packages:
/bl@4.1.0:
resolution: {integrity: sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==}
+ requiresBuild: true
dependencies:
buffer: 5.7.1
inherits: 2.0.4
@@ -9673,6 +9675,7 @@ packages:
/chownr@1.1.4:
resolution: {integrity: sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==}
+ requiresBuild: true
dev: false
/chownr@2.0.0:
@@ -9797,9 +9800,11 @@ packages:
/color-name@1.1.4:
resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==}
+ requiresBuild: true
/color-string@1.9.1:
resolution: {integrity: sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==}
+ requiresBuild: true
dependencies:
color-name: 1.1.4
simple-swizzle: 0.2.2
@@ -9813,6 +9818,7 @@ packages:
/color@4.2.3:
resolution: {integrity: sha512-1rXeuUUiGGrykh+CeBdu5Ie7OJwinCgQY0bc7GCRxy5xVHy+moaqkpL/jqQq0MtQOeYcrqEz4abc5f0KtU7W4A==}
engines: {node: '>=12.5.0'}
+ requiresBuild: true
dependencies:
color-convert: 2.0.1
color-string: 1.9.1
@@ -10147,6 +10153,7 @@ packages:
/decompress-response@6.0.0:
resolution: {integrity: sha512-aW35yZM6Bb/4oJlZncMH2LCoZtJXTRxES17vE3hoRiowU2kWHaJKFkSBDnDR+cm9J+9QhXmREyIfv0pji9ejCQ==}
engines: {node: '>=10'}
+ requiresBuild: true
dependencies:
mimic-response: 3.1.0
dev: false
@@ -10168,6 +10175,7 @@ packages:
/deep-extend@0.6.0:
resolution: {integrity: sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==}
engines: {node: '>=4.0.0'}
+ requiresBuild: true
dev: false
/deep-is@0.1.4:
@@ -10496,6 +10504,7 @@ packages:
/end-of-stream@1.4.4:
resolution: {integrity: sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==}
+ requiresBuild: true
dependencies:
once: 1.4.0
dev: false
@@ -10943,6 +10952,7 @@ packages:
/expand-template@2.0.3:
resolution: {integrity: sha512-XYfuKMvj4O35f/pOXLObndIRvyQ+/+6AhODh+OKWj9S9498pHHn/IMszH+gt0fBCRWMNfk1ZSp5x3AifmnI2vg==}
engines: {node: '>=6'}
+ requiresBuild: true
dev: false
/express@4.19.2:
@@ -11017,6 +11027,7 @@ packages:
/fast-fifo@1.3.2:
resolution: {integrity: sha512-/d9sfos4yxzpwkDkuN7k2SqFKtYNmCTzgfEpz82x34IM9/zc8KGxQoXg1liNC/izpRM/MBdt44Nmx41ZWqk+FQ==}
+ requiresBuild: true
dev: false
/fast-glob@3.3.2:
@@ -11178,6 +11189,7 @@ packages:
/fs-constants@1.0.0:
resolution: {integrity: sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==}
+ requiresBuild: true
dev: false
/fs-extra@10.1.0:
@@ -11331,6 +11343,7 @@ packages:
/github-from-package@0.0.0:
resolution: {integrity: sha512-SyHy3T1v2NUXn29OsWdxmK6RwHD+vkj3v8en8AOBZ1wBQ/hCAQ5bAQTD02kW4W9tUp/3Qh6J8r9EvntiyCmOOw==}
+ requiresBuild: true
dev: false
/github-slugger@2.0.0:
@@ -11913,6 +11926,7 @@ packages:
/ini@1.3.8:
resolution: {integrity: sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==}
+ requiresBuild: true
dev: false
/inline-style-parser@0.1.1:
@@ -11960,6 +11974,7 @@ packages:
/is-arrayish@0.3.2:
resolution: {integrity: sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==}
+ requiresBuild: true
dev: false
/is-bigint@1.0.4:
@@ -13320,6 +13335,7 @@ packages:
/mimic-response@3.1.0:
resolution: {integrity: sha512-z0yWI+4FDrrweS8Zmt4Ej5HdJmky15+L2e6Wgn3+iK5fWzb6T3fhNFq2+MeTRb064c6Wr4N/wv0DzQTjNzHNGQ==}
engines: {node: '>=10'}
+ requiresBuild: true
dev: false
/min-indent@1.0.1:
@@ -13400,6 +13416,7 @@ packages:
/mkdirp-classic@0.5.3:
resolution: {integrity: sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A==}
+ requiresBuild: true
dev: false
/mkdirp@1.0.4:
@@ -13497,6 +13514,7 @@ packages:
/napi-build-utils@1.0.2:
resolution: {integrity: sha512-ONmRUqK7zj7DWX0D9ADe03wbwOBZxNAfF20PlGfCWQcD3+/MakShIHrMqx9YwPTfxDdF1zLeL+RGZiR9kGMLdg==}
+ requiresBuild: true
dev: false
/natural-compare@1.4.0:
@@ -13534,12 +13552,14 @@ packages:
/node-abi@3.57.0:
resolution: {integrity: sha512-Dp+A9JWxRaKuHP35H77I4kCKesDy5HUDEmScia2FyncMTOXASMyg251F5PhFoDA5uqBrDDffiLpbqnrZmNXW+g==}
engines: {node: '>=10'}
+ requiresBuild: true
dependencies:
semver: 7.6.0
dev: false
/node-addon-api@6.1.0:
resolution: {integrity: sha512-+eawOlIgy680F0kBzPUNFhMZGtJ1YmqM6l4+Crf4IkImjYrO/mqPwRMh352g23uIaQKFItcQ64I7KMaJxHgAVA==}
+ requiresBuild: true
dev: false
/node-domexception@1.0.0:
@@ -14514,6 +14534,7 @@ packages:
resolution: {integrity: sha512-UnNke3IQb6sgarcZIDU3gbMeTp/9SSU1DAIkil7PrqG1vZlBtY5msYccSKSHDqa3hNg436IXK+SNImReuA1wEQ==}
engines: {node: '>=10'}
hasBin: true
+ requiresBuild: true
dependencies:
detect-libc: 2.0.3
expand-template: 2.0.3
@@ -14631,6 +14652,7 @@ packages:
/pump@3.0.0:
resolution: {integrity: sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==}
+ requiresBuild: true
dependencies:
end-of-stream: 1.4.4
once: 1.4.0
@@ -14688,6 +14710,7 @@ packages:
/rc@1.2.8:
resolution: {integrity: sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==}
hasBin: true
+ requiresBuild: true
dependencies:
deep-extend: 0.6.0
ini: 1.3.8
@@ -15432,10 +15455,12 @@ packages:
/simple-concat@1.0.1:
resolution: {integrity: sha512-cSFtAPtRhljv69IK0hTVZQ+OfE9nePi/rtJmw5UjHeVyVroEqJXP1sFztKUy1qU+xvz3u/sfYJLa947b7nAN2Q==}
+ requiresBuild: true
dev: false
/simple-get@4.0.1:
resolution: {integrity: sha512-brv7p5WgH0jmQJr1ZDDfKDOSeWWg+OVypG99A/5vYGPqJ6pxiaHLy8nxtFjBA7oMa01ebA9gfh1uMCFqOuXxvA==}
+ requiresBuild: true
dependencies:
decompress-response: 6.0.0
once: 1.4.0
@@ -15459,6 +15484,7 @@ packages:
/simple-swizzle@0.2.2:
resolution: {integrity: sha512-JA//kQgZtbuY83m+xT+tXJkmJncGMTFT+C+g2h2R9uxkYIrE2yy9sgmcLhCnw57/WSD+Eh3J97FPEDFnbXnDUg==}
+ requiresBuild: true
dependencies:
is-arrayish: 0.3.2
dev: false
@@ -15624,6 +15650,7 @@ packages:
/streamx@2.16.1:
resolution: {integrity: sha512-m9QYj6WygWyWa3H1YY69amr4nVgy61xfjys7xO7kviL5rfIEc2naf+ewFiOA+aEJD7y0JO3h2GoiUv4TDwEGzQ==}
+ requiresBuild: true
dependencies:
fast-fifo: 1.3.2
queue-tick: 1.0.1
@@ -15948,6 +15975,7 @@ packages:
/tar-fs@2.1.1:
resolution: {integrity: sha512-V0r2Y9scmbDRLCNex/+hYzvp/zyYjvFbHPNgVTKfQvVrb6guiE/fxP+XblDNR011utopbkex2nM4dHNV6GDsng==}
+ requiresBuild: true
dependencies:
chownr: 1.1.4
mkdirp-classic: 0.5.3
@@ -15957,6 +15985,7 @@ packages:
/tar-fs@3.0.5:
resolution: {integrity: sha512-JOgGAmZyMgbqpLwct7ZV8VzkEB6pxXFBVErLtb+XCOqzc6w1xiWKI9GVd6bwk68EX7eJ4DWmfXVmq8K2ziZTGg==}
+ requiresBuild: true
dependencies:
pump: 3.0.0
tar-stream: 3.1.7
@@ -15968,6 +15997,7 @@ packages:
/tar-stream@2.2.0:
resolution: {integrity: sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==}
engines: {node: '>=6'}
+ requiresBuild: true
dependencies:
bl: 4.1.0
end-of-stream: 1.4.4
@@ -15978,6 +16008,7 @@ packages:
/tar-stream@3.1.7:
resolution: {integrity: sha512-qJj60CXt7IU1Ffyc3NJMjh6EkuCFej46zUqJ4J7pqYlThyd9bO0XBTmcOIhSzZJVWfsLks0+nle/j538YAW9RQ==}
+ requiresBuild: true
dependencies:
b4a: 1.6.6
fast-fifo: 1.3.2
@@ -16177,6 +16208,7 @@ packages:
/tunnel-agent@0.6.0:
resolution: {integrity: sha512-McnNiV1l8RYeY8tBgEpuodCC1mLUdbSN+CYBL7kJsJNInOP8UjDDEwdk6Mw60vdLLrr5NHKZhMAOSrR2NZuQ+w==}
+ requiresBuild: true
dependencies:
safe-buffer: 5.2.1
dev: false