Skip to content

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps eslint-plugin-unicorn from 19.0.1 to 20.1.0.

Release notes

Sourced from eslint-plugin-unicorn's releases.

v20.1.0

  • Use singular array element variable name in autofix for no-for-loop rule (#745) 2002093
  • Avoid naming collision with default array element variable in autofix for no-for-loop rule (#749) 48bd5c8

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

v20.0.0

Breaking

New rules

Improvements

  • throw-new-error: Check MemberExpression customError (#716) a28aad5
  • prefer-starts-ends-with: Add auto-fix (#711) da978e3
  • consistent-function-scoping: Ignore IIFE (#707) 1f4413d
  • prefer-set-has: Ignore arrays only checking existence once (#706) 54c6f54

Fixes

  • prefer-starts-ends-with: Fix bug with m flag (#721) 83bbabc
  • prefer-string-slice: Handle negative length in .substr() (#709) 7439465

sindresorhus/eslint-plugin-unicorn@v19.0.1...v20.0.0

Commits
  • 754fc47 20.1.0
  • da01e7b no-for-loop: Use generator function instead of return array (#748)
  • 2002093 Use singular array element variable name in autofix for no-for-loop rule (#...
  • 48bd5c8 Avoid naming collision with default array element variable in autofix for `no...
  • cec3a9d Fix type typo in filename-case docs (#739)
  • c9edea7 Bump eslint-template-visitor to 2.x (#729)
  • f7df5f8 20.0.0
  • 06ed7ee Add no-reduce rule (#704)
  • 8b4c502 Update dependencies (#727)
  • 83fe4e1 Fix meta for deprecated rules (#726)
  • 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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label May 27, 2020
@codecov
Copy link

codecov bot commented May 27, 2020

Codecov Report

Merging #78 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #78   +/-   ##
=======================================
  Coverage   99.55%   99.55%           
=======================================
  Files          43       43           
  Lines        1790     1790           
  Branches      533      534    +1     
=======================================
  Hits         1782     1782           
  Misses          6        6           
  Partials        2        2           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update eb0c87f...5c69145. Read the comment docs.

@afc163 afc163 merged commit c4b4b15 into master May 28, 2020
@delete-merged-branch delete-merged-branch bot deleted the dependabot/npm_and_yarn/eslint-plugin-unicorn-20.1.0 branch May 28, 2020 04:33
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant