Build(deps-dev): bump @typescript-eslint/eslint-plugin from 5.44.0 to 5.45.0 #778

Merged
argoyle merged 1 commits from dependabot-npm_and_yarn-typescript-eslint-eslint-plugin-5.45.0 into master 2022-11-29 07:05:48 +00:00
argoyle commented 2022-11-29 04:41:14 +00:00 (Migrated from gitlab.com)

Bumps @typescript-eslint/eslint-plugin from 5.44.0 to 5.45.0.

Release notes

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

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)
Changelog

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

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)
Commits
  • 267da4e chore: publish v5.45.0
  • 2abadc6 feat(eslint-plugin): [member-ordering] add a required option for required vs....
  • 6e079eb fix(eslint-plugin): [prefer-readonly] report if a member's property is reassi...
  • f02761a fix(eslint-plugin): [member-ordering] support private fields (#5859)
  • ee62b0b chore: use no-restricted-syntax to enforce created options in rules (#6074)
  • 1f19998 fix(eslint-plugin): [keyword-spacing] prevent crash on no options (#6073)
  • 42b33af fix(eslint-plugin): [array-type] --fix flag removes parentheses from type (#5...
  • See full diff in compare view


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/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.44.0 to 5.45.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>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.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.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.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.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.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.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.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.com/typescript-eslint/typescript-eslint/issues/5926">#5926</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/becd1f8581c0013399dfe71be6c265e96cedb57a">becd1f8</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/eslint-plugin/CHANGELOG.md"><code>@​typescript-eslint/eslint-plugin</code>'s changelog</a>.</em></p> <blockquote> <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.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.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.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.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.com/typescript-eslint/typescript-eslint/issues/5965">#5965</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/2abadc6c26cd6300764157d405a2462b754d050b">2abadc6</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/267da4e416f7de6892336db8a2360d7af702b73c"><code>267da4e</code></a> chore: publish v5.45.0</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/2abadc6c26cd6300764157d405a2462b754d050b"><code>2abadc6</code></a> feat(eslint-plugin): [member-ordering] add a required option for required vs....</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/6e079eb35cfec79ba9965627477117f026d161ac"><code>6e079eb</code></a> fix(eslint-plugin): [prefer-readonly] report if a member's property is reassi...</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/f02761af19848a84b8d1832bd00fd6c95d38fa0c"><code>f02761a</code></a> fix(eslint-plugin): [member-ordering] support private fields (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/5859">#5859</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/ee62b0b18afb85fe901a48f816bda5802acc907a"><code>ee62b0b</code></a> chore: use no-restricted-syntax to enforce created options in rules (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/6074">#6074</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/1f19998e3ec6d592fc679a7490708e2e96816f4c"><code>1f19998</code></a> fix(eslint-plugin): [keyword-spacing] prevent crash on no options (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/6073">#6073</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/42b33af256e5269feb214c7bb161079f770964fa"><code>42b33af</code></a> fix(eslint-plugin): [array-type] --fix flag removes parentheses from type (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/5">#5</a>...</li> <li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v5.45.0/packages/eslint-plugin">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 commented 2022-11-29 06:29:00 +00:00 (Migrated from gitlab.com)

added 2 commits

  • d211b4e6 - 1 commit from branch master
  • 7c4a7ae4 - Build(deps-dev): bump @typescript-eslint/eslint-plugin

Compare with previous version

added 2 commits <ul><li>d211b4e6 - 1 commit from branch <code>master</code></li><li>7c4a7ae4 - Build(deps-dev): bump @typescript-eslint/eslint-plugin</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/729/diffs?diff_id=544234338&start_sha=f522d24138a69a387ad0e9005fefc78731ebb95e)
argoyle commented 2022-11-29 06:38:47 +00:00 (Migrated from gitlab.com)

added 2 commits

  • 6135a47e - 1 commit from branch master
  • 513bd7e7 - Build(deps-dev): bump @typescript-eslint/eslint-plugin

Compare with previous version

added 2 commits <ul><li>6135a47e - 1 commit from branch <code>master</code></li><li>513bd7e7 - Build(deps-dev): bump @typescript-eslint/eslint-plugin</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/729/diffs?diff_id=544239661&start_sha=7c4a7ae469c92d9448b9734a1167aa1c75bdb6d4)
argoyle commented 2022-11-29 06:55:32 +00:00 (Migrated from gitlab.com)

$dependabot recreate

$dependabot recreate
argoyle commented 2022-11-29 06:55:34 +00:00 (Migrated from gitlab.com)

⚠️ dependabot is recreating merge request. All changes will be overwritten! ⚠️

:warning: `dependabot` is recreating merge request. All changes will be overwritten! :warning:
argoyle commented 2022-11-29 06:55:57 +00:00 (Migrated from gitlab.com)

dependabot successfuly recreated merge request!

:white_check_mark: `dependabot` successfuly recreated merge request!
argoyle commented 2022-11-29 06:55:57 +00:00 (Migrated from gitlab.com)

added 2 commits

  • 5b73b5bd - 1 commit from branch master
  • 2b4c7847 - Build(deps-dev): bump @typescript-eslint/eslint-plugin

Compare with previous version

added 2 commits <ul><li>5b73b5bd - 1 commit from branch <code>master</code></li><li>2b4c7847 - Build(deps-dev): bump @typescript-eslint/eslint-plugin</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/729/diffs?diff_id=544249952&start_sha=513bd7e7afa09957676ef9f759d2a7660c41d6a6)
argoyle commented 2022-11-29 06:55:57 +00:00 (Migrated from gitlab.com)

resolved all threads

resolved all threads
argoyle (Migrated from gitlab.com) scheduled this pull request to auto merge when all checks succeed 2022-11-29 06:57:20 +00:00
argoyle (Migrated from gitlab.com) merged commit into master 2022-11-29 07:05:49 +00:00
Sign in to join this conversation.