Skip to content

Conversation

@dependabot-preview
Copy link

Bumps react-hot-loader from 4.3.6 to 4.11.1.

Release notes

Sourced from react-hot-loader's releases.

Refresh of the Fresh

Refresh

  • useState value change will reset hook state, based on React.Fresh PR

Bug Fixes

  • hot render of forwardRef component (4ba7530). Hooks inside were failing during hotReplacementRender(react-spring case)
  • regression in hidden components reconcilation (3f8efc4), some styled-components were always remounted
  • update react-fresh babel plugin (2fafd44), fixes #1268, based on React.Fresh PR

🍋 Fresh

The first release since forever with Dan Abramov contribution.

Features

  • backport React.Fresh to handle hooks order change (e5c4bb4)
  • much better testing coverage

Bug Fixes

  • source map consumer could be synchronous (05a6c8e)
  • false positive on function components merge

Free Types!

A small but quite important release, which will remove the major effect of React-Hot-Loader - proxing Elements.
In short - <App/>.type === App without React-Hot-Loader, and false with. So - React-Hot-Loader might break your app in dev environment, or your app might work a bit differently in prod.

No more (user space) proxying!

Works only with webpack plugin. Does not work without it, or with hot-loader/react-dom - feature is not stable yet.

Please try it!. We need your feedback!.

Features

  • 👓 transparent class wrapping, fixes #304 (9fe4cad)

🔥🎣 (let's assume that's a hook)

The first release with a proper hooks support.

Features

  • 👨‍🔬support hooks update on HMR, fixes #1256 (7ab076c)

Bug Fixes

  • 🥵false positive hot merge for forwardRef and Memo components, fixes #1257 (dbf1047)
  • 🤓improve hot api for production mode - better error reporting and smarter babel plugin (6b29911)
... (truncated)
Changelog

Sourced from react-hot-loader's changelog.

4.11.1 (2019-06-15)

Bug Fixes

  • hot render of forward props component (4ba7530)
  • regression in hidden components reconcilation (3f8efc4)
  • update react-fresh babel plugin (2fafd44)

4.11.0 (2019-06-10)

Bug Fixes

  • source map consumer could be synchronous (05a6c8e)

Features

  • backport React.Fresh to handle hooks order change (e5c4bb4)

4.10.0 (2019-06-02)

Features

4.9.0 (2019-06-02)

Bug Fixes

  • false positive hot merge for forwardRef and Memo components, fixes #1257 (dbf1047)
  • improve hot api for production mode - error reporting and babel plugin (6b29911)

Features

... (truncated)
Commits
  • 70353e5 chore(release): 4.11.1
  • bc80b10 add react-spring to sc example
  • 3f8efc4 fix: regression in hidden components reconcilation
  • fa781a8 speed up component comparator
  • 8c1e276 update snapshots
  • 4ba7530 fix: hot render of forward props component
  • 2fafd44 fix: update react-fresh babel plugin
  • 1b4d861 update changelog
  • 3ffcbf7 chore(release): 4.11.0
  • c498c25 chore(release): 4.10.0
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

@codecov-io
Copy link

codecov-io commented Jun 17, 2019

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #203   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           1      1           
  Lines          54     54           
  Branches       11     11           
=====================================
  Hits           54     54

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 7cb4c4d...190892f. Read the comment docs.

@dependabot-preview
Copy link
Author

Superseded by #206.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/react-hot-loader-4.11.1 branch July 1, 2019 08:24
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.

1 participant