Bump eslint-plugin-react from 7.29.4 to 7.30.0 (#18503)
Bumps [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) from 7.29.4 to 7.30.0. - [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases) - [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md) - [Commits](https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.29.4...v7.30.0) --- updated-dependencies: - dependency-name: eslint-plugin-react dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
		| @@ -145,7 +145,7 @@ | ||||
|     "eslint-plugin-import": "~2.26.0", | ||||
|     "eslint-plugin-jsx-a11y": "~6.5.1", | ||||
|     "eslint-plugin-promise": "~6.0.0", | ||||
|     "eslint-plugin-react": "~7.29.4", | ||||
|     "eslint-plugin-react": "~7.30.0", | ||||
|     "jest": "^28.1.0", | ||||
|     "jest-environment-jsdom": "^28.1.0", | ||||
|     "prettier": "^2.6.2", | ||||
|   | ||||
							
								
								
									
										99
									
								
								yarn.lock
									
									
									
									
									
								
							
							
						
						
									
										99
									
								
								yarn.lock
									
									
									
									
									
								
							| @@ -2405,14 +2405,15 @@ array.prototype.flat@^1.2.5: | ||||
|     define-properties "^1.1.3" | ||||
|     es-abstract "^1.19.0" | ||||
|  | ||||
| array.prototype.flatmap@^1.2.5: | ||||
|   version "1.2.5" | ||||
|   resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.2.5.tgz#908dc82d8a406930fdf38598d51e7411d18d4446" | ||||
|   integrity sha512-08u6rVyi1Lj7oqWbS9nUxliETrtIROT4XGTA4D/LWGten6E3ocm7cy9SIrmNHOL5XVbVuckUp3X6Xyg8/zpvHA== | ||||
| array.prototype.flatmap@^1.3.0: | ||||
|   version "1.3.0" | ||||
|   resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.3.0.tgz#a7e8ed4225f4788a70cd910abcf0791e76a5534f" | ||||
|   integrity sha512-PZC9/8TKAIxcWKdyeb77EzULHPrIX/tIZebLJUQOMR1OwYosT8yggdfWScfTBCDj5utONvOuPQQumYsU2ULbkg== | ||||
|   dependencies: | ||||
|     call-bind "^1.0.0" | ||||
|     call-bind "^1.0.2" | ||||
|     define-properties "^1.1.3" | ||||
|     es-abstract "^1.19.0" | ||||
|     es-abstract "^1.19.2" | ||||
|     es-shim-unscopables "^1.0.0" | ||||
|  | ||||
| arrow-key-navigation@^1.2.0: | ||||
|   version "1.2.0" | ||||
| @@ -4407,6 +4408,42 @@ es-abstract@^1.17.0-next.1, es-abstract@^1.17.2, es-abstract@^1.18.0-next.0, es- | ||||
|     string.prototype.trimstart "^1.0.5" | ||||
|     unbox-primitive "^1.0.2" | ||||
|  | ||||
| es-abstract@^1.19.2: | ||||
|   version "1.20.1" | ||||
|   resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.20.1.tgz#027292cd6ef44bd12b1913b828116f54787d1814" | ||||
|   integrity sha512-WEm2oBhfoI2sImeM4OF2zE2V3BYdSF+KnSi9Sidz51fQHd7+JuF8Xgcj9/0o+OWeIeIS/MiuNnlruQrJf16GQA== | ||||
|   dependencies: | ||||
|     call-bind "^1.0.2" | ||||
|     es-to-primitive "^1.2.1" | ||||
|     function-bind "^1.1.1" | ||||
|     function.prototype.name "^1.1.5" | ||||
|     get-intrinsic "^1.1.1" | ||||
|     get-symbol-description "^1.0.0" | ||||
|     has "^1.0.3" | ||||
|     has-property-descriptors "^1.0.0" | ||||
|     has-symbols "^1.0.3" | ||||
|     internal-slot "^1.0.3" | ||||
|     is-callable "^1.2.4" | ||||
|     is-negative-zero "^2.0.2" | ||||
|     is-regex "^1.1.4" | ||||
|     is-shared-array-buffer "^1.0.2" | ||||
|     is-string "^1.0.7" | ||||
|     is-weakref "^1.0.2" | ||||
|     object-inspect "^1.12.0" | ||||
|     object-keys "^1.1.1" | ||||
|     object.assign "^4.1.2" | ||||
|     regexp.prototype.flags "^1.4.3" | ||||
|     string.prototype.trimend "^1.0.5" | ||||
|     string.prototype.trimstart "^1.0.5" | ||||
|     unbox-primitive "^1.0.2" | ||||
|  | ||||
| es-shim-unscopables@^1.0.0: | ||||
|   version "1.0.0" | ||||
|   resolved "https://registry.yarnpkg.com/es-shim-unscopables/-/es-shim-unscopables-1.0.0.tgz#702e632193201e3edf8713635d083d378e510241" | ||||
|   integrity sha512-Jm6GPcCdC30eMLbZ2x8z2WuRwAws3zTBBKuusffYVUrNj/GVSUAZ+xKMaUpfNDR5IbyNA5LJbaecoUVbmUcB1w== | ||||
|   dependencies: | ||||
|     has "^1.0.3" | ||||
|  | ||||
| es-to-primitive@^1.2.1: | ||||
|   version "1.2.1" | ||||
|   resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.1.tgz#e55cd4c9cdc188bcefb03b366c736323fc5c898a" | ||||
| @@ -4588,25 +4625,25 @@ eslint-plugin-promise@~6.0.0: | ||||
|   resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-6.0.0.tgz#017652c07c9816413a41e11c30adc42c3d55ff18" | ||||
|   integrity sha512-7GPezalm5Bfi/E22PnQxDWH2iW9GTvAlUNTztemeHb6c1BniSyoeTrM87JkC0wYdi6aQrZX9p2qEiAno8aTcbw== | ||||
|  | ||||
| eslint-plugin-react@~7.29.4: | ||||
|   version "7.29.4" | ||||
|   resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.29.4.tgz#4717de5227f55f3801a5fd51a16a4fa22b5914d2" | ||||
|   integrity sha512-CVCXajliVh509PcZYRFyu/BoUEz452+jtQJq2b3Bae4v3xBUWPLCmtmBM+ZinG4MzwmxJgJ2M5rMqhqLVn7MtQ== | ||||
| eslint-plugin-react@~7.30.0: | ||||
|   version "7.30.0" | ||||
|   resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.30.0.tgz#8e7b1b2934b8426ac067a0febade1b13bd7064e3" | ||||
|   integrity sha512-RgwH7hjW48BleKsYyHK5vUAvxtE9SMPDKmcPRQgtRCYaZA0XQPt5FSkrU3nhz5ifzMZcA8opwmRJ2cmOO8tr5A== | ||||
|   dependencies: | ||||
|     array-includes "^3.1.4" | ||||
|     array.prototype.flatmap "^1.2.5" | ||||
|     array-includes "^3.1.5" | ||||
|     array.prototype.flatmap "^1.3.0" | ||||
|     doctrine "^2.1.0" | ||||
|     estraverse "^5.3.0" | ||||
|     jsx-ast-utils "^2.4.1 || ^3.0.0" | ||||
|     minimatch "^3.1.2" | ||||
|     object.entries "^1.1.5" | ||||
|     object.fromentries "^2.0.5" | ||||
|     object.hasown "^1.1.0" | ||||
|     object.hasown "^1.1.1" | ||||
|     object.values "^1.1.5" | ||||
|     prop-types "^15.8.1" | ||||
|     resolve "^2.0.0-next.3" | ||||
|     semver "^6.3.0" | ||||
|     string.prototype.matchall "^4.0.6" | ||||
|     string.prototype.matchall "^4.0.7" | ||||
|  | ||||
| eslint-scope@^4.0.3: | ||||
|   version "4.0.3" | ||||
| @@ -7971,13 +8008,13 @@ object.getownpropertydescriptors@^2.1.0: | ||||
|     define-properties "^1.1.3" | ||||
|     es-abstract "^1.17.0-next.1" | ||||
|  | ||||
| object.hasown@^1.1.0: | ||||
|   version "1.1.0" | ||||
|   resolved "https://registry.yarnpkg.com/object.hasown/-/object.hasown-1.1.0.tgz#7232ed266f34d197d15cac5880232f7a4790afe5" | ||||
|   integrity sha512-MhjYRfj3GBlhSkDHo6QmvgjRLXQ2zndabdf3nX0yTyZK9rPfxb6uRpAac8HXNLy1GpqWtZ81Qh4v3uOls2sRAg== | ||||
| object.hasown@^1.1.1: | ||||
|   version "1.1.1" | ||||
|   resolved "https://registry.yarnpkg.com/object.hasown/-/object.hasown-1.1.1.tgz#ad1eecc60d03f49460600430d97f23882cf592a3" | ||||
|   integrity sha512-LYLe4tivNQzq4JdaWW6WO3HMZZJWzkkH8fnI6EebWl0VZth2wL2Lovm74ep2/gZzlaTdV62JZHEqHQ2yVn8Q/A== | ||||
|   dependencies: | ||||
|     define-properties "^1.1.3" | ||||
|     es-abstract "^1.19.1" | ||||
|     define-properties "^1.1.4" | ||||
|     es-abstract "^1.19.5" | ||||
|  | ||||
| object.pick@^1.3.0: | ||||
|   version "1.3.0" | ||||
| @@ -9571,15 +9608,7 @@ regexp.prototype.flags@^1.2.0: | ||||
|     define-properties "^1.1.3" | ||||
|     es-abstract "^1.17.0-next.1" | ||||
|  | ||||
| regexp.prototype.flags@^1.3.1: | ||||
|   version "1.3.1" | ||||
|   resolved "https://registry.yarnpkg.com/regexp.prototype.flags/-/regexp.prototype.flags-1.3.1.tgz#7ef352ae8d159e758c0eadca6f8fcb4eef07be26" | ||||
|   integrity sha512-JiBdRBq91WlY7uRJ0ds7R+dU02i6LKi8r3BuQhNXn+kmeLN+EfHhfjqMRis1zJxnlu88hq/4dx0P2OP3APRTOA== | ||||
|   dependencies: | ||||
|     call-bind "^1.0.2" | ||||
|     define-properties "^1.1.3" | ||||
|  | ||||
| regexp.prototype.flags@^1.4.1: | ||||
| regexp.prototype.flags@^1.4.1, regexp.prototype.flags@^1.4.3: | ||||
|   version "1.4.3" | ||||
|   resolved "https://registry.yarnpkg.com/regexp.prototype.flags/-/regexp.prototype.flags-1.4.3.tgz#87cab30f80f66660181a3bb7bf5981a872b367ac" | ||||
|   integrity sha512-fjggEOO3slI6Wvgjwflkc4NFRCTZAu5CnNfBd5qOMYhWdn67nJBBu34/TkD++eeFmd8C9r9jfXJ27+nSiRkSUA== | ||||
| @@ -10523,18 +10552,18 @@ string-width@^3.0.0, string-width@^3.1.0: | ||||
|     is-fullwidth-code-point "^2.0.0" | ||||
|     strip-ansi "^5.1.0" | ||||
|  | ||||
| string.prototype.matchall@^4.0.6: | ||||
|   version "4.0.6" | ||||
|   resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.6.tgz#5abb5dabc94c7b0ea2380f65ba610b3a544b15fa" | ||||
|   integrity sha512-6WgDX8HmQqvEd7J+G6VtAahhsQIssiZ8zl7zKh1VDMFyL3hRTJP4FTNA3RbIp2TOQ9AYNDcc7e3fH0Qbup+DBg== | ||||
| string.prototype.matchall@^4.0.7: | ||||
|   version "4.0.7" | ||||
|   resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.7.tgz#8e6ecb0d8a1fb1fda470d81acecb2dba057a481d" | ||||
|   integrity sha512-f48okCX7JiwVi1NXCVWcFnZgADDC/n2vePlQ/KUCNqCikLLilQvwjMO8+BHVKvgzH0JB0J9LEPgxOGT02RoETg== | ||||
|   dependencies: | ||||
|     call-bind "^1.0.2" | ||||
|     define-properties "^1.1.3" | ||||
|     es-abstract "^1.19.1" | ||||
|     get-intrinsic "^1.1.1" | ||||
|     has-symbols "^1.0.2" | ||||
|     has-symbols "^1.0.3" | ||||
|     internal-slot "^1.0.3" | ||||
|     regexp.prototype.flags "^1.3.1" | ||||
|     regexp.prototype.flags "^1.4.1" | ||||
|     side-channel "^1.0.4" | ||||
|  | ||||
| string.prototype.trimend@^1.0.5: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user