Skip to content

chore: bump eslint-plugin-eslint-plugin from 3.6.1 to 4.0.1 #4024

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

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 18, 2021

Bumps eslint-plugin-eslint-plugin from 3.6.1 to 4.0.1.

Release notes

Sourced from eslint-plugin-eslint-plugin's releases.

v4.0.1

What's Changed

Full Changelog: eslint-community/eslint-plugin-eslint-plugin@v4.0.0...v4.0.1

Release 4.0.0

v4.0.0

This release is identical to v4.0.0-3. Summary of changes:

Release 4.0.0-3

  • Fix: Only consider functions with a single argument as function-style rules (#213) (86bf1f9)
  • Breaking: Reduce false positives by only detecting function-style rules when function returns an object (#211) (1bd45d9)

Release 4.0.0-2

  • Breaking: Drop support for old minor versions of Node 12 and 14 (#212) (5604516)
  • Fix: False negative with TypeScript rules that don't have type parameters (fixes #202) (#209) (f8a642a)

... (truncated)

Changelog

Sourced from eslint-plugin-eslint-plugin's changelog.

v4.0.1

15 October 2021

v4.0.0

15 October 2021

v4.0.0-3

15 October 2021

v4.0.0-2

14 October 2021

v4.0.0-1

11 October 2021

  • Release 4.0.0-1 887b5d0
  • Chore: fix release-it config 124909c
  • Chore: require-meta-docs-url allows prereleases 8fe1017

v4.0.0-0

11 October 2021

... (truncated)

Commits
  • 258bc5e Release 4.0.1
  • 08df927 Fix: Handle meta: {} as const for TypeScript rules (#219)
  • e3587e0 Docs: Add missing date in changelog (#218)
  • c3d85ab Fix: Avoid crash when provided suggestions array has non-object (#216)
  • 36fdd85 Docs: Improve CHANGELOG for v4 (#217)
  • fe4bca3 Release 4.0.0
  • 64e8da6 Release 4.0.0-3
  • 86bf1f9 Fix: Only consider functions with a single argument as function-style rules (...
  • 1bd45d9 Breaking: Reduce false positives by only detecting function-style rules when ...
  • f79f6ac Release 4.0.0-2
  • 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 the dependencies Issue about dependencies of the package label Oct 18, 2021
@typescript-eslint
Copy link
Contributor

Thanks for the PR, @dependabot[bot]!

typescript-eslint is a 100% community driven project, and we are incredibly grateful that you are contributing to that community.

The core maintainers work on this in their personal time, so please understand that it may not be possible for them to review your work immediately.

Thanks again!


🙏 Please, if you or your company is finding typescript-eslint valuable, help us sustain the project by sponsoring it transparently on https://opencollective.com/typescript-eslint. As a thank you, your profile/company logo will be added to our main README which receives thousands of unique visitors per day.

@codecov
Copy link

codecov bot commented Oct 18, 2021

Codecov Report

Merging #4024 (f27fb32) into master (d4ff88e) will increase coverage by 0.39%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #4024      +/-   ##
==========================================
+ Coverage   92.69%   93.08%   +0.39%     
==========================================
  Files         333      173     -160     
  Lines       11400     9530    -1870     
  Branches     3242     2974     -268     
==========================================
- Hits        10567     8871    -1696     
+ Misses        363      248     -115     
+ Partials      470      411      -59     
Flag Coverage Δ
unittest 93.08% <ø> (+0.39%) ⬆️

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

Impacted Files Coverage Δ
packages/scope-manager/src/scope/CatchScope.ts
packages/scope-manager/src/scope/TSModuleScope.ts
.../scope-manager/src/variable/ImplicitLibVariable.ts
...s/scope-manager/src/lib/es2020.symbol.wellknown.ts
.../experimental-utils/src/ts-eslint-scope/analyze.ts
...ages/scope-manager/src/referencer/ImportVisitor.ts
packages/scope-manager/src/lib/es2019.object.ts
...e-manager/src/definition/FunctionNameDefinition.ts
packages/scope-manager/src/referencer/Visitor.ts
...utils/src/ast-utils/eslint-utils/PatternMatcher.ts
... and 150 more

Bumps [eslint-plugin-eslint-plugin](https://github.com/not-an-aardvark/eslint-plugin-eslint-plugin) from 3.6.1 to 4.0.1.
- [Release notes](https://github.com/not-an-aardvark/eslint-plugin-eslint-plugin/releases)
- [Changelog](https://github.com/not-an-aardvark/eslint-plugin-eslint-plugin/blob/master/CHANGELOG.md)
- [Commits](eslint-community/eslint-plugin-eslint-plugin@v3.6.1...v4.0.1)

---
updated-dependencies:
- dependency-name: eslint-plugin-eslint-plugin
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/eslint-plugin-eslint-plugin-4.0.1 branch from 38f2618 to f27fb32 Compare October 18, 2021 17:05
@bradzacher bradzacher merged commit b002acc into master Oct 19, 2021
@bradzacher bradzacher deleted the dependabot/npm_and_yarn/eslint-plugin-eslint-plugin-4.0.1 branch October 19, 2021 02:16
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 19, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Issue about dependencies of the package
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant