From af5630f9ff7db3d8f855179924693c7d07458346 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 13:55:10 +0000 Subject: [PATCH] build(deps-dev): bump @stylistic/eslint-plugin from 2.13.0 to 4.2.0 Bumps [@stylistic/eslint-plugin](https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin) from 2.13.0 to 4.2.0. - [Release notes](https://github.com/eslint-stylistic/eslint-stylistic/releases) - [Changelog](https://github.com/eslint-stylistic/eslint-stylistic/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint-stylistic/eslint-stylistic/commits/v4.2.0/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@stylistic/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 13 +++++++------ package.json | 2 +- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 29cc63f8..e2bc9a9b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@eslint/eslintrc": "^3.2.0", "@eslint/js": "^9.18.0", "@microsoft/api-extractor": "^7.49.1", - "@stylistic/eslint-plugin": "^2.13.0", + "@stylistic/eslint-plugin": "^4.2.0", "@testing-library/jest-dom": "^6.6.3", "@types/jest": "^29.5.14", "@types/node": "^22.10.1", @@ -1878,12 +1878,13 @@ } }, "node_modules/@stylistic/eslint-plugin": { - "version": "2.13.0", - "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin/-/eslint-plugin-2.13.0.tgz", - "integrity": "sha512-RnO1SaiCFHn666wNz2QfZEFxvmiNRqhzaMXHXxXXKt+MEP7aajlPxUSMIQpKAaJfverpovEYqjBOXDq6dDcaOQ==", + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin/-/eslint-plugin-4.2.0.tgz", + "integrity": "sha512-8hXezgz7jexGHdo5WN6JBEIPHCSFyyU4vgbxevu4YLVS5vl+sxqAAGyXSzfNDyR6xMNSH5H1x67nsXcYMOHtZA==", "dev": true, + "license": "MIT", "dependencies": { - "@typescript-eslint/utils": "^8.13.0", + "@typescript-eslint/utils": "^8.23.0", "eslint-visitor-keys": "^4.2.0", "espree": "^10.3.0", "estraverse": "^5.3.0", @@ -1893,7 +1894,7 @@ "node": "^18.18.0 || ^20.9.0 || >=21.1.0" }, "peerDependencies": { - "eslint": ">=8.40.0" + "eslint": ">=9.0.0" } }, "node_modules/@stylistic/eslint-plugin/node_modules/eslint-visitor-keys": { diff --git a/package.json b/package.json index f0583776..12f591ca 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "@eslint/eslintrc": "^3.2.0", "@eslint/js": "^9.18.0", "@microsoft/api-extractor": "^7.49.1", - "@stylistic/eslint-plugin": "^2.13.0", + "@stylistic/eslint-plugin": "^4.2.0", "@testing-library/jest-dom": "^6.6.3", "@types/jest": "^29.5.14", "@types/node": "^22.10.1",