From b67aa877d56f1280694a5738ad8c6d5177419848 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 12:47:13 +0000 Subject: [PATCH] chore(deps-dev): update typescript-eslint requirement in /shared Updates the requirements on [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) to permit the latest version. - [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.59.3/packages/typescript-eslint) --- updated-dependencies: - dependency-name: typescript-eslint dependency-version: 8.59.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- shared/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/package.json b/shared/package.json index 24187ed32..122c81a41 100644 --- a/shared/package.json +++ b/shared/package.json @@ -51,7 +51,7 @@ "eslint": "^9.39.2", "tsx": "^4.21.0", "typescript": "^5.9.3", - "typescript-eslint": "^8.20.0" + "typescript-eslint": "^8.59.3" }, "c8": { "check-coverage": true,