From 849b471aa29bb0f88be9f30c4ea42efe0e47fec4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 06:48:17 +0000 Subject: [PATCH 1/2] chore(deps-dev): bump the dependencies-major group with 2 updates Bumps the dependencies-major group with 2 updates: [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) and [typescript](https://github.com/microsoft/TypeScript). Updates `@testing-library/jest-dom` from 6.10.0 to 7.0.0 - [Release notes](https://github.com/testing-library/jest-dom/releases) - [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md) - [Commits](https://github.com/testing-library/jest-dom/compare/v6.10.0...v7.0.0) 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: "@testing-library/jest-dom" dependency-version: 7.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dependencies-major - dependency-name: typescript dependency-version: 7.0.2 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dependencies-major ... Signed-off-by: dependabot[bot] --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 10c4e069..d599d57d 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "@eslint/js": "^10.0.1", "@tailwindcss/vite": "^4.2.2", "@tauri-apps/cli": "^2.10.1", - "@testing-library/jest-dom": "^6.9.1", + "@testing-library/jest-dom": "^7.0.0", "@testing-library/react": "^16.3.2", "@types/node": "^26.0.1", "@types/react": "^19.2.14", @@ -74,7 +74,7 @@ "msw": "^2.12.14", "prettier": "^3.8.1", "tailwindcss": "^4.2.2", - "typescript": "~6.0.2", + "typescript": "~7.0.2", "typescript-eslint": "^8.58.0", "vite": "^8.0.16", "vitest": "^4.1.2" From a6afb72b292779bb21345bc494cac842b8dc5b1c Mon Sep 17 00:00:00 2001 From: Logan Nguyen Date: Tue, 21 Jul 2026 12:57:42 -0700 Subject: [PATCH 2/2] chore(deps-dev): hold typescript at 6 and regenerate bun.lock Signed-off-by: Logan Nguyen --- bun.lock | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bun.lock b/bun.lock index 0d2c36e4..b25b9ba0 100644 --- a/bun.lock +++ b/bun.lock @@ -22,7 +22,7 @@ "@eslint/js": "^10.0.1", "@tailwindcss/vite": "^4.2.2", "@tauri-apps/cli": "^2.10.1", - "@testing-library/jest-dom": "^6.9.1", + "@testing-library/jest-dom": "^7.0.0", "@testing-library/react": "^16.3.2", "@types/node": "^26.0.1", "@types/react": "^19.2.14", @@ -336,7 +336,7 @@ "@testing-library/dom": ["@testing-library/dom@10.4.1", "", { "dependencies": { "@babel/code-frame": "^7.10.4", "@babel/runtime": "^7.12.5", "@types/aria-query": "^5.0.1", "aria-query": "5.3.0", "dom-accessibility-api": "^0.5.9", "lz-string": "^1.5.0", "picocolors": "1.1.1", "pretty-format": "^27.0.2" } }, "sha512-o4PXJQidqJl82ckFaXUeoAW+XysPLauYI43Abki5hABd853iMhitooc6znOnczgbTYmEP6U6/y1ZyKAIsvMKGg=="], - "@testing-library/jest-dom": ["@testing-library/jest-dom@6.9.1", "", { "dependencies": { "@adobe/css-tools": "^4.4.0", "aria-query": "^5.0.0", "css.escape": "^1.5.1", "dom-accessibility-api": "^0.6.3", "picocolors": "^1.1.1", "redent": "^3.0.0" } }, "sha512-zIcONa+hVtVSSep9UT3jZ5rizo2BsxgyDYU7WFD5eICBE7no3881HGeb/QkGfsJs6JTkY1aQhT7rIPC7e+0nnA=="], + "@testing-library/jest-dom": ["@testing-library/jest-dom@7.0.0", "", { "dependencies": { "@adobe/css-tools": "^4.4.0", "aria-query": "^5.0.0", "css.escape": "^1.5.1", "dom-accessibility-api": "^0.6.3", "picocolors": "^1.1.1", "redent": "^3.0.0" }, "peerDependencies": { "@testing-library/dom": ">=10 <11" } }, "sha512-HKAH9C6mBo5yBG6yRO5i43L2iisencAo5z+o5P/saHUoY+miC5ivXRxHBJcFyB5ypPNxHJdK3BoF/3O4DIptMg=="], "@testing-library/react": ["@testing-library/react@16.3.2", "", { "dependencies": { "@babel/runtime": "^7.12.5" }, "peerDependencies": { "@testing-library/dom": "^10.0.0", "@types/react": "^18.0.0 || ^19.0.0", "@types/react-dom": "^18.0.0 || ^19.0.0", "react": "^18.0.0 || ^19.0.0", "react-dom": "^18.0.0 || ^19.0.0" }, "optionalPeers": ["@types/react", "@types/react-dom"] }, "sha512-XU5/SytQM+ykqMnAnvB2umaJNIOsLF3PVv//1Ew4CTcpz0/BRyy/af40qqrt7SjKpDdT1saBMc42CUok5gaw+g=="], diff --git a/package.json b/package.json index d599d57d..e8cfe7c9 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "msw": "^2.12.14", "prettier": "^3.8.1", "tailwindcss": "^4.2.2", - "typescript": "~7.0.2", + "typescript": "~6.0.2", "typescript-eslint": "^8.58.0", "vite": "^8.0.16", "vitest": "^4.1.2"