From 27d4b7d0a5947874956a1f603c9133258ddfa333 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 03:00:43 +0000 Subject: [PATCH] chore(deps-dev): bump @sindresorhus/tsconfig from 3.0.1 to 8.1.0 Bumps [@sindresorhus/tsconfig](https://github.com/sindresorhus/tsconfig) from 3.0.1 to 8.1.0. - [Release notes](https://github.com/sindresorhus/tsconfig/releases) - [Commits](https://github.com/sindresorhus/tsconfig/compare/v3.0.1...v8.1.0) --- updated-dependencies: - dependency-name: "@sindresorhus/tsconfig" dependency-version: 8.1.0 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 048d036..d43352e 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ }, "devDependencies": { "@eslint/js": "^9.28.0", - "@sindresorhus/tsconfig": "^3.0.1", + "@sindresorhus/tsconfig": "^8.1.0", "@types/bun": "latest", "@types/react": "^18.0.32", "@typescript-eslint/eslint-plugin": "^8.33.1",