From b8de57d8f71e9786915610f001b063046a976f1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 06:07:13 +0000 Subject: [PATCH] chore(deps-dev): Bump the biome-and-ts group across 1 directory with 2 updates Bumps the biome-and-ts group with 2 updates in the / directory: [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) and [typescript](https://github.com/microsoft/TypeScript). Updates `@biomejs/biome` from 2.5.0 to 2.5.3 - [Release notes](https://github.com/biomejs/biome/releases) - [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md) - [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.5.3/packages/@biomejs/biome) Updates `typescript` from 6.0.3 to 7.0.2 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/commits) --- updated-dependencies: - dependency-name: "@biomejs/biome" dependency-version: 2.5.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: biome-and-ts - dependency-name: typescript dependency-version: 7.0.2 dependency-type: direct:development update-type: version-update:semver-major dependency-group: biome-and-ts ... Signed-off-by: dependabot[bot] --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 2ef91e2..2233529 100644 --- a/package.json +++ b/package.json @@ -41,8 +41,8 @@ "solid-js": "1.9.13" }, "devDependencies": { - "@biomejs/biome": "2.5.0", + "@biomejs/biome": "2.5.3", "@types/bun": "1.3.14", - "typescript": "6.0.3" + "typescript": "7.0.2" } }