Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
greenkeeper bot opened this issue Jul 27, 2019 · 12 comments
Open

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

greenkeeper bot opened this issue Jul 27, 2019 · 12 comments

Comments

@greenkeeper
Copy link

greenkeeper bot commented Jul 27, 2019

The devDependency react-hot-loader was updated from 4.12.9 to 4.12.10.

🚨 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).

Release Notes for v4.12.10

Bug Fixes

  • append react-hot-dom patch note to the ProxyFacade, fixes #1311 (81bbb6a)
  • use void IIFE for webpack plugin, fixes #1309 (6089822)
Commits

The new version differs by 10 commits.

  • a5969ac chore(release): 4.12.10
  • d9325e4 Merge pull request #1312 from gaearon/12.10
  • 43fc5fd linting
  • 6089822 fix: use void IIFE for webpack plugin, fixes #1309
  • 81bbb6a fix: apend react-hot-dom patch note to the ProxyFacade, fixes #1311
  • 980ab8d Merge pull request #1310 from jeetiss/fix/no-semicolon
  • dbe48b5 add file to prettier ignore
  • a8910ad add semicolon before iife
  • b3835e7 Merge pull request #1308 from aibeb/master
  • 2347609 update Code Splitting config

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 🌴

@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 27, 2019

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

@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 12, 2019

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for React 16.9

Features

Bug Fixes

  • add noRegister option to webpack, #1315 (e562375)
  • remove circular deps from hot-loader (2cb544d)
Commits

The new version differs by 22 commits.

  • c3c03fa 16.9 support
  • 3e916d2 chore(release): 4.12.11
  • e6e4dd7 Merge pull request #1296 from wen911119/master
  • e67898f Merge pull request #1320 from Bnaya/16p9p0-fix
  • e4806ab Merge pull request #1316 from gaearon/12.11
  • 9d6bf9b Cleanups
  • cb66d35 Disable react 15. lets see
  • 4dbf90c Iteration
  • ab93dd6 Not throwing anymore?
  • 7c619b3 react 16.9.0 patch support
  • 2cb544d fix: remove circular deps from hot-loader
  • 4310fa8 broke style-components example
  • 4951768 blacklist react-dom for babel plugin
  • bcf1710 add missing types for configuration
  • 9c57305 doc: detect problems with react-dom integration

There are 22 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 27, 2019

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v4.12.12

Bug Fixes

  • error overlay could fail by itself (da50985)
  • resolve undefined types to undefined, fixes #1324 (73eeb4e)
  • speedup levenshtein comparison, fixes #1087 (b81dcb0)
Commits

The new version differs by 31 commits.

  • 941b41c chore(release): 4.12.12
  • 476e66e Merge pull request #1328 from gaearon/4.12.12
  • b81dcb0 fix: speedup levenshtein comparison, fixes #1087
  • 73eeb4e fix: resolve undefined types to undefined, fixes #1324
  • da50985 fix: error overlay could fail by itself
  • 67e8fbc Merge pull request #1326 from lookfirst/patch-1
  • 9f066c6 s/prodived/provided/
  • 6e11ad4 Merge pull request #1322 from alireza-mh/update-react-examples
  • 209557d chore: update react-bootstrap, react-fetch and typscript-no-babel examples
  • c3c03fa 16.9 support
  • 3e916d2 chore(release): 4.12.11
  • e6e4dd7 Merge pull request #1296 from wen911119/master
  • e67898f Merge pull request #1320 from Bnaya/16p9p0-fix
  • e4806ab Merge pull request #1316 from gaearon/12.11
  • 9d6bf9b Cleanups

There are 31 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 12, 2019

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v4.12.13

Bug Fixes

  • error overlay should not be injected into the first instance, fixes #1337 (c019663)
  • return null for null types, fixes #1324 (08d7ed1)
  • run hot in batched mode, fixes #1332 (e801daf)
Commits

The new version differs by 40 commits.

  • 7500b0e chore(release): 4.12.13
  • 69b9d48 Merge pull request #1338 from gaearon/4.12.13
  • 09281ef use more verbose messaging
  • 870c520 add DevTools notification into the Class fabricator
  • 3366a11 optimize hot process
  • 17e454f do not amend render before actual hot replace
  • e801daf fix: run hot in batched mode, fixes #1332
  • 08d7ed1 fix: return null for null types, fixes #1324
  • c019663 fix: error overlay should not be injected into the first instance, fixes #1337
  • 941b41c chore(release): 4.12.12
  • 476e66e Merge pull request #1328 from gaearon/4.12.12
  • b81dcb0 fix: speedup levenshtein comparison, fixes #1087
  • 73eeb4e fix: resolve undefined types to undefined, fixes #1324
  • da50985 fix: error overlay could fail by itself
  • 67e8fbc Merge pull request #1326 from lookfirst/patch-1

There are 40 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 23, 2019

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Commits

The new version differs by 52 commits.

  • e730a2a chore(release): 4.12.14
  • 9e50b7c alter tail update message and configuration
  • d4b2fd5 add options to control tail updates
  • c89e306 Merge pull request #1348 from gaearon/4.12.14
  • 33c54f5 fix: autodetect underupdated state and trigger an automatic update, fixes #1342
  • 62bc67e fix: resolve all components to their last versions, #1342
  • d69d778 Merge pull request #1347 from maratfakhreev/electron-typescript-example
  • abad707 Introduce electron typescript example which works with react-hol-loader
  • 9a8d0da Merge pull request #1343 from maratfakhreev/fix-typescript-no-babel-example
  • 5c7cadc Merge pull request #1344 from maratfakhreev/fix-typescript-example
  • 666eaff Make typescript example work with latest react-hot-loader environment
  • 21d7192 Make example work with latest react-hot-loader environment
  • 7500b0e chore(release): 4.12.13
  • 69b9d48 Merge pull request #1338 from gaearon/4.12.13
  • 09281ef use more verbose messaging

There are 52 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 8, 2019

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for 16.10

Bug Fixes

Commits

The new version differs by 62 commits.

  • 989c6e4 chore(release): 4.12.15
  • b7ed82a fix: React 16.10 support
  • d608760 update styled-component example to 16.10.2
  • b3d92fa Merge pull request #1355 from Bnaya/react-16p10
  • c2d3f56 Merge pull request #1356 from Bnaya/run-yarn-deduplicate
  • bb2421b Run yarn deduplicate
  • 696031d React 16.10 patch support
  • 7060a9b Merge pull request #1353 from Antrikshy/dev-dependencies-update-oct-2019
  • e1def7b Update lint-staged to fix dozens of vulnerabilities
  • 28a6d43 Update some dev-deps to fix some critical vulnerabilities
  • e730a2a chore(release): 4.12.14
  • 9e50b7c alter tail update message and configuration
  • d4b2fd5 add options to control tail updates
  • c89e306 Merge pull request #1348 from gaearon/4.12.14
  • 33c54f5 fix: autodetect underupdated state and trigger an automatic update, fixes #1342

There are 62 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Nov 6, 2019

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v4.12.16

Bug Fixes

  • dont write to elementType if it is not defined, fixes #1357 (1072303)
  • explain why RHL could not be activated, fixes #1362 (9561d66)
  • more @types/react to dependencies, fixes #1359 (af42c1a)
  • use logger.warn instead of console to report tail update, fixes #1386 (fbc890a)
Commits

The new version differs by 101 commits.

  • 4167d4c chore(release): 4.12.16
  • bcf7537 examples: bump styled-components to react 16.11
  • 5e226f4 Merge pull request #1389 from gaearon/4.12.15
  • 9561d66 fix: explain why RHL could not be activated, fixes #1362
  • af42c1a fix: more @types/react to dependencies, fixes #1359
  • 1072303 fix: dont write to elementType if it is not defined, fixes #1357
  • fbc890a fix: use logger.warn instead of console to report tail update, fixes #1386
  • 3fadc05 Merge pull request #1385 from TotooriaHyperion/patch-1
  • f1a8436 Create README.md
  • 2e604e0 Merge pull request #1372 from gaearon/dependabot/npm_and_yarn/examples/mobx/webpack-dev-server-3.1.11
  • 49e4f57 Merge pull request #1374 from gaearon/dependabot/npm_and_yarn/examples/hotCold/webpack-dev-server-3.1.11
  • cdf18ad Merge pull request #1375 from gaearon/dependabot/npm_and_yarn/examples/react-bootstrap/webpack-dev-server-3.1.11
  • b1a16a3 Merge pull request #1376 from gaearon/dependabot/npm_and_yarn/examples/react-refetch/webpack-dev-server-3.1.11
  • f6c4f9f Merge pull request #1377 from gaearon/dependabot/npm_and_yarn/examples/preact/webpack-dev-server-3.1.11
  • b21bdab Merge pull request #1378 from gaearon/dependabot/npm_and_yarn/examples/async-components/webpack-dev-server-3.1.11

There are 101 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Nov 12, 2019

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v4.12.17

Bug Fixes

  • move @types/react from to peer dependencies, fixes #1391 (5ab2cab)
Commits

The new version differs by 103 commits.

  • ac583b5 chore(release): 4.12.17
  • 5ab2cab fix: move @types/react from to peer dependencies, fixes #1391
  • 4167d4c chore(release): 4.12.16
  • bcf7537 examples: bump styled-components to react 16.11
  • 5e226f4 Merge pull request #1389 from gaearon/4.12.15
  • 9561d66 fix: explain why RHL could not be activated, fixes #1362
  • af42c1a fix: more @types/react to dependencies, fixes #1359
  • 1072303 fix: dont write to elementType if it is not defined, fixes #1357
  • fbc890a fix: use logger.warn instead of console to report tail update, fixes #1386
  • 3fadc05 Merge pull request #1385 from TotooriaHyperion/patch-1
  • f1a8436 Create README.md
  • 2e604e0 Merge pull request #1372 from gaearon/dependabot/npm_and_yarn/examples/mobx/webpack-dev-server-3.1.11
  • 49e4f57 Merge pull request #1374 from gaearon/dependabot/npm_and_yarn/examples/hotCold/webpack-dev-server-3.1.11
  • cdf18ad Merge pull request #1375 from gaearon/dependabot/npm_and_yarn/examples/react-bootstrap/webpack-dev-server-3.1.11
  • b1a16a3 Merge pull request #1376 from gaearon/dependabot/npm_and_yarn/examples/react-refetch/webpack-dev-server-3.1.11

There are 103 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Nov 16, 2019

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v4.12.18

Bug Fixes

  • (regression) hook order change is causing React error, fixes #1393 (6707b4b)
  • production babel plugin might perform eager replacement, fixes #1388 (b94adb3)
Commits

The new version differs by 112 commits.

  • 298a7fc chore(release): 4.12.18
  • 35d329c Merge pull request #1394 from gaearon/hot-hook-fix
  • 29ef0a0 more rich test scenario fro hooks reload
  • 300a819 add tests for hook reload
  • b94adb3 fix: production babel plugin might perform eager replacement, fixes #1388
  • 6707b4b fix: (regression) hook order change is causing React error, fixes #1393
  • cf716ab Merge branch 'master' of github.com:gaearon/react-hot-loader
  • ac583b5 chore(release): 4.12.17
  • 5ab2cab fix: move @types/react from to peer dependencies, fixes #1391
  • 125b213 Merge pull request #1390 from bertho-zero/patch-1
  • 69e5f92 fix #1202
  • 4167d4c chore(release): 4.12.16
  • bcf7537 examples: bump styled-components to react 16.11
  • 5e226f4 Merge pull request #1389 from gaearon/4.12.15
  • 9561d66 fix: explain why RHL could not be activated, fixes #1362

There are 112 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 22, 2020

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v4.12.19

Bug Fixes

Commits

The new version differs by 124 commits.

  • 5d3eb82 add inner hook to the SC example
  • 1cd74e3 chore(release): 4.12.19
  • c159844 fix: don't record signatures of local hooks, fixes #1412 (#1413)
  • 9ab2571 Update redux example and remove some file (#1404)
  • 6cbff8b docs: broken link fix (#1402)
  • 1a0be8c Update README.md (#1398)
  • 3c96646 Merge pull request #1397 from silvenon/docs/production
  • 7f498c6 Fix grammar in docs
  • 8852fa6 Document usage in production
  • 47e7270 Run Prettier on README.md
  • 0bbf33a React Native uses fast refresh
  • fe2e3a3 added deprecation note
  • 298a7fc chore(release): 4.12.18
  • 35d329c Merge pull request #1394 from gaearon/hot-hook-fix
  • 29ef0a0 more rich test scenario fro hooks reload

There are 124 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 14, 2020

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Commits

The new version differs by 128 commits.

  • d2f63f2 chore(release): 4.12.20
  • 5475fe7 fix: patch support for react-dom 16.13 (#1428)
  • 08d8b15 Fix link to issue 1001 in readme (#1415)
  • 7e91294 Fix small readme typo (#1416)
  • 5d3eb82 add inner hook to the SC example
  • 1cd74e3 chore(release): 4.12.19
  • c159844 fix: don't record signatures of local hooks, fixes #1412 (#1413)
  • 9ab2571 Update redux example and remove some file (#1404)
  • 6cbff8b docs: broken link fix (#1402)
  • 1a0be8c Update README.md (#1398)
  • 3c96646 Merge pull request #1397 from silvenon/docs/production
  • 7f498c6 Fix grammar in docs
  • 8852fa6 Document usage in production
  • 47e7270 Run Prettier on README.md
  • 0bbf33a React Native uses fast refresh

There are 128 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 30, 2020

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Commits

The new version differs by 132 commits.

  • 1afb27a update changelog
  • e1cb244 chore(release): 4.12.21
  • 8c39451 add peerDependenciesMeta in package.json (#1433)
  • 54e796e Update README.md (#1432)
  • d2f63f2 chore(release): 4.12.20
  • 5475fe7 fix: patch support for react-dom 16.13 (#1428)
  • 08d8b15 Fix link to issue 1001 in readme (#1415)
  • 7e91294 Fix small readme typo (#1416)
  • 5d3eb82 add inner hook to the SC example
  • 1cd74e3 chore(release): 4.12.19
  • c159844 fix: don't record signatures of local hooks, fixes #1412 (#1413)
  • 9ab2571 Update redux example and remove some file (#1404)
  • 6cbff8b docs: broken link fix (#1402)
  • 1a0be8c Update README.md (#1398)
  • 3c96646 Merge pull request #1397 from silvenon/docs/production

There are 132 commits in total.

See the full diff

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

0 participants