From 5640dbf81615b8ca1f7a4acf62b490a420b08779 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 00:15:18 +0000 Subject: [PATCH 1/2] fix(deps): update dependency eslint-plugin-react to v7.37.2 --- packages/eslint-config/package.json | 2 +- pnpm-lock.yaml | 32 +++++++++++++++++++++++++++-- 2 files changed, 31 insertions(+), 3 deletions(-) diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index d4708e5..6145fd2 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -69,7 +69,7 @@ "eslint-config-prettier": "9.1.0", "eslint-plugin-jsx-a11y": "6.10.1", "eslint-plugin-prettier": "5.2.1", - "eslint-plugin-react": "7.37.1", + "eslint-plugin-react": "7.37.2", "eslint-plugin-react-hooks": "5.0.0", "eslint-plugin-simple-import-sort": "12.1.1", "eslint-plugin-vue": "9.29.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 92b1ad5..a7a1cd7 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -91,8 +91,8 @@ importers: specifier: 5.2.1 version: 5.2.1(@types/eslint@9.6.1)(eslint-config-prettier@9.1.0(eslint@9.13.0(jiti@1.21.6)))(eslint@9.13.0(jiti@1.21.6))(prettier@3.3.3) eslint-plugin-react: - specifier: 7.37.1 - version: 7.37.1(eslint@9.13.0(jiti@1.21.6)) + specifier: 7.37.2 + version: 7.37.2(eslint@9.13.0(jiti@1.21.6)) eslint-plugin-react-hooks: specifier: 5.0.0 version: 5.0.0(eslint@9.13.0(jiti@1.21.6)) @@ -1492,6 +1492,12 @@ packages: peerDependencies: eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9.7 + eslint-plugin-react@7.37.2: + resolution: {integrity: sha512-EsTAnj9fLVr/GZleBLFbj/sSuXeWmp1eXIN60ceYnZveqEaUCyW4X+Vh4WTdUhCkW4xutXYqTXCUSyqD4rB75w==} + engines: {node: '>=4'} + peerDependencies: + eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9.7 + eslint-plugin-simple-import-sort@12.1.1: resolution: {integrity: sha512-6nuzu4xwQtE3332Uz0to+TxDQYRLTKRESSc2hefVT48Zc8JthmN23Gx9lnYhu0FtkRSL1oxny3kJ2aveVhmOVA==} peerDependencies: @@ -4677,6 +4683,28 @@ snapshots: string.prototype.matchall: 4.0.11 string.prototype.repeat: 1.0.0 + eslint-plugin-react@7.37.2(eslint@9.13.0(jiti@1.21.6)): + dependencies: + array-includes: 3.1.8 + array.prototype.findlast: 1.2.5 + array.prototype.flatmap: 1.3.2 + array.prototype.tosorted: 1.1.4 + doctrine: 2.1.0 + es-iterator-helpers: 1.1.0 + eslint: 9.13.0(jiti@1.21.6) + estraverse: 5.3.0 + hasown: 2.0.2 + jsx-ast-utils: 3.3.5 + minimatch: 3.1.2 + object.entries: 1.1.8 + object.fromentries: 2.0.8 + object.values: 1.2.0 + prop-types: 15.8.1 + resolve: 2.0.0-next.5 + semver: 6.3.1 + string.prototype.matchall: 4.0.11 + string.prototype.repeat: 1.0.0 + eslint-plugin-simple-import-sort@12.1.1(eslint@9.13.0(jiti@1.21.6)): dependencies: eslint: 9.13.0(jiti@1.21.6) From 215240adfcf67ea18ef66ea8d3badab2734293e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mehmetcan=20Y=C4=B1lmaz?= Date: Wed, 30 Oct 2024 20:58:02 +0300 Subject: [PATCH 2/2] chore: add changeset for eslint-plugin-react update --- .changeset/sour-apricots-pump.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/sour-apricots-pump.md diff --git a/.changeset/sour-apricots-pump.md b/.changeset/sour-apricots-pump.md new file mode 100644 index 0000000..86fcafb --- /dev/null +++ b/.changeset/sour-apricots-pump.md @@ -0,0 +1,5 @@ +--- +'@commencis/eslint-config': patch +--- + +update dependency: eslint-plugin-react@7.37.2