From 8c8851c42fd955f22db9f980c0bfbf55f7b89a7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Feb 2025 05:47:57 +0000 Subject: [PATCH] Bump @stylistic/eslint-plugin from 3.1.0 to 4.0.1 in /src/TodoApp Bumps [@stylistic/eslint-plugin](https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin) from 3.1.0 to 4.0.1. - [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.0.1/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] --- src/TodoApp/package-lock.json | 12 ++++++------ src/TodoApp/package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/TodoApp/package-lock.json b/src/TodoApp/package-lock.json index 84bcfa4e..3dbeeaaf 100644 --- a/src/TodoApp/package-lock.json +++ b/src/TodoApp/package-lock.json @@ -11,7 +11,7 @@ "devDependencies": { "@babel/core": "^7.26.9", "@babel/preset-env": "^7.26.9", - "@stylistic/eslint-plugin": "^3.1.0", + "@stylistic/eslint-plugin": "^4.0.1", "@types/jquery": "^3.5.32", "@typescript-eslint/eslint-plugin": "^8.24.1", "@typescript-eslint/parser": "^8.24.1", @@ -2726,13 +2726,13 @@ } }, "node_modules/@stylistic/eslint-plugin": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin/-/eslint-plugin-3.1.0.tgz", - "integrity": "sha512-pA6VOrOqk0+S8toJYhQGv2MWpQQR0QpeUo9AhNkC49Y26nxBQ/nH1rta9bUU1rPw2fJ1zZEMV5oCX5AazT7J2g==", + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin/-/eslint-plugin-4.0.1.tgz", + "integrity": "sha512-RwKkRKiDrF4ptiur54ckDhOByQYKYZ1dEmI5K8BJCmuGpauFJXzVL1UQYTA2zq702CqMFdYiJcVFJWfokIgFxw==", "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", @@ -2742,7 +2742,7 @@ "node": "^18.18.0 || ^20.9.0 || >=21.1.0" }, "peerDependencies": { - "eslint": ">=8.40.0" + "eslint": ">=9.0.0" } }, "node_modules/@types/babel__core": { diff --git a/src/TodoApp/package.json b/src/TodoApp/package.json index 81e42b49..941a17dd 100644 --- a/src/TodoApp/package.json +++ b/src/TodoApp/package.json @@ -20,7 +20,7 @@ "devDependencies": { "@babel/core": "^7.26.9", "@babel/preset-env": "^7.26.9", - "@stylistic/eslint-plugin": "^3.1.0", + "@stylistic/eslint-plugin": "^4.0.1", "@types/jquery": "^3.5.32", "@typescript-eslint/eslint-plugin": "^8.24.1", "@typescript-eslint/parser": "^8.24.1",