Build(deps-dev): bump @typescript-eslint/parser from 5.43.0 to 5.44.0 #768

Merged
argoyle merged 1 commits from dependabot-npm_and_yarn-typescript-eslint-parser-5.44.0 into master 2022-11-22 06:09:51 +00:00
argoyle commented 2022-11-22 04:41:31 +00:00 (Migrated from gitlab.com)

Bumps @typescript-eslint/parser from 5.43.0 to 5.44.0.

Release notes

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

v5.44.0

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)
  • support parsing satisfies operators (#5717) (20d7cae)
  • update to TypeScript 4.9 (#5716) (4d744ea)
Changelog

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

5.44.0 (2022-11-21)

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

Commits


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • $dependabot rebase will rebase this MR
  • $dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.43.0 to 5.44.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>v5.44.0</h2> <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.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.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.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.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.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.com/typescript-eslint/typescript-eslint/issues/5977">#5977</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/6a735e142ef67f3af6497f922cf83706867eb6b7">6a735e1</a>)</li> <li>support parsing <code>satisfies</code> operators (<a href="https://github.com/typescript-eslint/typescript-eslint/issues/5717">#5717</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/20d7caee35ab84ae6381fdf04338c9e2b9e2bc48">20d7cae</a>)</li> <li>update to TypeScript 4.9 (<a href="https://github.com/typescript-eslint/typescript-eslint/issues/5716">#5716</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/4d744ea10ba03c66eebcb63e8722e9f0165fbeed">4d744ea</a>)</li> </ul> </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> <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> <p><strong>Note:</strong> Version bump only for package <code>@​typescript-eslint/parser</code></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/01159d204154e31acf86162268ff27d95b7fc783"><code>01159d2</code></a> chore: publish v5.44.0</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/426c2f9f7e5a8b7cb82927467aa34464dab25f20"><code>426c2f9</code></a> chore: remove unnecessary project names from nx commands (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser/issues/6054">#6054</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/e2d1263dee9775469b095c40ee0fd501d375f9e4"><code>e2d1263</code></a> chore: switched repo lint to use nx run-many (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser/issues/6038">#6038</a>)</li> <li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v5.44.0/packages/parser">compare view</a></li> </ul> </details> <br /> --- <details> <summary>Dependabot commands</summary> <br /> You can trigger Dependabot actions by commenting on this MR - `$dependabot rebase` will rebase this MR - `$dependabot recreate` will recreate this MR rewriting all the manual changes and resolving conflicts </details>
argoyle (Migrated from gitlab.com) merged commit into master 2022-11-22 06:09:51 +00:00
Sign in to join this conversation.