From 99a4cab779db250928e5c7883eed2fefbee1809d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 02:20:18 +0000 Subject: [PATCH] build(deps-dev): bump @stylistic/eslint-plugin in /packages/pl-fe Bumps [@stylistic/eslint-plugin](https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin) from 3.0.1 to 3.1.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/v3.1.0/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@stylistic/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- packages/pl-fe/package.json | 2 +- packages/pl-fe/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/pl-fe/package.json b/packages/pl-fe/package.json index bb55dd7e4..7c93bd1f5 100644 --- a/packages/pl-fe/package.json +++ b/packages/pl-fe/package.json @@ -141,7 +141,7 @@ "@formatjs/cli": "^6.3.14", "@jedmao/redux-mock-store": "^3.0.5", "@sentry/types": "^8.47.0", - "@stylistic/eslint-plugin": "^3.0.1", + "@stylistic/eslint-plugin": "^3.1.0", "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^16.1.0", "@testing-library/react-hooks": "^8.0.1", diff --git a/packages/pl-fe/yarn.lock b/packages/pl-fe/yarn.lock index 7e32fab96..05c372576 100644 --- a/packages/pl-fe/yarn.lock +++ b/packages/pl-fe/yarn.lock @@ -2228,10 +2228,10 @@ dependencies: lodash "^4.17.15" -"@stylistic/eslint-plugin@^3.0.1": - version "3.0.1" - resolved "https://registry.yarnpkg.com/@stylistic/eslint-plugin/-/eslint-plugin-3.0.1.tgz#ec85816a3b4e75c34293160b2784e6a4bdce6664" - integrity sha512-rQ3tcT5N2cynofJfbjUsnL4seoewTaOVBLyUEwtNldo7iNMPo3h/GUQk+Cl3iHEWwRxjq2wuH6q0FufQrbVL1A== +"@stylistic/eslint-plugin@^3.1.0": + version "3.1.0" + resolved "https://registry.yarnpkg.com/@stylistic/eslint-plugin/-/eslint-plugin-3.1.0.tgz#a9f655c518f76bfc5feb46b467d0f06e511b289d" + integrity sha512-pA6VOrOqk0+S8toJYhQGv2MWpQQR0QpeUo9AhNkC49Y26nxBQ/nH1rta9bUU1rPw2fJ1zZEMV5oCX5AazT7J2g== dependencies: "@typescript-eslint/utils" "^8.13.0" eslint-visitor-keys "^4.2.0"