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

Merged
argoyle merged 1 commits from dependabot-npm_and_yarn-typescript-eslint-eslint-plugin-5.35.1 into master 2022-08-25 11:01:12 +00:00
argoyle commented 2022-08-25 04:41:12 +00:00 (Migrated from gitlab.com)

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

Release notes

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

v5.35.1

5.35.1 (2022-08-24)

Features

  • eslint-plugin: [explicit-member-accessibility] suggest adding explicit accessibility specifiers (#5492) (0edb94a)
  • 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)

Bug Fixes

  • eslint-plugin: correct rule schemas to pass ajv validation (#5531) (dbf8b56)
  • 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)
Changelog

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

5.35.1 (2022-08-24)

Bug Fixes

  • eslint-plugin: correct rule schemas to pass ajv validation (#5531) (dbf8b56)

5.35.0 (2022-08-24)

Features

  • eslint-plugin: [explicit-member-accessibility] suggest adding explicit accessibility specifiers (#5492) (0edb94a)
Commits
  • cb43b4a chore: publish v5.35.1
  • dbf8b56 fix(eslint-plugin): correct rule schemas to pass ajv validation (#5531)
  • 96b6639 chore: publish v5.35.0
  • 0edb94a feat(eslint-plugin): [explicit-member-accessibility] suggest adding explicit ...
  • 4a805d5 chore(eslint-plugin): use defs, not definitions, in rule schemas (#5534)
  • 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.34.0 to 5.35.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.35.1</h2> <h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.33.1...v5.35.1">5.35.1</a> (2022-08-24)</h1> <h3>Features</h3> <ul> <li><strong>eslint-plugin:</strong> [explicit-member-accessibility] suggest adding explicit accessibility specifiers (<a href="https://github.com/typescript-eslint/typescript-eslint/issues/5492">#5492</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/0edb94aee55e1ec6afa7f46f99a9b308bbb66301">0edb94a</a>)</li> <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> <h3>Bug Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> correct rule schemas to pass ajv validation (<a href="https://github.com/typescript-eslint/typescript-eslint/issues/5531">#5531</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/dbf8b569dbada29e4a295d6c265976e55de1b2aa">dbf8b56</a>)</li> <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> </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><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.35.0...v5.35.1">5.35.1</a> (2022-08-24)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> correct rule schemas to pass ajv validation (<a href="https://github.com/typescript-eslint/typescript-eslint/issues/5531">#5531</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/dbf8b569dbada29e4a295d6c265976e55de1b2aa">dbf8b56</a>)</li> </ul> <h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.34.0...v5.35.0">5.35.0</a> (2022-08-24)</h1> <h3>Features</h3> <ul> <li><strong>eslint-plugin:</strong> [explicit-member-accessibility] suggest adding explicit accessibility specifiers (<a href="https://github.com/typescript-eslint/typescript-eslint/issues/5492">#5492</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/0edb94aee55e1ec6afa7f46f99a9b308bbb66301">0edb94a</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/cb43b4a19dcb967c3342dc8e677e57097b76d888"><code>cb43b4a</code></a> chore: publish v5.35.1</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/dbf8b569dbada29e4a295d6c265976e55de1b2aa"><code>dbf8b56</code></a> fix(eslint-plugin): correct rule schemas to pass ajv validation (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/5531">#5531</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/96b6639c8d6c0963eaaf8d7df88057ceec44aedd"><code>96b6639</code></a> chore: publish v5.35.0</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/0edb94aee55e1ec6afa7f46f99a9b308bbb66301"><code>0edb94a</code></a> feat(eslint-plugin): [explicit-member-accessibility] suggest adding explicit ...</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/4a805d594e1c82255427b5e4b96ccc72bfdcdd68"><code>4a805d5</code></a> chore(eslint-plugin): use defs, not definitions, in rule schemas (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/5534">#5534</a>)</li> <li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v5.35.1/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-25 10:00:33 +00:00 (Migrated from gitlab.com)

added 2 commits

  • 53fe39a7 - 1 commit from branch master
  • 85b06922 - Build(deps-dev): bump @typescript-eslint/eslint-plugin

Compare with previous version

added 2 commits <ul><li>53fe39a7 - 1 commit from branch <code>master</code></li><li>85b06922 - Build(deps-dev): bump @typescript-eslint/eslint-plugin</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/508/diffs?diff_id=469399421&start_sha=f8080445d0fa0adfc7ff72ff83a0d4bf03b10e01)
argoyle commented 2022-08-25 10:29:53 +00:00 (Migrated from gitlab.com)

added 2 commits

  • b8c16e09 - 1 commit from branch master
  • 1a835643 - Build(deps-dev): bump @typescript-eslint/eslint-plugin

Compare with previous version

added 2 commits <ul><li>b8c16e09 - 1 commit from branch <code>master</code></li><li>1a835643 - Build(deps-dev): bump @typescript-eslint/eslint-plugin</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/508/diffs?diff_id=469432988&start_sha=85b06922d25f418b76b6adb542a762036b49c558)
argoyle commented 2022-08-25 10:46:31 +00:00 (Migrated from gitlab.com)

$dependabot recreate

$dependabot recreate
argoyle commented 2022-08-25 10:46:32 +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-25 10:47:10 +00:00 (Migrated from gitlab.com)

dependabot successfuly recreated merge request!

:white_check_mark: `dependabot` successfuly recreated merge request!
argoyle commented 2022-08-25 10:47:11 +00:00 (Migrated from gitlab.com)

added 2 commits

  • bad2bb23 - 1 commit from branch master
  • 4ed69652 - Build(deps-dev): bump @typescript-eslint/eslint-plugin

Compare with previous version

added 2 commits <ul><li>bad2bb23 - 1 commit from branch <code>master</code></li><li>4ed69652 - Build(deps-dev): bump @typescript-eslint/eslint-plugin</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/508/diffs?diff_id=469450900&start_sha=1a83564309c1dd4ecdab9b529a5bafcac0efb81a)
argoyle commented 2022-08-25 10:47:11 +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-08-25 10:47:44 +00:00
argoyle (Migrated from gitlab.com) merged commit into master 2022-08-25 11:01:12 +00:00
Sign in to join this conversation.