Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 2, 2022

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.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.22.0/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 2, 2022
Copy link

@autoapproval autoapproval bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved 👍

@autoapproval autoapproval bot added automerge Merge the pull request once unit tests and other checks pass. merge labels May 2, 2022
@gcf-merge-on-green
Copy link

Your PR doesn't have any required checks. Please add required checks to your main branch and then re-add the label. Learn more about enabling these checks here: https://help.github.com/en/github/administering-a-repository/enabling-required-status-checks.

2 similar comments
@gcf-merge-on-green
Copy link

Your PR doesn't have any required checks. Please add required checks to your main branch and then re-add the label. Learn more about enabling these checks here: https://help.github.com/en/github/administering-a-repository/enabling-required-status-checks.

@gcf-merge-on-green
Copy link

Your PR doesn't have any required checks. Please add required checks to your main branch and then re-add the label. Learn more about enabling these checks here: https://help.github.com/en/github/administering-a-repository/enabling-required-status-checks.

@gcf-merge-on-green gcf-merge-on-green bot merged commit f518fcc into main May 9, 2022
@gcf-merge-on-green gcf-merge-on-green bot deleted the dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-5.22.0 branch May 9, 2022 21:02
@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Merge the pull request once unit tests and other checks pass. label May 9, 2022
github-actions bot pushed a commit that referenced this pull request May 9, 2022
… 5.22.0 (#176)

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> f518fcc
googlemaps-bot pushed a commit that referenced this pull request May 10, 2022
### [1.0.15](v1.0.14...v1.0.15) (2022-05-10)

### Miscellaneous Chores

* **deps-dev:** bump @googlemaps/jest-mocks from 2.7.1 to 2.7.2 ([#173](#173)) ([9148941](9148941)), closes [#244](#244) [#240](#240) [#241](#241) [#244](#244) [#241](#241) [#240](#240)
* **deps-dev:** bump @typescript-eslint/eslint-plugin ([#170](#170)) ([ecb33ec](ecb33ec))
* **deps-dev:** bump @typescript-eslint/eslint-plugin from 5.21.0 to 5.22.0 ([#176](#176)) ([f518fcc](f518fcc)), closes [#4868](https://github.com/googlemaps/js-typescript-guards/issues/4868) [#3258](https://github.com/googlemaps/js-typescript-guards/issues/3258) [#4833](https://github.com/googlemaps/js-typescript-guards/issues/4833) [#4868](https://github.com/googlemaps/js-typescript-guards/issues/4868) [#4833](https://github.com/googlemaps/js-typescript-guards/issues/4833) [#4873](https://github.com/googlemaps/js-typescript-guards/issues/4873) [#4884](https://github.com/googlemaps/js-typescript-guards/issues/4884) [#4879](https://github.com/googlemaps/js-typescript-guards/issues/4879) [#4868](https://github.com/googlemaps/js-typescript-guards/issues/4868) [#4833](https://github.com/googlemaps/js-typescript-guards/issues/4833)
* **deps-dev:** bump @typescript-eslint/parser from 5.20.0 to 5.21.0 ([#172](#172)) ([5335859](5335859))
* **deps-dev:** bump @typescript-eslint/parser from 5.21.0 to 5.22.0 ([#177](#177)) ([86f12db](86f12db)), closes [#4868](https://github.com/googlemaps/js-typescript-guards/issues/4868) [#3258](https://github.com/googlemaps/js-typescript-guards/issues/3258) [#4833](https://github.com/googlemaps/js-typescript-guards/issues/4833)
* **deps-dev:** bump eslint-plugin-jest from 26.1.4 to 26.1.5 ([#171](#171)) ([85b262f](85b262f))
* **deps-dev:** bump typescript from 4.6.3 to 4.6.4 ([#175](#175)) ([1e887ee](1e887ee)), closes [#48463](https://github.com/googlemaps/js-typescript-guards/issues/48463) [#48477](https://github.com/googlemaps/js-typescript-guards/issues/48477)
* Synced file(s) with googlemaps/.github ([#178](#178)) ([49129f2](49129f2))
* Synced local '.github/sync-repo-settings.yaml' with remote '.github/sync-repo-settings.yaml' ([#183](#183)) ([4ae2dff](4ae2dff))

### Build System

* checkout with credentials ([#189](#189)) ([6a225d9](6a225d9))
* standardize check name ([#188](#188)) ([c11af4c](c11af4c))
* use different token for branch protection ([#187](#187)) ([2e4481c](2e4481c))
@googlemaps-bot
Copy link
Contributor

🎉 This PR is included in version 1.0.15 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file merge released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants