From de57dbaaa2a72fbcd8caece967985a8a5d2503c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 09:17:25 +0000 Subject: [PATCH] Bump @typescript-eslint/eslint-plugin in /packages/common Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 7.14.1 to 8.12.2. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.12.2/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/common/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/common/package.json b/packages/common/package.json index 7cea74ea9..dab55b9b4 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -82,7 +82,7 @@ "@types/mocha": "10.0.6", "@types/node": "20.14.8", "@types/readable-stream": "4.0.14", - "@typescript-eslint/eslint-plugin": "7.14.1", + "@typescript-eslint/eslint-plugin": "8.12.2", "@typescript-eslint/parser": "7.14.1", "@web/test-runner": "0.18.2", "@web/test-runner-playwright": "0.11.0",