madeagency / reactivity

A Bleeding Edge React Universal Boilerplate for Power Users.
MIT License
79 stars 12 forks source link

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

Open greenkeeper[bot] opened 6 years ago

greenkeeper[bot] commented 6 years ago

The dependency react-hot-loader was updated from 4.3.7 to 4.3.8.

🚨 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 direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details - ❌ **ci/circleci: build:** Your tests failed on CircleCI ([Details](https://circleci.com/gh/madeagency/reactivity/605?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link)).

Commits

The new version differs by 3 commits.

  • d6ca2bb 4.3.8
  • d3e9449 Merge pull request #1066 from gaearon/babel-rewire-fix
  • 1cd525c fix: babel 7 compatibility. #1043

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 6 years ago

After pinning to 4.3.7 your tests are passing again. Downgrade this dependency πŸ“Œ.

greenkeeper[bot] commented 6 years ago

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

Release Notes for v4.3.10

Bug fixes

  • IE10/CSP compatibility #1073
Commits

The new version differs by 4 commits.

  • 0d0d164 chore(release): 4.3.10
  • ce66b8b 4.3.9
  • 89e2feb Merge pull request #1073 from gaearon/auto-disable
  • af2376e auto-disable RHL in unsupported environments, fixes #1071, fixes #917

See the full diff

greenkeeper[bot] commented 6 years ago

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

Release Notes for v4.3.11

Bug fixes

  • hot fixing ES5 literals in index.js, introduced in 4.3.10 (80f6b63)
Commits

The new version differs by 6 commits.

  • 28bab4c chore(release): 4.3.11
  • 80f6b63 fix: hot fixing ES5 literals in index.js
  • 0d0d164 chore(release): 4.3.10
  • ce66b8b 4.3.9
  • 89e2feb Merge pull request #1073 from gaearon/auto-disable
  • af2376e auto-disable RHL in unsupported environments, fixes #1071, fixes #917

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.3.12

Bug fixes

  • babel plugin will remove calls to hot in production mode to remove side-effect on webpack #1081
  • class methods, deleted on update, will be deleted from proxy #1091
Commits

The new version differs by 20 commits.

  • 8d8763d chore(release): 4.3.12
  • a6e97c8 Merge pull request #1081 from smelukov/drop-hot-for-prod
  • 847b5cd Merge pull request #1091 from bradennapier/remove-generational-methods
  • 08f7457 remove all removed methods from proxy prototype
  • 2a6a8bb change to use property check in jest
  • 5b5ef8a add test case
  • db48995 remove certain members if removed from prototype
  • 21cfe37 Merge pull request #1086 from andfelzapata/Fix_Grammar_Mistake_OpenedModules_Console_Warning_Comment
  • 00e5aed Fix grammar mistake in commment
  • f7b922c support all import cases
  • 308f35e drop hot calls for prod mode
  • 696da9b Merge pull request #1065 from PavelGavlik/patch-1
  • 972d1eb chore(examples): add example with uglifyjs, #1074
  • 28bab4c chore(release): 4.3.11
  • 80f6b63 fix: hot fixing ES5 literals in index.js

There are 20 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for Know your Errors

Features

  • implement flexible error boundaries (1846019)
  • new root/hot API for better error management. Fixes #1078, #1111 (3029428)
Commits

The new version differs by 113 commits.

There are 113 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

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

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 3 commits.

  • b153755 chore(release): 4.6.2
  • 68c2a0a fix: allow multiple 'hot' in one file, registering only the first one
  • 9177aba fix: error overlay initialization prior body, fixes #1127

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 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

greenkeeper[bot] commented 5 years ago

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

Release Notes for Hook the hooks

Bug Fixes

  • complain if hot patches not present, fixes #1173 (efc3d6b)
  • deactivate RHL in dev mode if eval not allowed (f995b0d)
  • disable ErrorBoundaries for a first run, fixes #1172 (2a834c2)
  • Support Context.Provider reload and React.memo, fixes #1169 (09e48eb)

Features

  • activate pureRender by default (4e971b5) (this is a big deal)
  • implement flexible hot injections (b7e8f5e)
  • make errors retryable to mitigate hooks update (9967fde) ("a retry button")
Commits

The new version differs by 52 commits.

  • 7089062 chore(release): 4.7.0
  • 4b36cc8 safe cleanup after hot render
  • 5e6cc4b Merge pull request #1170 from gaearon/fixes-february
  • e23eea8 fix gramma
  • 02d1725 React 15 tests
  • 4e971b5 feat: activate pureRender by default
  • f52d59c stable
  • b6c1d9b (non pure render) Throw if render method does not exists, fixes #1177
  • 3d021ca stabilize error boundaries
  • f6472dc stabilize for the pureRender option
  • b7e8f5e feat: implement flexible hot injections
  • 9967fde feat: make errors retryable to mitigate hooks update
  • e2c34f8 update styled example
  • 3ef584c fix tests
  • 76a2776 reword hook injection

There are 52 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 πŸš€

Commits

The new version differs by 57 commits.

  • b1a9bd7 chore(release): 4.7.1
  • 262a9ba concrete in tests proper error behavior
  • 9f6ab6e fix: do not poison memoized props
  • 8befa5a fix: rethrow an error is hot comparison is not open
  • 8240111 fix: destructed Context.Provider breaking registrations. fixes #1184
  • 7089062 chore(release): 4.7.0
  • 4b36cc8 safe cleanup after hot render
  • 5e6cc4b Merge pull request #1170 from gaearon/fixes-february
  • e23eea8 fix gramma
  • 02d1725 React 15 tests
  • 4e971b5 feat: activate pureRender by default
  • f52d59c stable
  • b6c1d9b (non pure render) Throw if render method does not exists, fixes #1177
  • 3d021ca stabilize error boundaries
  • f6472dc stabilize for the pureRender option

There are 57 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 68 commits.

  • 94d1379 chore(release): 4.7.2
  • b12b430 fix: suppress error message on a server side, fixes #1188
  • e28c750 Merge pull request #1195 from kontrollanten/update-lodash
  • 781557a chore(deps): update lodash
  • 03829b1 Merge pull request #1190 from gaearon/fix-context-consumer
  • 608c5da Merge pull request #1193 from eps1lon/chore/package/hnrs3
  • e3399dc chore(package): Bump hoist-non-react-statics major
  • 7942d26 fix: safer reads from context consumer
  • d6bffda Merge pull request #1187 from kengreeff/update-install-docs
  • 1ad57dc Add heading to separate old API from installation steps
  • 115edd8 Update README.md
  • b1a9bd7 chore(release): 4.7.1
  • 262a9ba concrete in tests proper error behavior
  • 9f6ab6e fix: do not poison memoized props
  • 8befa5a fix: rethrow an error is hot comparison is not open

There are 68 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 2 commits.

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.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 still failing with this version. Compare changes

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 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

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v4.8.5

Bug Fixes

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

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 4 commits.

  • aa77458 chore(release): 4.8.6
  • 989eebf fix: trailing commas at entrypoints, fixes #1226
  • c87487d Merge pull request #1253 from xD3CODER/master
  • 956e52b fix: No HMR missing error in SSR

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 4 commits.

  • 7e153c4 chore(release): 4.8.7
  • c71659d add cold version for styled-component example
  • 61bff93 Merge pull request #1254 from gaearon/fix-hot-jest
  • 2b2f733 fix: remove checks. fixes #1252

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.8

Bug Fixes

Commits

The new version differs by 2 commits.

  • 3b4f4cc chore(release): 4.8.8
  • 6f56d87 fix: disable RHL when NODE_ENV == test, fixes #1252

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for πŸ”₯🎣 (let's assume that's a hook)

Features

Bug Fixes

  • false positive hot merge for forwardRef and Memo components, fixes #1257 (dbf1047)
  • improve hot api for production mode - better error reporting and smarter babel plugin (6b29911)
Commits

The new version differs by 10 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
  • 3b4f4cc chore(release): 4.8.8
  • 6f56d87 fix: disable RHL when NODE_ENV == test, fixes #1252

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 17 commits.

  • 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
  • 7f8abd1 update readme
  • c8ab4a7 supress a few warnings when react-dom is patched
  • 05a6c8e fix: source map consumer could be synchronious
  • ed53dcb update examples
  • f07bd9d Merge remote-tracking branch 'origin/master' into fresh-hooks
  • e5c4bb4 feat: backport React.Fresh
  • ff7d5c7 Merge pull request #1261 from gaearon/type-comparison
  • 1023b98 Merge pull request #1264 from jooohhn/error-message-typo
  • 5231182 Fixed error message typo

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 πŸš€

Commits

The new version differs by 9 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

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 No more custom react renderer

Features

  • disable hot replacement render if react-dom is patched, see #1274 (b93eb1d)
Commits

The new version differs by 11 commits.

  • 609fdc4 chore(release): 4.12.0
  • b93eb1d feat: disable hot replacement render if react-dom is patched, see #1274
  • 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

See the full diff

greenkeeper[bot] commented 5 years ago

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 21 commits.

There are 21 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 2 commits.

  • f155bb0 chore(release): 4.12.2
  • c6d29c9 fix: [babel][prod] separate default and root 'hot' detection, fixes #1283

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.12.3

Bug Fixes

  • babel plugin should use only external hooks, fixes #1285 (c435eaa)
  • make type comparison stronger (1b9f2da)
  • prevent different typeof of components to be merged (357249c)
  • regression of registered type comparison, fixes #1284 (49851be)
  • [babel][prod] separate default and root 'hot' detection, fixes #1283 (c6d29c9)
Commits

The new version differs by 9 commits.

  • 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