summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHouston (Bot)2025-07-29 02:50:01 -0700
committerGitHub2025-07-29 11:50:01 +0200
commitcfd51859ffc01ad701027b1c4824027404d3aa25 (patch)
tree195979b7d68d18bfefbf76529aac1a9a4cebebae
parent10f6fe22a981247293ee4de106736f1a6ae24b6a (diff)
downloadIT.starlight-cfd51859ffc01ad701027b1c4824027404d3aa25.tar.gz
IT.starlight-cfd51859ffc01ad701027b1c4824027404d3aa25.tar.bz2
IT.starlight-cfd51859ffc01ad701027b1c4824027404d3aa25.zip
[ci] release (#3328)@astrojs/starlight@0.35.2
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
-rw-r--r--.changeset/olive-weeks-rest.md5
-rw-r--r--.changeset/plenty-apples-collect.md5
-rw-r--r--examples/basics/package.json2
-rw-r--r--examples/markdoc/package.json2
-rw-r--r--examples/tailwind/package.json2
-rw-r--r--packages/starlight/CHANGELOG.md8
-rw-r--r--packages/starlight/package.json2
-rw-r--r--pnpm-lock.yaml6
8 files changed, 15 insertions, 17 deletions
diff --git a/.changeset/olive-weeks-rest.md b/.changeset/olive-weeks-rest.md
deleted file mode 100644
index 1b8dbdc2..00000000
--- a/.changeset/olive-weeks-rest.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/starlight': patch
----
-
-Prevents potential build issues with the Astro Cloudflare adapter due to the dependency on Node.js builtins.
diff --git a/.changeset/plenty-apples-collect.md b/.changeset/plenty-apples-collect.md
deleted file mode 100644
index be6ed616..00000000
--- a/.changeset/plenty-apples-collect.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/starlight': patch
----
-
-Fixes a routing bug for docs pages with a slug authored with non-normalized composition. This could occur for filenames containing diacritics in some circumstances, causing 404s.
diff --git a/examples/basics/package.json b/examples/basics/package.json
index a2c01406..80eb29b0 100644
--- a/examples/basics/package.json
+++ b/examples/basics/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/starlight": "^0.35.1",
+ "@astrojs/starlight": "^0.35.2",
"astro": "^5.6.1",
"sharp": "^0.34.2"
}
diff --git a/examples/markdoc/package.json b/examples/markdoc/package.json
index 79b64906..dc5e4a1f 100644
--- a/examples/markdoc/package.json
+++ b/examples/markdoc/package.json
@@ -12,7 +12,7 @@
},
"dependencies": {
"@astrojs/markdoc": "^0.13.3",
- "@astrojs/starlight": "^0.35.1",
+ "@astrojs/starlight": "^0.35.2",
"@astrojs/starlight-markdoc": "^0.5.0",
"astro": "^5.6.1",
"sharp": "^0.34.2"
diff --git a/examples/tailwind/package.json b/examples/tailwind/package.json
index f3d4b833..1909f2b1 100644
--- a/examples/tailwind/package.json
+++ b/examples/tailwind/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/starlight": "^0.35.1",
+ "@astrojs/starlight": "^0.35.2",
"@astrojs/starlight-tailwind": "^4.0.1",
"@tailwindcss/vite": "^4.0.7",
"astro": "^5.6.1",
diff --git a/packages/starlight/CHANGELOG.md b/packages/starlight/CHANGELOG.md
index 7ac2eaf4..d41a30b7 100644
--- a/packages/starlight/CHANGELOG.md
+++ b/packages/starlight/CHANGELOG.md
@@ -1,5 +1,13 @@
# @astrojs/starlight
+## 0.35.2
+
+### Patch Changes
+
+- [#3341](https://github.com/withastro/starlight/pull/3341) [`10f6fe2`](https://github.com/withastro/starlight/commit/10f6fe22a981247293ee4de106736f1a6ae24b6a) Thanks [@HiDeoo](https://github.com/HiDeoo)! - Prevents potential build issues with the Astro Cloudflare adapter due to the dependency on Node.js builtins.
+
+- [#3327](https://github.com/withastro/starlight/pull/3327) [`bf58c60`](https://github.com/withastro/starlight/commit/bf58c60b9c3d5f5efdafbdba83cefa0566a367dc) Thanks [@delucis](https://github.com/delucis)! - Fixes a routing bug for docs pages with a slug authored with non-normalized composition. This could occur for filenames containing diacritics in some circumstances, causing 404s.
+
## 0.35.1
### Patch Changes
diff --git a/packages/starlight/package.json b/packages/starlight/package.json
index 923bb557..95d35761 100644
--- a/packages/starlight/package.json
+++ b/packages/starlight/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/starlight",
- "version": "0.35.1",
+ "version": "0.35.2",
"description": "Build beautiful, high-performance documentation websites with Astro",
"scripts": {
"test": "vitest",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 90f2b2a8..0df4f895 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -76,7 +76,7 @@ importers:
examples/basics:
dependencies:
'@astrojs/starlight':
- specifier: ^0.35.1
+ specifier: ^0.35.2
version: link:../../packages/starlight
astro:
specifier: ^5.6.1
@@ -91,7 +91,7 @@ importers:
specifier: ^0.13.3
version: 0.13.4(astro@5.6.2(@types/node@18.16.19)(jiti@2.4.2)(lightningcss@1.29.3)(rollup@4.36.0)(tsx@4.15.2)(typescript@5.6.3)(yaml@2.6.1))
'@astrojs/starlight':
- specifier: ^0.35.1
+ specifier: ^0.35.2
version: link:../../packages/starlight
'@astrojs/starlight-markdoc':
specifier: ^0.5.0
@@ -106,7 +106,7 @@ importers:
examples/tailwind:
dependencies:
'@astrojs/starlight':
- specifier: ^0.35.1
+ specifier: ^0.35.2
version: link:../../packages/starlight
'@astrojs/starlight-tailwind':
specifier: ^4.0.1