Skip to content
This repository has been archived by the owner on Mar 18, 2019. It is now read-only.

chore(deps): update dependency react-hot-loader to v4.8.0 #36

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jun 5, 2018

This PR contains the following updates:

Package Type Update Change References
react-hot-loader devDependencies minor 4.2.0 -> 4.8.0 source

Release Notes

gaearon/react-hot-loader

v4.8.0

Compare Source

Features

4.7.2 (2019-03-04)

Bug Fixes
  • safer reads from context consumer (7942d26)
  • suppress error message on a server side, fixes #​1188 (b12b430)

4.7.1 (2019-02-20)

Bug Fixes
  • destructed Context.Provider breaking registrations. fixes #​1184 (8240111)
  • do not poison memoized props (9f6ab6e)
  • rethrow an error is hot comparison is not open (8befa5a)

v4.7.2

Compare Source

Features

4.7.2 (2019-03-04)

Bug Fixes
  • safer reads from context consumer (7942d26)
  • suppress error message on a server side, fixes #​1188 (b12b430)

4.7.1 (2019-02-20)

Bug Fixes
  • destructed Context.Provider breaking registrations. fixes #​1184 (8240111)
  • do not poison memoized props (9f6ab6e)
  • rethrow an error is hot comparison is not open (8befa5a)

v4.7.1

Compare Source

Bug Fixes
  • safer reads from context consumer (7942d26)
  • suppress error message on a server side, fixes #​1188 (b12b430)

v4.7.0

Compare Source

Bug Fixes
Features
  • activate pureRender by default (4e971b5)
  • implement flexible hot injections (b7e8f5e)
  • make errors retryable to mitigate hooks update (9967fde)

4.6.5 (2019-01-31)

Bug Fixes
  • babel plugin produces a broken code (6f8573f)

4.6.4 (2019-01-31)

Bug Fixes

4.6.3 (2018-12-19)

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)

4.6.2 (2018-12-18)

Bug Fixes
  • allow multiple 'hot' in one file, registering only the first one (68c2a0a)
  • error overlay initialization prior body, fixes #​1127 (9177aba)

4.6.1 (2018-12-17)

Bug Fixes

v4.6.5

Compare Source

Bug Fixes
Features
  • activate pureRender by default (4e971b5)
  • implement flexible hot injections (b7e8f5e)
  • make errors retryable to mitigate hooks update (9967fde)

4.6.5 (2019-01-31)

Bug Fixes
  • babel plugin produces a broken code (6f8573f)

4.6.4 (2019-01-31)

Bug Fixes

4.6.3 (2018-12-19)

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)

4.6.2 (2018-12-18)

Bug Fixes
  • allow multiple 'hot' in one file, registering only the first one (68c2a0a)
  • error overlay initialization prior body, fixes #​1127 (9177aba)

4.6.1 (2018-12-17)

Bug Fixes

v4.6.3

Compare Source

Bug Fixes

v4.6.2

Compare Source

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)

v4.6.1

Compare Source

Bug Fixes
  • allow multiple 'hot' in one file, registering only the first one (68c2a0a)
  • error overlay initialization prior body, fixes #​1127 (9177aba)

v4.6.0

Compare Source

Features

4.5.3 (2018-12-07)

Bug Fixes
  • enable class equality, but disable class merge, when not hot (8d214b3)
  • react-dom hot-replacement is too active (8827a40)

4.5.2 (2018-12-06)

Bug Fixes
  • forwardRef to be remounted every frame. React-router to merge components (3b11866)
  • React-router to merge components (f45fee0)
  • remove early reject, #​1115 (0a28144)

4.5.1 (2018-11-21)

Bug Fixes
  • add lodash.merge as dep (1de55d6)

v4.5.3

Compare Source

Features

4.5.3 (2018-12-07)

Bug Fixes
  • enable class equality, but disable class merge, when not hot (8d214b3)
  • react-dom hot-replacement is too active (8827a40)

4.5.2 (2018-12-06)

Bug Fixes
  • forwardRef to be remounted every frame. React-router to merge components (3b11866)
  • React-router to merge components (f45fee0)
  • remove early reject, #​1115 (0a28144)

4.5.1 (2018-11-21)

Bug Fixes
  • add lodash.merge as dep (1de55d6)

v4.5.2

Compare Source

Bug Fixes
  • enable class equality, but disable class merge, when not hot (8d214b3)
  • react-dom hot-replacement is too active (8827a40)

v4.5.1

Compare Source

Bug Fixes
  • forwardRef to be remounted every frame. React-router to merge components (3b11866)
  • React-router to merge components (f45fee0)
  • remove early reject, #​1115 (0a28144)

v4.5.0

Compare Source

Bug Fixes
Features
  • webpack patch/inject mode (42d637b)

4.4.0-1 (2018-11-01)

Bug Fixes

4.4.0 (2018-11-01)

Features
  • React 16.5 and React 16.6 support. forwardRef, memo, lazy #​1084
  • Webpack loader #​1098
  • mark RHL sideEffect-free in production mode #​1096
  • babel plugin will remove hot in production #​1091
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

4.3.11 (2018-09-20)

Bug Fixes
  • hot fixing ES5 literals in index.js (80f6b63)

4.3.10 (2018-09-20)

Bug Fixes

4.3.7 (2018-09-13)

Bug Fixes

4.3.6 (2018-09-04)

Bug Fixes
  • don't inadvertendly call getters (322e746)

4.3.5 (2018-08-23)

Bug Fixes
  • dont hot-swap registered components, #​1050 (cf165a6)
  • use the same conditions for index and patch (f67d5b9)

4.3.4 (2018-07-25)

Bug Fixes
  • element could be double-proxied (#​1033)
  • Components, not directly inherited from React.Components, like StyledComponents, are not working (#​1031)

4.3.3 (2018-06-15)

Bug Fixes

4.3.2 (2018-06-13)

Bug Fixes
  • Add cold API to TypeScript definitions

4.3.1 (2018-06-09)

Bug Fixes
  • Preact could pass arguments to the render, fix #​1013 (605da10)
  • Support _this10 and over (bb47ca4)
  • Handle lazy indeterminate static properties(Relay) #​1014

v4.4.0

Compare Source

Bug Fixes
Features
  • webpack patch/inject mode (42d637b)

4.4.0-1 (2018-11-01)

Bug Fixes

4.4.0 (2018-11-01)

Features
  • React 16.5 and React 16.6 support. forwardRef, memo, lazy #​1084
  • Webpack loader #​1098
  • mark RHL sideEffect-free in production mode #​1096
  • babel plugin will remove hot in production #​1091
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

4.3.11 (2018-09-20)

Bug Fixes
  • hot fixing ES5 literals in index.js (80f6b63)

4.3.10 (2018-09-20)

Bug Fixes

4.3.7 (2018-09-13)

Bug Fixes

4.3.6 (2018-09-04)

Bug Fixes
  • don't inadvertendly call getters (322e746)

4.3.5 (2018-08-23)

Bug Fixes
  • dont hot-swap registered components, #​1050 (cf165a6)
  • use the same conditions for index and patch (f67d5b9)

4.3.4 (2018-07-25)

Bug Fixes
  • element could be double-proxied (#​1033)
  • Components, not directly inherited from React.Components, like StyledComponents, are not working (#​1031)

4.3.3 (2018-06-15)

Bug Fixes

4.3.2 (2018-06-13)

Bug Fixes
  • Add cold API to TypeScript definitions

4.3.1 (2018-06-09)

Bug Fixes
  • Preact could pass arguments to the render, fix #​1013 (605da10)
  • Support _this10 and over (bb47ca4)
  • Handle lazy indeterminate static properties(Relay) #​1014

v4.3.12

Compare Source

Features
  • React 16.5 and React 16.6 support. forwardRef, memo, lazy #​1084
  • Webpack loader #​1098
  • mark RHL sideEffect-free in production mode #​1096
  • babel plugin will remove hot in production #​1091
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

v4.3.11

Compare Source

Features
  • React 16.5 and React 16.6 support. forwardRef, memo, lazy #​1084
  • Webpack loader #​1098
  • mark RHL sideEffect-free in production mode #​1096
  • babel plugin will remove hot in production #​1091
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

v4.3.10

Compare Source

Bug Fixes

v4.3.8

Compare Source

v4.3.7

Compare Source

Bug Fixes

v4.3.6

Compare Source

Bug Fixes

v4.3.5

Compare Source

Bug Fixes
  • don't inadvertendly call getters (322e746)

v4.3.4

Compare Source

Bug Fixes
  • dont hot-swap registered components, #​1050 (cf165a6)
  • use the same conditions for index and patch (f67d5b9)

v4.3.3

Compare Source

Bug Fixes
  • element could be double-proxied (#​1033)
  • Components, not directly inherited from React.Components, like StyledComponents, are not working (#​1031)

v4.3.2

Compare Source

Bug Fixes
  • Add cold API to TypeScript definitions

v4.3.1

Compare Source

Features
  • React 16.5 and React 16.6 support. forwardRef, memo, lazy #​1084
  • Webpack loader #​1098
  • mark RHL sideEffect-free in production mode #​1096
  • babel plugin will remove hot in production #​1091
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

v4.3.0

Compare Source

Bug Fixes
  • Context Provider could crash due update, #​944 (b0e2b5b)
  • RHL babel plugin will ignore react and react-hot-loader, fixes #​900 (e90a25c)
  • RHL should add new class methods (111d56e)
  • Multiple problems with methods update. Revert behavior back to v4.1.2 #​1001
Features

4.2.0 (2018-05-16)

Changes

  • Stateless Components will be converted to React.Component ones (as they were prior 4.1.0) #​977

Features

  • Basic support for React 16 Context #​979

Bug fixes

  • pure components wont update #​959, #​944
  • better babel compliance ("this5"), #​969
  • sideeffect-less updates #​970
  • render as a class property #​924
  • issues around reactLifecyclesCompat.polyfill #​951
  • more examples and test cases
  • multiple reconsilation related bug fixes

4.1.3 (2018-05-08)

Bug Fixes

4.1.2 (2018-04-24)

Bug Fixes

4.1.1 (2018-04-24)

Bug Fixes

4.1.0 (2018-04-18)

Features
  • 🚀 React 16.3 support (#​918)
  • 🧙🏻‍♂️ StatelessFunctionComponents are not wrapped by Stateful components anymore (#​873)
  • 🧠Improved TypeScript support (no more than documentation) (#​884)
Bug Fixes
  • support babel temporal _this3 (#​928)

4.0.1 (2018-04-01)

Bug Fixes
Docs

Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot. View repository job log here.

@renovate renovate bot force-pushed the renovate/react-hot-loader-4.x branch from 3df4c7d to 00a780f Compare June 9, 2018 06:37
@renovate renovate bot changed the title chore(deps): update dependency react-hot-loader to v4.3.0 chore(deps): update dependency react-hot-loader to v4.3.1 Jun 9, 2018
@renovate renovate bot force-pushed the renovate/react-hot-loader-4.x branch from 00a780f to e0b958f Compare June 13, 2018 09:34
@renovate renovate bot changed the title chore(deps): update dependency react-hot-loader to v4.3.1 chore(deps): update dependency react-hot-loader to v4.3.2 Jun 13, 2018
@renovate renovate bot force-pushed the renovate/react-hot-loader-4.x branch from e0b958f to 1a66ec7 Compare June 15, 2018 01:39
@renovate renovate bot changed the title chore(deps): update dependency react-hot-loader to v4.3.2 chore(deps): update dependency react-hot-loader to v4.3.3 Jun 15, 2018
@renovate renovate bot force-pushed the renovate/react-hot-loader-4.x branch from 1a66ec7 to 368902c Compare July 25, 2018 12:24
@renovate renovate bot changed the title chore(deps): update dependency react-hot-loader to v4.3.3 chore(deps): update dependency react-hot-loader to v4.3.4 Jul 25, 2018
@renovate renovate bot changed the title chore(deps): update dependency react-hot-loader to v4.3.4 chore(deps): update dependency react-hot-loader to v4.3.5 Aug 23, 2018
@renovate renovate bot force-pushed the renovate/react-hot-loader-4.x branch from 368902c to 0ebed28 Compare August 23, 2018 10:17
@renovate renovate bot changed the title chore(deps): update dependency react-hot-loader to v4.3.5 chore(deps): update dependency react-hot-loader to v4.3.6 Sep 4, 2018
@renovate renovate bot force-pushed the renovate/react-hot-loader-4.x branch from 0ebed28 to 3cd1452 Compare September 4, 2018 11:23
@renovate renovate bot changed the title chore(deps): update dependency react-hot-loader to v4.3.6 chore(deps): update dependency react-hot-loader to v4.3.7 Sep 13, 2018
@renovate renovate bot force-pushed the renovate/react-hot-loader-4.x branch from 3cd1452 to 5f88a9e Compare September 13, 2018 11:37
@renovate renovate bot changed the title chore(deps): update dependency react-hot-loader to v4.3.7 chore(deps): update dependency react-hot-loader to v4.3.8 Sep 15, 2018
@renovate renovate bot force-pushed the renovate/react-hot-loader-4.x branch from 5f88a9e to 1eb94b3 Compare September 15, 2018 12:33
@renovate renovate bot changed the title chore(deps): update dependency react-hot-loader to v4.3.8 chore(deps): update dependency react-hot-loader to v4.3.10 Sep 20, 2018
@renovate renovate bot force-pushed the renovate/react-hot-loader-4.x branch from 1eb94b3 to 0bb168c Compare September 20, 2018 11:38
@renovate renovate bot changed the title chore(deps): update dependency react-hot-loader to v4.3.10 chore(deps): update dependency react-hot-loader to v4.3.11 Sep 20, 2018
@renovate renovate bot force-pushed the renovate/react-hot-loader-4.x branch from 0bb168c to 01d7b14 Compare September 20, 2018 22:46
@renovate renovate bot changed the title chore(deps): update dependency react-hot-loader to v4.3.11 chore(deps): update dependency react-hot-loader to v4.3.12 Nov 1, 2018
@renovate renovate bot force-pushed the renovate/react-hot-loader-4.x branch from 01d7b14 to b3d9828 Compare November 1, 2018 11:42
@renovate renovate bot changed the title chore(deps): update dependency react-hot-loader to v4.3.12 chore(deps): update dependency react-hot-loader to v4.6.0 Dec 13, 2018
@renovate renovate bot force-pushed the renovate/react-hot-loader-4.x branch from b3d9828 to 22bf965 Compare December 13, 2018 11:44
@renovate renovate bot changed the title chore(deps): update dependency react-hot-loader to v4.6.0 chore(deps): update dependency react-hot-loader to v4.6.1 Dec 17, 2018
@renovate renovate bot force-pushed the renovate/react-hot-loader-4.x branch from 22bf965 to 670992b Compare December 17, 2018 11:31
@renovate renovate bot changed the title chore(deps): update dependency react-hot-loader to v4.6.1 chore(deps): update dependency react-hot-loader to v4.6.2 Dec 18, 2018
@renovate renovate bot force-pushed the renovate/react-hot-loader-4.x branch 2 times, most recently from 4c080e0 to 135108d Compare December 19, 2018 12:41
@renovate renovate bot changed the title chore(deps): update dependency react-hot-loader to v4.6.2 chore(deps): update dependency react-hot-loader to v4.6.3 Dec 19, 2018
@renovate renovate bot changed the title chore(deps): update dependency react-hot-loader to v4.6.3 chore(deps): update dependency react-hot-loader to v4.6.4 Jan 31, 2019
@renovate renovate bot force-pushed the renovate/react-hot-loader-4.x branch 2 times, most recently from c516700 to 82f1439 Compare January 31, 2019 10:23
@renovate renovate bot changed the title chore(deps): update dependency react-hot-loader to v4.6.4 chore(deps): update dependency react-hot-loader to v4.6.5 Jan 31, 2019
@renovate renovate bot force-pushed the renovate/react-hot-loader-4.x branch from 82f1439 to 3c363ec Compare February 18, 2019 21:59
@renovate renovate bot changed the title chore(deps): update dependency react-hot-loader to v4.6.5 chore(deps): update dependency react-hot-loader to v4.7.0 Feb 18, 2019
@renovate renovate bot force-pushed the renovate/react-hot-loader-4.x branch from 3c363ec to 3c2c24a Compare February 20, 2019 07:08
@renovate renovate bot changed the title chore(deps): update dependency react-hot-loader to v4.7.0 chore(deps): update dependency react-hot-loader to v4.7.1 Feb 20, 2019
@renovate renovate bot changed the title chore(deps): update dependency react-hot-loader to v4.7.1 chore(deps): update dependency react-hot-loader to v4.7.2 Mar 4, 2019
@renovate renovate bot force-pushed the renovate/react-hot-loader-4.x branch from 3c2c24a to 2956c87 Compare March 4, 2019 10:35
@renovate renovate bot force-pushed the renovate/react-hot-loader-4.x branch from 2956c87 to f32b817 Compare March 7, 2019 10:55
@renovate renovate bot changed the title chore(deps): update dependency react-hot-loader to v4.7.2 chore(deps): update dependency react-hot-loader to v4.8.0 Mar 7, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant