chore(deps): update dependency standard to v13 #41
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
12.0.1
->13.0.0
Release Notes
standard/standard
v13.0.0
Compare Source
Welcome to the latest version of
standard
!As with every new major release, there are lots of new rules in 13.0.0 designed
to help catch bugs and make programmer intent more explicit.
standard
is more popular than ever – 640,000 downloads per month! It'seven more popular – 3,000,000 downloads per month – if you include the
ESLint configuration
that we also publish (for advanced users).
When you upgrade, consider running
standard --fix
to automatically format your code to match the newly added rules.New features
Update
eslint
from~5.16.0
to~6.0.1
BREAKING: Node.js 6 is no longer supported
standard
silently passes when run by an unsupported version of Node.For
eslint-config-standard
users only: Plugins are no longer affected byeslint
's locationThe documentation is now available in Japanese 🇯🇵!
Update
eslint-plugin-promise
from~4.0.0
to~4.2.1
Update
eslint-plugin-node
from~7.0.1
to~9.1.0
New rules
(Estimated % of affected standard users, based on test suite in parens)
const
instead oflet
if variable is never reassigned (prefer-const) #523 eslint-config-standard/#133 (14%)Renovate configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Enabled.
♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "
rebase!
".🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot. View repository job log here.