From 991c59d3b26028971d0cf27d31c98f90b036796e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 09:01:42 +0000 Subject: [PATCH] build(deps-dev): bump typescript-eslint from 7.18.0 to 8.63.0 Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 7.18.0 to 8.63.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.63.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: typescript-eslint dependency-version: 8.63.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 5bffa74..ff2d5c8 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "prettier": "^3.2.0", "tsup": "^8.0.1", "typescript": "^5.4.0", - "typescript-eslint": "^7.7.0", + "typescript-eslint": "^8.63.0", "vitest": "^1.4.0" } }