summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.changeset/curvy-emus-mate.md5
-rw-r--r--.changeset/eleven-hats-tell.md5
-rw-r--r--.changeset/funny-cats-sell.md16
-rw-r--r--.changeset/lovely-parents-attend.md6
-rw-r--r--.changeset/small-badgers-juggle.md5
-rw-r--r--.changeset/small-sloths-yawn.md6
-rw-r--r--.changeset/tricky-mirrors-carry.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/container-with-vitest/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.json4
-rw-r--r--examples/integration/package.json2
-rw-r--r--examples/middleware/package.json4
-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.json4
-rw-r--r--examples/starlog/package.json2
-rw-r--r--examples/toolbar-app/package.json2
-rw-r--r--examples/view-transitions/package.json4
-rw-r--r--examples/with-markdoc/package.json4
-rw-r--r--examples/with-markdown-plugins/package.json4
-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-rss/CHANGELOG.md6
-rw-r--r--packages/astro-rss/package.json2
-rw-r--r--packages/astro/CHANGELOG.md12
-rw-r--r--packages/astro/package.json2
-rw-r--r--packages/integrations/markdoc/CHANGELOG.md8
-rw-r--r--packages/integrations/markdoc/package.json2
-rw-r--r--packages/integrations/mdx/CHANGELOG.md7
-rw-r--r--packages/integrations/mdx/package.json2
-rw-r--r--packages/integrations/node/CHANGELOG.md6
-rw-r--r--packages/integrations/node/package.json2
-rw-r--r--packages/integrations/vercel/CHANGELOG.md11
-rw-r--r--packages/integrations/vercel/package.json2
-rw-r--r--packages/internal-helpers/CHANGELOG.md6
-rw-r--r--packages/internal-helpers/package.json2
-rw-r--r--packages/markdown/remark/CHANGELOG.md6
-rw-r--r--packages/markdown/remark/package.json2
-rw-r--r--packages/underscore-redirects/CHANGELOG.md17
-rw-r--r--packages/underscore-redirects/package.json2
-rw-r--r--pnpm-lock.yaml78
55 files changed, 166 insertions, 135 deletions
diff --git a/.changeset/curvy-emus-mate.md b/.changeset/curvy-emus-mate.md
deleted file mode 100644
index 3006f1e8c..000000000
--- a/.changeset/curvy-emus-mate.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Fixes an issue where custom `404.astro` and `500.astro` were not returning the correct status code when rendered inside a rewriting cycle.
diff --git a/.changeset/eleven-hats-tell.md b/.changeset/eleven-hats-tell.md
deleted file mode 100644
index 523c769db..000000000
--- a/.changeset/eleven-hats-tell.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/markdown-remark': patch
----
-
-Handles encoded image paths in internal rehype plugins and return decoded paths from markdown vfile's `data.imagePaths`
diff --git a/.changeset/funny-cats-sell.md b/.changeset/funny-cats-sell.md
deleted file mode 100644
index f2e6802b1..000000000
--- a/.changeset/funny-cats-sell.md
+++ /dev/null
@@ -1,16 +0,0 @@
----
-'@astrojs/underscore-redirects': patch
----
-
-Adds support for forced redirects
-
-Redirects can be forced by setting `force` to `true`:
-
-```ts
-redirects.add({
- // ...
- force: true
-})
-```
-
-It will append a `!` after the status. \ No newline at end of file
diff --git a/.changeset/lovely-parents-attend.md b/.changeset/lovely-parents-attend.md
deleted file mode 100644
index e6c5ca05b..000000000
--- a/.changeset/lovely-parents-attend.md
+++ /dev/null
@@ -1,6 +0,0 @@
----
-'@astrojs/vercel': patch
-'@astrojs/internal-helpers': patch
----
-
-Extracts fs helpers into shared internal-helpers module
diff --git a/.changeset/small-badgers-juggle.md b/.changeset/small-badgers-juggle.md
deleted file mode 100644
index 0f532fdfd..000000000
--- a/.changeset/small-badgers-juggle.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Fixes an issue with the view transition router when redirecting to an URL with different origin.
diff --git a/.changeset/small-sloths-yawn.md b/.changeset/small-sloths-yawn.md
deleted file mode 100644
index 652bce3fd..000000000
--- a/.changeset/small-sloths-yawn.md
+++ /dev/null
@@ -1,6 +0,0 @@
----
-'@astrojs/vercel': patch
-'@astrojs/node': patch
----
-
-Fixes `astro:env` getSecret compatibility
diff --git a/.changeset/tricky-mirrors-carry.md b/.changeset/tricky-mirrors-carry.md
deleted file mode 100644
index f137210cb..000000000
--- a/.changeset/tricky-mirrors-carry.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/rss': patch
----
-
-Fixes an issue where the `pagesGlobToRssItems` returned an incorrect type for `items`
diff --git a/examples/basics/package.json b/examples/basics/package.json
index f8749c742..28d437ae3 100644
--- a/examples/basics/package.json
+++ b/examples/basics/package.json
@@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^4.11.0"
+ "astro": "^4.11.1"
}
}
diff --git a/examples/blog/package.json b/examples/blog/package.json
index abf81e7de..a240e5fbf 100644
--- a/examples/blog/package.json
+++ b/examples/blog/package.json
@@ -11,9 +11,9 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/mdx": "^3.1.1",
- "@astrojs/rss": "^4.0.6",
+ "@astrojs/mdx": "^3.1.2",
+ "@astrojs/rss": "^4.0.7",
"@astrojs/sitemap": "^3.1.6",
- "astro": "^4.11.0"
+ "astro": "^4.11.1"
}
}
diff --git a/examples/component/package.json b/examples/component/package.json
index b26658e0c..37de6ab09 100644
--- a/examples/component/package.json
+++ b/examples/component/package.json
@@ -15,7 +15,7 @@
],
"scripts": {},
"devDependencies": {
- "astro": "^4.11.0"
+ "astro": "^4.11.1"
},
"peerDependencies": {
"astro": "^4.0.0"
diff --git a/examples/container-with-vitest/package.json b/examples/container-with-vitest/package.json
index 7b4030a3e..82f9b45b3 100644
--- a/examples/container-with-vitest/package.json
+++ b/examples/container-with-vitest/package.json
@@ -12,7 +12,7 @@
"test": "vitest run"
},
"dependencies": {
- "astro": "^4.11.0",
+ "astro": "^4.11.1",
"@astrojs/react": "^3.6.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
diff --git a/examples/framework-alpine/package.json b/examples/framework-alpine/package.json
index a7abd8e41..83ec1c376 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.10",
"alpinejs": "^3.14.1",
- "astro": "^4.11.0"
+ "astro": "^4.11.1"
}
}
diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json
index de9e88f6f..6928f4fd6 100644
--- a/examples/framework-lit/package.json
+++ b/examples/framework-lit/package.json
@@ -13,7 +13,7 @@
"dependencies": {
"@astrojs/lit": "^4.3.0",
"@webcomponents/template-shadowroot": "^0.2.1",
- "astro": "^4.11.0",
+ "astro": "^4.11.1",
"lit": "^3.1.4"
}
}
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json
index 4d1a27ea1..cf6f98cad 100644
--- a/examples/framework-multiple/package.json
+++ b/examples/framework-multiple/package.json
@@ -18,7 +18,7 @@
"@astrojs/vue": "^4.5.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
- "astro": "^4.11.0",
+ "astro": "^4.11.1",
"preact": "^10.22.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json
index bd7e3bf9a..ec4b6a256 100644
--- a/examples/framework-preact/package.json
+++ b/examples/framework-preact/package.json
@@ -13,7 +13,7 @@
"dependencies": {
"@astrojs/preact": "^3.5.0",
"@preact/signals": "^1.2.3",
- "astro": "^4.11.0",
+ "astro": "^4.11.1",
"preact": "^10.22.0"
}
}
diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json
index ef027d7da..2a489e32d 100644
--- a/examples/framework-react/package.json
+++ b/examples/framework-react/package.json
@@ -14,7 +14,7 @@
"@astrojs/react": "^3.6.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
- "astro": "^4.11.0",
+ "astro": "^4.11.1",
"react": "^18.3.1",
"react-dom": "^18.3.1"
}
diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json
index 184ce175f..06d36060d 100644
--- a/examples/framework-solid/package.json
+++ b/examples/framework-solid/package.json
@@ -12,7 +12,7 @@
},
"dependencies": {
"@astrojs/solid-js": "^4.4.0",
- "astro": "^4.11.0",
+ "astro": "^4.11.1",
"solid-js": "^1.8.17"
}
}
diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json
index 19400e015..3e00b51ee 100644
--- a/examples/framework-svelte/package.json
+++ b/examples/framework-svelte/package.json
@@ -12,7 +12,7 @@
},
"dependencies": {
"@astrojs/svelte": "^5.6.0",
- "astro": "^4.11.0",
+ "astro": "^4.11.1",
"svelte": "^4.2.18"
}
}
diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json
index 5862251db..c9a898066 100644
--- a/examples/framework-vue/package.json
+++ b/examples/framework-vue/package.json
@@ -12,7 +12,7 @@
},
"dependencies": {
"@astrojs/vue": "^4.5.0",
- "astro": "^4.11.0",
+ "astro": "^4.11.1",
"vue": "^3.4.30"
}
}
diff --git a/examples/hackernews/package.json b/examples/hackernews/package.json
index a42622b49..3a8d2a18a 100644
--- a/examples/hackernews/package.json
+++ b/examples/hackernews/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/node": "^8.3.1",
- "astro": "^4.11.0"
+ "@astrojs/node": "^8.3.2",
+ "astro": "^4.11.1"
}
}
diff --git a/examples/integration/package.json b/examples/integration/package.json
index 35b888bfb..0d5774ffe 100644
--- a/examples/integration/package.json
+++ b/examples/integration/package.json
@@ -15,7 +15,7 @@
],
"scripts": {},
"devDependencies": {
- "astro": "^4.11.0"
+ "astro": "^4.11.1"
},
"peerDependencies": {
"astro": "^4.0.0"
diff --git a/examples/middleware/package.json b/examples/middleware/package.json
index 29887ce78..cdffa1ee2 100644
--- a/examples/middleware/package.json
+++ b/examples/middleware/package.json
@@ -12,8 +12,8 @@
"server": "node dist/server/entry.mjs"
},
"dependencies": {
- "@astrojs/node": "^8.3.1",
- "astro": "^4.11.0",
+ "@astrojs/node": "^8.3.2",
+ "astro": "^4.11.1",
"html-minifier": "^4.0.0"
},
"devDependencies": {
diff --git a/examples/minimal/package.json b/examples/minimal/package.json
index 589deeb2f..890830c8e 100644
--- a/examples/minimal/package.json
+++ b/examples/minimal/package.json
@@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^4.11.0"
+ "astro": "^4.11.1"
}
}
diff --git a/examples/non-html-pages/package.json b/examples/non-html-pages/package.json
index 1b963a4dc..0ce9f9330 100644
--- a/examples/non-html-pages/package.json
+++ b/examples/non-html-pages/package.json
@@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^4.11.0"
+ "astro": "^4.11.1"
}
}
diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json
index 5bb098874..2659071d9 100644
--- a/examples/portfolio/package.json
+++ b/examples/portfolio/package.json
@@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^4.11.0"
+ "astro": "^4.11.1"
}
}
diff --git a/examples/ssr/package.json b/examples/ssr/package.json
index 4d61c4b0b..acf21a2f8 100644
--- a/examples/ssr/package.json
+++ b/examples/ssr/package.json
@@ -12,9 +12,9 @@
"server": "node dist/server/entry.mjs"
},
"dependencies": {
- "@astrojs/node": "^8.3.1",
+ "@astrojs/node": "^8.3.2",
"@astrojs/svelte": "^5.6.0",
- "astro": "^4.11.0",
+ "astro": "^4.11.1",
"svelte": "^4.2.18"
}
}
diff --git a/examples/starlog/package.json b/examples/starlog/package.json
index 8049e323e..6403a60b0 100644
--- a/examples/starlog/package.json
+++ b/examples/starlog/package.json
@@ -10,7 +10,7 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^4.11.0",
+ "astro": "^4.11.1",
"sass": "^1.77.6",
"sharp": "^0.33.3"
}
diff --git a/examples/toolbar-app/package.json b/examples/toolbar-app/package.json
index c1b5f52b5..326360c59 100644
--- a/examples/toolbar-app/package.json
+++ b/examples/toolbar-app/package.json
@@ -15,6 +15,6 @@
"./app": "./dist/app.js"
},
"devDependencies": {
- "astro": "^4.11.0"
+ "astro": "^4.11.1"
}
}
diff --git a/examples/view-transitions/package.json b/examples/view-transitions/package.json
index 7d1735eb3..fffb698ea 100644
--- a/examples/view-transitions/package.json
+++ b/examples/view-transitions/package.json
@@ -11,7 +11,7 @@
},
"devDependencies": {
"@astrojs/tailwind": "^5.1.0",
- "@astrojs/node": "^8.3.1",
- "astro": "^4.11.0"
+ "@astrojs/node": "^8.3.2",
+ "astro": "^4.11.1"
}
}
diff --git a/examples/with-markdoc/package.json b/examples/with-markdoc/package.json
index 5b5575546..e6c5faf0f 100644
--- a/examples/with-markdoc/package.json
+++ b/examples/with-markdoc/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/markdoc": "^0.11.0",
- "astro": "^4.11.0"
+ "@astrojs/markdoc": "^0.11.1",
+ "astro": "^4.11.1"
}
}
diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json
index e4a09be9c..5109a67d6 100644
--- a/examples/with-markdown-plugins/package.json
+++ b/examples/with-markdown-plugins/package.json
@@ -11,8 +11,8 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/markdown-remark": "^5.1.0",
- "astro": "^4.11.0",
+ "@astrojs/markdown-remark": "^5.1.1",
+ "astro": "^4.11.1",
"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 57725bf48..832097dcd 100644
--- a/examples/with-markdown-shiki/package.json
+++ b/examples/with-markdown-shiki/package.json
@@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^4.11.0"
+ "astro": "^4.11.1"
}
}
diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json
index 9008692ab..dd6e398b5 100644
--- a/examples/with-mdx/package.json
+++ b/examples/with-mdx/package.json
@@ -11,9 +11,9 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/mdx": "^3.1.1",
+ "@astrojs/mdx": "^3.1.2",
"@astrojs/preact": "^3.5.0",
- "astro": "^4.11.0",
+ "astro": "^4.11.1",
"preact": "^10.22.0"
}
}
diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json
index b9c2e4e19..0b41dc790 100644
--- a/examples/with-nanostores/package.json
+++ b/examples/with-nanostores/package.json
@@ -13,7 +13,7 @@
"dependencies": {
"@astrojs/preact": "^3.5.0",
"@nanostores/preact": "^0.5.1",
- "astro": "^4.11.0",
+ "astro": "^4.11.1",
"nanostores": "^0.10.3",
"preact": "^10.22.0"
}
diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json
index 6b1f771a1..450b03f6d 100644
--- a/examples/with-tailwindcss/package.json
+++ b/examples/with-tailwindcss/package.json
@@ -11,10 +11,10 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/mdx": "^3.1.1",
+ "@astrojs/mdx": "^3.1.2",
"@astrojs/tailwind": "^5.1.0",
"@types/canvas-confetti": "^1.6.4",
- "astro": "^4.11.0",
+ "astro": "^4.11.1",
"autoprefixer": "^10.4.19",
"canvas-confetti": "^1.9.3",
"postcss": "^8.4.38",
diff --git a/examples/with-vitest/package.json b/examples/with-vitest/package.json
index 141ac97ce..0e0b8744d 100644
--- a/examples/with-vitest/package.json
+++ b/examples/with-vitest/package.json
@@ -12,7 +12,7 @@
"test": "vitest"
},
"dependencies": {
- "astro": "^4.11.0",
+ "astro": "^4.11.1",
"vitest": "^1.6.0"
}
}
diff --git a/packages/astro-rss/CHANGELOG.md b/packages/astro-rss/CHANGELOG.md
index 7d715a523..042a36c55 100644
--- a/packages/astro-rss/CHANGELOG.md
+++ b/packages/astro-rss/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/rss
+## 4.0.7
+
+### Patch Changes
+
+- [#11299](https://github.com/withastro/astro/pull/11299) [`8ce66f2`](https://github.com/withastro/astro/commit/8ce66f2ef7328546d823f1076f9bab4217a6be7d) Thanks [@ematipico](https://github.com/ematipico)! - Fixes an issue where the `pagesGlobToRssItems` returned an incorrect type for `items`
+
## 4.0.6
### Patch Changes
diff --git a/packages/astro-rss/package.json b/packages/astro-rss/package.json
index 812ea3eaa..55197198c 100644
--- a/packages/astro-rss/package.json
+++ b/packages/astro-rss/package.json
@@ -1,7 +1,7 @@
{
"name": "@astrojs/rss",
"description": "Add RSS feeds to your Astro projects",
- "version": "4.0.6",
+ "version": "4.0.7",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md
index b3ffa414e..226d44381 100644
--- a/packages/astro/CHANGELOG.md
+++ b/packages/astro/CHANGELOG.md
@@ -1,5 +1,17 @@
# astro
+## 4.11.1
+
+### Patch Changes
+
+- [#11308](https://github.com/withastro/astro/pull/11308) [`44c61dd`](https://github.com/withastro/astro/commit/44c61ddfd85f1c23f8cec8caeaa5e25897121996) Thanks [@ematipico](https://github.com/ematipico)! - Fixes an issue where custom `404.astro` and `500.astro` were not returning the correct status code when rendered inside a rewriting cycle.
+
+- [#11302](https://github.com/withastro/astro/pull/11302) [`0622567`](https://github.com/withastro/astro/commit/06225673269201044358788f2a81dbe13912adce) Thanks [@martrapp](https://github.com/martrapp)! - Fixes an issue with the view transition router when redirecting to an URL with different origin.
+
+- Updated dependencies [[`b6afe6a`](https://github.com/withastro/astro/commit/b6afe6a782f68f4a279463a144baaf99cb96b6dc), [`41064ce`](https://github.com/withastro/astro/commit/41064cee78c1cccd428f710a24c483aeb275fd95)]:
+ - @astrojs/markdown-remark@5.1.1
+ - @astrojs/internal-helpers@0.4.1
+
## 4.11.0
### Minor Changes
diff --git a/packages/astro/package.json b/packages/astro/package.json
index bb8456572..b939cde06 100644
--- a/packages/astro/package.json
+++ b/packages/astro/package.json
@@ -1,6 +1,6 @@
{
"name": "astro",
- "version": "4.11.0",
+ "version": "4.11.1",
"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/markdoc/CHANGELOG.md b/packages/integrations/markdoc/CHANGELOG.md
index b99674d42..8548d7faa 100644
--- a/packages/integrations/markdoc/CHANGELOG.md
+++ b/packages/integrations/markdoc/CHANGELOG.md
@@ -1,5 +1,13 @@
# @astrojs/markdoc
+## 0.11.1
+
+### Patch Changes
+
+- Updated dependencies [[`b6afe6a`](https://github.com/withastro/astro/commit/b6afe6a782f68f4a279463a144baaf99cb96b6dc), [`41064ce`](https://github.com/withastro/astro/commit/41064cee78c1cccd428f710a24c483aeb275fd95)]:
+ - @astrojs/markdown-remark@5.1.1
+ - @astrojs/internal-helpers@0.4.1
+
## 0.11.0
### Minor Changes
diff --git a/packages/integrations/markdoc/package.json b/packages/integrations/markdoc/package.json
index e338f9e1d..08840a5e1 100644
--- a/packages/integrations/markdoc/package.json
+++ b/packages/integrations/markdoc/package.json
@@ -1,7 +1,7 @@
{
"name": "@astrojs/markdoc",
"description": "Add support for Markdoc in your Astro site",
- "version": "0.11.0",
+ "version": "0.11.1",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
diff --git a/packages/integrations/mdx/CHANGELOG.md b/packages/integrations/mdx/CHANGELOG.md
index 0b12f7bc1..403dc862c 100644
--- a/packages/integrations/mdx/CHANGELOG.md
+++ b/packages/integrations/mdx/CHANGELOG.md
@@ -1,5 +1,12 @@
# @astrojs/mdx
+## 3.1.2
+
+### Patch Changes
+
+- Updated dependencies [[`b6afe6a`](https://github.com/withastro/astro/commit/b6afe6a782f68f4a279463a144baaf99cb96b6dc)]:
+ - @astrojs/markdown-remark@5.1.1
+
## 3.1.1
### Patch Changes
diff --git a/packages/integrations/mdx/package.json b/packages/integrations/mdx/package.json
index 3d3cbaad7..8f672bbcb 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": "3.1.1",
+ "version": "3.1.2",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
diff --git a/packages/integrations/node/CHANGELOG.md b/packages/integrations/node/CHANGELOG.md
index 45ea01923..a53586087 100644
--- a/packages/integrations/node/CHANGELOG.md
+++ b/packages/integrations/node/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/node
+## 8.3.2
+
+### Patch Changes
+
+- [#11296](https://github.com/withastro/astro/pull/11296) [`5848d97`](https://github.com/withastro/astro/commit/5848d9786768d1290de982670bcc7773280ef08d) Thanks [@florian-lefebvre](https://github.com/florian-lefebvre)! - Fixes `astro:env` getSecret compatibility
+
## 8.3.1
### Patch Changes
diff --git a/packages/integrations/node/package.json b/packages/integrations/node/package.json
index 28fda1a9c..330c74a91 100644
--- a/packages/integrations/node/package.json
+++ b/packages/integrations/node/package.json
@@ -1,7 +1,7 @@
{
"name": "@astrojs/node",
"description": "Deploy your site to a Node.js server",
- "version": "8.3.1",
+ "version": "8.3.2",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
diff --git a/packages/integrations/vercel/CHANGELOG.md b/packages/integrations/vercel/CHANGELOG.md
index 74733e861..5306ab652 100644
--- a/packages/integrations/vercel/CHANGELOG.md
+++ b/packages/integrations/vercel/CHANGELOG.md
@@ -1,5 +1,16 @@
# @astrojs/vercel
+## 7.7.2
+
+### Patch Changes
+
+- [#11323](https://github.com/withastro/astro/pull/11323) [`41064ce`](https://github.com/withastro/astro/commit/41064cee78c1cccd428f710a24c483aeb275fd95) Thanks [@ascorbic](https://github.com/ascorbic)! - Extracts fs helpers into shared internal-helpers module
+
+- [#11296](https://github.com/withastro/astro/pull/11296) [`5848d97`](https://github.com/withastro/astro/commit/5848d9786768d1290de982670bcc7773280ef08d) Thanks [@florian-lefebvre](https://github.com/florian-lefebvre)! - Fixes `astro:env` getSecret compatibility
+
+- Updated dependencies [[`41064ce`](https://github.com/withastro/astro/commit/41064cee78c1cccd428f710a24c483aeb275fd95)]:
+ - @astrojs/internal-helpers@0.4.1
+
## 7.7.1
### Patch Changes
diff --git a/packages/integrations/vercel/package.json b/packages/integrations/vercel/package.json
index f4968b5b7..b252d05a8 100644
--- a/packages/integrations/vercel/package.json
+++ b/packages/integrations/vercel/package.json
@@ -1,7 +1,7 @@
{
"name": "@astrojs/vercel",
"description": "Deploy your site to Vercel",
- "version": "7.7.1",
+ "version": "7.7.2",
"type": "module",
"author": "withastro",
"license": "MIT",
diff --git a/packages/internal-helpers/CHANGELOG.md b/packages/internal-helpers/CHANGELOG.md
index ea4b96489..5b4b064dd 100644
--- a/packages/internal-helpers/CHANGELOG.md
+++ b/packages/internal-helpers/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/internal-helpers
+## 0.4.1
+
+### Patch Changes
+
+- [#11323](https://github.com/withastro/astro/pull/11323) [`41064ce`](https://github.com/withastro/astro/commit/41064cee78c1cccd428f710a24c483aeb275fd95) Thanks [@ascorbic](https://github.com/ascorbic)! - Extracts fs helpers into shared internal-helpers module
+
## 0.4.0
### Minor Changes
diff --git a/packages/internal-helpers/package.json b/packages/internal-helpers/package.json
index 7da537d11..8f931b31d 100644
--- a/packages/internal-helpers/package.json
+++ b/packages/internal-helpers/package.json
@@ -1,7 +1,7 @@
{
"name": "@astrojs/internal-helpers",
"description": "Internal helpers used by core Astro packages.",
- "version": "0.4.0",
+ "version": "0.4.1",
"type": "module",
"author": "withastro",
"license": "MIT",
diff --git a/packages/markdown/remark/CHANGELOG.md b/packages/markdown/remark/CHANGELOG.md
index 916ff1210..4cb58a347 100644
--- a/packages/markdown/remark/CHANGELOG.md
+++ b/packages/markdown/remark/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/markdown-remark
+## 5.1.1
+
+### Patch Changes
+
+- [#11310](https://github.com/withastro/astro/pull/11310) [`b6afe6a`](https://github.com/withastro/astro/commit/b6afe6a782f68f4a279463a144baaf99cb96b6dc) Thanks [@bluwy](https://github.com/bluwy)! - Handles encoded image paths in internal rehype plugins and return decoded paths from markdown vfile's `data.imagePaths`
+
## 5.1.0
### Minor Changes
diff --git a/packages/markdown/remark/package.json b/packages/markdown/remark/package.json
index 8002d3382..a58d1b75d 100644
--- a/packages/markdown/remark/package.json
+++ b/packages/markdown/remark/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/markdown-remark",
- "version": "5.1.0",
+ "version": "5.1.1",
"type": "module",
"author": "withastro",
"license": "MIT",
diff --git a/packages/underscore-redirects/CHANGELOG.md b/packages/underscore-redirects/CHANGELOG.md
index bc84807fc..d2949dad5 100644
--- a/packages/underscore-redirects/CHANGELOG.md
+++ b/packages/underscore-redirects/CHANGELOG.md
@@ -1,5 +1,22 @@
# @astrojs/underscore-redirects
+## 0.3.4
+
+### Patch Changes
+
+- [#11271](https://github.com/withastro/astro/pull/11271) [`7f956f0`](https://github.com/withastro/astro/commit/7f956f07958e1a486ca0e28d4135c33ec7c347b0) Thanks [@florian-lefebvre](https://github.com/florian-lefebvre)! - Adds support for forced redirects
+
+ Redirects can be forced by setting `force` to `true`:
+
+ ```ts
+ redirects.add({
+ // ...
+ force: true,
+ });
+ ```
+
+ It will append a `!` after the status.
+
## 0.3.3
### Patch Changes
diff --git a/packages/underscore-redirects/package.json b/packages/underscore-redirects/package.json
index 795d540ae..65d6149b4 100644
--- a/packages/underscore-redirects/package.json
+++ b/packages/underscore-redirects/package.json
@@ -1,7 +1,7 @@
{
"name": "@astrojs/underscore-redirects",
"description": "Utilities to generate _redirects files in Astro projects",
- "version": "0.3.3",
+ "version": "0.3.4",
"type": "module",
"author": "withastro",
"license": "MIT",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 4ea495aa2..289bf40e7 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -128,28 +128,28 @@ importers:
examples/basics:
dependencies:
astro:
- specifier: ^4.11.0
+ specifier: ^4.11.1
version: link:../../packages/astro
examples/blog:
dependencies:
'@astrojs/mdx':
- specifier: ^3.1.1
+ specifier: ^3.1.2
version: link:../../packages/integrations/mdx
'@astrojs/rss':
- specifier: ^4.0.6
+ specifier: ^4.0.7
version: link:../../packages/astro-rss
'@astrojs/sitemap':
specifier: ^3.1.6
version: link:../../packages/integrations/sitemap
astro:
- specifier: ^4.11.0
+ specifier: ^4.11.1
version: link:../../packages/astro
examples/component:
devDependencies:
astro:
- specifier: ^4.11.0
+ specifier: ^4.11.1
version: link:../../packages/astro
examples/container-with-vitest:
@@ -158,7 +158,7 @@ importers:
specifier: ^3.6.0
version: link:../../packages/integrations/react
astro:
- specifier: ^4.11.0
+ specifier: ^4.11.1
version: link:../../packages/astro
react:
specifier: ^18.3.1
@@ -189,7 +189,7 @@ importers:
specifier: ^3.14.1
version: 3.14.1
astro:
- specifier: ^4.11.0
+ specifier: ^4.11.1
version: link:../../packages/astro
examples/framework-lit:
@@ -201,7 +201,7 @@ importers:
specifier: ^0.2.1
version: 0.2.1
astro:
- specifier: ^4.11.0
+ specifier: ^4.11.1
version: link:../../packages/astro
lit:
specifier: ^3.1.4
@@ -231,7 +231,7 @@ importers:
specifier: ^18.3.0
version: 18.3.0
astro:
- specifier: ^4.11.0
+ specifier: ^4.11.1
version: link:../../packages/astro
preact:
specifier: ^10.22.0
@@ -261,7 +261,7 @@ importers:
specifier: ^1.2.3
version: 1.2.3(preact@10.22.0)
astro:
- specifier: ^4.11.0
+ specifier: ^4.11.1
version: link:../../packages/astro
preact:
specifier: ^10.22.0
@@ -279,7 +279,7 @@ importers:
specifier: ^18.3.0
version: 18.3.0
astro:
- specifier: ^4.11.0
+ specifier: ^4.11.1
version: link:../../packages/astro
react:
specifier: ^18.3.1
@@ -294,7 +294,7 @@ importers:
specifier: ^4.4.0
version: link:../../packages/integrations/solid
astro:
- specifier: ^4.11.0
+ specifier: ^4.11.1
version: link:../../packages/astro
solid-js:
specifier: ^1.8.17
@@ -306,7 +306,7 @@ importers:
specifier: ^5.6.0
version: link:../../packages/integrations/svelte
astro:
- specifier: ^4.11.0
+ specifier: ^4.11.1
version: link:../../packages/astro
svelte:
specifier: ^4.2.18
@@ -318,7 +318,7 @@ importers:
specifier: ^4.5.0
version: link:../../packages/integrations/vue
astro:
- specifier: ^4.11.0
+ specifier: ^4.11.1
version: link:../../packages/astro
vue:
specifier: ^3.4.30
@@ -327,25 +327,25 @@ importers:
examples/hackernews:
dependencies:
'@astrojs/node':
- specifier: ^8.3.1
+ specifier: ^8.3.2
version: link:../../packages/integrations/node
astro:
- specifier: ^4.11.0
+ specifier: ^4.11.1
version: link:../../packages/astro
examples/integration:
devDependencies:
astro:
- specifier: ^4.11.0
+ specifier: ^4.11.1
version: link:../../packages/astro
examples/middleware:
dependencies:
'@astrojs/node':
- specifier: ^8.3.1
+ specifier: ^8.3.2
version: link:../../packages/integrations/node
astro:
- specifier: ^4.11.0
+ specifier: ^4.11.1
version: link:../../packages/astro
html-minifier:
specifier: ^4.0.0
@@ -358,31 +358,31 @@ importers:
examples/minimal:
dependencies:
astro:
- specifier: ^4.11.0
+ specifier: ^4.11.1
version: link:../../packages/astro
examples/non-html-pages:
dependencies:
astro:
- specifier: ^4.11.0
+ specifier: ^4.11.1
version: link:../../packages/astro
examples/portfolio:
dependencies:
astro:
- specifier: ^4.11.0
+ specifier: ^4.11.1
version: link:../../packages/astro
examples/ssr:
dependencies:
'@astrojs/node':
- specifier: ^8.3.1
+ specifier: ^8.3.2
version: link:../../packages/integrations/node
'@astrojs/svelte':
specifier: ^5.6.0
version: link:../../packages/integrations/svelte
astro:
- specifier: ^4.11.0
+ specifier: ^4.11.1
version: link:../../packages/astro
svelte:
specifier: ^4.2.18
@@ -391,7 +391,7 @@ importers:
examples/starlog:
dependencies:
astro:
- specifier: ^4.11.0
+ specifier: ^4.11.1
version: link:../../packages/astro
sass:
specifier: ^1.77.6
@@ -403,37 +403,37 @@ importers:
examples/toolbar-app:
devDependencies:
astro:
- specifier: ^4.11.0
+ specifier: ^4.11.1
version: link:../../packages/astro
examples/view-transitions:
devDependencies:
'@astrojs/node':
- specifier: ^8.3.1
+ specifier: ^8.3.2
version: link:../../packages/integrations/node
'@astrojs/tailwind':
specifier: ^5.1.0
version: link:../../packages/integrations/tailwind
astro:
- specifier: ^4.11.0
+ specifier: ^4.11.1
version: link:../../packages/astro
examples/with-markdoc:
dependencies:
'@astrojs/markdoc':
- specifier: ^0.11.0
+ specifier: ^0.11.1
version: link:../../packages/integrations/markdoc
astro:
- specifier: ^4.11.0
+ specifier: ^4.11.1
version: link:../../packages/astro
examples/with-markdown-plugins:
dependencies:
'@astrojs/markdown-remark':
- specifier: ^5.1.0
+ specifier: ^5.1.1
version: link:../../packages/markdown/remark
astro:
- specifier: ^4.11.0
+ specifier: ^4.11.1
version: link:../../packages/astro
hast-util-select:
specifier: ^6.0.2
@@ -454,19 +454,19 @@ importers:
examples/with-markdown-shiki:
dependencies:
astro:
- specifier: ^4.11.0
+ specifier: ^4.11.1
version: link:../../packages/astro
examples/with-mdx:
dependencies:
'@astrojs/mdx':
- specifier: ^3.1.1
+ specifier: ^3.1.2
version: link:../../packages/integrations/mdx
'@astrojs/preact':
specifier: ^3.5.0
version: link:../../packages/integrations/preact
astro:
- specifier: ^4.11.0
+ specifier: ^4.11.1
version: link:../../packages/astro
preact:
specifier: ^10.22.0
@@ -481,7 +481,7 @@ importers:
specifier: ^0.5.1
version: 0.5.1(nanostores@0.10.3)(preact@10.22.0)
astro:
- specifier: ^4.11.0
+ specifier: ^4.11.1
version: link:../../packages/astro
nanostores:
specifier: ^0.10.3
@@ -493,7 +493,7 @@ importers:
examples/with-tailwindcss:
dependencies:
'@astrojs/mdx':
- specifier: ^3.1.1
+ specifier: ^3.1.2
version: link:../../packages/integrations/mdx
'@astrojs/tailwind':
specifier: ^5.1.0
@@ -502,7 +502,7 @@ importers:
specifier: ^1.6.4
version: 1.6.4
astro:
- specifier: ^4.11.0
+ specifier: ^4.11.1
version: link:../../packages/astro
autoprefixer:
specifier: ^10.4.19
@@ -520,7 +520,7 @@ importers:
examples/with-vitest:
dependencies:
astro:
- specifier: ^4.11.0
+ specifier: ^4.11.1
version: link:../../packages/astro
vitest:
specifier: ^1.6.0