cli53 / chrislime

Portfolio
0 stars 0 forks source link

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

Open greenkeeper[bot] opened 6 years ago

greenkeeper[bot] commented 6 years ago

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

Dependency react-hot-loader
Current Version 3.1.3
Type dependency

The version 4.1.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.1.0

Features

  • πŸš€ React 16.3 support (#918)
  • πŸ§™πŸ»β€β™‚οΈ StatelessFunctionComponents are not wrapped by Stateful components anymore (#873)

Bug Fixes

  • support babel temporal _this3 (#928)
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.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

greenkeeper[bot] commented 6 years ago

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] 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 6 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

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for Know your Errors

Features

  • implement flexible error boundaries (1846019)
  • new root/hot API for better error management. Fixes #1078, #1111 (3029428)
Commits

The new version differs by 93 commits.

There are 93 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for Quick fixes

Bug Fixes

Commits

The new version differs by 12 commits.

  • e00bc6f chore(release): 4.6.1
  • 4906e99 Merge pull request #1133 from gaearon/hot-fixes
  • b8c7d6f linting
  • 10ec938 document RHL limitations
  • a62bacd fix: secure wrapped/uwrapped comparison
  • da7b662 add hook example to all-containers
  • 8a66401 fix: webpack plugin outputs es2015 code
  • 615790f fix: display hmr errors as hmr errors, #1131
  • 02b5737 better document check
  • 9d3a2c0 fix: hmr error detection is flaky
  • 40e3ff2 fix: error overlay is not server side friendly, #1126
  • 65d70a8 update readme

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 3 commits.

  • b153755 chore(release): 4.6.2
  • 68c2a0a fix: allow multiple 'hot' in one file, registering only the first one
  • 9177aba fix: error overlay initialization prior body, fixes #1127

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for The fixes for hot fixes

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)
  • allow multiple 'hot' in one file, registering only the first one (68c2a0a)
  • error overlay initialization prior body, fixes #1127 (9177aba)
Commits

The new version differs by 9 commits.

  • 17a68ae chore(release): 4.6.3
  • 67c7032 Merge pull request #1136 from gaearon/4.6.3
  • 275ea30 ask to dump hot-loader/react-dom
  • 826a57c fix: update memo updater and comparator. fix #1135
  • 17d25c5 update SC example
  • 100fc9c fix: context information is not always properly emulated in hot-render, fixes #1094
  • 5d4f226 fix: RHL could update non-relative components
  • a045f57 Merge pull request #1134 from zeachco/patch-2
  • 09e40f8 Update README.md

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for Hook the hooks

Bug Fixes

  • complain if hot patches not present, fixes #1173 (efc3d6b)
  • deactivate RHL in dev mode if eval not allowed (f995b0d)
  • disable ErrorBoundaries for a first run, fixes #1172 (2a834c2)
  • Support Context.Provider reload and React.memo, fixes #1169 (09e48eb)

Features

  • activate pureRender by default (4e971b5) (this is a big deal)
  • implement flexible hot injections (b7e8f5e)
  • make errors retryable to mitigate hooks update (9967fde) ("a retry button")
Commits

The new version differs by 43 commits.

  • 7089062 chore(release): 4.7.0
  • 4b36cc8 safe cleanup after hot render
  • 5e6cc4b Merge pull request #1170 from gaearon/fixes-february
  • e23eea8 fix gramma
  • 02d1725 React 15 tests
  • 4e971b5 feat: activate pureRender by default
  • f52d59c stable
  • b6c1d9b (non pure render) Throw if render method does not exists, fixes #1177
  • 3d021ca stabilize error boundaries
  • f6472dc stabilize for the pureRender option
  • b7e8f5e feat: implement flexible hot injections
  • 9967fde feat: make errors retryable to mitigate hooks update
  • e2c34f8 update styled example
  • 3ef584c fix tests
  • 76a2776 reword hook injection

There are 43 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 5 commits.

  • b1a9bd7 chore(release): 4.7.1
  • 262a9ba concrete in tests proper error behavior
  • 9f6ab6e fix: do not poison memoized props
  • 8befa5a fix: rethrow an error is hot comparison is not open
  • 8240111 fix: destructed Context.Provider breaking registrations. fixes #1184

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 11 commits.

  • 94d1379 chore(release): 4.7.2
  • b12b430 fix: suppress error message on a server side, fixes #1188
  • e28c750 Merge pull request #1195 from kontrollanten/update-lodash
  • 781557a chore(deps): update lodash
  • 03829b1 Merge pull request #1190 from gaearon/fix-context-consumer
  • 608c5da Merge pull request #1193 from eps1lon/chore/package/hnrs3
  • e3399dc chore(package): Bump hoist-non-react-statics major
  • 7942d26 fix: safer reads from context consumer
  • d6bffda Merge pull request #1187 from kengreeff/update-install-docs
  • 1ad57dc Add heading to separate old API from installation steps
  • 115edd8 Update README.md

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 2 commits.

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for v4.8.1

Bug Fixes

  • root hot for parcel bundler, fixes #1082 (a16679b)
  • pass a false value into Context #1214
Commits

The new version differs by 6 commits.

  • 94af013 chore(release): 4.8.1
  • 95207a8 Merge pull request #1216 from gaearon/fix-parcel-root
  • a16679b fix: root hot for parcel bundler, fixes #1082
  • dd3e5d9 Merge pull request #1214 from aberezkin/consuming-defined-values
  • d29ba0b Add some test cases for context
  • 0752b74 Pass defined falsy values in consumers' children in replacement render

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for v4.8.3

Bug Fixes

  • Allow refs on lazy components (798e37f)
  • invariant violation react 15 (1351f2d)
Commits

The new version differs by 7 commits.

  • 2167f9f chore(release): 4.8.3
  • cd9a760 Merge pull request #1221 from eps1lon/fix/lazy-ref
  • 1351f2d fix: invariant violation react 15
  • 798e37f fix: Allow refs on lazy components
  • d842b20 test: Add failing test for refs on lazy components
  • df8eb13 Merge pull request #1220 from anthony-langford/patch-1
  • 8818008 Update Troubleshooting.md

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€