mntnr / build-a-space

Automatically add community documentation to your repository
https://maintainer.io
MIT License
21 stars 3 forks source link

An in-range update of standard is breaking the build 🚨 #87

Open greenkeeper[bot] opened 5 years ago

greenkeeper[bot] commented 5 years ago

The dependency standard was updated from 13.0.2 to 13.1.0.

🚨 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 direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details - ❌ **continuous-integration/travis-ci/push:** The Travis CI build failed ([Details](https://travis-ci.org/mntnr/build-a-space/builds/561607180?utm_source=github_status&utm_medium=notification)).

Commits

The new version differs by 7 commits.

  • ef2351a Update AUTHORS.md
  • 60b616f 13.1.0
  • 8493c9d Update CHANGELOG.md
  • 588e505 Merge pull request #1337 from standard/greenkeeper/eslint-6.1.0
  • 9040ae8 fix(package): update eslint to version 6.1.0
  • a263dfc Merge pull request #1336 from epixian/patch-1
  • 15a1105 added oxford comma for consistency with next line

See the full diff

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 5 years ago

After pinning to 13.0.2 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

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 a key 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