From 84897f2833379fc668cc43050c68da603254c299 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Mar 2024 21:04:23 +0100 Subject: [PATCH] chore(deps-dev): bump the eslint group with 2 updates (#1157) * chore(deps-dev): bump the eslint group with 2 updates Bumps the eslint group with 2 updates: [eslint](https://github.com/eslint/eslint) and [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin). Updates `eslint` from 8.56.0 to 8.57.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v8.56.0...v8.57.0) Updates `@typescript-eslint/eslint-plugin` from 6.21.0 to 7.1.0 - [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/v7.1.0/packages/eslint-plugin) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-major dependency-group: eslint ... Signed-off-by: dependabot[bot] * remove explicite dependency on `@typescript-eslint/eslint-plugin` Signed-off-by: Jan Kowalleck --------- Signed-off-by: dependabot[bot] Signed-off-by: Jan Kowalleck Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jan Kowalleck --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 4f1e23f6..41a4445d 100644 --- a/package.json +++ b/package.json @@ -56,10 +56,9 @@ "devDependencies": { "@types/node": "ts5.3", "@types/normalize-package-data": "^2.4.1", - "eslint": "8.56.0", + "eslint": "8.57.0", "eslint-config-standard": "17.1.0", "eslint-config-standard-with-typescript": "43.0.1", - "@typescript-eslint/eslint-plugin": "6.21.0", "eslint-plugin-header": "3.1.1", "eslint-plugin-simple-import-sort": "12.0.0", "fast-glob": "^3.2.11",