From ca6c785b166a882d3e387f60658c4a7683c1bdf2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2024 05:00:29 +0000 Subject: [PATCH] deps: bump the typescript-eslint group across 1 directory with 2 updates Bumps the typescript-eslint group with 2 updates in the / directory: [@typescript-eslint/utils](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/utils) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint). Updates `@typescript-eslint/utils` from 7.18.0 to 8.2.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/utils/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.2.0/packages/utils) Updates `typescript-eslint` from 7.18.0 to 8.2.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.2.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: "@typescript-eslint/utils" dependency-type: direct:production update-type: version-update:semver-major dependency-group: typescript-eslint - dependency-name: typescript-eslint dependency-type: direct:production update-type: version-update:semver-major dependency-group: typescript-eslint ... Signed-off-by: dependabot[bot] --- packages/eslint-config/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 6723344..cc0c1a3 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -29,7 +29,7 @@ }, "dependencies": { "@eslint/js": "8.57.0", - "@typescript-eslint/utils": "7.18.0", + "@typescript-eslint/utils": "8.2.0", "diff-match-patch": "1.0.5", "eslint": "8.57.0", "eslint-config-flat-gitignore": "0.1.5", @@ -44,7 +44,7 @@ "globals": "15.8.0", "prettier": "3.3.3", "synckit": "0.9.1", - "typescript-eslint": "7.18.0" + "typescript-eslint": "8.2.0" }, "peerDependencies": { "@next/eslint-plugin-next": "^14.1.4",