An in-range update of standard is breaking the build π¨
greenkeeper opened this issue Β· 2 comments
The devDependency standard was updated from 13.1.0
to 14.0.0-1
.
π¨ View failing branch.
This version is covered by your current version range and after updating it in your project the build failed.
standard is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.
Status Details
- β continuous-integration/travis-ci/push: The Travis CI build failed (Details).
Commits
The new version differs by 70 commits.
7117e53
14.0.0-1
c1ebec6
Disallow spaces inside of curly braces in JSX expressions in children (react/jsx-curly-spacing)
2d619f3
Require linebreaks in curly braces in JSX attributes and expressions to be consistent (react/jsx-curly-newline)
5dfdc83
Require JSX event handler names to follow conventions (react/jsx-handler-names)
ff4ef49
Require JSX attributes and logical expressions to be indented correctly (react/jsx-indent)
13e4bee
Disallow missing
key
prop in JSX elements that likely require akey
prop (react/jsx-key)29861dc
Disallow accidental comments in JSX from being inserted as text nodes (react/jsx-no-comment-textnodes)
c852a11
Prevent usage of unsafe target='_blank' (react/jsx-no-target-blank)
30eddfa
Disallow unnecessary curly braces in JSX props and children. (react/jsx-curly-brace-presence)
d3d14a5
Require PascalCase for user-defined JSX components (react/jsx-pascal-case)
93027d9
Require shorthand form for JSX fragments (react/jsx-fragments)
093b7f0
Disallow multiple spaces between inline JSX props (react/jsx-props-no-multi-spaces)
6ee9fb1
alphabetize rules
d179362
remove rule which already shipped
f8551e9
Require JSX closing bracket to be aligned with the opening tag (react/jsx-closing-bracket-location)
There are 70 commits in total.
See the full diff
FAQ and help
There is a collection of frequently asked questions. If those donβt help, you can always ask the humans behind Greenkeeper.
Your Greenkeeper Bot π΄
After pinning to 13.1.0 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.