This repository has been archived by the owner on Apr 26, 2021. It is now read-only.
Update dependency standard to v11 - autoclosed #3
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 Pull Request updates devDependency
standard
(homepage, source) from^10.0.1
to^11.0.0
Release Notes
v11.0.1
Compare Source
v11.0.0
Compare Source
This release has no new rules, but it does update to the latest version of
eslint
,version 4, which has some significant changes to existing rules. Most updates make
the indentation rules more strict.
Thankfully, most users will just need to run
standard --fix
to update code to becompliant.
New features
Update
eslint
from ~3.19.0 to ~4.18.0.indent
rule is more strict.padded-blocks
rule is more strict.space-before-function-paren
rule is more strict.no-multi-spaces
rule is more strict.no-extra-parens
,no-unexpected-multiline
,no-regex-spaces
, andspace-unary-ops
Update
eslint-plugin-import
from~2.2.0
to~2.8.0
import/*
rules.Update
eslint-plugin-node
from~4.2.2
to~6.0.0
no-deprecated-api
rule is updated with Node.js 8 support and improvedNode 6 support.
Upodate
eslint-plugin-promise
from~3.5.0
to~3.6.0
.Update
eslint-plugin-react
from~6.10.0
to~7.6.1
jsx-indent
crashjsx-indent
indentation calculation with nested JSX.jsx-no-undef
will not check the global scope by default.jsx-curly-spacing
newline with object literals bug.jsx-curly-spacing
schema incompatibility with ESLint 4.2.0.jsx-indent
.Changed rules
//=
)as errors. (spaced-comment) #918
👏 Huge thanks to @Flet for putting together most of this
release!
This PR has been generated by Renovate Bot.