Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump @typescript-eslint/eslint-plugin from 5.50.0 to 5.59.1 #909

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 25, 2023

Bumps @typescript-eslint/eslint-plugin from 5.50.0 to 5.59.1.

Release notes

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

v5.59.1

5.59.1 (2023-04-24)

Bug Fixes

  • eslint-plugin: [prefer-regexp-exec] skip malformed regexes (#6935) (05ed60e)
  • eslint-plugin: [unified-signatures] no parameters function (#6940) (2970861)

v5.59.0

5.59.0 (2023-04-17)

Bug Fixes

  • eslint-plugin: [no-unnecessary-condition] allow nullish coalescing for naked type parameter (#6910) (3e5f858)

Features

  • eslint-plugin: [ban-types] add NonNullable suggestion and allow custom suggestions (#6876) (ff65235)

v5.58.0

5.58.0 (2023-04-10)

Bug Fixes

  • eslint-plugin: [unified-signatures] allow overloads with different named and different number of parameters (#6877) (939d665)
  • parser: update getLib for new TypeScript targets ES2021, ES2022 (#6782) (1c04664)

Features

  • eslint-plugin: [no-unsafe-enum-comparison] add rule (#6107) (915f9c2)

v5.57.1

5.57.1 (2023-04-03)

Bug Fixes

  • eslint-plugin: [strict-boolean-expressions] support mixed enums in allowNullableEnum option (#6740) (49be8a8)

v5.57.0

5.57.0 (2023-03-27)

... (truncated)

Changelog

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

5.59.1 (2023-04-24)

Bug Fixes

  • eslint-plugin: [prefer-regexp-exec] skip malformed regexes (#6935) (05ed60e)
  • eslint-plugin: [unified-signatures] no parameters function (#6940) (2970861)

5.59.0 (2023-04-17)

Bug Fixes

  • eslint-plugin: [no-unnecessary-condition] allow nullish coalescing for naked type parameter (#6910) (3e5f858)

Features

  • eslint-plugin: [ban-types] add NonNullable suggestion and allow custom suggestions (#6876) (ff65235)

5.58.0 (2023-04-10)

Bug Fixes

  • eslint-plugin: [unified-signatures] allow overloads with different named and different number of parameters (#6877) (939d665)

Features

  • eslint-plugin: [no-unsafe-enum-comparison] add rule (#6107) (915f9c2)

5.57.1 (2023-04-03)

Bug Fixes

  • eslint-plugin: [strict-boolean-expressions] support mixed enums in allowNullableEnum option (#6740) (49be8a8)

... (truncated)

Commits
  • 2f32472 chore: publish v5.59.1
  • 2970861 fix(eslint-plugin): [unified-signatures] no parameters function (#6940)
  • 05ed60e fix(eslint-plugin): [prefer-regexp-exec] skip malformed regexes (#6935)
  • f1a0d78 chore: publish v5.59.0
  • 3e5f858 fix(eslint-plugin): [no-unnecessary-condition] allow nullish coalescing for n...
  • ff65235 feat(eslint-plugin): [ban-types] add NonNullable suggestion and allow custom ...
  • 8c6e068 docs: alphabetize lists of names in naming-convention (#6891)
  • 0c6b636 chore: publish v5.58.0
  • 939d665 fix(eslint-plugin): [unified-signatures] allow overloads with different named...
  • 915f9c2 feat(eslint-plugin): [no-unsafe-enum-comparison] add rule (#6107)
  • Additional commits viewable in compare view

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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 25, 2023
@github-actions
Copy link

github-actions bot commented Apr 25, 2023

Test Results

  10 files    40 suites   9m 31s ⏱️
197 tests 197 ✔️ 0 💤 0
208 runs  208 ✔️ 0 💤 0

Results for commit 6a9e8ba.

♻️ This comment has been updated with latest results.

@codecov
Copy link

codecov bot commented Apr 25, 2023

Codecov Report

Merging #909 (6a9e8ba) into v4 (3e6e181) will decrease coverage by 0.14%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##               v4     #909      +/-   ##
==========================================
- Coverage   99.86%   99.72%   -0.14%     
==========================================
  Files          18       18              
  Lines         733      733              
  Branches       96       93       -3     
==========================================
- Hits          732      731       -1     
- Misses          1        2       +1     
Flag Coverage Δ
integration 92.76% <ø> (ø)
unittests 99.29% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

see 1 file with indirect coverage changes

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-5.59.1 branch 3 times, most recently from 7c36631 to fe4ee55 Compare April 26, 2023 00:29
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-5.59.1 branch from fe4ee55 to 6b72715 Compare April 26, 2023 01:58
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-5.59.1 branch from 6b72715 to 11d91db Compare April 26, 2023 03:07
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-5.59.1 branch from 11d91db to 1569beb Compare April 26, 2023 04:04
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-5.59.1 branch from 1569beb to 15cd461 Compare April 26, 2023 04:52
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-5.59.1 branch from 15cd461 to a44b531 Compare April 26, 2023 05:55
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-5.59.1 branch from a44b531 to 392ac94 Compare April 26, 2023 06:35
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.50.0 to 5.59.1.
- [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.59.1/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] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-5.59.1 branch from 392ac94 to 6a9e8ba Compare April 26, 2023 07:16
@sonarcloud
Copy link

sonarcloud bot commented Apr 26, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@github-actions github-actions bot merged commit ed07857 into v4 Apr 26, 2023
22 of 23 checks passed
@github-actions github-actions bot deleted the dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-5.59.1 branch April 26, 2023 07:53
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants