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

Update dependency react-redux to v4.4.10 #6

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Mar 4, 2020

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
react-redux 4.0.0 -> 4.4.10 age adoption passing confidence

Release Notes

reduxjs/react-redux

v4.4.10

Compare Source

  • Update hoist-non-react-statics to 3.x

v4.4.9

Compare Source

  • Update hoist-non-react-statics to 2.x

v4.4.8

Compare Source

v4.4.7

Compare Source

v4.4.6

Compare Source

  • Update React peer dependency to allow React 15.4.0 RC

v4.4.5

Compare Source

  • Fixes a regression introduced in 4.4.4 where cleaning up the state in parent’s componentWillUnmount caused an error in child’s mapStateToProps (#​351, ea53d6f)

v4.4.4

Compare Source

v4.4.3

Compare Source

  • State shape warning now has a more descriptive message (#​335, #​309)
  • State shape check is now a warning rather than a hard error, and is disabled in production for better performance (90f427b)

v4.4.2

Compare Source

  • Custom mergeProps now works correctly with components that have pure: false (#​337, #​338)

v4.4.1

Compare Source

v4.4.0

Compare Source

  • Removes the broken jsnext:main. It is supposed to point to the ES module build but we mistakingly pointed it to the src, so it never worked for anyone anyway. For now, we don’t provide an ES module build in React Redux, so if you use Rollup, you need to use the CommonJS plugin for it. Realistically, it doesn’t make a big difference because React Redux assumes you use React anyway (which uses CommonJS), and it also doesn’t benefit from tree shaking because there are only two exports (connect and <Provider>) and you will need both pretty much any time.

This is a minor bump because we couldn’t break anybody with this (it was broken before), but it seems to deserve more than a patch bump as it’s a change in the build configuration.

v4.3.0

Compare Source

  • Adds per-instance memoization API. If your mapStateToProps or mapDispatchToProps returns a function, that function will be used instead for the given component instance. Most apps never need this, but it can be handy for custom memoization logic in apps with large component trees. It can bring significant performance improvements when used together with Reselect. (#​279, 7ee928b, #​179)

v4.2.1

Compare Source

v4.2.0

Compare Source

  • isPlainObject that we use internally is now outsourced to Lodash 4.1 (rackt/redux#​1339). Note that this does not mean we depend on Lodash itself. We only use a tiny module from it. We also use the same module in Redux >= 3.2.0.

v4.1.2

Compare Source

v4.1.1

Compare Source

  • Adds loose-envify as a dependency to fix builds for Browserify users. (#​1304 & #​1306)

v4.1.0

Compare Source

  • For Browserify users, Redux should now be properly envified without extra configuration (#​274)

v4.0.6

Compare Source

v4.0.5

Compare Source

v4.0.4

Compare Source

v4.0.3

Compare Source

v4.0.2

Compare Source

v4.0.1

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate
Copy link
Author

renovate bot commented Mar 24, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

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

Successfully merging this pull request may close these issues.

1 participant