-
Notifications
You must be signed in to change notification settings - Fork 55
Commit 180c5a2
authored
Bump the minor-and-patch group with 5 updates (#226)
Bumps the minor-and-patch group with 5 updates:
| Package | From | To |
| --- | --- | --- |
|
[@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)
| `22.7.0` | `22.7.4` |
|
[@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)
| `8.7.0` | `8.8.0` |
|
[@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)
| `8.7.0` | `8.8.0` |
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) |
`50.2.4` | `50.3.1` |
|
[eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react)
| `7.36.1` | `7.37.1` |
Updates `@types/node` from 22.7.0 to 22.7.4
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node">compare
view</a></li>
</ul>
</details>
<br />
Updates `@typescript-eslint/eslint-plugin` from 8.7.0 to 8.8.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/typescript-eslint/typescript-eslint/releases"><code>@typescript-eslint/eslint-plugin</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v8.8.0</h2>
<h2>8.8.0 (2024-09-30)</h2>
<h3>🚀 Features</h3>
<ul>
<li><strong>eslint-plugin:</strong> [no-unnecessary-condition] add
checkTypePredicates (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10009">#10009</a>)</li>
<li><strong>eslint-plugin:</strong> [await-thenable] check for-await
loop iteree (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10008">#10008</a>)</li>
</ul>
<h3>🩹 Fixes</h3>
<ul>
<li>remove <code>export type *</code> in d.ts to support TS<5.0 (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10070">#10070</a>)</li>
<li><strong>eslint-plugin:</strong> [no-unnecessary-template-expression]
should underline template syntax with squiggly lines (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10044">#10044</a>)</li>
<li><strong>eslint-plugin:</strong> [no-deprecated] max callstack
exceeded when class implements itself (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10040">#10040</a>)</li>
<li><strong>eslint-plugin:</strong> [no-misused-promises] check
contextual type (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10042">#10042</a>)</li>
<li><strong>eslint-plugin:</strong> [prefer-literal-enum-member] allow
nested bitwise operations (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10037">#10037</a>)</li>
<li><strong>type-utils:</strong> check for type parameters on
<code>isBuiltinSymbolLikeRecurser()</code> (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10026">#10026</a>)</li>
<li><strong>utils:</strong> update missing type information message (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10043">#10043</a>)</li>
</ul>
<h3>❤️ Thank You</h3>
<ul>
<li>auvred <a
href="https://github.com/auvred"><code>@auvred</code></a></li>
<li>Josh Goldberg ✨</li>
<li>Kirk Waiblinger <a
href="https://github.com/kirkwaiblinger"><code>@kirkwaiblinger</code></a></li>
<li>Ronen Amiel</li>
<li>Tarun Chauhan <a
href="https://github.com/tarunrajput"><code>@tarunrajput</code></a></li>
<li>YeonJuan <a
href="https://github.com/yeonjuan"><code>@yeonjuan</code></a></li>
</ul>
<p>You can read about our <a
href="https://main--typescript-eslint.netlify.app/users/versioning">versioning
strategy</a> and <a
href="https://main--typescript-eslint.netlify.app/users/releases">releases</a>
on our website.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md"><code>@typescript-eslint/eslint-plugin</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>8.8.0 (2024-09-30)</h2>
<h3>🚀 Features</h3>
<ul>
<li>
<p><strong>eslint-plugin:</strong> [no-unnecessary-condition] add
checkTypePredicates</p>
</li>
<li>
<p><strong>eslint-plugin:</strong> [return-await] check for-await loop
iteree</p>
</li>
</ul>
<h3>🩹 Fixes</h3>
<ul>
<li>
<p>remove <code>export type *</code> in d.ts to support TS<5.0</p>
</li>
<li>
<p><strong>eslint-plugin:</strong> [no-unnecessary-template-expression]
should underline template syntax with squiggly lines</p>
</li>
<li>
<p><strong>type-utils:</strong> check for type parameters on
<code>isBuiltinSymbolLikeRecurser()</code></p>
</li>
<li>
<p><strong>eslint-plugin:</strong> [no-deprecated] max callstack
exceeded when class implements itself</p>
</li>
<li>
<p><strong>eslint-plugin:</strong> [no-misused-promises] check
contextual type</p>
</li>
<li>
<p><strong>eslint-plugin:</strong> [prefer-literal-enum-member] allow
nested bitwise operations</p>
</li>
</ul>
<h3>❤️ Thank You</h3>
<ul>
<li>auvred</li>
<li>Josh Goldberg ✨</li>
<li>Kirk Waiblinger</li>
<li>Ronen Amiel</li>
<li>Tarun Chauhan</li>
<li>YeonJuan</li>
</ul>
<p>You can read about our <a
href="https://main--typescript-eslint.netlify.app/users/versioning">versioning
strategy</a> and <a
href="https://main--typescript-eslint.netlify.app/users/releases">releases</a>
on our website.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/2055cfbbdef5d9b7ee4ed7180f0af93eed245235"><code>2055cfb</code></a>
chore(release): publish 8.8.0</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/b121bd9557986799b6ccd5c4f9a6722c34329665"><code>b121bd9</code></a>
feat(eslint-plugin): [return-await] check for-await loop iteree (<a
href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/10008">#10008</a>)</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/9028d9d3d751a9e68f6f4376d2a99ce9bb64def9"><code>9028d9d</code></a>
docs: [no-unsafe-enum-comparison] clarify motivation and applicability
(<a
href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/10029">#10029</a>)</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/977e0a1c41b8715d107898072d599fbc85c13b79"><code>977e0a1</code></a>
fix(eslint-plugin): [prefer-literal-enum-member] allow nested bitwise
operati...</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/6ce66b59ec3b4ab01d3a6505fb9d08955ef12008"><code>6ce66b5</code></a>
fix: remove <code>export type *</code> in d.ts to support TS<5.0 (<a
href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/10070">#10070</a>)</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/a916ff27c151f10db9fdbb259828ed50796dfe61"><code>a916ff2</code></a>
feat(eslint-plugin): [no-unnecessary-condition] add checkTypePredicates
(<a
href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/10009">#10009</a>)</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/b36d524d37c58cf8102e24dae021b57b37687159"><code>b36d524</code></a>
fix(eslint-plugin): [no-misused-promises] check contextual type (<a
href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/10042">#10042</a>)</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/7a216fe7b859fdd2498fcfa84ac8deb8c41530e8"><code>7a216fe</code></a>
fix(eslint-plugin): [no-deprecated] max callstack exceeded when class
impleme...</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/94c5484f747be901f1610fc37192714a619bb355"><code>94c5484</code></a>
fix(type-utils): check for type parameters on
<code>isBuiltinSymbolLikeRecurser()</code>...</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/ced951b415c0c30b9e476f13561993ecccee76fc"><code>ced951b</code></a>
docs: [prefer-literal-enum-member] fix bad examples (<a
href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/10035">#10035</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.8.0/packages/eslint-plugin">compare
view</a></li>
</ul>
</details>
<br />
Updates `@typescript-eslint/parser` from 8.7.0 to 8.8.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/typescript-eslint/typescript-eslint/releases"><code>@typescript-eslint/parser</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v8.8.0</h2>
<h2>8.8.0 (2024-09-30)</h2>
<h3>🚀 Features</h3>
<ul>
<li><strong>eslint-plugin:</strong> [no-unnecessary-condition] add
checkTypePredicates (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10009">#10009</a>)</li>
<li><strong>eslint-plugin:</strong> [await-thenable] check for-await
loop iteree (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10008">#10008</a>)</li>
</ul>
<h3>🩹 Fixes</h3>
<ul>
<li>remove <code>export type *</code> in d.ts to support TS<5.0 (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10070">#10070</a>)</li>
<li><strong>eslint-plugin:</strong> [no-unnecessary-template-expression]
should underline template syntax with squiggly lines (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10044">#10044</a>)</li>
<li><strong>eslint-plugin:</strong> [no-deprecated] max callstack
exceeded when class implements itself (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10040">#10040</a>)</li>
<li><strong>eslint-plugin:</strong> [no-misused-promises] check
contextual type (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10042">#10042</a>)</li>
<li><strong>eslint-plugin:</strong> [prefer-literal-enum-member] allow
nested bitwise operations (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10037">#10037</a>)</li>
<li><strong>type-utils:</strong> check for type parameters on
<code>isBuiltinSymbolLikeRecurser()</code> (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10026">#10026</a>)</li>
<li><strong>utils:</strong> update missing type information message (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10043">#10043</a>)</li>
</ul>
<h3>❤️ Thank You</h3>
<ul>
<li>auvred <a
href="https://github.com/auvred"><code>@auvred</code></a></li>
<li>Josh Goldberg ✨</li>
<li>Kirk Waiblinger <a
href="https://github.com/kirkwaiblinger"><code>@kirkwaiblinger</code></a></li>
<li>Ronen Amiel</li>
<li>Tarun Chauhan <a
href="https://github.com/tarunrajput"><code>@tarunrajput</code></a></li>
<li>YeonJuan <a
href="https://github.com/yeonjuan"><code>@yeonjuan</code></a></li>
</ul>
<p>You can read about our <a
href="https://main--typescript-eslint.netlify.app/users/versioning">versioning
strategy</a> and <a
href="https://main--typescript-eslint.netlify.app/users/releases">releases</a>
on our website.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md"><code>@typescript-eslint/parser</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>8.8.0 (2024-09-30)</h2>
<p>This was a version bump only for parser to align it with other
projects, there were no code changes.</p>
<p>You can read about our <a
href="https://main--typescript-eslint.netlify.app/users/versioning">versioning
strategy</a> and <a
href="https://main--typescript-eslint.netlify.app/users/releases">releases</a>
on our website.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/2055cfbbdef5d9b7ee4ed7180f0af93eed245235"><code>2055cfb</code></a>
chore(release): publish 8.8.0</li>
<li>See full diff in <a
href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.8.0/packages/parser">compare
view</a></li>
</ul>
</details>
<br />
Updates `eslint-plugin-jsdoc` from 50.2.4 to 50.3.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/gajus/eslint-plugin-jsdoc/releases">eslint-plugin-jsdoc's
releases</a>.</em></p>
<blockquote>
<h2>v50.3.1</h2>
<h2><a
href="https://github.com/gajus/eslint-plugin-jsdoc/compare/v50.3.0...v50.3.1">50.3.1</a>
(2024-10-01)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong><code>check-alignment</code>:</strong> handle zero indent;
fixes <a
href="https://redirect.github.com/gajus/eslint-plugin-jsdoc/issues/1322">#1322</a>
(<a
href="https://github.com/gajus/eslint-plugin-jsdoc/commit/34866bc988a1a26fab9c4cf3c89fadb4c7d0494f">34866bc</a>)</li>
</ul>
<h2>v50.3.0</h2>
<h1><a
href="https://github.com/gajus/eslint-plugin-jsdoc/compare/v50.2.5...v50.3.0">50.3.0</a>
(2024-09-26)</h1>
<h3>Features</h3>
<ul>
<li><strong><code>require-param</code>:</strong> add
<code>ignoreWhenAllParamsMissing</code> option; fixes <a
href="https://redirect.github.com/gajus/eslint-plugin-jsdoc/issues/1317">#1317</a>
(<a
href="https://github.com/gajus/eslint-plugin-jsdoc/commit/3b1843582015d999bbf373095fdc492a235bb374">3b18435</a>)</li>
</ul>
<h2>v50.2.5</h2>
<h2><a
href="https://github.com/gajus/eslint-plugin-jsdoc/compare/v50.2.4...v50.2.5">50.2.5</a>
(2024-09-25)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong><code>require-jsdoc</code>:</strong> allow
<code>TSTypeAliasDeclaration</code> to be detected for export; fixes <a
href="https://redirect.github.com/gajus/eslint-plugin-jsdoc/issues/1319">#1319</a>
(<a
href="https://github.com/gajus/eslint-plugin-jsdoc/commit/909de737f115af69a5fd10ec64810a0f42f834e0">909de73</a>)</li>
<li>force release (<a
href="https://github.com/gajus/eslint-plugin-jsdoc/commit/69704565d80e12a74e856966fbf9e70e2e324905">6970456</a>)</li>
<li>force release (<a
href="https://github.com/gajus/eslint-plugin-jsdoc/commit/20e0805d8b245dd1f675987740dea2cfb04d440b">20e0805</a>)</li>
<li>update semantic-release (<a
href="https://github.com/gajus/eslint-plugin-jsdoc/commit/baaf8c399dde08795841bd5df98b62212403f664">baaf8c3</a>)</li>
<li>update semantic-release/github (<a
href="https://github.com/gajus/eslint-plugin-jsdoc/commit/8e565e08407c275401045676faee62f31e42702a">8e565e0</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/gajus/eslint-plugin-jsdoc/commit/34866bc988a1a26fab9c4cf3c89fadb4c7d0494f"><code>34866bc</code></a>
fix(<code>check-alignment</code>): handle zero indent; fixes <a
href="https://redirect.github.com/gajus/eslint-plugin-jsdoc/issues/1322">#1322</a></li>
<li><a
href="https://github.com/gajus/eslint-plugin-jsdoc/commit/3b1843582015d999bbf373095fdc492a235bb374"><code>3b18435</code></a>
feat(<code>require-param</code>): add
<code>ignoreWhenAllParamsMissing</code> option; fixes <a
href="https://redirect.github.com/gajus/eslint-plugin-jsdoc/issues/1317">#1317</a></li>
<li><a
href="https://github.com/gajus/eslint-plugin-jsdoc/commit/51c68b16b114ae630bfea28a5f428d6fce1b3aaf"><code>51c68b1</code></a>
Revert "Enable Publish Attestation"</li>
<li><a
href="https://github.com/gajus/eslint-plugin-jsdoc/commit/69704565d80e12a74e856966fbf9e70e2e324905"><code>6970456</code></a>
fix: force release</li>
<li><a
href="https://github.com/gajus/eslint-plugin-jsdoc/commit/baaf8c399dde08795841bd5df98b62212403f664"><code>baaf8c3</code></a>
fix: update semantic-release</li>
<li><a
href="https://github.com/gajus/eslint-plugin-jsdoc/commit/20e0805d8b245dd1f675987740dea2cfb04d440b"><code>20e0805</code></a>
fix: force release</li>
<li><a
href="https://github.com/gajus/eslint-plugin-jsdoc/commit/8e565e08407c275401045676faee62f31e42702a"><code>8e565e0</code></a>
fix: update semantic-release/github</li>
<li><a
href="https://github.com/gajus/eslint-plugin-jsdoc/commit/909de737f115af69a5fd10ec64810a0f42f834e0"><code>909de73</code></a>
fix(<code>require-jsdoc</code>): allow
<code>TSTypeAliasDeclaration</code> to be detected for expor...</li>
<li><a
href="https://github.com/gajus/eslint-plugin-jsdoc/commit/239d69aafff5462852a4c73c2ea4ab0a2e84a35c"><code>239d69a</code></a>
Enable Publish Attestation</li>
<li>See full diff in <a
href="https://github.com/gajus/eslint-plugin-jsdoc/compare/v50.2.4...v50.3.1">compare
view</a></li>
</ul>
</details>
<br />
Updates `eslint-plugin-react` from 7.36.1 to 7.37.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/jsx-eslint/eslint-plugin-react/releases">eslint-plugin-react's
releases</a>.</em></p>
<blockquote>
<h2>v7.37.1</h2>
<h3>Fixed</h3>
<ul>
<li>[meta] do not npmignore <code>d.ts</code> files (<a
href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3836">#3836</a>[]
<a href="https://github.com/ljharb"><code>@ljharb</code></a>)</li>
</ul>
<h3>Changed</h3>
<ul>
<li>[readme] Fix shared settings link (<a
href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3834">#3834</a>[]
<a
href="https://github.com/MgenGlder"><code>@MgenGlder</code></a>)</li>
</ul>
<p><a
href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3834">#3834</a>:
<a
href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/3834">jsx-eslint/eslint-plugin-react#3834</a>
<a
href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3836">#3836</a>:
<a
href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3836">jsx-eslint/eslint-plugin-react#3836</a></p>
<h2>v7.37.0</h2>
<h3>Added</h3>
<ul>
<li>add type generation (<a
href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3830">#3830</a>[]
<a href="https://github.com/voxpelli"><code>@voxpelli</code></a>)</li>
<li>[<code>no-unescaped-entities</code>]: add suggestions (<a
href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3831">#3831</a>[]
<a
href="https://github.com/StyleShit"><code>@StyleShit</code></a>)</li>
<li>[<code>forbid-component-props</code>]: add
<code>allowedForPatterns</code>/<code>disallowedForPatterns</code>
options (<a
href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3805">#3805</a>[]
<a href="https://github.com/Efimenko"><code>@Efimenko</code></a>)</li>
<li>[<code>no-unstable-nested-components</code>]: add
<code>propNamePattern</code> to support custom render prop naming
conventions (<a
href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3826">#3826</a>[]
<a
href="https://github.com/danreeves"><code>@danreeves</code></a>)</li>
</ul>
<h3>Changed</h3>
<ul>
<li>[readme] flat config example for react 17+ (<a
href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3824">#3824</a>[]
<a href="https://github.com/GabenGar"><code>@GabenGar</code></a>)</li>
</ul>
<p><a
href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3805">#3805</a>:
<a
href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/3805">jsx-eslint/eslint-plugin-react#3805</a>
<a
href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3824">#3824</a>:
<a
href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/3824">jsx-eslint/eslint-plugin-react#3824</a>
<a
href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3826">#3826</a>:
<a
href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/3826">jsx-eslint/eslint-plugin-react#3826</a>
<a
href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3830">#3830</a>:
<a
href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/3830">jsx-eslint/eslint-plugin-react#3830</a>
<a
href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3831">#3831</a>:
<a
href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/3831">jsx-eslint/eslint-plugin-react#3831</a>
[<code>forbid-component-props</code>]:
docs/rules/forbid-component-props.md
[<code>no-unescaped-entities</code>]:
docs/rules/no-unescaped-entities.md
[<code>no-unstable-nested-components</code>]:
docs/rules/no-unstable-nested-components.md</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md">eslint-plugin-react's
changelog</a>.</em></p>
<blockquote>
<h2>[7.37.1] - 2024.10.01</h2>
<h3>Fixed</h3>
<ul>
<li>[meta] do not npmignore <code>d.ts</code> files (<a
href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3836">#3836</a>[]
<a href="https://github.com/ljharb"><code>@ljharb</code></a>)</li>
</ul>
<h3>Changed</h3>
<ul>
<li>[readme] Fix shared settings link (<a
href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3834">#3834</a>[]
<a
href="https://github.com/MgenGlder"><code>@MgenGlder</code></a>)</li>
</ul>
<p><a
href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3836">#3836</a>:
<a
href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3836">jsx-eslint/eslint-plugin-react#3836</a>
<a
href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3834">#3834</a>:
<a
href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/3834">jsx-eslint/eslint-plugin-react#3834</a></p>
<h2>[7.37.0] - 2024.09.26</h2>
<h3>Added</h3>
<ul>
<li>add type generation (<a
href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3830">#3830</a>[]
<a href="https://github.com/voxpelli"><code>@voxpelli</code></a>)</li>
<li>[<code>no-unescaped-entities</code>]: add suggestions (<a
href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3831">#3831</a>[]
<a
href="https://github.com/StyleShit"><code>@StyleShit</code></a>)</li>
<li>[<code>forbid-component-props</code>]: add
<code>allowedForPatterns</code>/<code>disallowedForPatterns</code>
options (<a
href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3805">#3805</a>[]
<a href="https://github.com/Efimenko"><code>@Efimenko</code></a>)</li>
<li>[<code>no-unstable-nested-components</code>]: add
<code>propNamePattern</code> to support custom render prop naming
conventions (<a
href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3826">#3826</a>[]
<a
href="https://github.com/danreeves"><code>@danreeves</code></a>)</li>
</ul>
<h3>Changed</h3>
<ul>
<li>[readme] flat config example for react 17+ (<a
href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3824">#3824</a>[]
<a href="https://github.com/GabenGar"><code>@GabenGar</code></a>)</li>
</ul>
<p><a
href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3831">#3831</a>:
<a
href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/3831">jsx-eslint/eslint-plugin-react#3831</a>
<a
href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3830">#3830</a>:
<a
href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/3830">jsx-eslint/eslint-plugin-react#3830</a>
<a
href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3826">#3826</a>:
<a
href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/3826">jsx-eslint/eslint-plugin-react#3826</a>
<a
href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3824">#3824</a>:
<a
href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/3824">jsx-eslint/eslint-plugin-react#3824</a>
<a
href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3805">#3805</a>:
<a
href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/3805">jsx-eslint/eslint-plugin-react#3805</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/jsx-eslint/eslint-plugin-react/commit/ae6fb8da7d1853c5c2339db525af7d678edb216d"><code>ae6fb8d</code></a>
Update CHANGELOG and bump version</li>
<li><a
href="https://github.com/jsx-eslint/eslint-plugin-react/commit/63e0b49f724fb2b871be9c36eb8926fa9417aaee"><code>63e0b49</code></a>
[meta] do not npmignore <code>d.ts</code> files</li>
<li><a
href="https://github.com/jsx-eslint/eslint-plugin-react/commit/1f95a2460e3eaae4c6e6264a354b011bf074952a"><code>1f95a24</code></a>
[readme] Fix shared settings link</li>
<li><a
href="https://github.com/jsx-eslint/eslint-plugin-react/commit/ec27e20c67c125321d645a9eaa461dec7dc65421"><code>ec27e20</code></a>
Update CHANGELOG and bump version</li>
<li><a
href="https://github.com/jsx-eslint/eslint-plugin-react/commit/0cc5b7abe24f57ffb6fbb80ed1a9c840f8dba276"><code>0cc5b7a</code></a>
[meta] fix release workflow</li>
<li><a
href="https://github.com/jsx-eslint/eslint-plugin-react/commit/744135b5362b575cd5ebc5a2b310eb531bb585a1"><code>744135b</code></a>
[readme] flat config example for react 17+</li>
<li><a
href="https://github.com/jsx-eslint/eslint-plugin-react/commit/a1273d5e4bd247e7c289110e9e56b06d55329708"><code>a1273d5</code></a>
[New] <code>no-unstable-nested-components</code>: add
<code>propNamePattern</code> to support custo...</li>
<li><a
href="https://github.com/jsx-eslint/eslint-plugin-react/commit/30732140d3d4beb4a51061698cc662a44721edec"><code>3073214</code></a>
[New] <code>forbid-component-props</code>: add
<code>allowedForPatterns</code>/`disallowedForPatter...</li>
<li><a
href="https://github.com/jsx-eslint/eslint-plugin-react/commit/95297ed106345798e562472c120031474c19a0c4"><code>95297ed</code></a>
[New] <code>no-unescaped-entities</code>: add suggestions</li>
<li><a
href="https://github.com/jsx-eslint/eslint-plugin-react/commit/7f3ac1bc196b139b553867a919114235002f646d"><code>7f3ac1b</code></a>
[New] add type generation</li>
<li>Additional commits viewable in <a
href="https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.36.1...v7.37.1">compare
view</a></li>
</ul>
</details>
<br />
You can trigger a rebase of this PR by commenting `@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions
</details>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent a252ca6 commit 180c5a2Copy full SHA for 180c5a2
File tree
Expand file treeCollapse file tree
2 files changed
+67
-67
lines changedOpen diff view settings
Filter options
Expand file treeCollapse file tree
2 files changed
+67
-67
lines changedOpen diff view settings
Collapse file
+62-62Lines changed: 62 additions & 62 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Collapse file
+5-5Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
39 | | - | |
40 | | - | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
0 commit comments