Skip to content

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

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

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

Conversation

greenkeeper[bot]
Copy link

@greenkeeper greenkeeper bot commented Oct 10, 2017

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

Dependency react-hot-loader
Current Version 1.3.1
Type devDependency

The version 3.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 v3.0.0
  • Add React 16 support (#629, #658)
  • Remove RedBox as default error catcher (#494)
Commits

The new version differs by 286 commits.

  • 5973747 Merge pull request #658 from gaearon/react-16
  • 80136ac v3.0.0
  • 7a968b6 refactor: revert HotContainer for now
  • 6d0346f feat: expose AppContainer with warning
  • 7d0e0da docs: remove coverage badge
  • 429cc4a docs: improve README
  • 3338ce2 feat: React 16 compatibility
  • 47ccb0a Merge pull request #655 from theKashey/master
  • b964851 document HOC Troubleshooting
  • 00404dd docs: keep AppContainer in doc
  • 60503a7 Merge pull request #639 from gaearon/hot-container
  • 7d1d294 Rename AppContainer into HotContainer
  • 2679e73 Merge pull request #494 from gaearon/no-redbox
  • 31fba04 Remove RedBox as default error catcher
  • ac52cd9 Merge pull request #608 from theKashey/master

There are 250 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 🌴

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

greenkeeper bot commented Oct 15, 2017

Version 3.1.0 just got published.

Update to this version instead 🚀

Release Notes v3.1.0
  • Add an option to disable warnings (#669)
  • Fix arrow function that uses props in constructor (#670)
Commits

The new version differs by 12 commits.

  • 0981896 v3.1.0
  • 884ceac Merge pull request #670 from gaearon/fix-662
  • 4896a34 fix: fix arrow function using props in constructor
  • 31c1682 Merge pull request #669 from simonkberg/feat/disable-warnings
  • af7556f set default warning value in hooks instead
  • d0d6b61 set warning to true by default
  • a854aef Add support for disabling warnings for unaccepted components
  • 96798ab Merge pull request #665 from adi1133/adi-2
  • f462e21 Use console.warn in warnAboutUnnacceptedClass
  • 07c15ed Merge pull request #663 from andrewcoelho/patch-1
  • b813a2d Fix incorrect AppContainer usage in docs
  • 6e7c0c0 docs: restore troubleshooting

See the full diff

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

greenkeeper bot commented Oct 15, 2017

Version 3.1.1 just got published.

Update to this version instead 🚀

Release Notes v3.1.1
  • Revert fix arrow function that uses props in constructor (#670)
  • Remove babel-template dependency (#671)
Commits

The new version differs by 6 commits.

  • 1a7b877 v3.1.1
  • 43cdb88 Merge pull request #674 from gaearon/revert-670-fix-662
  • 6a043f6 Revert "fix: fix arrow function using props in constructor"
  • 993a51e chore: regenerate yarn.lock
  • e153b8c Merge pull request #671 from goto-bus-stop/babel-template
  • d55f531 Remove direct dependency on babel-template

See the full diff

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

greenkeeper bot commented Nov 8, 2017

Version 3.1.2 just got published.

Update to this version instead 🚀

Release Notes v3.1.2

Fixes

Commits

The new version differs by 12 commits.

  • 68f2554 v3.1.2
  • 78a425c Merge pull request #693 from jrylan/patch-1
  • 71e360c Fix Babel 7 breaking issue: Specify placeholderPattern in template call
  • 6c2f7d1 Merge pull request #688 from johnnyreilly/patch-1
  • 0451015 Update Troubleshooting.md with TypeScript advice
  • 1f6ebdd Merge pull request #681 from selbekk/master
  • 3190393 Merge pull request #683 from jhoch/jh/update-readme
  • 1fc8bfd Remove extra space
  • fb858e0 Update README with create-react-app changes
  • b4cb02a Add note about setting output.publicPath property
  • 497e08e Merge pull request #676 from sachinrekhi/master
  • 23ffcdf Add details to README on installing as a regular dependency

See the full diff

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

greenkeeper bot commented Nov 15, 2017

Version 3.1.3 just got published.

Update to this version instead 🚀

Release Notes v.3.1.3

Fixes: React 16 infinite loop #696.

@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 24, 2017

Version 4.0.0-beta.1 just got published.

Update to this version instead 🚀

@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 25, 2017

Version 4.0.0-beta.2 just got published.

Update to this version instead 🚀

@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 14, 2018

Version 4.0.0-beta.14 just got published.

Update to this version instead 🚀

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

greenkeeper bot commented Feb 19, 2018

Version 4.0.0-rc.0 just got published.

Update to this version instead 🚀

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

greenkeeper bot commented Feb 27, 2018

Version 4.0.0 just got published.

Update to this version instead 🚀

Release Notes v4.0.0

Bug Fixes

Commits

The new version differs by 15 commits.

  • b36b842 chore(release): 4.0.0
  • 9ef4c35 Merge pull request #876 from gaearon/next
  • 34077b7 docs(readme): update it
  • 8da0c85 chore: fix merge master
  • 2de4e58 fix: proper children reconcile for nested tags, fixes #869 (#871)
  • 4b13ed1 Merge pull request #870 from oliviertassinari/patch-2
  • a429374 Fix IE 11 issue
  • dd24b52 docs(readme): call for testing
  • 12c4cd6 v3.1.3
  • 8043d78 Merge pull request #697 from thibautRe/patch-1
  • b1bdbb3 Prevent infinite loop of rendering on error
  • aad537e Update changelog
  • 68f2554 v3.1.2
  • 78a425c Merge pull request #693 from jrylan/patch-1
  • 71e360c Fix Babel 7 breaking issue: Specify placeholderPattern in template call

See the full diff

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

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

greenkeeper bot commented Aug 12, 2019

Update to this version instead 🚀

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

greenkeeper bot commented Aug 27, 2019

Update to this version instead 🚀

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

greenkeeper bot commented Sep 12, 2019

Update to this version instead 🚀

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

greenkeeper bot commented Sep 23, 2019

Update to this version instead 🚀

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

greenkeeper bot commented Oct 8, 2019

Update to this version instead 🚀

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

greenkeeper bot commented Nov 6, 2019

Update to this version instead 🚀

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

greenkeeper bot commented Nov 12, 2019

Update to this version instead 🚀

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

greenkeeper bot commented Nov 16, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Jan 22, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 22, 2020

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Mar 14, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 14, 2020

Update to this version instead 🚀

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

greenkeeper bot commented Apr 30, 2020

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.

0 participants