-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Treat null
as a valid plain object prototype in isPlainObject()
#1075
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Deploy preview for react-redux-docs ready! Built with commit 6c7b5e4 |
timdorr
pushed a commit
that referenced
this pull request
Nov 10, 2018
AlMcKinlay
pushed a commit
to AlMcKinlay/completionist-toolbox
that referenced
this pull request
Nov 12, 2018
## The dependency [react-redux](https://github.com/reduxjs/react-redux) was updated from `5.1.0` to `5.1.1`. This version 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. --- <details> <summary>Release Notes for v5.1.1</summary> <h2><a href="https://urls.greenkeeper.io/reactjs/react-redux/compare/v5.1.0...v5.1.1">Changes</a></h2> <ul> <li>Upgrade hoist-non-react-statics to deal with contextType (by <a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=17882" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://urls.greenkeeper.io/timdorr">@timdorr</a>)</li> <li>Treat <code>null</code> as a valid plain object prototype in <code>isPlainObject()</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="378515787" data-permission-text="Issue title is private" data-url="reduxjs/react-redux#1075" data-hovercard-type="pull_request" data-hovercard-url="/reduxjs/react-redux/pull/1075/hovercard" href="https://urls.greenkeeper.io/reduxjs/react-redux/pull/1075">#1075</a> by <a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=1465" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://urls.greenkeeper.io/rgrove">@rgrove</a>)</li> </ul> </details> <details> <summary>Commits</summary> <p>The new version differs by 3 commits.</p> <ul> <li><a href="https://urls.greenkeeper.io/reduxjs/react-redux/commit/5cdb83a91ca0ad4414a978f56eb34392a1e3f9df"><code>5cdb83a</code></a> <code>5.1.1</code></li> <li><a href="https://urls.greenkeeper.io/reduxjs/react-redux/commit/c9d214e1147187ccc1d9241a99b8441fc9fc50ee"><code>c9d214e</code></a> <code>Treat <code>null</code> as a valid plain object prototype in <code>isPlainObject()</code> (#1075)</code></li> <li><a href="https://urls.greenkeeper.io/reduxjs/react-redux/commit/574ecc5e0924ed80931983990a1b06cbf100b17e"><code>574ecc5</code></a> <code>Upgrade hoist-non-react-statics to deal with contextType</code></li> </ul> <p>See the <a href="https://urls.greenkeeper.io/reduxjs/react-redux/compare/b245f83da57150771bdf4ca04ba351cabe4247c8...5cdb83a91ca0ad4414a978f56eb34392a1e3f9df">full diff</a></p> </details> <details> <summary>FAQ and help</summary> 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). </details> --- Your [Greenkeeper](https://greenkeeper.io) bot 🌴
albertodev7
pushed a commit
to albertodev7/react-redux
that referenced
this pull request
Dec 8, 2022
This was referenced Sep 5, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes #1074