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 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 80.952% when pulling 3465e5be5cad16d543f4cf739e26e9c40a957a5b on depfu/update/npm/eslint-config-standard-14.0.0 into 7ac7d438efb84535e7bc3c9ff69531e65a33946f 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 (^13.0.1 → ^14.0.0) · Repo · Changelog
Commits
See the full diff on Github. The new version differs by 17 commits:
14.0.0
Add rules for Standard 14
ecmaVersion: 2019
Delete ISSUE_TEMPLATE.md
explicitly set new-cap, properties: true
Merge pull request #132 from nickmccurdy/patch-1
Fix for PR #132 - be explicit with options
Merge pull request #137 from justinkalland/no-case-declarations
Merge pull request #135 from acarballo-cs/patch-1
Create PULL_REQUEST_TEMPLATE.md
Merge pull request #121 from laurentdesmet/linebreak-pipeline-operator
Merge pull request #140 from davegregg/master
use new version of GitHub issue templates
Update ISSUE_TEMPLATE.md
Create ISSUE_TEMPLATE.md
Merge pull request #150 from mightyiam/gitignore
chore: add a .gitignore
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