From 5bf5dc412fc32fc2be5c704462f3f4ce919992b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2026 06:47:21 +0000 Subject: [PATCH 1/2] chore(deps-dev): Bump typescript from 5.8.3 to 6.0.2 Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.8.3 to 6.0.2. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.8.3...v6.0.2) --- updated-dependencies: - dependency-name: typescript dependency-version: 6.0.2 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 29835d2a..6427ae5c 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "msw": "^2.12.14", "prettier": "^3.8.1", "tailwindcss": "^4.2.2", - "typescript": "~5.8.3", + "typescript": "~6.0.2", "typescript-eslint": "^8.58.0", "vite": "^8.0.5", "vitest": "^4.1.2" From 0aedffda10a06d0876ec2b450e1d529a1d4d28c0 Mon Sep 17 00:00:00 2001 From: Logan Nguyen Date: Tue, 7 Apr 2026 09:11:08 -0500 Subject: [PATCH 2/2] chore: update bun lockfile for typescript bump Regenerate bun.lock after Dependabot bumped typescript from 5.8.3 to 6.0.2 so CI --frozen-lockfile check passes. Co-Authored-By: Claude Sonnet 4.6 Signed-off-by: Logan Nguyen --- bun.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bun.lock b/bun.lock index 88ca5055..ed7db807 100644 --- a/bun.lock +++ b/bun.lock @@ -29,7 +29,7 @@ "msw": "^2.12.14", "prettier": "^3.8.1", "tailwindcss": "^4.2.2", - "typescript": "~5.8.3", + "typescript": "~6.0.2", "typescript-eslint": "^8.58.0", "vite": "^8.0.5", "vitest": "^4.1.2", @@ -1080,7 +1080,7 @@ "type-fest": ["type-fest@5.5.0", "", { "dependencies": { "tagged-tag": "^1.0.0" } }, "sha512-PlBfpQwiUvGViBNX84Yxwjsdhd1TUlXr6zjX7eoirtCPIr08NAmxwa+fcYBTeRQxHo9YC9wwF3m9i700sHma8g=="], - "typescript": ["typescript@5.8.3", "", { "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" } }, "sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ=="], + "typescript": ["typescript@6.0.2", "", { "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" } }, "sha512-bGdAIrZ0wiGDo5l8c++HWtbaNCWTS4UTv7RaTH/ThVIgjkveJt83m74bBHMJkuCbslY8ixgLBVZJIOiQlQTjfQ=="], "typescript-eslint": ["typescript-eslint@8.58.0", "", { "dependencies": { "@typescript-eslint/eslint-plugin": "8.58.0", "@typescript-eslint/parser": "8.58.0", "@typescript-eslint/typescript-estree": "8.58.0", "@typescript-eslint/utils": "8.58.0" }, "peerDependencies": { "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0", "typescript": ">=4.8.4 <6.1.0" } }, "sha512-e2TQzKfaI85fO+F3QywtX+tCTsu/D3WW5LVU6nz8hTFKFZ8yBJ6mSYRpXqdR3mFjPWmO0eWsTa5f+UpAOe/FMA=="],