From ab739f40a6ebb4e80d40b61efdd4ade8308a764f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 22:44:17 +0000 Subject: [PATCH] build(deps-dev): bump @astrojs/compiler-rs from 0.1.6 to 0.1.7 Bumps [@astrojs/compiler-rs](https://github.com/withastro/compiler-rs) from 0.1.6 to 0.1.7. - [Release notes](https://github.com/withastro/compiler-rs/releases) - [Commits](https://github.com/withastro/compiler-rs/compare/@astrojs/compiler-rs@0.1.6...@astrojs/compiler-rs@0.1.7) --- updated-dependencies: - dependency-name: "@astrojs/compiler-rs" dependency-version: 0.1.7 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 93b974dc7..7a5cce63a 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "zod": "4.3.6" }, "devDependencies": { - "@astrojs/compiler-rs": "0.1.6", + "@astrojs/compiler-rs": "0.1.7", "@astrojs/ts-plugin": "1.10.7", "ulid": "3.0.2" },