GyrosWorkshop / WukongWeb

Wukong Music Web Client
MIT License
2 stars 1 forks source link

An in-range update of react-hot-loader is breaking the build 🚨 #97

Open greenkeeper[bot] opened 5 years ago

greenkeeper[bot] commented 5 years ago

The devDependency react-hot-loader was updated from 4.7.2 to 4.8.0.

🚨 View failing branch.

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

react-hot-loader 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](https://travis-ci.org/GyrosWorkshop/WukongWeb/builds/502993059?utm_source=github_status&utm_medium=notification)).

Commits

The new version differs by 2 commits.

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 4.7.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 passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v4.8.1

Bug Fixes

  • root hot for parcel bundler, fixes #1082 (a16679b)
  • pass a false value into Context #1214
Commits

The new version differs by 6 commits.

  • 94af013 chore(release): 4.8.1
  • 95207a8 Merge pull request #1216 from gaearon/fix-parcel-root
  • a16679b fix: root hot for parcel bundler, fixes #1082
  • dd3e5d9 Merge pull request #1214 from aberezkin/consuming-defined-values
  • d29ba0b Add some test cases for context
  • 0752b74 Pass defined falsy values in consumers' children in replacement render

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v4.8.2

Bug fixes

  • replaces deprecated 4.8.1 #1217
Commits

The new version differs by 10 commits.

  • 2d500fb 4.8.2
  • 43dd55a fix: add root.js to prettierignore
  • d99b788 Merge pull request #1217 from izorg/patch-1
  • 0f07af5 Fix Uncaught SyntaxError: Unexpected token ) on Chrome 55
  • 94af013 chore(release): 4.8.1
  • 95207a8 Merge pull request #1216 from gaearon/fix-parcel-root
  • a16679b fix: root hot for parcel bundler, fixes #1082
  • dd3e5d9 Merge pull request #1214 from aberezkin/consuming-defined-values
  • d29ba0b Add some test cases for context
  • 0752b74 Pass defined falsy values in consumers' children in replacement render

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v4.8.3

Bug Fixes

  • Allow refs on lazy components (798e37f)
  • invariant violation react 15 (1351f2d)
Commits

The new version differs by 17 commits.

  • 2167f9f chore(release): 4.8.3
  • cd9a760 Merge pull request #1221 from eps1lon/fix/lazy-ref
  • 1351f2d fix: invariant violation react 15
  • 798e37f fix: Allow refs on lazy components
  • d842b20 test: Add failing test for refs on lazy components
  • df8eb13 Merge pull request #1220 from anthony-langford/patch-1
  • 8818008 Update Troubleshooting.md
  • 2d500fb 4.8.2
  • 43dd55a fix: add root.js to prettierignore
  • d99b788 Merge pull request #1217 from izorg/patch-1
  • 0f07af5 Fix Uncaught SyntaxError: Unexpected token ) on Chrome 55
  • 94af013 chore(release): 4.8.1
  • 95207a8 Merge pull request #1216 from gaearon/fix-parcel-root
  • a16679b fix: root hot for parcel bundler, fixes #1082
  • dd3e5d9 Merge pull request #1214 from aberezkin/consuming-defined-values

There are 17 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v4.8.4

Bug Fixes

Commits

The new version differs by 25 commits.

  • eb1722c chore(release): 4.8.4
  • d12a9cc Merge pull request #1229 from gaearon/april-fixes
  • 5f50ee4 fix: document the importance of import order, fixes #1209
  • 3cd44b0 choire: skip flaky test
  • 432e0f8 fix: dont skip first update or plain components
  • c5af009 fix: remove Object.assign, fixes #1226
  • 4ec5d68 Merge pull request #1223 from tlrobinson/fix-parcel-example
  • 2b8fe30 Fix Parcel example by using old API
  • 2167f9f chore(release): 4.8.3
  • cd9a760 Merge pull request #1221 from eps1lon/fix/lazy-ref
  • 1351f2d fix: invariant violation react 15
  • 798e37f fix: Allow refs on lazy components
  • d842b20 test: Add failing test for refs on lazy components
  • df8eb13 Merge pull request #1220 from anthony-langford/patch-1
  • 8818008 Update Troubleshooting.md

There are 25 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v4.8.5

Bug Fixes

Commits

The new version differs by 49 commits.

  • c5bcd40 chore(release): 4.8.5
  • 701d1a3 Merge pull request #1247 from gaearon/may-fixes
  • 8285fb7 chore: linting tests
  • a185494 fix: correct memo fiber updater, fixes #1230
  • a6ba488 fix: make API more error prone, fixes #1228
  • 28bfdd4 fix: move react-dom notification to AppContainer, fixes #1227
  • f036d36 fix: webpack-plugin - use RHL global variable, fixes #1251
  • 875e24a Merge pull request #1249 from GomuGilad6/patch-1
  • 402b0ba Update README.md
  • eae4e65 add useContext test case
  • dab33b6 add test for React.memo
  • 826eee3 fix: webpack plugin fails on hot-loader/react-dom, fixes ##1234
  • 4811d57 fix: use simpler conditions for index.js, implements #1244
  • 608805a fix: update root endpoint, fixes #1226, #1240
  • 0c79474 Merge pull request #1242 from gaearon/semi-true

There are 49 commits in total.

See the full diff