diff --git a/.changeset/bright-planets-accept.md b/.changeset/bright-planets-accept.md deleted file mode 100644 index 29dca10a5b..0000000000 --- a/.changeset/bright-planets-accept.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrojs/starlight": patch ---- - -Improves page load performance on slower devices diff --git a/.changeset/odd-sheep-love.md b/.changeset/odd-sheep-love.md deleted file mode 100644 index 04a53315c8..0000000000 --- a/.changeset/odd-sheep-love.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/starlight': patch ---- - -Fixes an issue detecting the built-in locale when running Starlight in a web container environment on Firefox diff --git a/.changeset/slimy-kings-enjoy.md b/.changeset/slimy-kings-enjoy.md deleted file mode 100644 index 04dc15eeb9..0000000000 --- a/.changeset/slimy-kings-enjoy.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/starlight': patch ---- - -Updates `@astrojs/mdx`, `@astrojs/sitemap`, `astro-expressive-code`, `unified`, and `vfile` dependencies to the latest version diff --git a/examples/basics/package.json b/examples/basics/package.json index e646db5d01..d58eb73b42 100644 --- a/examples/basics/package.json +++ b/examples/basics/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/starlight": "^0.25.3", + "@astrojs/starlight": "^0.25.4", "astro": "^4.10.2", "sharp": "^0.32.5" } diff --git a/examples/tailwind/package.json b/examples/tailwind/package.json index 20189860ad..cb24f77aff 100644 --- a/examples/tailwind/package.json +++ b/examples/tailwind/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/starlight": "^0.25.3", + "@astrojs/starlight": "^0.25.4", "@astrojs/starlight-tailwind": "^2.0.3", "@astrojs/tailwind": "^5.1.0", "astro": "^4.10.2", diff --git a/packages/starlight/CHANGELOG.md b/packages/starlight/CHANGELOG.md index 6a7b277eac..718cf5cfae 100644 --- a/packages/starlight/CHANGELOG.md +++ b/packages/starlight/CHANGELOG.md @@ -1,5 +1,15 @@ # @astrojs/starlight +## 0.25.4 + +### Patch Changes + +- [#2155](https://github.com/withastro/starlight/pull/2155) [`8bed886`](https://github.com/withastro/starlight/commit/8bed88674c732040cf66d392372386a8917a2eeb) Thanks [@delucis](https://github.com/delucis)! - Improves page load performance on slower devices + +- [#2167](https://github.com/withastro/starlight/pull/2167) [`9ac7725`](https://github.com/withastro/starlight/commit/9ac7725dbe84f3fab9b191452471d8eaffd55048) Thanks [@delucis](https://github.com/delucis)! - Fixes an issue detecting the built-in locale when running Starlight in a web container environment on Firefox + +- [#2166](https://github.com/withastro/starlight/pull/2166) [`4f12049`](https://github.com/withastro/starlight/commit/4f120490e914fb308e909b97890a11bb95ae964c) Thanks [@delucis](https://github.com/delucis)! - Updates `@astrojs/mdx`, `@astrojs/sitemap`, `astro-expressive-code`, `unified`, and `vfile` dependencies to the latest version + ## 0.25.3 ### Patch Changes diff --git a/packages/starlight/package.json b/packages/starlight/package.json index 207c73a065..29b2a70d21 100644 --- a/packages/starlight/package.json +++ b/packages/starlight/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/starlight", - "version": "0.25.3", + "version": "0.25.4", "description": "Build beautiful, high-performance documentation websites with Astro", "scripts": { "test": "vitest", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 4bb8c95ff1..63810cff77 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -22,7 +22,7 @@ importers: version: 11.1.4(size-limit@11.1.4) astro: specifier: ^4.10.2 - version: 4.10.2(typescript@5.4.5) + version: 4.10.2(@types/node@18.16.19)(typescript@5.4.5) prettier: specifier: ^3.3.2 version: 3.3.2 @@ -52,7 +52,7 @@ importers: version: 2.0.0 astro: specifier: ^4.10.2 - version: 4.10.2(typescript@5.4.5) + version: 4.10.2(@types/node@18.16.19)(typescript@5.4.5) culori: specifier: ^3.2.0 version: 3.2.0 @@ -73,11 +73,11 @@ importers: examples/basics: dependencies: '@astrojs/starlight': - specifier: ^0.25.3 + specifier: ^0.25.4 version: link:../../packages/starlight astro: specifier: ^4.10.2 - version: 4.10.2(typescript@5.4.5) + version: 4.10.2(@types/node@18.16.19)(typescript@5.4.5) sharp: specifier: ^0.32.5 version: 0.32.6 @@ -85,7 +85,7 @@ importers: examples/tailwind: dependencies: '@astrojs/starlight': - specifier: ^0.25.3 + specifier: ^0.25.4 version: link:../../packages/starlight '@astrojs/starlight-tailwind': specifier: ^2.0.3 @@ -95,7 +95,7 @@ importers: version: 5.1.0(astro@4.10.2)(tailwindcss@3.4.4) astro: specifier: ^4.10.2 - version: 4.10.2(typescript@5.4.5) + version: 4.10.2(@types/node@18.16.19)(typescript@5.4.5) sharp: specifier: ^0.32.5 version: 0.32.6 @@ -220,7 +220,7 @@ importers: version: link:../../.. astro: specifier: ^4.10.2 - version: 4.10.2(typescript@5.4.5) + version: 4.10.2(@types/node@18.16.19)(typescript@5.4.5) packages/starlight/__e2e__/fixtures/custom src-dir: dependencies: @@ -229,7 +229,7 @@ importers: version: link:../../.. astro: specifier: ^4.10.2 - version: 4.10.2(typescript@5.4.5) + version: 4.10.2(@types/node@18.16.19)(typescript@5.4.5) packages/tailwind: dependencies: @@ -406,7 +406,7 @@ packages: peerDependencies: astro: ^2.0.0 || ^3.0.0-beta || ^4.0.0-beta dependencies: - astro: 4.10.2(typescript@5.4.5) + astro: 4.10.2(@types/node@18.16.19)(typescript@5.4.5) lite-youtube-embed: 0.3.2 dev: false @@ -566,7 +566,7 @@ packages: astro: ^3.0.0 || ^4.0.0 tailwindcss: ^3.0.24 dependencies: - astro: 4.10.2(typescript@5.4.5) + astro: 4.10.2(@types/node@18.16.19)(typescript@5.4.5) autoprefixer: 10.4.15(postcss@8.4.38) postcss: 8.4.38 postcss-load-config: 4.0.2(postcss@8.4.38) @@ -2513,87 +2513,6 @@ packages: dev: false /astro@4.10.2(@types/node@18.16.19)(typescript@5.4.5): - resolution: {integrity: sha512-SBdkoOanPsxKlKVU4uu/XG0G7NYAFoqmfBtq9SPMJ34B7Hr1MxVdEugERs8IwYN6UaxdDVcqA++9PvH6Onq2cg==} - engines: {node: ^18.17.1 || ^20.3.0 || >=21.0.0, npm: '>=9.6.5', pnpm: '>=7.1.0'} - hasBin: true - dependencies: - '@astrojs/compiler': 2.8.0 - '@astrojs/internal-helpers': 0.4.0 - '@astrojs/markdown-remark': 5.1.0 - '@astrojs/telemetry': 3.1.0 - '@babel/core': 7.24.7 - '@babel/generator': 7.24.7 - '@babel/parser': 7.24.7 - '@babel/plugin-transform-react-jsx': 7.24.7(@babel/core@7.24.7) - '@babel/traverse': 7.24.7 - '@babel/types': 7.24.7 - '@types/babel__core': 7.20.5 - '@types/cookie': 0.6.0 - acorn: 8.11.3 - aria-query: 5.3.0 - axobject-query: 4.0.0 - boxen: 7.1.1 - chokidar: 3.6.0 - ci-info: 4.0.0 - clsx: 2.1.1 - common-ancestor-path: 1.0.1 - cookie: 0.6.0 - cssesc: 3.0.0 - debug: 4.3.5 - deterministic-object-hash: 2.0.2 - devalue: 5.0.0 - diff: 5.2.0 - dlv: 1.1.3 - dset: 3.1.3 - es-module-lexer: 1.5.3 - esbuild: 0.21.5 - estree-walker: 3.0.3 - execa: 8.0.1 - fast-glob: 3.3.2 - flattie: 1.1.1 - github-slugger: 2.0.0 - gray-matter: 4.0.3 - html-escaper: 3.0.3 - http-cache-semantics: 4.1.1 - js-yaml: 4.1.0 - kleur: 4.1.5 - magic-string: 0.30.10 - mrmime: 2.0.0 - ora: 8.0.1 - p-limit: 5.0.0 - p-queue: 8.0.1 - path-to-regexp: 6.2.2 - preferred-pm: 3.1.3 - prompts: 2.4.2 - rehype: 13.0.1 - resolve: 1.22.8 - semver: 7.6.2 - shiki: 1.6.4 - string-width: 7.1.0 - strip-ansi: 7.1.0 - tsconfck: 3.1.0(typescript@5.4.5) - unist-util-visit: 5.0.0 - vfile: 6.0.2 - vite: 5.2.13(@types/node@18.16.19) - vitefu: 0.2.5(vite@5.2.13) - which-pm: 2.2.0 - yargs-parser: 21.1.1 - zod: 3.23.8 - zod-to-json-schema: 3.23.0(zod@3.23.8) - optionalDependencies: - sharp: 0.33.3 - transitivePeerDependencies: - - '@types/node' - - less - - lightningcss - - sass - - stylus - - sugarss - - supports-color - - terser - - typescript - - /astro@4.10.2(typescript@5.4.5): resolution: {integrity: sha512-SBdkoOanPsxKlKVU4uu/XG0G7NYAFoqmfBtq9SPMJ34B7Hr1MxVdEugERs8IwYN6UaxdDVcqA++9PvH6Onq2cg==} engines: {node: ^18.17.1 || ^20.3.0 || >=21.0.0, npm: '>=9.6.5', pnpm: '>=7.1.0'} hasBin: true @@ -6907,7 +6826,7 @@ packages: astro: '>=4.0.0' dependencies: '@astrojs/starlight': link:packages/starlight - astro: 4.10.2(typescript@5.4.5) + astro: 4.10.2(@types/node@18.16.19)(typescript@5.4.5) github-slugger: 2.0.0 hast-util-from-html: 2.0.1 hast-util-has-property: 3.0.0