From 89053313d8cc3a0bc3578f30297ccaa265110d96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2025 00:13:31 +0000 Subject: [PATCH] chore(deps-dev): Bump @stylistic/eslint-plugin from 2.10.1 to 3.0.1 Bumps [@stylistic/eslint-plugin](https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin) from 2.10.1 to 3.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/v3.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] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index aceacb8..ca1fb7e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@babel/core": "^7.26.0", "@babel/preset-env": "^7.26.0", "@eslint/js": "^9.14.0", - "@stylistic/eslint-plugin": "^2.10.1", + "@stylistic/eslint-plugin": "^3.0.1", "@types/jest": "^29.5.14", "@types/object-hash": "^3.0.6", "bundlib": "^0.21.4", @@ -3180,13 +3180,13 @@ } }, "node_modules/@stylistic/eslint-plugin": { - "version": "2.10.1", - "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin/-/eslint-plugin-2.10.1.tgz", - "integrity": "sha512-U+4yzNXElTf9q0kEfnloI9XbOyD4cnEQCxjUI94q0+W++0GAEQvJ/slwEj9lwjDHfGADRSr+Tco/z0XJvmDfCQ==", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin/-/eslint-plugin-3.0.1.tgz", + "integrity": "sha512-rQ3tcT5N2cynofJfbjUsnL4seoewTaOVBLyUEwtNldo7iNMPo3h/GUQk+Cl3iHEWwRxjq2wuH6q0FufQrbVL1A==", "dev": true, "license": "MIT", "dependencies": { - "@typescript-eslint/utils": "^8.12.2", + "@typescript-eslint/utils": "^8.13.0", "eslint-visitor-keys": "^4.2.0", "espree": "^10.3.0", "estraverse": "^5.3.0", diff --git a/package.json b/package.json index 67f8580..717528c 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "@babel/core": "^7.26.0", "@babel/preset-env": "^7.26.0", "@eslint/js": "^9.14.0", - "@stylistic/eslint-plugin": "^2.10.1", + "@stylistic/eslint-plugin": "^3.0.1", "@types/jest": "^29.5.14", "@types/object-hash": "^3.0.6", "bundlib": "^0.21.4",