Build(deps-dev): bump @typescript-eslint/eslint-plugin from 5.33.1 to 5.34.0 #549

Merged
argoyle merged 1 commits from dependabot-npm_and_yarn-typescript-eslint-eslint-plugin-5.34.0 into master 2022-08-24 06:53:24 +00:00
argoyle commented 2022-08-23 04:41:39 +00:00 (Migrated from gitlab.com)

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

Release notes

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

v5.34.0

5.34.0 (2022-08-22)

Bug Fixes

  • ast-spec: NewExpression argument can be SpreadElement now (#5422) (3ced62f)
  • eslint-plugin: [no-useless-constructor] handle parameter decorator (#5450) (864dbcf)
  • scope-manager: visit static blocks (#5489) (78745c2)

Features

  • eslint-plugin: [prefer-optional-chain] support suggesting !foo || !foo.bar as a valid match for the rule (#5266) (aca935c)
  • types: add unbound property in parser options (#5419) (e08a9dd)
Changelog

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

5.34.0 (2022-08-22)

Bug Fixes

  • eslint-plugin: [no-useless-constructor] handle parameter decorator (#5450) (864dbcf)

Features

  • eslint-plugin: [prefer-optional-chain] support suggesting !foo || !foo.bar as a valid match for the rule (#5266) (aca935c)
Commits
  • e41bc94 chore: publish v5.34.0
  • aca935c feat(eslint-plugin): [prefer-optional-chain] support suggesting `!foo || !foo...
  • 81f3ffc chore(website): generate rule docs options automatically (#5386)
  • faaac27 chore: bump Prettier to 2.7 (#5491)
  • 68c937e chore: update eslint-plugin-eslint-plugin to 5.0.5 (#5493)
  • a28e0ef chore(eslint-plugin): stop linting rule output formatting in tests (#5379)
  • 864dbcf fix(eslint-plugin): [no-useless-constructor] handle parameter decorator (#5450)
  • 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.33.1 to 5.34.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.34.0</h2> <h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.33.1...v5.34.0">5.34.0</a> (2022-08-22)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>ast-spec:</strong> NewExpression argument can be SpreadElement now (<a href="https://github.com/typescript-eslint/typescript-eslint/issues/5422">#5422</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/3ced62fb8474ed377c1336ac3e855f0270ce9beb">3ced62f</a>)</li> <li><strong>eslint-plugin:</strong> [no-useless-constructor] handle parameter decorator (<a href="https://github.com/typescript-eslint/typescript-eslint/issues/5450">#5450</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/864dbcfccba274fe1b26eac8aeeaf2a2355b5969">864dbcf</a>)</li> <li><strong>scope-manager:</strong> visit static blocks (<a href="https://github.com/typescript-eslint/typescript-eslint/issues/5489">#5489</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/78745c2092064446837b5683892001030a8bb4e2">78745c2</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>eslint-plugin:</strong> [prefer-optional-chain] support suggesting <code>!foo || !foo.bar</code> as a valid match for the rule (<a href="https://github.com/typescript-eslint/typescript-eslint/issues/5266">#5266</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/aca935c9696712d4aff18144c4690db4d6ba9bf9">aca935c</a>)</li> <li><strong>types:</strong> add unbound property in parser options (<a href="https://github.com/typescript-eslint/typescript-eslint/issues/5419">#5419</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/e08a9dd79365c1b1f5d0145ab69377f7d45f8a4f">e08a9dd</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.33.1...v5.34.0">5.34.0</a> (2022-08-22)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [no-useless-constructor] handle parameter decorator (<a href="https://github.com/typescript-eslint/typescript-eslint/issues/5450">#5450</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/864dbcfccba274fe1b26eac8aeeaf2a2355b5969">864dbcf</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>eslint-plugin:</strong> [prefer-optional-chain] support suggesting <code>!foo || !foo.bar</code> as a valid match for the rule (<a href="https://github.com/typescript-eslint/typescript-eslint/issues/5266">#5266</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/aca935c9696712d4aff18144c4690db4d6ba9bf9">aca935c</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/e41bc94ee93c5ead2dbd702578811ed0ddaf3b12"><code>e41bc94</code></a> chore: publish v5.34.0</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/aca935c9696712d4aff18144c4690db4d6ba9bf9"><code>aca935c</code></a> feat(eslint-plugin): [prefer-optional-chain] support suggesting `!foo || !foo...</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/81f3ffca5a784795197bbd2623b3558edc24ac9b"><code>81f3ffc</code></a> chore(website): generate rule docs options automatically (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/5386">#5386</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/faaac273edeb644557f1f5892ef7e94b6a14857c"><code>faaac27</code></a> chore: bump Prettier to 2.7 (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/5491">#5491</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/68c937ede8b520cfdc7c953ce83a8a98d7cd6d20"><code>68c937e</code></a> chore: update eslint-plugin-eslint-plugin to 5.0.5 (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/5493">#5493</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/a28e0ef179f15602ac6ae9bdcdbf0086b27f3b7a"><code>a28e0ef</code></a> chore(eslint-plugin): stop linting rule output formatting in tests (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/5379">#5379</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/864dbcfccba274fe1b26eac8aeeaf2a2355b5969"><code>864dbcf</code></a> fix(eslint-plugin): [no-useless-constructor] handle parameter decorator (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/5450">#5450</a>)</li> <li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v5.34.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-08-24 06:18:15 +00:00 (Migrated from gitlab.com)

added 2 commits

  • e27f5137 - 1 commit from branch master
  • 6d516c76 - Build(deps-dev): bump @typescript-eslint/eslint-plugin

Compare with previous version

added 2 commits <ul><li>e27f5137 - 1 commit from branch <code>master</code></li><li>6d516c76 - Build(deps-dev): bump @typescript-eslint/eslint-plugin</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/500/diffs?diff_id=468123276&start_sha=d73e3a8adcc76072a72daa2b41c48c8369815948)
argoyle commented 2022-08-24 06:37:46 +00:00 (Migrated from gitlab.com)

$dependabot recreate

$dependabot recreate
argoyle commented 2022-08-24 06:37:47 +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-08-24 06:39:07 +00:00 (Migrated from gitlab.com)

dependabot successfuly recreated merge request!

:white_check_mark: `dependabot` successfuly recreated merge request!
argoyle commented 2022-08-24 06:39:07 +00:00 (Migrated from gitlab.com)

resolved all threads

resolved all threads
argoyle commented 2022-08-24 06:39:07 +00:00 (Migrated from gitlab.com)

added 2 commits

  • 3d67dcc2 - 1 commit from branch master
  • 8d14451d - Build(deps-dev): bump @typescript-eslint/eslint-plugin

Compare with previous version

added 2 commits <ul><li>3d67dcc2 - 1 commit from branch <code>master</code></li><li>8d14451d - Build(deps-dev): bump @typescript-eslint/eslint-plugin</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/500/diffs?diff_id=468136993&start_sha=6d516c76ee669eac67feb5ea99475ee0205d29e5)
argoyle (Migrated from gitlab.com) scheduled this pull request to auto merge when all checks succeed 2022-08-24 06:40:21 +00:00
argoyle (Migrated from gitlab.com) merged commit into master 2022-08-24 06:53:24 +00:00
Sign in to join this conversation.