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

Update react-hot-loader to the latest version 🚀 #139

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

Conversation

greenkeeper[bot]
Copy link

@greenkeeper greenkeeper bot commented Feb 27, 2018

☝️ Greenkeeper’s updated Terms of Service will come into effect on April 6th, 2018.

Version 4.0.0 of react-hot-loader was just published.

Dependency react-hot-loader
Current Version 3.1.3
Type devDependency

The version 4.0.0 is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

It might be worth looking into these changes and trying to get this project onto the latest version of react-hot-loader.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Release Notes v4.0.0

Bug Fixes

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 bot added a commit that referenced this pull request Apr 1, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 1, 2018

Version 4.0.1 just got published.

Update to this version instead 🚀

Release Notes v4.0.1

Bug Fixes

Docs

Commits

The new version differs by 23 commits.

  • 10a320c chore(release): 4.0.1
  • b3a7b54 chore: remove prelease flag
  • 32b7fff Merge pull request #921 from gaearon/upgrade-pkg
  • cf6d26e chore: upgrade deps
  • bcbf10d chore: completely remove opencollective pkg
  • f8532df fix: double proxy registration (#915)
  • b9f801e chore: move opencollective to dev deps (#916)
  • 8c09378 docs(readme): better typescript playbooks
  • d3b91de better typescript playbooks. #884 #909
  • c420fee Merge pull request #906 from nulltoken/patch-1
  • ef42058 Merge pull request #889 from gaearon/break-recursion-render
  • 87ad586 Make IE11 consumers life (a little bit) easier
  • 33f2376 break render recursion, fix #882
  • b639bc6 Merge pull request #888 from sarathms/fix-typo-in-error-message
  • 68e1e40 Fix typo in error message

There are 23 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Apr 18, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 18, 2018

Version 4.1.0 just got published.

Update to this version instead 🚀

Release Notes v4.1.0

Features

  • 🚀 React 16.3 support (#918)
  • 🧙🏻‍♂️ StatelessFunctionComponents are not wrapped by Stateful components anymore (#873)

Bug Fixes

  • support babel temporal _this3 (#928)
Commits

The new version differs by 20 commits.

  • 1ec9ec2 4.1.0
  • db640f6 typescript w/o babel example
  • e8f8935 prettier
  • 86f785f Merge pull request #937 from gaearon/this3
  • 8a6f69d adding _this3 to handle babel edge cases. fixes #928
  • 948138a Merge pull request #927 from gaearon/react-16-strict
  • 4f17b94 code coverage for SFC assembling #873
  • 1581cc5 fix SFC props assembling
  • 4218e41 fix React 15 Stateless components
  • c6cfac7 Merge pull request #931 from MatthewRamsey/update-readme
  • 4120083 update readme
  • fa22392 Merge pull request #929 from weihong1028/patch-1
  • 22a1e09 Update Troubleshooting.md
  • 85118dc add react-lifecycles-compat
  • a5a7c93 remove componentWillReceiveProps from proxies #918

There are 20 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Apr 20, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 20, 2018

Version 4.1.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 3 commits.

  • 31282f6 4.1.1
  • 3b27f43 Merge pull request #939 from gaearon/pass-method-props
  • a84dcd0 fix: Proxy should keep methods own props. #918

See the full diff

greenkeeper bot added a commit that referenced this pull request Apr 24, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 24, 2018

Version 4.1.2 just got published.

Update to this version instead 🚀

Release Notes v4.1.2

Bug Fixes

greenkeeper bot added a commit that referenced this pull request May 8, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented May 8, 2018

Version 4.1.3 just got published.

Update to this version instead 🚀

Release Notes v4.1.3

Bug Fixes

Commits

The new version differs by 16 commits.

  • 323389a chore(release): 4.1.3
  • b92fbbf chore: upgrade deps
  • 1f8adb9 fix: props merge order. #967 (#968)
  • b22f37e Merge pull request #963 from gaearon/impove-async-loader-readme
  • df8ddae Merge pull request #958 from gaearon/typescript-ignore
  • 646438c docs: fix up some grammar in troubleshooting (#965)
  • ac53309 doc: more clear statement about code splitting
  • 806d526 TS config with awesome-typescript-loader
  • f3e1208 Merge pull request #961 from danielbayerlein/bugfix/readme
  • c3b783d Fix headline size
  • e540fb4 feat. Better typescript with babel 7. implements #884
  • 0ebb809 Merge pull request #950 from gaearon/always-update
  • cb01e78 Merge pull request #957 from gaearon/single-fragment
  • 7e80881 fix: Fragment with a single element. fixes #956
  • 7819c71 fix: always update bound functions. #949

There are 16 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request May 16, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented May 16, 2018

Version 4.2.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 26 commits.

  • 74d4d4c 4.2.0
  • 769eb72 Merge pull request #977 from gaearon/update-related-issues
  • 56fdd05 Support React.Context, impliments #979
  • acea0de Merge remote-tracking branch 'origin/master' into update-related-issues
  • 9ebf0af add tests for Fragments inside div
  • 0584e27 Merge pull request #976 from gaearon/more-examples
  • c81ca5c secure context render
  • cbc98ea React.Context and Fragment related changes
  • b37bf12 disable pureSFC
  • c1ab695 add examples
  • a352cbb Merge pull request #975 from gaearon/react-lifecycles-compact
  • 23f3660 react-lifecycles-compat fixes, related to #951
  • d81aa67 Revert "react-lifecycles-compat fixes, related to #951"
  • b0f0712 react-lifecycles-compat fixes, related to #951
  • 854fd36 review styled example

There are 26 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Jun 5, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 5, 2018

Version 4.3.0 just got published.

Update to this version instead 🚀

Release Notes v4.3.0

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

Commits

The new version differs by 36 commits.

  • 9adfb9b chore(release): 4.3.0
  • 78d2dc5 Merge pull request #1005 from gaearon/pre-release-fixes
  • 586dd78 cold/parcel prerelease fixes
  • a9aa07e Merge pull request #1006 from timm-aym/ship-parcel-example
  • 09d6d44 Fix hot reloading for parcel example
  • 4e39a68 Merge pull request #994 from s-h-a-d-o-w/patch-1
  • 047fa0f Merge branch 'master' into patch-1
  • 1be2966 Merge pull request #1003 from gaearon/webpack4-babel-cycle
  • c864343 Merge pull request #1002 from gaearon/revert-function-apply
  • 5bfd8cf Dont reload function properties, revert #949, fixes #995, #978, #969, #984
  • e7d7577 Merge pull request #992 from gaearon/not-hot
  • e90a25c fix: RHL babel plugin will ignore react and react-hot-loader, fixes #900
  • f5600e2 cold should return type
  • 819490f refactor cold components
  • 8a3dc62 add cold example

There are 36 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Jun 9, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 9, 2018

Version 4.3.1 just got published.

Update to this version instead 🚀

Release Notes v4.3.1

Bug Fixes

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

The new version differs by 10 commits.

  • d77a729 chore(release): 4.3.1
  • 1454853 Merge pull request #1015 from gaearon/preact-render-method
  • 605da10 fix: preact could pass arguments to the render, fix #1013
  • bb47ca4 fix: support _this10 and over
  • 8189dd4 Merge pull request #1014 from taion/relay-indet-static-props
  • ba10324 Fix test on React 15
  • 933b577 Add tests
  • 93e9750 Handle lazy indeterminate static properties
  • c8a36e7 Merge pull request #1012 from s-h-a-d-o-w/patch-2
  • df88b01 Typo in README

See the full diff

greenkeeper bot added a commit that referenced this pull request Jun 13, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 13, 2018

Version 4.3.2 just got published.

Update to this version instead 🚀

Commits

The new version differs by 5 commits.

  • 6ce4010 chore(release): 4.3.2
  • e7c0cad Merge pull request #1019 from gaearon/type-cold
  • 17412d6 fix. update typescript definitions, fixes #1018
  • 75d07d6 Merge pull request #1017 from ArsProgramma/master
  • 10ae07d Just a typo.

See the full diff

greenkeeper bot added a commit that referenced this pull request Jun 15, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 15, 2018

Version 4.3.3 just got published.

Update to this version instead 🚀

Release Notes v4.3.3

Bug Fixes

(e5284ab)

  • Add cold API to TypeScript definitions
  • Preact could pass arguments to the render, fix #1013 (605da10)
  • Support _this10 and over (bb47ca4)
  • Support _this as sandbox variable, #1020
  • Handle lazy indeterminate static properties(Relay) #1014
Commits

The new version differs by 2 commits.

  • acb748b chore(release): 4.3.3
  • e5284ab fix: add _this to sandbox variables, #1020

See the full diff

greenkeeper bot added a commit that referenced this pull request Jul 25, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 25, 2018

Version 4.3.4 just got published.

Update to this version instead 🚀

Release Notes v4.3.4

Bug Fixes

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

The new version differs by 11 commits.

  • 960fd35 chore(release): 4.3.4
  • d8e2457 Merge pull request #1033 from gaearon/fix-clones
  • 6af3883 fix: element could be double-proxied
  • 4d0f8c5 Merge pull request #1031 from gaearon/fix-class-detection
  • ec8083c Merge remote-tracking branch 'origin/master' into fix-class-detection
  • 3e07c06 Merge pull request #1029 from gaearon/react-loadable-mock
  • c32438b refactor React Component type detection
  • 12a8a4e Merge pull request #1030 from mkg0/master
  • ff94e68 set exact version
  • d001059 upgrade webpack
  • fac1d29 add code-splitting example

See the full diff

greenkeeper bot added a commit that referenced this pull request Aug 23, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 23, 2018

Version 4.3.5 just got published.

Update to this version instead 🚀

Release Notes v4.3.5

Bug Fixes

  • dont hot-swap registered components, #1050 (cf165a6)
  • use the same conditions for index and patch, probably related to #1048 (f67d5b9)
Commits

The new version differs by 13 commits.

  • 151e4e4 chore(release): 4.3.5
  • f67d5b9 fix: use the same conditions for index and patch
  • 6d3a30e Merge pull request #1028 from Akuukis/master
  • f6f67a3 Merge pull request #1052 from gaearon/remove-false-updates
  • cf165a6 fix: dont hot-swap registered components, #1050
  • ca3efeb Merge pull request #1037 from gaearon/mobx-example
  • a91a7c7 add mobx example
  • 7f60ce5 Merge pull request #1035 from rrousselGit/master
  • 890129d Update package.json
  • 9c9699e add mobx example
  • 4a0830c Note that TS example uses beta Babel
  • 12574c6 Typescript example for Webpack 4
  • 0a88e21 simplify typescript setup and update example code

See the full diff

greenkeeper bot added a commit that referenced this pull request Sep 4, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 4, 2018

Version 4.3.6 just got published.

Update to this version instead 🚀

Release Notes v4.3.6

Bug Fixes

  • don't inadvertently call getters (#1054)
Commits

The new version differs by 3 commits.

  • 3cad8f5 chore(release): 4.3.6
  • d3b1865 Merge pull request #1054 from phyllisstein/master
  • 322e746 fix: don't inadvertendly call getters

See the full diff

greenkeeper bot added a commit that referenced this pull request Sep 13, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 13, 2018

Update to this version instead 🚀

Release Notes for v4.3.7

Bug Fixes

Commits

The new version differs by 10 commits.

  • 98fa7f5 chore(release): 4.3.7
  • d6e86a5 Merge pull request #1063 from gaearon/babel-7
  • acad937 fix: babel 7 compatibility. #1043
  • d6853b7 chore(readme): fix #1060, fix #1044
  • 6b80a47 Merge pull request #1058 from Laassari/patch-1
  • 2545905 Merge pull request #1062 from gaearon/fix-red-master
  • a30db75 Merge pull request #1059 from mshatikhin/master
  • ba46aba chore(build): fix react 16.4, #1061
  • 80fb994 Typo in README
  • b9b185c change App's path in create-react-app

See the full diff

greenkeeper bot added a commit that referenced this pull request May 23, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented May 23, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Jun 2, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 2, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Jun 10, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 10, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Jun 15, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 15, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Jun 30, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 30, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Jun 30, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 30, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Jul 3, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 3, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Jul 3, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 3, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Jul 4, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 4, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Jul 6, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 6, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Jul 7, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 7, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Jul 16, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 16, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Jul 18, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 18, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Jul 23, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 23, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Jul 27, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 27, 2019

Update to this version instead 🚀

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

Successfully merging this pull request may close these issues.

None yet

0 participants