From 8aff0bb8045ece2ff4294cf6571702bed89a8a4b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 8 Mar 2025 08:12:25 +0000 Subject: [PATCH 1/2] fix(deps): update dependency @stylistic/eslint-plugin to v3.1.0 --- packages/eslint-config-react/package.json | 2 +- pnpm-lock.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/eslint-config-react/package.json b/packages/eslint-config-react/package.json index e18bc07f7..4e772a895 100644 --- a/packages/eslint-config-react/package.json +++ b/packages/eslint-config-react/package.json @@ -37,7 +37,7 @@ "@emotion/eslint-plugin": "11.12.0", "@eslint/compat": "1.2.7", "@eslint/eslintrc": "3.3.0", - "@stylistic/eslint-plugin": "3.0.1", + "@stylistic/eslint-plugin": "3.1.0", "@typescript-eslint/eslint-plugin": "8.23.0", "@typescript-eslint/parser": "8.23.0", "eslint-config-airbnb": "19.0.4", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 94b7f096e..a70b1bfaa 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -160,8 +160,8 @@ importers: specifier: 3.3.0 version: 3.3.0 '@stylistic/eslint-plugin': - specifier: 3.0.1 - version: 3.0.1(eslint@9.19.0(jiti@2.4.2))(typescript@5.8.2) + specifier: 3.1.0 + version: 3.1.0(eslint@9.19.0(jiti@2.4.2))(typescript@5.8.2) '@typescript-eslint/eslint-plugin': specifier: 8.23.0 version: 8.23.0(@typescript-eslint/parser@8.23.0(eslint@9.19.0(jiti@2.4.2))(typescript@5.8.2))(eslint@9.19.0(jiti@2.4.2))(typescript@5.8.2) @@ -1718,8 +1718,8 @@ packages: resolution: {integrity: sha512-LtoMMhxAlorcGhmFYI+LhPgbPZCkgP6ra1YL604EeF6U98pLlQ3iWIGMdWSC+vWmPBWBNgmDBAhnAobLROJmwg==} engines: {node: '>=18'} - '@stylistic/eslint-plugin@3.0.1': - resolution: {integrity: sha512-rQ3tcT5N2cynofJfbjUsnL4seoewTaOVBLyUEwtNldo7iNMPo3h/GUQk+Cl3iHEWwRxjq2wuH6q0FufQrbVL1A==} + '@stylistic/eslint-plugin@3.1.0': + resolution: {integrity: sha512-pA6VOrOqk0+S8toJYhQGv2MWpQQR0QpeUo9AhNkC49Y26nxBQ/nH1rta9bUU1rPw2fJ1zZEMV5oCX5AazT7J2g==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: '>=8.40.0' @@ -6189,7 +6189,7 @@ snapshots: '@sindresorhus/merge-streams@2.3.0': {} - '@stylistic/eslint-plugin@3.0.1(eslint@9.19.0(jiti@2.4.2))(typescript@5.8.2)': + '@stylistic/eslint-plugin@3.1.0(eslint@9.19.0(jiti@2.4.2))(typescript@5.8.2)': dependencies: '@typescript-eslint/utils': 8.23.0(eslint@9.19.0(jiti@2.4.2))(typescript@5.8.2) eslint: 9.19.0(jiti@2.4.2) From c3ea66e92987462f55c39c9802ae6681a8b6d299 Mon Sep 17 00:00:00 2001 From: Scaleway Bot Date: Sat, 8 Mar 2025 08:12:45 +0000 Subject: [PATCH 2/2] chore: add changeset renovate-8aff0bb --- .changeset/renovate-8aff0bb.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/renovate-8aff0bb.md diff --git a/.changeset/renovate-8aff0bb.md b/.changeset/renovate-8aff0bb.md new file mode 100644 index 000000000..ab5509509 --- /dev/null +++ b/.changeset/renovate-8aff0bb.md @@ -0,0 +1,5 @@ +--- +'@scaleway/eslint-config-react': patch +--- + +Updated dependency `@stylistic/eslint-plugin` to `3.1.0`.