Bump @typescript-eslint/eslint-plugin from 5.34.0 to 5.46.1 #55

Closed
dependabot[bot] wants to merge 1 commit from dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-5.46.1 into master
dependabot[bot] commented 2022-12-13 11:11:49 +01:00 (Migrated from github.com)

Bumps @typescript-eslint/eslint-plugin from 5.34.0 to 5.46.1.

Release notes

Sourced from @​typescript-eslint/eslint-plugin's releases.

v5.46.1

5.46.1 (2022-12-12)

Note: Version bump only for package @​typescript-eslint/typescript-eslint

v5.46.0

5.46.0 (2022-12-08)

Bug Fixes

  • eslint-plugin: [ban-types] update message to suggest object instead of Record<string, unknown> (#6079) (d91a5fc)

Features

  • eslint-plugin: [prefer-nullish-coalescing] logic and test for strict null checks (#6174) (8a91cbd)

v5.45.1

5.45.1 (2022-12-05)

Bug Fixes

  • eslint-plugin: [keyword-spacing] unexpected space before/after in import type (#6095) (98caa92)
  • eslint-plugin: [no-shadow] add call and method signatures to ignoreFunctionTypeParameterNameValueShadow (#6129) (9d58b6b)
  • eslint-plugin: [prefer-optional-chain] collect MetaProperty type (#6083) (d7114d3)
  • eslint-plugin: [sort-type-constituents, sort-type-union-intersection-members] handle some required parentheses cases in the fixer (#6118) (5d49d5d)
  • parser: remove the jsx option requirement for automatic jsx pragma resolution (#6134) (e777f5e)

v5.45.0

5.45.0 (2022-11-28)

Bug Fixes

  • eslint-plugin: [array-type] --fix flag removes parentheses from type (#5997) (42b33af)
  • eslint-plugin: [keyword-spacing] prevent crash on no options (#6073) (1f19998)
  • eslint-plugin: [member-ordering] support private fields (#5859) (f02761a)
  • eslint-plugin: [prefer-readonly] report if a member's property is reassigned (#6043) (6e079eb)
  • scope-manager: add support for TS4.9 satisfies expression (#6059) (44027db)
  • typescript-estree: stub out ts.SatisfiesExpression on old TS versions (#6076) (1302b30)

Features

  • eslint-plugin: [member-ordering] add a required option for required vs. optional member ordering (#5965) (2abadc6)
  • support Auto Accessor syntax (#5926) (becd1f8)

v5.44.0

... (truncated)

Changelog

Sourced from @​typescript-eslint/eslint-plugin's changelog.

5.46.1 (2022-12-12)

Note: Version bump only for package @​typescript-eslint/eslint-plugin

5.46.0 (2022-12-08)

Bug Fixes

  • eslint-plugin: [ban-types] update message to suggest object instead of Record<string, unknown> (#6079) (d91a5fc)

Features

  • eslint-plugin: [prefer-nullish-coalescing] logic and test for strict null checks (#6174) (8a91cbd)

5.45.1 (2022-12-05)

Bug Fixes

  • eslint-plugin: [keyword-spacing] unexpected space before/after in import type (#6095) (98caa92)
  • eslint-plugin: [no-shadow] add call and method signatures to ignoreFunctionTypeParameterNameValueShadow (#6129) (9d58b6b)
  • eslint-plugin: [prefer-optional-chain] collect MetaProperty type (#6083) (d7114d3)
  • eslint-plugin: [sort-type-constituents, sort-type-union-intersection-members] handle some required parentheses cases in the fixer (#6118) (5d49d5d)

5.45.0 (2022-11-28)

Bug Fixes

  • eslint-plugin: [array-type] --fix flag removes parentheses from type (#5997) (42b33af)
  • eslint-plugin: [keyword-spacing] prevent crash on no options (#6073) (1f19998)
  • eslint-plugin: [member-ordering] support private fields (#5859) (f02761a)
  • eslint-plugin: [prefer-readonly] report if a member's property is reassigned (#6043) (6e079eb)

Features

  • eslint-plugin: [member-ordering] add a required option for required vs. optional member ordering (#5965) (2abadc6)

5.44.0 (2022-11-21)

Bug Fixes

  • eslint-plugin: [no-empty-interface] disable autofix for declaration merging with class (#5920) (a4f85b8)
  • eslint-plugin: [no-unnecessary-condition] handle index signature type (#5912) (5baad08)
  • eslint-plugin: [prefer-optional-chain] handle binary expressions in negated or (#5992) (2778ff0)
  • typescript-estree: don't consider a cached program unless it's specified in the current parserOptions.project config (#5999) (530e0e6)

Features

  • eslint-plugin: [adjacent-overload-signatures] check BlockStatement nodes (#5998) (97d3e56)
  • eslint-plugin: [keyword-spacing] Support spacing in import-type syntax (#5977) (6a735e1)

... (truncated)

Commits
  • c943b84 chore: publish v5.46.1
  • 47241bb docs: overhaul branding and add new logo (#6147)
  • 1e1573a chore: publish v5.46.0
  • d91a5fc fix(eslint-plugin): [ban-types] update message to suggest object instead of...
  • 8a91cbd feat(eslint-plugin): [prefer-nullish-coalescing] logic and test for strict nu...
  • 2d0a883 chore: publish v5.45.1
  • 26c4b46 docs(eslint-plugin): [member-ordering] remove invalid private-abstract-* ment...
  • 2288b35 chore(eslint-plugin): valid typescript error code in eslint-recommended (#6165)
  • 46c14cd chore: use short form for nx project names (#6160)
  • 0b37822 chore: bump Nx to 15 (#6140)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.34.0 to 5.46.1. <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>v5.46.1</h2> <h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.46.0...v5.46.1">5.46.1</a> (2022-12-12)</h2> <p><strong>Note:</strong> Version bump only for package <code>@​typescript-eslint/typescript-eslint</code></p> <h2>v5.46.0</h2> <h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.45.1...v5.46.0">5.46.0</a> (2022-12-08)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [ban-types] update message to suggest <code>object</code> instead of <code>Record&lt;string, unknown&gt;</code> (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/6079">#6079</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/d91a5fc41be5bc2a0625574e9c9496f61fb7471d">d91a5fc</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>eslint-plugin:</strong> [prefer-nullish-coalescing] logic and test for strict null checks (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/6174">#6174</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/8a91cbd9fbe5bc4cf750cd949d2b8d48ff4c311d">8a91cbd</a>)</li> </ul> <h2>v5.45.1</h2> <h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.45.0...v5.45.1">5.45.1</a> (2022-12-05)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [keyword-spacing] unexpected space before/after in <code>import type</code> (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/6095">#6095</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/98caa92ca89bdf0ca6ba6e4ff1f13c60221579e8">98caa92</a>)</li> <li><strong>eslint-plugin:</strong> [no-shadow] add call and method signatures to <code>ignoreFunctionTypeParameterNameValueShadow</code> (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/6129">#6129</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/9d58b6be246507d20af67c84a5e9bb592d97cff5">9d58b6b</a>)</li> <li><strong>eslint-plugin:</strong> [prefer-optional-chain] collect MetaProperty type (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/6083">#6083</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/d7114d3ab09d1b93627d3b3dbb9862e37ee29c97">d7114d3</a>)</li> <li><strong>eslint-plugin:</strong> [sort-type-constituents, sort-type-union-intersection-members] handle some required parentheses cases in the fixer (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/6118">#6118</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/5d49d5dbee4425fc8bc01c5e748d161f3619477b">5d49d5d</a>)</li> <li><strong>parser:</strong> remove the jsx option requirement for automatic jsx pragma resolution (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/6134">#6134</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/e777f5e225b9ddfb6bb1eaa74cbc5171a17ac017">e777f5e</a>)</li> </ul> <h2>v5.45.0</h2> <h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.44.0...v5.45.0">5.45.0</a> (2022-11-28)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [array-type] --fix flag removes parentheses from type (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/5997">#5997</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/42b33af256e5269feb214c7bb161079f770964fa">42b33af</a>)</li> <li><strong>eslint-plugin:</strong> [keyword-spacing] prevent crash on no options (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/6073">#6073</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/1f19998e3ec6d592fc679a7490708e2e96816f4c">1f19998</a>)</li> <li><strong>eslint-plugin:</strong> [member-ordering] support private fields (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/5859">#5859</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/f02761af19848a84b8d1832bd00fd6c95d38fa0c">f02761a</a>)</li> <li><strong>eslint-plugin:</strong> [prefer-readonly] report if a member's property is reassigned (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/6043">#6043</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/6e079eb35cfec79ba9965627477117f026d161ac">6e079eb</a>)</li> <li><strong>scope-manager:</strong> add support for TS4.9 satisfies expression (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/6059">#6059</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/44027db379e6e074a16cda2755ef554c2b0a4c5a">44027db</a>)</li> <li><strong>typescript-estree:</strong> stub out <code>ts.SatisfiesExpression</code> on old TS versions (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/6076">#6076</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/1302b30ecad9eb55aa9f1daa5068d9fb72c3688e">1302b30</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>eslint-plugin:</strong> [member-ordering] add a required option for required vs. optional member ordering (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/5965">#5965</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/2abadc6c26cd6300764157d405a2462b754d050b">2abadc6</a>)</li> <li>support Auto Accessor syntax (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/5926">#5926</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/becd1f8581c0013399dfe71be6c265e96cedb57a">becd1f8</a>)</li> </ul> <h2>v5.44.0</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </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><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.46.0...v5.46.1">5.46.1</a> (2022-12-12)</h2> <p><strong>Note:</strong> Version bump only for package <code>@​typescript-eslint/eslint-plugin</code></p> <h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.45.1...v5.46.0">5.46.0</a> (2022-12-08)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [ban-types] update message to suggest <code>object</code> instead of <code>Record&lt;string, unknown&gt;</code> (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/6079">#6079</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/d91a5fc41be5bc2a0625574e9c9496f61fb7471d">d91a5fc</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>eslint-plugin:</strong> [prefer-nullish-coalescing] logic and test for strict null checks (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/6174">#6174</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/8a91cbd9fbe5bc4cf750cd949d2b8d48ff4c311d">8a91cbd</a>)</li> </ul> <h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.45.0...v5.45.1">5.45.1</a> (2022-12-05)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [keyword-spacing] unexpected space before/after in <code>import type</code> (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/6095">#6095</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/98caa92ca89bdf0ca6ba6e4ff1f13c60221579e8">98caa92</a>)</li> <li><strong>eslint-plugin:</strong> [no-shadow] add call and method signatures to <code>ignoreFunctionTypeParameterNameValueShadow</code> (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/6129">#6129</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/9d58b6be246507d20af67c84a5e9bb592d97cff5">9d58b6b</a>)</li> <li><strong>eslint-plugin:</strong> [prefer-optional-chain] collect MetaProperty type (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/6083">#6083</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/d7114d3ab09d1b93627d3b3dbb9862e37ee29c97">d7114d3</a>)</li> <li><strong>eslint-plugin:</strong> [sort-type-constituents, sort-type-union-intersection-members] handle some required parentheses cases in the fixer (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/6118">#6118</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/5d49d5dbee4425fc8bc01c5e748d161f3619477b">5d49d5d</a>)</li> </ul> <h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.44.0...v5.45.0">5.45.0</a> (2022-11-28)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [array-type] --fix flag removes parentheses from type (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/5997">#5997</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/42b33af256e5269feb214c7bb161079f770964fa">42b33af</a>)</li> <li><strong>eslint-plugin:</strong> [keyword-spacing] prevent crash on no options (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/6073">#6073</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/1f19998e3ec6d592fc679a7490708e2e96816f4c">1f19998</a>)</li> <li><strong>eslint-plugin:</strong> [member-ordering] support private fields (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/5859">#5859</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/f02761af19848a84b8d1832bd00fd6c95d38fa0c">f02761a</a>)</li> <li><strong>eslint-plugin:</strong> [prefer-readonly] report if a member's property is reassigned (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/6043">#6043</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/6e079eb35cfec79ba9965627477117f026d161ac">6e079eb</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>eslint-plugin:</strong> [member-ordering] add a required option for required vs. optional member ordering (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/5965">#5965</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/2abadc6c26cd6300764157d405a2462b754d050b">2abadc6</a>)</li> </ul> <h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.43.0...v5.44.0">5.44.0</a> (2022-11-21)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [no-empty-interface] disable autofix for declaration merging with class (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/5920">#5920</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/a4f85b8cfe38ba8ea2a2ac4a56d9b11a81a8a15a">a4f85b8</a>)</li> <li><strong>eslint-plugin:</strong> [no-unnecessary-condition] handle index signature type (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/5912">#5912</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/5baad0893f9a90633d57fffac69af7523bd1501e">5baad08</a>)</li> <li><strong>eslint-plugin:</strong> [prefer-optional-chain] handle binary expressions in negated or (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/5992">#5992</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/2778ff0c3db011148be93ed3bea5ce07af3c81ef">2778ff0</a>)</li> <li><strong>typescript-estree:</strong> don't consider a cached program unless it's specified in the current <code>parserOptions.project</code> config (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/5999">#5999</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/530e0e618cdf4bb956149bf8a8484848e1b9a1f5">530e0e6</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>eslint-plugin:</strong> [adjacent-overload-signatures] check BlockStatement nodes (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/5998">#5998</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/97d3e56709ee19fdec39fd8b99d080db90b306e9">97d3e56</a>)</li> <li><strong>eslint-plugin:</strong> [keyword-spacing] Support spacing in import-type syntax (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/5977">#5977</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/6a735e142ef67f3af6497f922cf83706867eb6b7">6a735e1</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/c943b845c939944d309cea7a312db4ca645308f3"><code>c943b84</code></a> chore: publish v5.46.1</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/47241bb6f676233e37cd813714b79e3a5d9fb3e0"><code>47241bb</code></a> docs: overhaul branding and add new logo (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/6147">#6147</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/1e1573a868265a3a14df2a24d11f686d62e30b83"><code>1e1573a</code></a> chore: publish v5.46.0</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/d91a5fc41be5bc2a0625574e9c9496f61fb7471d"><code>d91a5fc</code></a> fix(eslint-plugin): [ban-types] update message to suggest <code>object</code> instead of...</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/8a91cbd9fbe5bc4cf750cd949d2b8d48ff4c311d"><code>8a91cbd</code></a> feat(eslint-plugin): [prefer-nullish-coalescing] logic and test for strict nu...</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/2d0a88314dc6c4ea2c786135735fd83517945acd"><code>2d0a883</code></a> chore: publish v5.45.1</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/26c4b46b302177cbba381ee266303a795328786c"><code>26c4b46</code></a> docs(eslint-plugin): [member-ordering] remove invalid private-abstract-* ment...</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/2288b35def2494e17b45ae7b355cd6f16b6d4ab0"><code>2288b35</code></a> chore(eslint-plugin): valid typescript error code in eslint-recommended (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/6165">#6165</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/46c14cd88616acc2ef9567edbc1b67577128b16e"><code>46c14cd</code></a> chore: use short form for nx project names (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/6160">#6160</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/0b37822f5198a81e5bfe1c09b61a5d5c54407a41"><code>0b37822</code></a> chore: bump Nx to 15 (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/6140">#6140</a>)</li> <li>Additional commits viewable in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v5.46.1/packages/eslint-plugin">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@typescript-eslint/eslint-plugin&package-manager=npm_and_yarn&previous-version=5.34.0&new-version=5.46.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
dependabot[bot] commented 2022-12-20 11:14:23 +01:00 (Migrated from github.com)

Superseded by #57.

Superseded by #57.

Pull request closed

Sign in to join this conversation.
No description provided.