Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.
All Depfu comment commands
@depfu rebase
Rebases against your default branch and redoes this update
@depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@depfu close
Closes this PR and deletes the branch
@depfu reopen
Restores the branch and reopens this PR (if it's closed)
@depfu pause
Ignores all future updates for this dependency and closes this PR
@depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)
Coverage remained the same at 93.333% when pulling 2be90023315c6f04d4fda0935cdc1f7e7342df01 on depfu/update/npm/eslint-config-standard-15.0.0 into 58fa051553591ec94c806b8fc7d5b040f41ed24c on master.
Coverage remained the same at 93.333% when pulling be245ba7744737e6955ca8a7dc94d15f3da32e87 on depfu/update/npm/eslint-config-standard-15.0.0 into 58fa051553591ec94c806b8fc7d5b040f41ed24c on master.
Here is everything you need to know about this upgrade. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ eslint-config-standard (^14.0.0 → ^15.0.0) · Repo · Changelog
Commits
See the full diff on Github. The new version differs by 17 commits:
15.0.0
sort rules
tape 5
bump deps
Require indentation for values of ternary expressions (indent)
Enforce newlines between operands of ternary expressions if the expression spans multiple lines (multiline-ternary)
Merge pull request #154 from standard/no-no-inner-declarations
use es2021 globals
Merge pull request #156 from alFReD-NSH/patch-1
Merge pull request #160 from brettz9/rmv-no-negated-in-lhs
Merge pull request #169 from standard/eslint7
Disallow loops with a body that allows only one iteration (no-unreachable-loop)
Disallow useless backreferences in regular expressions (no-useless-backreference)
Enforce default clauses in switch statements to be last (default-case-last)
Disallow Number Literals That Lose Precision (no-loss-of-precision)
Support EcmaScript 2021
Update to rules moved out from ESLint 7
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands