aliemteam / aliemcards

ALiEM Cards - markdown and website
https://www.aliemcards.com
MIT License
4 stars 8 forks source link

Update react-hot-loader to the latest version πŸš€ #335

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 6 years ago

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

Dependency react-hot-loader
Current Version 3.1.3
Type devDependency

The version 4.3.4 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.3.4

Bug Fixes

  • element could be double-proxied (#1033)
  • Components, not directly inherited from React.Components, like StyledComponents, are not working (#1031)
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

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] commented 5 years ago

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] commented 5 years ago

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] commented 5 years ago

Update to this version instead πŸš€

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

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

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

Update to this version instead πŸš€

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

  • 28bab4c chore(release): 4.3.11
  • 80f6b63 fix: hot fixing ES5 literals in index.js

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

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 14 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
  • e08f95b Remove link that leads to 404

See the full diff