From ff2bac3fdf2b407894ce76969b671e4b3afa758f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 20:24:50 +0000 Subject: [PATCH] Bump the lint group with 3 updates Bumps the lint group with 3 updates: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin), [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) and [eslint-plugin-import-esm](https://github.com/satazor/eslint-plugin-import-esm). Updates `@typescript-eslint/eslint-plugin` from 6.21.0 to 7.0.1 - [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.0.1/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 6.21.0 to 7.0.1 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.0.1/packages/parser) Updates `eslint-plugin-import-esm` from 1.2.1 to 2.0.0 - [Changelog](https://github.com/satazor/eslint-plugin-import-esm/blob/master/CHANGELOG.md) - [Commits](https://github.com/satazor/eslint-plugin-import-esm/compare/v1.2.1...v2.0.0) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-major dependency-group: lint - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-major dependency-group: lint - dependency-name: eslint-plugin-import-esm dependency-type: direct:development update-type: version-update:semver-major dependency-group: lint ... Signed-off-by: dependabot[bot] --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index aba246a..4d38fe3 100644 --- a/package.json +++ b/package.json @@ -54,14 +54,14 @@ "devDependencies": { "@lokalise/prettier-config": "^1.0.0", "@types/node": "^20.11.5", - "@typescript-eslint/eslint-plugin": "^6.19.0", - "@typescript-eslint/parser": "^6.19.0", + "@typescript-eslint/eslint-plugin": "^7.0.1", + "@typescript-eslint/parser": "^7.0.1", "@vitest/coverage-v8": "^1.2.2", "jest-fail-on-console": "^3.1.2", "eslint": "^8.56.0", "eslint-plugin-import": "^2.29.1", "eslint-plugin-vitest": "^0.3.20", - "eslint-plugin-import-esm": "^1.2.1", + "eslint-plugin-import-esm": "^2.0.0", "mockttp": "^3.10.1", "prettier": "^3.2.5", "rimraf": "^5.0.5",