From f1900c7d783a05dbefc2c2c4c9ea1fea3601d507 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2026 16:39:59 +0000 Subject: [PATCH] [ci] release --- .changeset/calm-cups-train.md | 5 -- .changeset/cli-quit-command.md | 4 - .changeset/fix-hmr-slots-render.md | 5 -- .changeset/four-pens-worry.md | 5 -- .changeset/frank-actors-brush.md | 5 -- .changeset/green-forks-laugh.md | 6 -- .changeset/proud-apples-eat.md | 14 ---- .changeset/ready-times-wave.md | 5 -- .../script-style-expression-highlighting.md | 5 -- .changeset/sweet-socks-tap.md | 5 -- .changeset/tiny-forks-yawn.md | 5 -- .changeset/update-db-deps.md | 4 - examples/basics/package.json | 2 +- examples/blog/package.json | 4 +- examples/component/package.json | 2 +- examples/container-with-vitest/package.json | 4 +- examples/framework-alpine/package.json | 2 +- examples/framework-multiple/package.json | 10 +-- examples/framework-preact/package.json | 4 +- examples/framework-react/package.json | 4 +- examples/framework-solid/package.json | 4 +- examples/framework-svelte/package.json | 4 +- examples/framework-vue/package.json | 2 +- examples/hackernews/package.json | 2 +- examples/integration/package.json | 2 +- examples/minimal/package.json | 2 +- examples/portfolio/package.json | 2 +- examples/ssr/package.json | 4 +- examples/starlog/package.json | 2 +- examples/toolbar-app/package.json | 2 +- examples/with-markdoc/package.json | 4 +- examples/with-mdx/package.json | 6 +- examples/with-nanostores/package.json | 4 +- examples/with-tailwindcss/package.json | 4 +- examples/with-vitest/package.json | 2 +- packages/astro-prism/CHANGELOG.md | 6 ++ packages/astro-prism/package.json | 2 +- packages/astro/CHANGELOG.md | 23 ++++++ packages/astro/package.json | 2 +- packages/create-astro/CHANGELOG.md | 6 ++ packages/create-astro/package.json | 2 +- packages/db/CHANGELOG.md | 6 ++ packages/db/package.json | 2 +- packages/db/src/core/cli/migration-queries.ts | 5 +- packages/integrations/markdoc/CHANGELOG.md | 10 +++ packages/integrations/markdoc/package.json | 2 +- packages/integrations/mdx/CHANGELOG.md | 9 +++ packages/integrations/mdx/package.json | 2 +- packages/integrations/preact/CHANGELOG.md | 6 ++ packages/integrations/preact/package.json | 2 +- packages/integrations/react/CHANGELOG.md | 6 ++ packages/integrations/react/package.json | 2 +- packages/integrations/solid/CHANGELOG.md | 6 ++ packages/integrations/solid/package.json | 2 +- packages/integrations/svelte/CHANGELOG.md | 6 ++ packages/integrations/svelte/package.json | 2 +- .../language-server/CHANGELOG.md | 6 ++ .../language-server/package.json | 2 +- packages/language-tools/vscode/CHANGELOG.md | 10 +++ packages/language-tools/vscode/package.json | 4 +- packages/markdown/remark/CHANGELOG.md | 7 ++ packages/markdown/remark/package.json | 2 +- packages/upgrade/CHANGELOG.md | 6 ++ packages/upgrade/package.json | 2 +- pnpm-lock.yaml | 80 +++++++++---------- 65 files changed, 211 insertions(+), 163 deletions(-) delete mode 100644 .changeset/calm-cups-train.md delete mode 100644 .changeset/cli-quit-command.md delete mode 100644 .changeset/fix-hmr-slots-render.md delete mode 100644 .changeset/four-pens-worry.md delete mode 100644 .changeset/frank-actors-brush.md delete mode 100644 .changeset/green-forks-laugh.md delete mode 100644 .changeset/proud-apples-eat.md delete mode 100644 .changeset/ready-times-wave.md delete mode 100644 .changeset/script-style-expression-highlighting.md delete mode 100644 .changeset/sweet-socks-tap.md delete mode 100644 .changeset/tiny-forks-yawn.md delete mode 100644 .changeset/update-db-deps.md diff --git a/.changeset/calm-cups-train.md b/.changeset/calm-cups-train.md deleted file mode 100644 index 40bacdbee464..000000000000 --- a/.changeset/calm-cups-train.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fixes client hydration for components imported through Node.js subpath imports (`package.json#imports`, e.g. `#components/*`), for example when using the Cloudflare adapter in development. diff --git a/.changeset/cli-quit-command.md b/.changeset/cli-quit-command.md deleted file mode 100644 index 866de7c456d4..000000000000 --- a/.changeset/cli-quit-command.md +++ /dev/null @@ -1,4 +0,0 @@ ---- -'astro': patch ---- -Updates the `create astro` welcome message to highlight the graceful dev/preview server quit command rather than the kill process shortcut diff --git a/.changeset/fix-hmr-slots-render.md b/.changeset/fix-hmr-slots-render.md deleted file mode 100644 index 7f9eb55544bf..000000000000 --- a/.changeset/fix-hmr-slots-render.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -fix(hmr): eagerly recompile on style-only change to prevent stale slots render diff --git a/.changeset/four-pens-worry.md b/.changeset/four-pens-worry.md deleted file mode 100644 index ccaf073698fd..000000000000 --- a/.changeset/four-pens-worry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro-vscode': patch ---- - -Improves astro file templates to be scoped to `.astro` file extensions diff --git a/.changeset/frank-actors-brush.md b/.changeset/frank-actors-brush.md deleted file mode 100644 index d935dc111486..000000000000 --- a/.changeset/frank-actors-brush.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fixes `InferLoaderSchema` type inference for content collections defined with a loader that includes a `schema` diff --git a/.changeset/green-forks-laugh.md b/.changeset/green-forks-laugh.md deleted file mode 100644 index 1bd99ddf2e05..000000000000 --- a/.changeset/green-forks-laugh.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@astrojs/language-server': patch -'astro-vscode': patch ---- - -Fixes completions sometimes not working inside the `href` attribute diff --git a/.changeset/proud-apples-eat.md b/.changeset/proud-apples-eat.md deleted file mode 100644 index 63d752f79080..000000000000 --- a/.changeset/proud-apples-eat.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -'@astrojs/markdoc': patch -'@astrojs/preact': patch -'@astrojs/svelte': patch -'@astrojs/react': patch -'@astrojs/solid-js': patch -'@astrojs/mdx': patch -'create-astro': patch -'@astrojs/prism': patch -'@astrojs/upgrade': patch -'astro': patch ---- - -Removes temporary support for Node >=20.19.1 because Stackblitz now uses Node 22 by default diff --git a/.changeset/ready-times-wave.md b/.changeset/ready-times-wave.md deleted file mode 100644 index 677c39589d0b..000000000000 --- a/.changeset/ready-times-wave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fixes SSR dynamic routes with `.html` extension (e.g. `[slug].html.astro`) not working diff --git a/.changeset/script-style-expression-highlighting.md b/.changeset/script-style-expression-highlighting.md deleted file mode 100644 index ea9c119032bb..000000000000 --- a/.changeset/script-style-expression-highlighting.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro-vscode': patch ---- - -Fix syntax highlighting for script and style tags inside expressions (e.g. ternaries and logical operators) diff --git a/.changeset/sweet-socks-tap.md b/.changeset/sweet-socks-tap.md deleted file mode 100644 index 658c140b9e4c..000000000000 --- a/.changeset/sweet-socks-tap.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fixes an issue where HMR didn't correctly work on Windows when adding/changing/deleting routes in `pages/`. diff --git a/.changeset/tiny-forks-yawn.md b/.changeset/tiny-forks-yawn.md deleted file mode 100644 index e9c01ab1ca6d..000000000000 --- a/.changeset/tiny-forks-yawn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fix skew protection query params not being applied to island hydration `component-url` and `renderer-url`, and ensure query params are appended safely for asset URLs with existing search/hash parts. diff --git a/.changeset/update-db-deps.md b/.changeset/update-db-deps.md deleted file mode 100644 index a7be102c4908..000000000000 --- a/.changeset/update-db-deps.md +++ /dev/null @@ -1,4 +0,0 @@ ---- -"@astrojs/db": patch ---- -Replace deprecated deep-diff with microdiff and resolve subdependency warnings. diff --git a/examples/basics/package.json b/examples/basics/package.json index 17d131bd0789..39f869c5f35a 100644 --- a/examples/basics/package.json +++ b/examples/basics/package.json @@ -13,6 +13,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^6.0.5" + "astro": "^6.0.6" } } diff --git a/examples/blog/package.json b/examples/blog/package.json index e4baef57a5d0..9e678163c8ab 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -13,10 +13,10 @@ "astro": "astro" }, "dependencies": { - "@astrojs/mdx": "^5.0.1", + "@astrojs/mdx": "^5.0.2", "@astrojs/rss": "^4.0.17", "@astrojs/sitemap": "^3.7.1", - "astro": "^6.0.5", + "astro": "^6.0.6", "sharp": "^0.34.3" } } diff --git a/examples/component/package.json b/examples/component/package.json index 9675b4ac3826..775f5e28e9e0 100644 --- a/examples/component/package.json +++ b/examples/component/package.json @@ -18,7 +18,7 @@ ], "scripts": {}, "devDependencies": { - "astro": "^6.0.5" + "astro": "^6.0.6" }, "peerDependencies": { "astro": "^5.0.0 || ^6.0.0" diff --git a/examples/container-with-vitest/package.json b/examples/container-with-vitest/package.json index 0c973a913af4..654fd8887a15 100644 --- a/examples/container-with-vitest/package.json +++ b/examples/container-with-vitest/package.json @@ -14,8 +14,8 @@ "test": "vitest run" }, "dependencies": { - "@astrojs/react": "^5.0.0", - "astro": "^6.0.5", + "@astrojs/react": "^5.0.1", + "astro": "^6.0.6", "react": "^18.3.1", "react-dom": "^18.3.1", "vitest": "^3.2.4" diff --git a/examples/framework-alpine/package.json b/examples/framework-alpine/package.json index afba715913c2..dd7249253623 100644 --- a/examples/framework-alpine/package.json +++ b/examples/framework-alpine/package.json @@ -16,6 +16,6 @@ "@astrojs/alpinejs": "^0.5.0", "@types/alpinejs": "^3.13.11", "alpinejs": "^3.15.8", - "astro": "^6.0.5" + "astro": "^6.0.6" } } diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index f20ec0c8d487..16d96b4eba11 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -13,14 +13,14 @@ "astro": "astro" }, "dependencies": { - "@astrojs/preact": "^5.0.1", - "@astrojs/react": "^5.0.0", - "@astrojs/solid-js": "^6.0.0", - "@astrojs/svelte": "^8.0.1", + "@astrojs/preact": "^5.0.2", + "@astrojs/react": "^5.0.1", + "@astrojs/solid-js": "^6.0.1", + "@astrojs/svelte": "^8.0.2", "@astrojs/vue": "^6.0.1", "@types/react": "^18.3.28", "@types/react-dom": "^18.3.7", - "astro": "^6.0.5", + "astro": "^6.0.6", "preact": "^10.28.4", "react": "^18.3.1", "react-dom": "^18.3.1", diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json index 5fb0a9cf7b3e..63d0d8ff1e31 100644 --- a/examples/framework-preact/package.json +++ b/examples/framework-preact/package.json @@ -13,9 +13,9 @@ "astro": "astro" }, "dependencies": { - "@astrojs/preact": "^5.0.1", + "@astrojs/preact": "^5.0.2", "@preact/signals": "^2.8.1", - "astro": "^6.0.5", + "astro": "^6.0.6", "preact": "^10.28.4" } } diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json index ce357e9f4e20..783cdacb73ae 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -13,10 +13,10 @@ "astro": "astro" }, "dependencies": { - "@astrojs/react": "^5.0.0", + "@astrojs/react": "^5.0.1", "@types/react": "^18.3.28", "@types/react-dom": "^18.3.7", - "astro": "^6.0.5", + "astro": "^6.0.6", "react": "^18.3.1", "react-dom": "^18.3.1" } diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json index 441d925d6efd..efedafe6c7f0 100644 --- a/examples/framework-solid/package.json +++ b/examples/framework-solid/package.json @@ -13,8 +13,8 @@ "astro": "astro" }, "dependencies": { - "@astrojs/solid-js": "^6.0.0", - "astro": "^6.0.5", + "@astrojs/solid-js": "^6.0.1", + "astro": "^6.0.6", "solid-js": "^1.9.11" } } diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json index 8943aef382a2..55d3c53c2a13 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -13,8 +13,8 @@ "astro": "astro" }, "dependencies": { - "@astrojs/svelte": "^8.0.1", - "astro": "^6.0.5", + "@astrojs/svelte": "^8.0.2", + "astro": "^6.0.6", "svelte": "^5.53.5" } } diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json index 1b3176c548b8..8d9aa3038cae 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -14,7 +14,7 @@ }, "dependencies": { "@astrojs/vue": "^6.0.1", - "astro": "^6.0.5", + "astro": "^6.0.6", "vue": "^3.5.29" } } diff --git a/examples/hackernews/package.json b/examples/hackernews/package.json index 5de90b288f89..bc08fd9f6dbc 100644 --- a/examples/hackernews/package.json +++ b/examples/hackernews/package.json @@ -14,6 +14,6 @@ }, "dependencies": { "@astrojs/node": "^10.0.2", - "astro": "^6.0.5" + "astro": "^6.0.6" } } diff --git a/examples/integration/package.json b/examples/integration/package.json index bbc3d41ba473..3c8d06ec1a58 100644 --- a/examples/integration/package.json +++ b/examples/integration/package.json @@ -18,7 +18,7 @@ ], "scripts": {}, "devDependencies": { - "astro": "^6.0.5" + "astro": "^6.0.6" }, "peerDependencies": { "astro": "^4.0.0" diff --git a/examples/minimal/package.json b/examples/minimal/package.json index 982f5440952a..000daac3d46a 100644 --- a/examples/minimal/package.json +++ b/examples/minimal/package.json @@ -13,6 +13,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^6.0.5" + "astro": "^6.0.6" } } diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json index 2b0f55bb64a0..2b8cea12c0da 100644 --- a/examples/portfolio/package.json +++ b/examples/portfolio/package.json @@ -13,6 +13,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^6.0.5" + "astro": "^6.0.6" } } diff --git a/examples/ssr/package.json b/examples/ssr/package.json index 85fc2a063d24..6e4f8c6ba737 100644 --- a/examples/ssr/package.json +++ b/examples/ssr/package.json @@ -15,8 +15,8 @@ }, "dependencies": { "@astrojs/node": "^10.0.2", - "@astrojs/svelte": "^8.0.1", - "astro": "^6.0.5", + "@astrojs/svelte": "^8.0.2", + "astro": "^6.0.6", "svelte": "^5.53.5" } } diff --git a/examples/starlog/package.json b/examples/starlog/package.json index 3f4ffd994cda..65915a536f77 100644 --- a/examples/starlog/package.json +++ b/examples/starlog/package.json @@ -9,7 +9,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^6.0.5", + "astro": "^6.0.6", "sass": "^1.97.3", "sharp": "^0.34.3" }, diff --git a/examples/toolbar-app/package.json b/examples/toolbar-app/package.json index 61e75473d4f2..be9c78b33445 100644 --- a/examples/toolbar-app/package.json +++ b/examples/toolbar-app/package.json @@ -16,7 +16,7 @@ }, "devDependencies": { "@types/node": "^18.17.8", - "astro": "^6.0.5" + "astro": "^6.0.6" }, "engines": { "node": ">=22.12.0" diff --git a/examples/with-markdoc/package.json b/examples/with-markdoc/package.json index e4c97d99ea1d..8265f0f3938e 100644 --- a/examples/with-markdoc/package.json +++ b/examples/with-markdoc/package.json @@ -13,7 +13,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/markdoc": "^1.0.1", - "astro": "^6.0.5" + "@astrojs/markdoc": "^1.0.2", + "astro": "^6.0.6" } } diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json index b521d8bb9491..d0019d0e879f 100644 --- a/examples/with-mdx/package.json +++ b/examples/with-mdx/package.json @@ -13,9 +13,9 @@ "astro": "astro" }, "dependencies": { - "@astrojs/mdx": "^5.0.1", - "@astrojs/preact": "^5.0.1", - "astro": "^6.0.5", + "@astrojs/mdx": "^5.0.2", + "@astrojs/preact": "^5.0.2", + "astro": "^6.0.6", "preact": "^10.28.4" } } diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json index b669520a7d07..240778e58fc0 100644 --- a/examples/with-nanostores/package.json +++ b/examples/with-nanostores/package.json @@ -13,9 +13,9 @@ "astro": "astro" }, "dependencies": { - "@astrojs/preact": "^5.0.1", + "@astrojs/preact": "^5.0.2", "@nanostores/preact": "^1.0.0", - "astro": "^6.0.5", + "astro": "^6.0.6", "nanostores": "^1.1.1", "preact": "^10.28.4" } diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index 81fc91b73461..918e27019040 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -13,10 +13,10 @@ "astro": "astro" }, "dependencies": { - "@astrojs/mdx": "^5.0.1", + "@astrojs/mdx": "^5.0.2", "@tailwindcss/vite": "^4.2.1", "@types/canvas-confetti": "^1.9.0", - "astro": "^6.0.5", + "astro": "^6.0.6", "canvas-confetti": "^1.9.4", "tailwindcss": "^4.2.1" } diff --git a/examples/with-vitest/package.json b/examples/with-vitest/package.json index 4761f30b41f3..0cd180463ac9 100644 --- a/examples/with-vitest/package.json +++ b/examples/with-vitest/package.json @@ -14,7 +14,7 @@ "test": "vitest" }, "dependencies": { - "astro": "^6.0.5", + "astro": "^6.0.6", "vitest": "^3.2.4" } } diff --git a/packages/astro-prism/CHANGELOG.md b/packages/astro-prism/CHANGELOG.md index d829d22184c4..bdb6282506ac 100644 --- a/packages/astro-prism/CHANGELOG.md +++ b/packages/astro-prism/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/prism +## 4.0.1 + +### Patch Changes + +- [#15864](https://github.com/withastro/astro/pull/15864) [`d3c7de9`](https://github.com/withastro/astro/commit/d3c7de9253e9cb31fa5c4bf9f4bdf59dd1ada7b0) Thanks [@florian-lefebvre](https://github.com/florian-lefebvre)! - Removes temporary support for Node >=20.19.1 because Stackblitz now uses Node 22 by default + ## 4.0.0 ### Major Changes diff --git a/packages/astro-prism/package.json b/packages/astro-prism/package.json index 1ac569d537ac..5a7c3ced874a 100644 --- a/packages/astro-prism/package.json +++ b/packages/astro-prism/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/prism", - "version": "4.0.0", + "version": "4.0.1", "description": "Add Prism syntax highlighting support to your Astro site", "author": "withastro", "type": "module", diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md index 574b420831d8..3ec6872a76b9 100644 --- a/packages/astro/CHANGELOG.md +++ b/packages/astro/CHANGELOG.md @@ -1,5 +1,28 @@ # astro +## 6.0.6 + +### Patch Changes + +- [#15965](https://github.com/withastro/astro/pull/15965) [`2dca307`](https://github.com/withastro/astro/commit/2dca3074ed3de24bd23d0a17fd10a168660b2ac1) Thanks [@matthewp](https://github.com/matthewp)! - Fixes client hydration for components imported through Node.js subpath imports (`package.json#imports`, e.g. `#components/*`), for example when using the Cloudflare adapter in development. + +- [#15770](https://github.com/withastro/astro/pull/15770) [`6102ca2`](https://github.com/withastro/astro/commit/6102ca2c16d5bf0ea621764351a33a99455fa0a0) Thanks [@jpc-ae](https://github.com/jpc-ae)! - Updates the `create astro` welcome message to highlight the graceful dev/preview server quit command rather than the kill process shortcut + +- [#15953](https://github.com/withastro/astro/pull/15953) [`7eddf22`](https://github.com/withastro/astro/commit/7eddf22cd4d4719d966ed7168e9890fac8fc29f5) Thanks [@Desel72](https://github.com/Desel72)! - fix(hmr): eagerly recompile on style-only change to prevent stale slots render + +- [#15916](https://github.com/withastro/astro/pull/15916) [`5201ed4`](https://github.com/withastro/astro/commit/5201ed464258e799a1e898f4c4adc84d7445bad3) Thanks [@trueberryless](https://github.com/trueberryless)! - Fixes `InferLoaderSchema` type inference for content collections defined with a loader that includes a `schema` + +- [#15864](https://github.com/withastro/astro/pull/15864) [`d3c7de9`](https://github.com/withastro/astro/commit/d3c7de9253e9cb31fa5c4bf9f4bdf59dd1ada7b0) Thanks [@florian-lefebvre](https://github.com/florian-lefebvre)! - Removes temporary support for Node >=20.19.1 because Stackblitz now uses Node 22 by default + +- [#15944](https://github.com/withastro/astro/pull/15944) [`a5e1acd`](https://github.com/withastro/astro/commit/a5e1acdebef4e061341eca24128667a3009a7048) Thanks [@fkatsuhiro](https://github.com/fkatsuhiro)! - Fixes SSR dynamic routes with `.html` extension (e.g. `[slug].html.astro`) not working + +- [#15937](https://github.com/withastro/astro/pull/15937) [`d236245`](https://github.com/withastro/astro/commit/d236245faf676082df6756654e504ad69e2e4d28) Thanks [@ematipico](https://github.com/ematipico)! - Fixes an issue where HMR didn't correctly work on Windows when adding/changing/deleting routes in `pages/`. + +- [#15931](https://github.com/withastro/astro/pull/15931) [`98dfb61`](https://github.com/withastro/astro/commit/98dfb61f963d70961dc2b28d786a6280f52603a1) Thanks [@Strernd](https://github.com/Strernd)! - Fix skew protection query params not being applied to island hydration `component-url` and `renderer-url`, and ensure query params are appended safely for asset URLs with existing search/hash parts. + +- Updated dependencies []: + - @astrojs/markdown-remark@7.0.1 + ## 6.0.5 ### Patch Changes diff --git a/packages/astro/package.json b/packages/astro/package.json index 839c678eac7a..6876f2d966b4 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -1,6 +1,6 @@ { "name": "astro", - "version": "6.0.5", + "version": "6.0.6", "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/create-astro/CHANGELOG.md b/packages/create-astro/CHANGELOG.md index a07bbf7d5e84..e35a2170e1a1 100644 --- a/packages/create-astro/CHANGELOG.md +++ b/packages/create-astro/CHANGELOG.md @@ -1,5 +1,11 @@ # create-astro +## 5.0.2 + +### Patch Changes + +- [#15864](https://github.com/withastro/astro/pull/15864) [`d3c7de9`](https://github.com/withastro/astro/commit/d3c7de9253e9cb31fa5c4bf9f4bdf59dd1ada7b0) Thanks [@florian-lefebvre](https://github.com/florian-lefebvre)! - Removes temporary support for Node >=20.19.1 because Stackblitz now uses Node 22 by default + ## 5.0.1 ### Patch Changes diff --git a/packages/create-astro/package.json b/packages/create-astro/package.json index 7c04260ad88c..d1a3c74d0a14 100644 --- a/packages/create-astro/package.json +++ b/packages/create-astro/package.json @@ -1,6 +1,6 @@ { "name": "create-astro", - "version": "5.0.1", + "version": "5.0.2", "type": "module", "author": "withastro", "license": "MIT", diff --git a/packages/db/CHANGELOG.md b/packages/db/CHANGELOG.md index ae6a1b7fcbb1..2754ce7d9b07 100644 --- a/packages/db/CHANGELOG.md +++ b/packages/db/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/db +## 0.20.1 + +### Patch Changes + +- [#15364](https://github.com/withastro/astro/pull/15364) [`948b693`](https://github.com/withastro/astro/commit/948b693e6f083df3823a0907b4afe938f059bfdb) Thanks [@VagnoDev](https://github.com/VagnoDev)! - Replace deprecated deep-diff with microdiff and resolve subdependency warnings. + ## 0.20.0 ### Minor Changes diff --git a/packages/db/package.json b/packages/db/package.json index afc861df17b5..5def3f051e9c 100644 --- a/packages/db/package.json +++ b/packages/db/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/db", - "version": "0.20.0", + "version": "0.20.1", "description": "Add libSQL support to your Astro site", "license": "MIT", "repository": { diff --git a/packages/db/src/core/cli/migration-queries.ts b/packages/db/src/core/cli/migration-queries.ts index cdb5d837e4ee..eb3a56897fe3 100644 --- a/packages/db/src/core/cli/migration-queries.ts +++ b/packages/db/src/core/cli/migration-queries.ts @@ -358,7 +358,10 @@ function getDropped(oldObj: Record, newObj: Record) { return dropped; } -function getUpdated>(oldObj: Record, newObj: Record) { +function getUpdated>( + oldObj: Record, + newObj: Record, +) { const updated: Record = {}; for (const [key, value] of Object.entries(newObj)) { const oldValue = oldObj[key]; diff --git a/packages/integrations/markdoc/CHANGELOG.md b/packages/integrations/markdoc/CHANGELOG.md index ae93a444af8b..f703698e8fd0 100644 --- a/packages/integrations/markdoc/CHANGELOG.md +++ b/packages/integrations/markdoc/CHANGELOG.md @@ -1,5 +1,15 @@ # @astrojs/markdoc +## 1.0.2 + +### Patch Changes + +- [#15864](https://github.com/withastro/astro/pull/15864) [`d3c7de9`](https://github.com/withastro/astro/commit/d3c7de9253e9cb31fa5c4bf9f4bdf59dd1ada7b0) Thanks [@florian-lefebvre](https://github.com/florian-lefebvre)! - Removes temporary support for Node >=20.19.1 because Stackblitz now uses Node 22 by default + +- Updated dependencies [[`d3c7de9`](https://github.com/withastro/astro/commit/d3c7de9253e9cb31fa5c4bf9f4bdf59dd1ada7b0)]: + - @astrojs/prism@4.0.1 + - @astrojs/markdown-remark@7.0.1 + ## 1.0.1 ### Patch Changes diff --git a/packages/integrations/markdoc/package.json b/packages/integrations/markdoc/package.json index edbf04431580..d81aeb3cf4b3 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": "1.0.1", + "version": "1.0.2", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/mdx/CHANGELOG.md b/packages/integrations/mdx/CHANGELOG.md index a34c6a544d3e..a7e47f3faad3 100644 --- a/packages/integrations/mdx/CHANGELOG.md +++ b/packages/integrations/mdx/CHANGELOG.md @@ -1,5 +1,14 @@ # @astrojs/mdx +## 5.0.2 + +### Patch Changes + +- [#15864](https://github.com/withastro/astro/pull/15864) [`d3c7de9`](https://github.com/withastro/astro/commit/d3c7de9253e9cb31fa5c4bf9f4bdf59dd1ada7b0) Thanks [@florian-lefebvre](https://github.com/florian-lefebvre)! - Removes temporary support for Node >=20.19.1 because Stackblitz now uses Node 22 by default + +- Updated dependencies []: + - @astrojs/markdown-remark@7.0.1 + ## 5.0.1 ### Patch Changes diff --git a/packages/integrations/mdx/package.json b/packages/integrations/mdx/package.json index d3dfd118dc55..1b73919db7ed 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": "5.0.1", + "version": "5.0.2", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/preact/CHANGELOG.md b/packages/integrations/preact/CHANGELOG.md index 6c0041c6d1e5..12f950b12b20 100644 --- a/packages/integrations/preact/CHANGELOG.md +++ b/packages/integrations/preact/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/preact +## 5.0.2 + +### Patch Changes + +- [#15864](https://github.com/withastro/astro/pull/15864) [`d3c7de9`](https://github.com/withastro/astro/commit/d3c7de9253e9cb31fa5c4bf9f4bdf59dd1ada7b0) Thanks [@florian-lefebvre](https://github.com/florian-lefebvre)! - Removes temporary support for Node >=20.19.1 because Stackblitz now uses Node 22 by default + ## 5.0.1 ### Patch Changes diff --git a/packages/integrations/preact/package.json b/packages/integrations/preact/package.json index 147899f80618..0a648aefcfac 100644 --- a/packages/integrations/preact/package.json +++ b/packages/integrations/preact/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/preact", "description": "Use Preact components within Astro", - "version": "5.0.1", + "version": "5.0.2", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/react/CHANGELOG.md b/packages/integrations/react/CHANGELOG.md index e1c8bcec78c8..9bdd121378bb 100644 --- a/packages/integrations/react/CHANGELOG.md +++ b/packages/integrations/react/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/react +## 5.0.1 + +### Patch Changes + +- [#15864](https://github.com/withastro/astro/pull/15864) [`d3c7de9`](https://github.com/withastro/astro/commit/d3c7de9253e9cb31fa5c4bf9f4bdf59dd1ada7b0) Thanks [@florian-lefebvre](https://github.com/florian-lefebvre)! - Removes temporary support for Node >=20.19.1 because Stackblitz now uses Node 22 by default + ## 5.0.0 ### Major Changes diff --git a/packages/integrations/react/package.json b/packages/integrations/react/package.json index 25855556c7e0..f1555077a5f2 100644 --- a/packages/integrations/react/package.json +++ b/packages/integrations/react/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/react", "description": "Use React components within Astro", - "version": "5.0.0", + "version": "5.0.1", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/solid/CHANGELOG.md b/packages/integrations/solid/CHANGELOG.md index bcca06655f95..95abe2240722 100644 --- a/packages/integrations/solid/CHANGELOG.md +++ b/packages/integrations/solid/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/solid-js +## 6.0.1 + +### Patch Changes + +- [#15864](https://github.com/withastro/astro/pull/15864) [`d3c7de9`](https://github.com/withastro/astro/commit/d3c7de9253e9cb31fa5c4bf9f4bdf59dd1ada7b0) Thanks [@florian-lefebvre](https://github.com/florian-lefebvre)! - Removes temporary support for Node >=20.19.1 because Stackblitz now uses Node 22 by default + ## 6.0.0 ### Major Changes diff --git a/packages/integrations/solid/package.json b/packages/integrations/solid/package.json index f5b74481e087..4ff9adcb6bce 100644 --- a/packages/integrations/solid/package.json +++ b/packages/integrations/solid/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/solid-js", - "version": "6.0.0", + "version": "6.0.1", "description": "Use Solid components within Astro", "type": "module", "types": "./dist/index.d.ts", diff --git a/packages/integrations/svelte/CHANGELOG.md b/packages/integrations/svelte/CHANGELOG.md index 459688e456f5..894ecd450786 100644 --- a/packages/integrations/svelte/CHANGELOG.md +++ b/packages/integrations/svelte/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/svelte +## 8.0.2 + +### Patch Changes + +- [#15864](https://github.com/withastro/astro/pull/15864) [`d3c7de9`](https://github.com/withastro/astro/commit/d3c7de9253e9cb31fa5c4bf9f4bdf59dd1ada7b0) Thanks [@florian-lefebvre](https://github.com/florian-lefebvre)! - Removes temporary support for Node >=20.19.1 because Stackblitz now uses Node 22 by default + ## 8.0.1 ### Patch Changes diff --git a/packages/integrations/svelte/package.json b/packages/integrations/svelte/package.json index 733f67101411..6580e79c4e1e 100644 --- a/packages/integrations/svelte/package.json +++ b/packages/integrations/svelte/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/svelte", - "version": "8.0.1", + "version": "8.0.2", "description": "Use Svelte components within Astro", "type": "module", "types": "./dist/index.d.ts", diff --git a/packages/language-tools/language-server/CHANGELOG.md b/packages/language-tools/language-server/CHANGELOG.md index 9f3f046d8b7e..d37ed4e2d39f 100644 --- a/packages/language-tools/language-server/CHANGELOG.md +++ b/packages/language-tools/language-server/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/language-server +## 2.16.6 + +### Patch Changes + +- [#15927](https://github.com/withastro/astro/pull/15927) [`421e8de`](https://github.com/withastro/astro/commit/421e8de6e9e13ca45864c2d3deed7e98e3ee6138) Thanks [@FelmonFekadu](https://github.com/FelmonFekadu)! - Fixes completions sometimes not working inside the `href` attribute + ## 2.16.5 ### Patch Changes diff --git a/packages/language-tools/language-server/package.json b/packages/language-tools/language-server/package.json index 105350f9f2e8..cbd621fcd9f4 100644 --- a/packages/language-tools/language-server/package.json +++ b/packages/language-tools/language-server/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/language-server", - "version": "2.16.5", + "version": "2.16.6", "author": "withastro", "license": "MIT", "repository": { diff --git a/packages/language-tools/vscode/CHANGELOG.md b/packages/language-tools/vscode/CHANGELOG.md index 0a56f5ebd6be..4bdc4757bf5e 100644 --- a/packages/language-tools/vscode/CHANGELOG.md +++ b/packages/language-tools/vscode/CHANGELOG.md @@ -1,5 +1,15 @@ # astro-vscode +## 2.16.13 + +### Patch Changes + +- [#15943](https://github.com/withastro/astro/pull/15943) [`1a627e2`](https://github.com/withastro/astro/commit/1a627e25267f8525e11237a1422c228f1bfc2ef1) Thanks [@alexanderdombroski](https://github.com/alexanderdombroski)! - Improves astro file templates to be scoped to `.astro` file extensions + +- [#15927](https://github.com/withastro/astro/pull/15927) [`421e8de`](https://github.com/withastro/astro/commit/421e8de6e9e13ca45864c2d3deed7e98e3ee6138) Thanks [@FelmonFekadu](https://github.com/FelmonFekadu)! - Fixes completions sometimes not working inside the `href` attribute + +- [#15602](https://github.com/withastro/astro/pull/15602) [`7832dfe`](https://github.com/withastro/astro/commit/7832dfef25dffe55a9dcb1913d03375ecac9ad42) Thanks [@0xRozier](https://github.com/0xRozier)! - Fix syntax highlighting for script and style tags inside expressions (e.g. ternaries and logical operators) + ## 2.16.12 ### Patch Changes diff --git a/packages/language-tools/vscode/package.json b/packages/language-tools/vscode/package.json index ba0997d1a6bb..cfed04c4232a 100644 --- a/packages/language-tools/vscode/package.json +++ b/packages/language-tools/vscode/package.json @@ -24,7 +24,7 @@ "color": "#17191E", "theme": "dark" }, - "version": "2.16.12", + "version": "2.16.13", "author": "withastro", "license": "MIT", "publisher": "astro-build", @@ -246,7 +246,7 @@ "update-grammar-snapshots": "node ./test/grammar/test.mjs --updateSnapshot" }, "devDependencies": { - "@astrojs/language-server": "^2.16.5", + "@astrojs/language-server": "^2.16.6", "@astrojs/ts-plugin": "^1.10.7", "@types/mocha": "^10.0.10", "@types/node": "^20.9.0", diff --git a/packages/markdown/remark/CHANGELOG.md b/packages/markdown/remark/CHANGELOG.md index 7fc0c36da4d7..bde88d5d049f 100644 --- a/packages/markdown/remark/CHANGELOG.md +++ b/packages/markdown/remark/CHANGELOG.md @@ -1,5 +1,12 @@ # @astrojs/markdown-remark +## 7.0.1 + +### Patch Changes + +- Updated dependencies [[`d3c7de9`](https://github.com/withastro/astro/commit/d3c7de9253e9cb31fa5c4bf9f4bdf59dd1ada7b0)]: + - @astrojs/prism@4.0.1 + ## 7.0.0 ### Major Changes diff --git a/packages/markdown/remark/package.json b/packages/markdown/remark/package.json index 2d3c1d33db22..0ba0e4f23de8 100644 --- a/packages/markdown/remark/package.json +++ b/packages/markdown/remark/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/markdown-remark", - "version": "7.0.0", + "version": "7.0.1", "type": "module", "author": "withastro", "license": "MIT", diff --git a/packages/upgrade/CHANGELOG.md b/packages/upgrade/CHANGELOG.md index 0731df158b7f..94cb21107ff9 100644 --- a/packages/upgrade/CHANGELOG.md +++ b/packages/upgrade/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/upgrade +## 0.7.1 + +### Patch Changes + +- [#15864](https://github.com/withastro/astro/pull/15864) [`d3c7de9`](https://github.com/withastro/astro/commit/d3c7de9253e9cb31fa5c4bf9f4bdf59dd1ada7b0) Thanks [@florian-lefebvre](https://github.com/florian-lefebvre)! - Removes temporary support for Node >=20.19.1 because Stackblitz now uses Node 22 by default + ## 0.7.0 ### Minor Changes diff --git a/packages/upgrade/package.json b/packages/upgrade/package.json index 7f20a1a48073..bf1758e4133f 100644 --- a/packages/upgrade/package.json +++ b/packages/upgrade/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/upgrade", - "version": "0.7.0", + "version": "0.7.1", "type": "module", "author": "withastro", "license": "MIT", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b9d4059fc884..c0824edd1844 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -189,13 +189,13 @@ importers: examples/basics: dependencies: astro: - specifier: ^6.0.5 + specifier: ^6.0.6 version: link:../../packages/astro examples/blog: dependencies: '@astrojs/mdx': - specifier: ^5.0.1 + specifier: ^5.0.2 version: link:../../packages/integrations/mdx '@astrojs/rss': specifier: ^4.0.17 @@ -204,7 +204,7 @@ importers: specifier: ^3.7.1 version: link:../../packages/integrations/sitemap astro: - specifier: ^6.0.5 + specifier: ^6.0.6 version: link:../../packages/astro sharp: specifier: ^0.34.3 @@ -213,16 +213,16 @@ importers: examples/component: devDependencies: astro: - specifier: ^6.0.5 + specifier: ^6.0.6 version: link:../../packages/astro examples/container-with-vitest: dependencies: '@astrojs/react': - specifier: ^5.0.0 + specifier: ^5.0.1 version: link:../../packages/integrations/react astro: - specifier: ^6.0.5 + specifier: ^6.0.6 version: link:../../packages/astro react: specifier: ^18.3.1 @@ -253,22 +253,22 @@ importers: specifier: ^3.15.8 version: 3.15.8 astro: - specifier: ^6.0.5 + specifier: ^6.0.6 version: link:../../packages/astro examples/framework-multiple: dependencies: '@astrojs/preact': - specifier: ^5.0.1 + specifier: ^5.0.2 version: link:../../packages/integrations/preact '@astrojs/react': - specifier: ^5.0.0 + specifier: ^5.0.1 version: link:../../packages/integrations/react '@astrojs/solid-js': - specifier: ^6.0.0 + specifier: ^6.0.1 version: link:../../packages/integrations/solid '@astrojs/svelte': - specifier: ^8.0.1 + specifier: ^8.0.2 version: link:../../packages/integrations/svelte '@astrojs/vue': specifier: ^6.0.1 @@ -280,7 +280,7 @@ importers: specifier: ^18.3.7 version: 18.3.7(@types/react@18.3.28) astro: - specifier: ^6.0.5 + specifier: ^6.0.6 version: link:../../packages/astro preact: specifier: ^10.28.4 @@ -304,13 +304,13 @@ importers: examples/framework-preact: dependencies: '@astrojs/preact': - specifier: ^5.0.1 + specifier: ^5.0.2 version: link:../../packages/integrations/preact '@preact/signals': specifier: ^2.8.1 version: 2.8.1(preact@10.28.4) astro: - specifier: ^6.0.5 + specifier: ^6.0.6 version: link:../../packages/astro preact: specifier: ^10.28.4 @@ -319,7 +319,7 @@ importers: examples/framework-react: dependencies: '@astrojs/react': - specifier: ^5.0.0 + specifier: ^5.0.1 version: link:../../packages/integrations/react '@types/react': specifier: ^18.3.28 @@ -328,7 +328,7 @@ importers: specifier: ^18.3.7 version: 18.3.7(@types/react@18.3.28) astro: - specifier: ^6.0.5 + specifier: ^6.0.6 version: link:../../packages/astro react: specifier: ^18.3.1 @@ -340,10 +340,10 @@ importers: examples/framework-solid: dependencies: '@astrojs/solid-js': - specifier: ^6.0.0 + specifier: ^6.0.1 version: link:../../packages/integrations/solid astro: - specifier: ^6.0.5 + specifier: ^6.0.6 version: link:../../packages/astro solid-js: specifier: ^1.9.11 @@ -352,10 +352,10 @@ importers: examples/framework-svelte: dependencies: '@astrojs/svelte': - specifier: ^8.0.1 + specifier: ^8.0.2 version: link:../../packages/integrations/svelte astro: - specifier: ^6.0.5 + specifier: ^6.0.6 version: link:../../packages/astro svelte: specifier: ^5.53.5 @@ -367,7 +367,7 @@ importers: specifier: ^6.0.1 version: link:../../packages/integrations/vue astro: - specifier: ^6.0.5 + specifier: ^6.0.6 version: link:../../packages/astro vue: specifier: ^3.5.29 @@ -379,25 +379,25 @@ importers: specifier: ^10.0.2 version: link:../../packages/integrations/node astro: - specifier: ^6.0.5 + specifier: ^6.0.6 version: link:../../packages/astro examples/integration: devDependencies: astro: - specifier: ^6.0.5 + specifier: ^6.0.6 version: link:../../packages/astro examples/minimal: dependencies: astro: - specifier: ^6.0.5 + specifier: ^6.0.6 version: link:../../packages/astro examples/portfolio: dependencies: astro: - specifier: ^6.0.5 + specifier: ^6.0.6 version: link:../../packages/astro examples/ssr: @@ -406,10 +406,10 @@ importers: specifier: ^10.0.2 version: link:../../packages/integrations/node '@astrojs/svelte': - specifier: ^8.0.1 + specifier: ^8.0.2 version: link:../../packages/integrations/svelte astro: - specifier: ^6.0.5 + specifier: ^6.0.6 version: link:../../packages/astro svelte: specifier: ^5.53.5 @@ -418,7 +418,7 @@ importers: examples/starlog: dependencies: astro: - specifier: ^6.0.5 + specifier: ^6.0.6 version: link:../../packages/astro sass: specifier: ^1.97.3 @@ -433,28 +433,28 @@ importers: specifier: ^18.17.8 version: 18.19.130 astro: - specifier: ^6.0.5 + specifier: ^6.0.6 version: link:../../packages/astro examples/with-markdoc: dependencies: '@astrojs/markdoc': - specifier: ^1.0.1 + specifier: ^1.0.2 version: link:../../packages/integrations/markdoc astro: - specifier: ^6.0.5 + specifier: ^6.0.6 version: link:../../packages/astro examples/with-mdx: dependencies: '@astrojs/mdx': - specifier: ^5.0.1 + specifier: ^5.0.2 version: link:../../packages/integrations/mdx '@astrojs/preact': - specifier: ^5.0.1 + specifier: ^5.0.2 version: link:../../packages/integrations/preact astro: - specifier: ^6.0.5 + specifier: ^6.0.6 version: link:../../packages/astro preact: specifier: ^10.28.4 @@ -463,13 +463,13 @@ importers: examples/with-nanostores: dependencies: '@astrojs/preact': - specifier: ^5.0.1 + specifier: ^5.0.2 version: link:../../packages/integrations/preact '@nanostores/preact': specifier: ^1.0.0 version: 1.0.0(nanostores@1.1.1)(preact@10.28.4) astro: - specifier: ^6.0.5 + specifier: ^6.0.6 version: link:../../packages/astro nanostores: specifier: ^1.1.1 @@ -481,7 +481,7 @@ importers: examples/with-tailwindcss: dependencies: '@astrojs/mdx': - specifier: ^5.0.1 + specifier: ^5.0.2 version: link:../../packages/integrations/mdx '@tailwindcss/vite': specifier: ^4.2.1 @@ -490,7 +490,7 @@ importers: specifier: ^1.9.0 version: 1.9.0 astro: - specifier: ^6.0.5 + specifier: ^6.0.6 version: link:../../packages/astro canvas-confetti: specifier: ^1.9.4 @@ -502,7 +502,7 @@ importers: examples/with-vitest: dependencies: astro: - specifier: ^6.0.5 + specifier: ^6.0.6 version: link:../../packages/astro vitest: specifier: ^3.2.4 @@ -6926,7 +6926,7 @@ importers: version: 0.14.1 devDependencies: '@astrojs/language-server': - specifier: ^2.16.5 + specifier: ^2.16.6 version: link:../language-server '@astrojs/ts-plugin': specifier: ^1.10.7