An in-range update of react-hot-loader is breaking the build ๐จ
greenkeeper opened this issue ยท 21 comments
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.
3bbc997
chore(release): 4.6.0
f15b108
Merge pull request #1122 from gaearon/red-box
ca92718
add more auto-options
8affde9
fix tests
81853c3
change react-dom DI
5ea96cc
update README
946b432
better configuration for Error Overlay
924cd98
improve examples
649a227
extract comparison logic
5d715a7
Merge pull request #1124 from keqingrong/patch-1
e97e3c5
Fix a clerical error
089991a
flaky test
1846019
feat: impliment flexible error boundaries
bdd2659
restore react 15 compact
af1aa39
display 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 ๐ด
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
devDependency
react-hot-loader was updated from4.6.0
to4.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.
e00bc6f
chore(release): 4.6.1
4906e99
Merge pull request #1133 from gaearon/hot-fixes
b8c7d6f
linting
10ec938
document RHL limitations
a62bacd
fix: secure wrapped/uwrapped comparison
da7b662
add hook example to all-containers
8a66401
fix: webpack plugin outputs es2015 code
615790f
fix: display hmr errors as hmr errors, #1131
02b5737
better document check
9d3a2c0
fix: hmr error detection is flaky
40e3ff2
fix: error overlay is not server side friendly, #1126
65d70a8
update readme
See the full diff
- The
devDependency
react-hot-loader was updated from4.6.1
to4.6.2
.
Your tests are still failing with this version. Compare changes
- The
devDependency
react-hot-loader was updated from4.6.2
to4.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.
17a68ae
chore(release): 4.6.3
67c7032
Merge pull request #1136 from gaearon/4.6.3
275ea30
ask to dump hot-loader/react-dom
826a57c
fix: update memo updater and comparator. fix #1135
17d25c5
update SC example
100fc9c
fix: context information is not always properly emulated in hot-render, fixes #1094
5d4f226
fix: RHL could update non-relative components
a045f57
Merge pull request #1134 from zeachco/patch-2
09e40f8
Update README.md
See the full diff
- The
devDependency
react-hot-loader was updated from4.8.2
to4.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.
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 78 commits in total.
See the full diff
- The
devDependency
react-hot-loader was updated from4.8.3
to4.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.
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
See the full diff
- The
devDependency
react-hot-loader was updated from4.8.4
to4.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.
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 24 commits in total.
See the full diff
- The
devDependency
react-hot-loader was updated from4.8.5
to4.8.6
.
Your tests are still failing with this version. Compare changes
- The
devDependency
react-hot-loader was updated from4.8.6
to4.8.7
.
Your tests are still failing with this version. Compare changes
- The
devDependency
react-hot-loader was updated from4.8.7
to4.8.8
.
Your tests are still failing with this version. Compare changes
Release Notes for v4.8.8
Bug Fixes
- The
devDependency
react-hot-loader was updated from4.8.8
to4.9.0
.
Your tests are still failing with this version. Compare changes
Commits
The new version differs by 8 commits.
c6110af
chore(release): 4.9.0
7d4402c
examples: hot hooks examples
2450f25
stabilize hooks
f6e278c
Merge pull request #1260 from gaearon/hot-prod
6b29911
fix: improve hot api for production mode - error reporting and babel plugin
d74c7d9
Merge pull request #1258 from gaearon/reload-effect
7ab076c
feat: support hooks update on HMR, fixes #1256
dbf1047
fix: false positive hot merge for forwardRef and Memo components, fixes #1257
See the full diff
- The
devDependency
react-hot-loader was updated from4.11.1
to4.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.
4dc5498
chore(release): 4.11.2
3cb9c64
make parcel example more fragile to #1268
70353e5
chore(release): 4.11.1
bc80b10
add react-spring to sc example
3f8efc4
fix: regression in hidden components reconcilation
fa781a8
speed up component comparator
8c1e276
update snapshots
4ba7530
fix: hot render of forward props component
2fafd44
fix: update react-fresh babel plugin
1b4d861
update changelog
3ffcbf7
chore(release): 4.11.0
c498c25
chore(release): 4.10.0
3108dbd
Merge pull request #1265 from gaearon/fresh-hooks
f2d766e
restore 4.10 change log
ee4604b
tests: introduce react-dom tests
There are 26 commits in total.
See the full diff
- The
devDependency
react-hot-loader was updated from4.11.2
to4.12.0
.
Your tests are still failing with this version. Compare changes
- The
devDependency
react-hot-loader was updated from4.12.0
to4.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.
fa1e172
chore(release): 4.12.1
ddb0a8a
Merge pull request #1282 from gaearon/fix-memo
5bca98c
fix: memo components are not updated
d796af8
fix: use deep clone for fresh signature, fixes #1280
57db160
update change-log
900a94b
Merge branch 'master' of https://github.com/gaearon/react-hot-loader
426281b
Merge pull request #1276 from gaearon/fix-common-signature
bc99cf6
Merge pull request #1278 from dgreensp/repro-hook-issue
1109b51
Reproduce problem
ed3e1d9
fix: clone node for signature, fixes #1268
See the full diff
- The
devDependency
react-hot-loader was updated from4.12.1
to4.12.2
.
Your tests are still failing with this version. Compare changes
- The
devDependency
react-hot-loader was updated from4.12.3
to4.12.4
.
Your tests are still failing with this version. Compare changes
Commits
The new version differs by 15 commits.
4112e83
chore(release): 4.12.4
8ad1b46
fix: remove lodash, #1269
2f8b933
Merge pull request #1288 from KidkArolis/remove-lodash
be4ed21
Merge pull request #1291 from sciyoshi/patch-1
6064dd9
Don't register bindings for declarations with no output
5185464
Replace lodash/merge with a very simple deep merge
19824db
chore(release): 4.12.3
2232839
Merge pull request #1286 from gaearon/12.2
49851be
fix: regression of registered type comparison, fixes #1284
1b9f2da
fix: make type comparison stronger
045a27f
backport refresh updates
357249c
fix: prevent different typeof of components to be merged
8d14827
chore: cleanup resolver
c435eaa
fix: babel plugin should use only extrernals hooks, fixes #1285
8bbc6d3
chore: add false tests
See the full diff
- The
devDependency
react-hot-loader was updated from4.12.4
to4.12.5
.
Your tests are still failing with this version. Compare changes
Release Notes for Quick fixes
Bug Fixes
- The
devDependency
react-hot-loader was updated from4.12.6
to4.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.
507cc85
chore(release): 4.12.7
9b6c13c
Merge pull request #1300 from gaearon/4.12.7
4795456
fix: reload hooks when hook body changes
a1c5c31
fix: false negative comparisons with react-hot-dom enabled, fixes #1299
0d665c8
chore(release): 4.12.6
c703d2e
Merge pull request #1298 from gaearon/fix-hook-update
afa8ed4
fix: do not update hooks while updating hooks, fixes #1294
b0ee8db
add react-redux example
9c87cbc
Merge pull request #1297 from tony/patch-1
2e829cc
Typo
See the full diff
- The
devDependency
react-hot-loader was updated from4.12.7
to4.12.8
.
Your tests are passing again with this update. Explicitly upgrade to this version ๐
Commits
The new version differs by 13 commits.
a5597c6
chore(release): 4.12.8
729d06c
Merge pull request #1304 from steven-qi/master
6672b26
fix: script error on IE11 due to lack of Object.entries
507cc85
chore(release): 4.12.7
9b6c13c
Merge pull request #1300 from gaearon/4.12.7
4795456
fix: reload hooks when hook body changes
a1c5c31
fix: false negative comparisons with react-hot-dom enabled, fixes #1299
0d665c8
chore(release): 4.12.6
c703d2e
Merge pull request #1298 from gaearon/fix-hook-update
afa8ed4
fix: do not update hooks while updating hooks, fixes #1294
b0ee8db
add react-redux example
9c87cbc
Merge pull request #1297 from tony/patch-1
2e829cc
Typo
See the full diff
- The
devDependency
react-hot-loader was updated from4.12.8
to4.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.
87ec675
chore(release): 4.12.9
9e666ae
Merge pull request #1306 from gaearon/12.9
e228aad
refactor resolver
5bac044
Merge pull request #1307 from ScriptedAlchemy/master
9269580
fix: updating shallowequal dependency
4b9cc9a
add integrated context resolver for useContext
897a68d
fix: forcely update Context Provider, fixes #1207
a5597c6
chore(release): 4.12.8
729d06c
Merge pull request #1304 from steven-qi/master
6672b26
fix: script error on IE11 due to lack of Object.entries
507cc85
chore(release): 4.12.7
9b6c13c
Merge pull request #1300 from gaearon/4.12.7
4795456
fix: reload hooks when hook body changes
a1c5c31
fix: false negative comparisons with react-hot-dom enabled, fixes #1299
0d665c8
chore(release): 4.12.6
There are 20 commits in total.
See the full diff
- The
devDependency
react-hot-loader was updated from4.12.9
to4.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.
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
87ec675
chore(release): 4.12.9
9e666ae
Merge pull request #1306 from gaearon/12.9
e228aad
refactor resolver
5bac044
Merge pull request #1307 from ScriptedAlchemy/master
9269580
fix: updating shallowequal dependency
There are 30 commits in total.
See the full diff