From d05d82dc77a3f3acde7fde12af6d43b5ca5244b5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 8 Mar 2025 09:28:53 +0000 Subject: [PATCH 1/2] fix(deps): update dependency @stylistic/eslint-plugin to v4 --- packages/eslint-config-react/package.json | 2 +- pnpm-lock.yaml | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/packages/eslint-config-react/package.json b/packages/eslint-config-react/package.json index b7793cafd..c9708014f 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.1.0", + "@stylistic/eslint-plugin": "4.0.1", "@typescript-eslint/eslint-plugin": "8.25.0", "@typescript-eslint/parser": "8.25.0", "eslint-config-airbnb": "19.0.4", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e482fdd02..4005cc624 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.1.0 - version: 3.1.0(eslint@9.19.0(jiti@2.4.2))(typescript@5.8.2) + specifier: 4.0.1 + version: 4.0.1(eslint@9.19.0(jiti@2.4.2))(typescript@5.8.2) '@typescript-eslint/eslint-plugin': specifier: 8.25.0 version: 8.25.0(@typescript-eslint/parser@8.25.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,11 +1718,11 @@ packages: resolution: {integrity: sha512-LtoMMhxAlorcGhmFYI+LhPgbPZCkgP6ra1YL604EeF6U98pLlQ3iWIGMdWSC+vWmPBWBNgmDBAhnAobLROJmwg==} engines: {node: '>=18'} - '@stylistic/eslint-plugin@3.1.0': - resolution: {integrity: sha512-pA6VOrOqk0+S8toJYhQGv2MWpQQR0QpeUo9AhNkC49Y26nxBQ/nH1rta9bUU1rPw2fJ1zZEMV5oCX5AazT7J2g==} + '@stylistic/eslint-plugin@4.0.1': + resolution: {integrity: sha512-RwKkRKiDrF4ptiur54ckDhOByQYKYZ1dEmI5K8BJCmuGpauFJXzVL1UQYTA2zq702CqMFdYiJcVFJWfokIgFxw==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: - eslint: '>=8.40.0' + eslint: '>=9.0.0' '@testing-library/dom@10.0.0': resolution: {integrity: sha512-PmJPnogldqoVFf+EwbHvbBJ98MmqASV8kLrBYgsDNxQcFMeIS7JFL48sfyXvuMtgmWO/wMhh25odr+8VhDmn4g==} @@ -6223,7 +6223,7 @@ snapshots: '@sindresorhus/merge-streams@2.3.0': {} - '@stylistic/eslint-plugin@3.1.0(eslint@9.19.0(jiti@2.4.2))(typescript@5.8.2)': + '@stylistic/eslint-plugin@4.0.1(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 2a2a6edb9a25728bb9ed6360cb34fc283de20e32 Mon Sep 17 00:00:00 2001 From: Scaleway Bot Date: Sat, 8 Mar 2025 09:29:08 +0000 Subject: [PATCH 2/2] chore: add changeset renovate-fae167c --- .changeset/renovate-fae167c.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/renovate-fae167c.md diff --git a/.changeset/renovate-fae167c.md b/.changeset/renovate-fae167c.md new file mode 100644 index 000000000..4ba4d020d --- /dev/null +++ b/.changeset/renovate-fae167c.md @@ -0,0 +1,5 @@ +--- +'@scaleway/eslint-config-react': patch +--- + +Updated dependency `@stylistic/eslint-plugin` to `4.0.1`.