Skip to content
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

[Snyk] Upgrade react-hot-loader from 4.3.12 to 4.12.20 #1

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

Conversation

snyk-bot
Copy link

Snyk has created this PR to upgrade react-hot-loader from 4.3.12 to 4.12.20.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
  • The recommended version is 49 versions ahead of your current version.
  • The recommended version was released a month ago, on 2020-03-14.
Release notes
Package name: react-hot-loader
  • 4.12.20 - 2020-03-14

    chore(release): 4.12.20

  • 4.12.19 - 2020-01-22

    Bug Fixes

  • 4.12.18 - 2019-11-16

    Bug Fixes

    • (regression) hook order change is causing React error, fixes #1393 (6707b4b)
    • production babel plugin might perform eager replacement, fixes #1388 (b94adb3)
  • 4.12.17 - 2019-11-12

    Bug Fixes

    • move @types/react from to peer dependencies, fixes #1391 (5ab2cab)
  • 4.12.16 - 2019-11-06

    Bug Fixes

    • dont write to elementType if it is not defined, fixes #1357 (1072303)
    • explain why RHL could not be activated, fixes #1362 (9561d66)
    • more @types/react to dependencies, fixes #1359 (af42c1a)
    • use logger.warn instead of console to report tail update, fixes #1386 (fbc890a)
  • 4.12.15 - 2019-10-08

    Bug Fixes

  • 4.12.14 - 2019-09-23

    Bug Fixes

    • autodetect underupdated state and trigger an automatic update, fixes #1342 (33c54f5)
    • resolve all components to their last versions, #1342 (62bc67e)
  • 4.12.13 - 2019-09-12

    Bug Fixes

    • error overlay should not be injected into the first instance, fixes #1337 (c019663)
    • return null for null types, fixes #1324 (08d7ed1)
    • run hot in batched mode, fixes #1332 (e801daf)
  • 4.12.12 - 2019-08-27

    Bug Fixes

    • error overlay could fail by itself (da50985)
    • resolve undefined types to undefined, fixes #1324 (73eeb4e)
    • speedup levenshtein comparison, fixes #1087 (b81dcb0)
  • 4.12.11 - 2019-08-12

    Features

    Bug Fixes

    • add noRegister option to webpack, #1315 (e562375)
    • remove circular deps from hot-loader (2cb544d)
  • 4.12.10 - 2019-07-27
  • 4.12.9 - 2019-07-23
  • 4.12.8 - 2019-07-18
  • 4.12.7 - 2019-07-16
  • 4.12.6 - 2019-07-10
  • 4.12.5 - 2019-07-07
  • 4.12.4 - 2019-07-06
  • 4.12.3 - 2019-07-04
  • 4.12.2 - 2019-07-03
  • 4.12.1 - 2019-07-03
  • 4.12.0 - 2019-06-30
  • 4.11.2 - 2019-06-30
  • 4.11.1 - 2019-06-15
  • 4.11.0 - 2019-06-10
  • 4.10.0 - 2019-06-02
  • 4.9.0 - 2019-06-02
  • 4.8.8 - 2019-05-23
  • 4.8.7 - 2019-05-20
  • 4.8.6 - 2019-05-18
  • 4.8.5 - 2019-05-16
  • 4.8.4 - 2019-04-15
  • 4.8.3 - 2019-04-05
  • 4.8.2 - 2019-03-30
  • 4.8.0 - 2019-03-07
  • 4.7.2 - 2019-03-04
  • 4.7.1 - 2019-02-20
  • 4.7.0 - 2019-02-18
  • 4.6.5 - 2019-01-31
  • 4.6.4 - 2019-01-31
  • 4.6.3 - 2018-12-19
  • 4.6.2 - 2018-12-18
  • 4.6.1 - 2018-12-17
  • 4.6.0 - 2018-12-13
  • 4.5.3 - 2018-12-07
  • 4.5.2 - 2018-12-06
  • 4.5.1 - 2018-11-21
  • 4.5.0 - 2018-11-20
  • 4.4.0 - 2018-11-10
  • 4.4.0-1 - 2018-11-10
  • 4.3.12 - 2018-11-01
from react-hot-loader GitHub release notes
Commit messages
Package name: react-hot-loader
  • d2f63f2 chore(release): 4.12.20
  • 5475fe7 fix: patch support for react-dom 16.13 (#1428)
  • 08d8b15 Fix link to issue 1001 in readme (#1415)
  • 7e91294 Fix small readme typo (#1416)
  • 5d3eb82 add inner hook to the SC example
  • 1cd74e3 chore(release): 4.12.19
  • c159844 fix: don't record signatures of local hooks, fixes #1412 (#1413)
  • 9ab2571 Update redux example and remove some file (#1404)
  • 6cbff8b docs: broken link fix (#1402)
  • 1a0be8c Update README.md (#1398)
  • 3c96646 Merge pull request #1397 from silvenon/docs/production
  • 7f498c6 Fix grammar in docs
  • 8852fa6 Document usage in production
  • 47e7270 Run Prettier on README.md
  • 0bbf33a React Native uses fast refresh
  • fe2e3a3 added deprecation note
  • 298a7fc chore(release): 4.12.18
  • 35d329c Merge pull request #1394 from gaearon/hot-hook-fix
  • 29ef0a0 more rich test scenario fro hooks reload
  • 300a819 add tests for hook reload
  • b94adb3 fix: production babel plugin might perform eager replacement, fixes #1388
  • 6707b4b fix: (regression) hook order change is causing React error, fixes #1393
  • cf716ab Merge branch 'master' of github.com:gaearon/react-hot-loader
  • ac583b5 chore(release): 4.12.17

Compare


Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant