summer-snowflake / anime-music

1 stars 0 forks source link

An in-range update of react-test-renderer is breaking the build 🚨 #120

Closed greenkeeper[bot] closed 7 years ago

greenkeeper[bot] commented 7 years ago

Version 15.4.0 of react-test-renderer just got published.

Branch Build failing 🚨
Dependency react-test-renderer
Current Version 15.3.2
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

As react-test-renderer is “only” a devDependency of this project it might not break production or downstream projects, but “only” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this :muscle:


Status Details - ✅ **wercker/build** Wercker pipeline passed [Details](https://app.wercker.com/summer-snowflake/anime-music/runs/build/582c6e4c1a49d70100afd667) - ✅ **wercker/brakeman** Wercker pipeline passed [Details](https://app.wercker.com/summer-snowflake/anime-music/runs/brakeman/582c6e5e961f6301001bde6e) - ❌ **wercker/test** Wercker pipeline failed [Details](https://app.wercker.com/summer-snowflake/anime-music/runs/test/582c6e8e4f94c701003bd96a)
Release Notes v15.4.0

React

  • React package and browser build no longer "secretly" includes React DOM. (@sebmarkbage in #7164 and #7168)
  • Required PropTypes now fail with specific messages for null and undefined. (@chenglou in #7291)
  • Improved development performance by freezing children instead of copying. (@keyanzhang in #7455)

React DOM

  • Fixed occasional test failures when React DOM is used together with shallow renderer. (@goatslacker in #8097)
  • Added a warning for invalid aria- attributes. (@jessebeach in #7744)
  • Added a warning for using autofocus rather than autoFocus. (@hkal in #7694)
  • Removed an unnecessary warning about polyfilling String.prototype.split. (@nhunzaker in #7629)
  • Clarified the warning about not calling PropTypes manually. (@jedwards1211 in #7777)
  • The unstable batchedUpdates API now passes the wrapped function's return value through. (@bgnorlov in #7444)
  • Fixed a bug with updating text in IE 8. (@mnpenner in #7832)

React Perf

  • When ReactPerf is started, you can now view the relative time spent in components as a chart in Chrome Timeline. (@gaearon in #7549)

React Test Utils

  • If you call Simulate.click() on a <input disabled onClick={foo} /> then foo will get called whereas it didn't before. (@nhunzaker in #7642)

React Test Renderer

  • Due to packaging changes, it no longer crashes when imported together with React DOM in the same file. (@sebmarkbage in #7164 and #7168)
  • ReactTestRenderer.create() now accepts {createNodeMock: element => mock} as an optional argument so you can mock refs with snapshot testing. (@Aweary in #7649, #8261)
Not sure how things should work exactly? There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 7 years ago

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

kaekasui commented 7 years ago

125 にて対応