react-testing-mocha-chai-enzyme
react-testing-mocha-chai-enzyme copied to clipboard
An in-range update of react-hot-loader is breaking the build π¨
The devDependency react-hot-loader was updated from 4.5.3 to 4.6.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 could not complete due to an error (Details).
Release Notes for Know your Errors
Features
Commits
The new version differs by 24 commits.
3bbc997chore(release): 4.6.0f15b108Merge pull request #1122 from gaearon/red-boxca92718add more auto-options8affde9fix tests81853c3change react-dom DI5ea96ccupdate README946b432better configuration for Error Overlay924cd98improve examples649a227extract comparison logic5d715a7Merge pull request #1124 from keqingrong/patch-1e97e3c5Fix a clerical error089991aflaky test1846019feat: impliment flexible error boundariesbdd2659restore react 15 compactaf1aa39display reloading error in the terminal
There are 24 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 :palm_tree:
After pinning to 4.5.3 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.
- The
devDependencyreact-hot-loader was updated from4.6.0to4.6.1.
Your tests are still failing with this version. Compare changes
Release Notes for Quick fixes
Bug Fixes
Commits
The new version differs by 12 commits.
e00bc6fchore(release): 4.6.14906e99Merge pull request #1133 from gaearon/hot-fixesb8c7d6flinting10ec938document RHL limitationsa62bacdfix: secure wrapped/uwrapped comparisonda7b662add hook example to all-containers8a66401fix: webpack plugin outputs es2015 code615790ffix: display hmr errors as hmr errors, #113102b5737better document check9d3a2c0fix: hmr error detection is flaky40e3ff2fix: error overlay is not server side friendly, #112665d70a8update readme
See the full diff
- The
devDependencyreact-hot-loader was updated from4.6.1to4.6.2.
Your tests are still failing with this version. Compare changes
- The
devDependencyreact-hot-loader was updated from4.6.2to4.6.3.
Your tests are still failing with this version. Compare changes
Release Notes for The fixes for hot fixes
Bug Fixes
- context information is not always properly emulated in hot-render, fixes #1094 (100fc9c)
- RHL could update non-relative components (5d4f226)
- update memo updater and comparator. fix #1135 (826a57c)
- allow multiple 'hot' in one file, registering only the first one (68c2a0a)
- error overlay initialization prior body, fixes #1127 (9177aba)
Commits
The new version differs by 9 commits.
17a68aechore(release): 4.6.367c7032Merge pull request #1136 from gaearon/4.6.3275ea30ask to dump hot-loader/react-dom826a57cfix: update memo updater and comparator. fix #113517d25c5update SC example100fc9cfix: context information is not always properly emulated in hot-render, fixes #10945d4f226fix: RHL could update non-relative componentsa045f57Merge pull request #1134 from zeachco/patch-209e40f8Update README.md
See the full diff
- The
devDependencyreact-hot-loader was updated from4.8.2to4.8.3.
Your tests are still failing with this version. Compare changes
Release Notes for v4.8.3
Bug Fixes
Commits
The new version differs by 78 commits.
2167f9fchore(release): 4.8.3cd9a760Merge pull request #1221 from eps1lon/fix/lazy-ref1351f2dfix: invariant violation react 15798e37ffix: Allow refs on lazy componentsd842b20test: Add failing test for refs on lazy componentsdf8eb13Merge pull request #1220 from anthony-langford/patch-18818008Update Troubleshooting.md2d500fb4.8.243dd55afix: add root.js to prettierignored99b788Merge pull request #1217 from izorg/patch-10f07af5Fix Uncaught SyntaxError: Unexpected token ) on Chrome 5594af013chore(release): 4.8.195207a8Merge pull request #1216 from gaearon/fix-parcel-roota16679bfix: root hot for parcel bundler, fixes #1082dd3e5d9Merge pull request #1214 from aberezkin/consuming-defined-values
There are 78 commits in total.
See the full diff
- The
devDependencyreact-hot-loader was updated from4.8.3to4.8.4.
Your tests are still failing with this version. Compare changes
Release Notes for v4.8.4
Bug Fixes
Commits
The new version differs by 8 commits.
eb1722cchore(release): 4.8.4d12a9ccMerge pull request #1229 from gaearon/april-fixes5f50ee4fix: document the importance of import order, fixes #12093cd44b0choire: skip flaky test432e0f8fix: dont skip first update or plain componentsc5af009fix: remove Object.assign, fixes #12264ec5d68Merge pull request #1223 from tlrobinson/fix-parcel-example2b8fe30Fix Parcel example by using old API
See the full diff
- The
devDependencyreact-hot-loader was updated from4.8.4to4.8.5.
Your tests are still failing with this version. Compare changes
Release Notes for v4.8.5
Bug Fixes
- correct memo fiber updater, fixes #1230 (a185494)
- make API more error prone, fixes #1228 (a6ba488)
- move react-dom notification to AppContainer, fixes #1227 (28bfdd4)
- update root endpoint, fixes #1226, #1240 (608805a)
- use simpler conditions for index.js, implements #1244 (4811d57)
- webpack plugin fails on hot-loader/react-dom, fixes ##1234 (826eee3)
- webpack-plugin - use RHL global variable, fixes #1251 (f036d36)
Commits
The new version differs by 24 commits.
c5bcd40chore(release): 4.8.5701d1a3Merge pull request #1247 from gaearon/may-fixes8285fb7chore: linting testsa185494fix: correct memo fiber updater, fixes #1230a6ba488fix: make API more error prone, fixes #122828bfdd4fix: move react-dom notification to AppContainer, fixes #1227f036d36fix: webpack-plugin - use RHL global variable, fixes #1251875e24aMerge pull request #1249 from GomuGilad6/patch-1402b0baUpdate README.mdeae4e65add useContext test casedab33b6add test for React.memo826eee3fix: webpack plugin fails on hot-loader/react-dom, fixes ##12344811d57fix: use simpler conditions for index.js, implements #1244608805afix: update root endpoint, fixes #1226, #12400c79474Merge pull request #1242 from gaearon/semi-true
There are 24 commits in total.
See the full diff
- The
devDependencyreact-hot-loader was updated from4.8.5to4.8.6.
Your tests are still failing with this version. Compare changes
- The
devDependencyreact-hot-loader was updated from4.8.6to4.8.7.
Your tests are still failing with this version. Compare changes
- The
devDependencyreact-hot-loader was updated from4.8.7to4.8.8.
Your tests are still failing with this version. Compare changes
Release Notes for v4.8.8
Bug Fixes
- The
devDependencyreact-hot-loader was updated from4.8.8to4.9.0.
Your tests are still failing with this version. Compare changes
Commits
The new version differs by 8 commits.
c6110afchore(release): 4.9.07d4402cexamples: hot hooks examples2450f25stabilize hooksf6e278cMerge pull request #1260 from gaearon/hot-prod6b29911fix: improve hot api for production mode - error reporting and babel plugind74c7d9Merge pull request #1258 from gaearon/reload-effect7ab076cfeat: support hooks update on HMR, fixes #1256dbf1047fix: false positive hot merge for forwardRef and Memo components, fixes #1257
See the full diff
- The
devDependencyreact-hot-loader was updated from4.11.1to4.11.2.
Your tests are still failing with this version. Compare changes
Release Notes for Fix for Babel 7
Bug Fixes
- babel-plugin is not compatible with commonjs module output if babel 7 is used #1268.
Commits
The new version differs by 26 commits.
4dc5498chore(release): 4.11.23cb9c64make parcel example more fragile to #126870353e5chore(release): 4.11.1bc80b10add react-spring to sc example3f8efc4fix: regression in hidden components reconcilationfa781a8speed up component comparator8c1e276update snapshots4ba7530fix: hot render of forward props component2fafd44fix: update react-fresh babel plugin1b4d861update changelog3ffcbf7chore(release): 4.11.0c498c25chore(release): 4.10.03108dbdMerge pull request #1265 from gaearon/fresh-hooksf2d766erestore 4.10 change logee4604btests: introduce react-dom tests
There are 26 commits in total.
See the full diff
- The
devDependencyreact-hot-loader was updated from4.11.2to4.12.0.
Your tests are still failing with this version. Compare changes
- The
devDependencyreact-hot-loader was updated from4.12.0to4.12.1.
Your tests are still failing with this version. Compare changes
Release Notes for To memo or not to memo?
Bug Fixes
Commits
The new version differs by 10 commits.
fa1e172chore(release): 4.12.1ddb0a8aMerge pull request #1282 from gaearon/fix-memo5bca98cfix: memo components are not updatedd796af8fix: use deep clone for fresh signature, fixes #128057db160update change-log900a94bMerge branch 'master' of https://github.com/gaearon/react-hot-loader426281bMerge pull request #1276 from gaearon/fix-common-signaturebc99cf6Merge pull request #1278 from dgreensp/repro-hook-issue1109b51Reproduce problemed3e1d9fix: clone node for signature, fixes #1268
See the full diff
- The
devDependencyreact-hot-loader was updated from4.12.1to4.12.2.
Your tests are still failing with this version. Compare changes
- The
devDependencyreact-hot-loader was updated from4.12.3to4.12.4.
Your tests are still failing with this version. Compare changes
Commits
The new version differs by 15 commits.
4112e83chore(release): 4.12.48ad1b46fix: remove lodash, #12692f8b933Merge pull request #1288 from KidkArolis/remove-lodashbe4ed21Merge pull request #1291 from sciyoshi/patch-16064dd9Don't register bindings for declarations with no output5185464Replace lodash/merge with a very simple deep merge19824dbchore(release): 4.12.32232839Merge pull request #1286 from gaearon/12.249851befix: regression of registered type comparison, fixes #12841b9f2dafix: make type comparison stronger045a27fbackport refresh updates357249cfix: prevent different typeof of components to be merged8d14827chore: cleanup resolverc435eaafix: babel plugin should use only extrernals hooks, fixes #12858bbc6d3chore: add false tests
See the full diff
- The
devDependencyreact-hot-loader was updated from4.12.4to4.12.5.
Your tests are still failing with this version. Compare changes
Release Notes for Quick fixes
Bug Fixes
- The
devDependencyreact-hot-loader was updated from4.12.6to4.12.7.
Your tests are passing again with this update. Explicitly upgrade to this version π
Release Notes for v4.12.7
Bug Fixes
Commits
The new version differs by 10 commits.
507cc85chore(release): 4.12.79b6c13cMerge pull request #1300 from gaearon/4.12.74795456fix: reload hooks when hook body changesa1c5c31fix: false negative comparisons with react-hot-dom enabled, fixes #12990d665c8chore(release): 4.12.6c703d2eMerge pull request #1298 from gaearon/fix-hook-updateafa8ed4fix: do not update hooks while updating hooks, fixes #1294b0ee8dbadd react-redux example9c87cbcMerge pull request #1297 from tony/patch-12e829ccTypo
See the full diff
- The
devDependencyreact-hot-loader was updated from4.12.7to4.12.8.
Your tests are passing again with this update. Explicitly upgrade to this version π
Commits
The new version differs by 13 commits.
a5597c6chore(release): 4.12.8729d06cMerge pull request #1304 from steven-qi/master6672b26fix: script error on IE11 due to lack of Object.entries507cc85chore(release): 4.12.79b6c13cMerge pull request #1300 from gaearon/4.12.74795456fix: reload hooks when hook body changesa1c5c31fix: false negative comparisons with react-hot-dom enabled, fixes #12990d665c8chore(release): 4.12.6c703d2eMerge pull request #1298 from gaearon/fix-hook-updateafa8ed4fix: do not update hooks while updating hooks, fixes #1294b0ee8dbadd react-redux example9c87cbcMerge pull request #1297 from tony/patch-12e829ccTypo
See the full diff
- The
devDependencyreact-hot-loader was updated from4.12.8to4.12.9.
Your tests are passing again with this update. Explicitly upgrade to this version π
Release Notes for v4.12.9
Bug Fixes
Commits
The new version differs by 20 commits.
87ec675chore(release): 4.12.99e666aeMerge pull request #1306 from gaearon/12.9e228aadrefactor resolver5bac044Merge pull request #1307 from ScriptedAlchemy/master9269580fix: updating shallowequal dependency4b9cc9aadd integrated context resolver for useContext897a68dfix: forcely update Context Provider, fixes #1207a5597c6chore(release): 4.12.8729d06cMerge pull request #1304 from steven-qi/master6672b26fix: script error on IE11 due to lack of Object.entries507cc85chore(release): 4.12.79b6c13cMerge pull request #1300 from gaearon/4.12.74795456fix: reload hooks when hook body changesa1c5c31fix: false negative comparisons with react-hot-dom enabled, fixes #12990d665c8chore(release): 4.12.6
There are 20 commits in total.
See the full diff
- The
devDependencyreact-hot-loader was updated from4.12.9to4.12.10.
Your tests are still failing with this version. Compare changes
Release Notes for v4.12.10
Bug Fixes
Commits
The new version differs by 30 commits.
a5969acchore(release): 4.12.10d9325e4Merge pull request #1312 from gaearon/12.1043fc5fdlinting6089822fix: use void IIFE for webpack plugin, fixes #130981bbb6afix: apend react-hot-dom patch note to the ProxyFacade, fixes #1311980ab8dMerge pull request #1310 from jeetiss/fix/no-semicolondbe48b5add file to prettier ignorea8910adadd semicolon before iifeb3835e7Merge pull request #1308 from aibeb/master2347609update Code Splitting config87ec675chore(release): 4.12.99e666aeMerge pull request #1306 from gaearon/12.9e228aadrefactor resolver5bac044Merge pull request #1307 from ScriptedAlchemy/master9269580fix: updating shallowequal dependency
There are 30 commits in total.
See the full diff