From 9e484b3df913b33374b1a93b6dd893bd0389620e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 12:05:04 +0000 Subject: [PATCH] chore(deps-dev): bump @terrestris/eslint-config-typescript Bumps [@terrestris/eslint-config-typescript](https://github.com/terrestris/eslint-config-typescript) from 7.0.0 to 8.0.0. - [Release notes](https://github.com/terrestris/eslint-config-typescript/releases) - [Commits](https://github.com/terrestris/eslint-config-typescript/compare/v7.0.0...v8.0.0) --- updated-dependencies: - dependency-name: "@terrestris/eslint-config-typescript" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 180a9e721..deacc0924 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "@semantic-release/npm": "^12.0.1", "@semantic-release/release-notes-generator": "^14.0.0", "@stylistic/eslint-plugin": "^2.9.0", - "@terrestris/eslint-config-typescript": "^7.0.0", + "@terrestris/eslint-config-typescript": "^8.0.0", "@types/geojson": "^7946.0.14", "@types/jest": "^29.5.12", "@types/lodash": "^4.17.7", @@ -4327,17 +4327,17 @@ } }, "node_modules/@terrestris/eslint-config-typescript": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/@terrestris/eslint-config-typescript/-/eslint-config-typescript-7.0.0.tgz", - "integrity": "sha512-4WZwS6+Tf7KCBkXqRQpPvxSQbNiS+ldQhWV7DDoSeklrMlm7/X5LFrz+S1VFR7ohzeUV6To6TIES3557/yJvRA==", + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/@terrestris/eslint-config-typescript/-/eslint-config-typescript-8.0.0.tgz", + "integrity": "sha512-tZj2URXXS8AL+/5QGJ0us2jELE5X2VdKsti9StJDoXxERzrTMTBpZjYiiZLgSHy6xBWRR94EEWGGu2kbvMBsLQ==", "dev": true, "license": "BSD-2-Clause", "engines": { - "node": ">=18", - "npm": ">=9" + "node": ">=20", + "npm": ">=10" }, "peerDependencies": { - "@stylistic/eslint-plugin": ">= ~2", + "@stylistic/eslint-plugin": ">= ~3", "@typescript-eslint/eslint-plugin": ">= ~8", "@typescript-eslint/parser": ">= ~8", "eslint": ">= ~9", diff --git a/package.json b/package.json index 5ad74bb99..33f5ac96a 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "@semantic-release/npm": "^12.0.1", "@semantic-release/release-notes-generator": "^14.0.0", "@stylistic/eslint-plugin": "^2.9.0", - "@terrestris/eslint-config-typescript": "^7.0.0", + "@terrestris/eslint-config-typescript": "^8.0.0", "@types/geojson": "^7946.0.14", "@types/jest": "^29.5.12", "@types/lodash": "^4.17.7",