Bump @typescript-eslint/eslint-plugin from 5.21.0 to 5.22.0 in /frontend #131

Merged
dependabot[bot] merged 1 commits from dependabot/npm_and_yarn/frontend/typescript-eslint/eslint-plugin-5.22.0 into main 2022-05-03 10:24:20 +00:00
dependabot[bot] commented 2022-05-03 09:32:06 +00:00 (Migrated from github.com)

Bumps @typescript-eslint/eslint-plugin from 5.21.0 to 5.22.0.

Release notes

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

v5.22.0

5.22.0 (2022-05-02)

Bug Fixes

  • eslint-plugin: [comma-spacing] verify nextToken exists (#4868) (23746f8)

Features

  • ast-spec: add fixture test framework and some initial fixtures (#3258) (f3cf87b)
  • eslint-plugin: [no-duplicate-enum-values] add rule (#4833) (5899164)
Changelog

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

5.22.0 (2022-05-02)

Bug Fixes

  • eslint-plugin: [comma-spacing] verify nextToken exists (#4868) (23746f8)

Features

  • eslint-plugin: [no-duplicate-enum-values] add rule (#4833) (5899164)
Commits

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.21.0 to 5.22.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.22.0</h2> <h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.21.0...v5.22.0">5.22.0</a> (2022-05-02)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [comma-spacing] verify <code>nextToken</code> exists (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/4868">#4868</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/23746f8babace7c2354368d6fb0881be26e19c41">23746f8</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>ast-spec:</strong> add fixture test framework and some initial fixtures (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/3258">#3258</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/f3cf87bf20fd0542f92a96a318aa9ee5bf23c1f6">f3cf87b</a>)</li> <li><strong>eslint-plugin:</strong> [no-duplicate-enum-values] add rule (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/4833">#4833</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/5899164b35d91106512a2720b23ba92e1893132f">5899164</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.21.0...v5.22.0">5.22.0</a> (2022-05-02)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [comma-spacing] verify <code>nextToken</code> exists (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/4868">#4868</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/23746f8babace7c2354368d6fb0881be26e19c41">23746f8</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>eslint-plugin:</strong> [no-duplicate-enum-values] add rule (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/4833">#4833</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/5899164b35d91106512a2720b23ba92e1893132f">5899164</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/6e1016c9dad7bd77bd9858b68fa0977ad30d6965"><code>6e1016c</code></a> chore: publish v5.22.0</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/98e623463532e7e6208d43581a576568a14994ff"><code>98e6234</code></a> docs: overhauled member-ordering docs and types (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/4873">#4873</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/3a06f78b6e02056677c3487aff0af5fdea913373"><code>3a06f78</code></a> Fix typo (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/4884">#4884</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/b53de9be235fe40ee8a61646aa1a618f3852a76a"><code>b53de9b</code></a> docs: correct doc of parameter-properties to match the code (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/4879">#4879</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/23746f8babace7c2354368d6fb0881be26e19c41"><code>23746f8</code></a> fix(eslint-plugin): [comma-spacing] verify <code>nextToken</code> exists (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/4868">#4868</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/5899164b35d91106512a2720b23ba92e1893132f"><code>5899164</code></a> feat(eslint-plugin): [no-duplicate-enum-values] add rule (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/4833">#4833</a>)</li> <li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v5.22.0/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.21.0&new-version=5.22.0)](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>
Sign in to join this conversation.
No description provided.