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

Closed greenkeeper[bot] closed 6 years ago

greenkeeper[bot] commented 6 years ago

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

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

Dependency react-hot-loader
Current Version 3.1.3
Type devDependency

The version 4.0.1 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.1

Bug Fixes

Docs

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:

codecov-io commented 6 years ago

Codecov Report

Merging #312 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #312   +/-   ##
=======================================
  Coverage   61.77%   61.77%           
=======================================
  Files          16       16           
  Lines         259      259           
  Branches       54       54           
=======================================
  Hits          160      160           
  Misses         99       99

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update f9a6148...99461fd. Read the comment docs.

greenkeeper[bot] commented 6 years ago

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

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

Version 4.1.2 just got published.

Update to this version instead 🚀

Release Notes v4.1.2

Bug Fixes

greenkeeper[bot] commented 6 years ago

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

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

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

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

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

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