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

Bump eslint-plugin-unicorn from 20.1.0 to 21.0.0 #31370

Merged
merged 3 commits into from
Aug 8, 2020

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 28, 2020

Bumps eslint-plugin-unicorn from 20.1.0 to 21.0.0.

Release notes

Sourced from eslint-plugin-unicorn's releases.

v21.0.0

New rules

Improvements

  • Add ev to event default replacement to prevent-abbreviations rule (#793) a0b4aba
  • Ignore more types in no-fn-reference-in-iterator and no-reduce rule (#756) 5159c24
  • Make unicorn/prefer-flat-map not enabled by default in the recommended config 655220a
  • Improve consistent-function-scoping report location (#778) df218a2
  • Improve consistent-function-scoping message (#773) 4ed2adf

Fixes

  • consistent-function-scoping: Fix wrong detect of IIFE (#772) f7127da
  • prefer-starts-ends-with: Fix pipe in regex (#783) 1dca2f3
  • prevent-abbreviations: Fix optional parameter (#764) 7781c3f
  • no-useless-undefined: Ignore undefined use in compare functions (#758) 6d36407

sindresorhus/eslint-plugin-unicorn@v20.1.0...v21.0.0

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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)

@XhmikosR
Copy link
Member

XhmikosR commented Jul 28, 2020

Array.find does not seem to work on IE, not that we support IE in main, though.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/eslint-plugin-unicorn-21.0.0 branch from 17ec033 to 6eb7633 Compare August 4, 2020 09:03
@XhmikosR
Copy link
Member

XhmikosR commented Aug 8, 2020

I disabled the rule for now. I plan to tackle the rules in a separate PR for main.

@XhmikosR XhmikosR merged commit a3f27c6 into main Aug 8, 2020
@XhmikosR XhmikosR deleted the dependabot/npm_and_yarn/eslint-plugin-unicorn-21.0.0 branch August 8, 2020 06:02
@XhmikosR XhmikosR added this to Inbox in v5.0.0-alpha2 via automation Aug 8, 2020
@XhmikosR XhmikosR moved this from Inbox to Shipped in v5.0.0-alpha2 Aug 8, 2020
olsza pushed a commit to olsza/bootstrap that referenced this pull request Oct 3, 2020
* Bump eslint-plugin-unicorn from 20.1.0 to 21.0.0

Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 20.1.0 to 21.0.0.
- [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases)
- [Commits](sindresorhus/eslint-plugin-unicorn@v20.1.0...v21.0.0)

Signed-off-by: dependabot[bot] <support@github.com>

* Disable `unicorn/prefer-array-find` rule for now

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
v5.0.0-alpha2
  
Shipped
Development

Successfully merging this pull request may close these issues.

None yet

1 participant