dalen / puppetexplorer

Puppet web interface written in CoffeeScript using AngularJS
demo.puppetexplorer.io
Other
413 stars 43 forks source link

Bump react-redux from 5.0.7 to 5.1.1 #541

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps react-redux from 5.0.7 to 5.1.1.

Release notes *Sourced from [react-redux's releases](https://github.com/reduxjs/react-redux/releases).* > ## v5.1.1 > ## [Changes](https://github.com/reactjs/react-redux/compare/v5.1.0...v5.1.1) > - Upgrade hoist-non-react-statics to deal with contextType (by [**timdorr**](https://github.com/timdorr)) > - Treat `null` as a valid plain object prototype in `isPlainObject()` ([#1075](https://github-redirect.dependabot.com/reduxjs/react-redux/issues/1075) by [**rgrove**](https://github.com/rgrove)) > > ## v5.1.0 > The biggest fix is for `connect()` being used with React's newer `forwardRef`, `memo`, and `lazy` APIs. > > We also have begun a complete rewrite of our docs for React Redux. [Check them out!](https://react-redux.js.org/) Many thanks to those who contributed: [**markerikson**](https://github.com/markerikson), [**sveinpg**](https://github.com/sveinpg), [**wgao19**](https://github.com/wgao19), [**BTMPL**](https://github.com/BTMPL), [**pyliaorachel**](https://github.com/pyliaorachel), [**dagstuan**](https://github.com/dagstuan), [**Kerumen**](https://github.com/Kerumen), and [**carloluis**](https://github.com/carloluis) (sorry if I forgot someone!). Docs are a great way to get started contributing to open source, so open a PR today! Check [#1001](https://github-redirect.dependabot.com/reduxjs/react-redux/issues/1001) to see what else needs to be done. > > We're also looking at overhauling Redux's documentation. Check out reduxjs/redux#2590 for the latest there. > > ## [Changes](https://github.com/reactjs/react-redux/compare/v5.0.7...v5.1.0) > - Simplify object check and eliminate lodash dependency ([#936](https://github-redirect.dependabot.com/reduxjs/react-redux/issues/936) by [**matthargett**](https://github.com/matthargett)) > - Remove subkey arg ([#945](https://github-redirect.dependabot.com/reduxjs/react-redux/issues/945) by [**theJian**](https://github.com/theJian)) > - Switch our test suite to Jest ([**timdorr**](https://github.com/timdorr)) > - Implement testing in React 0.14, 15, and 16.x ([#984](https://github-redirect.dependabot.com/reduxjs/react-redux/issues/984) by [**cellog**](https://github.com/cellog)) > - Convert tests to use react-testing-library instead of Enzyme ([#998](https://github-redirect.dependabot.com/reduxjs/react-redux/issues/998) by [**cellog**](https://github.com/cellog) and [**markerikson**](https://github.com/markerikson)) > - Add unpkg field to package.json ([#1003](https://github-redirect.dependabot.com/reduxjs/react-redux/issues/1003) by [**nickmccurdy**](https://github.com/nickmccurdy)) > - Set up basic docusaurus structure ([#1032](https://github-redirect.dependabot.com/reduxjs/react-redux/issues/1032) by [**sveinpg**](https://github.com/sveinpg)) > - Add nodejs version 10 for ci ([#1058](https://github-redirect.dependabot.com/reduxjs/react-redux/issues/1058) by [**noelyoo**](https://github.com/noelyoo)) > - Upgrade to babel@7 ([#1043](https://github-redirect.dependabot.com/reduxjs/react-redux/issues/1043) [**Andarist**](https://github.com/Andarist)) > > ## v5.1.0-test.1 > ## This release is broken - DO NOT USE IT! > > This is a test release to try out some changes in relation with React 16.3's new StrictMode. ~Please try it out in your projects and see if it breaks anything!~ > > Narrator: It did. > > It turned out to be **very broken**, and **should not be used**. > > We are currently working on React-Redux version 6.0, which will switch to using `createContext` internally. See [#950](https://github-redirect.dependabot.com/reduxjs/react-redux/issues/950) for our development roadmap, and [#995](https://github-redirect.dependabot.com/reduxjs/react-redux/issues/995) and [#1000](https://github-redirect.dependabot.com/reduxjs/react-redux/issues/1000) for the two "competing" work-in-progress PRs (available on NPM as tags `next-995` and `next-1000`). Please try those out instead, and give us feedback in the PR threads. > > Changelog for historical reference > > > **[Changes](https://github.com/reactjs/react-redux/compare/v5.0.7...v5.1.0-test.1)** > > - Remove subkey arg ([#945](https://github-redirect.dependabot.com/reduxjs/react-redux/issues/945) by [**theJian**](https://github.com/theJian)) > > - Simplify object check and eliminate lodash dependency ([#936](https://github-redirect.dependabot.com/reduxjs/react-redux/issues/936) by [**matthargett**](https://github.com/matthargett)) > > - Remove usages of async-unsafe lifecycle methods ([#919](https://github-redirect.dependabot.com/reduxjs/react-redux/issues/919) by [**Hypnosphi**](https://github.com/Hypnosphi))
Commits - [`5cdb83a`](https://github.com/reduxjs/react-redux/commit/5cdb83a91ca0ad4414a978f56eb34392a1e3f9df) 5.1.1 - [`c9d214e`](https://github.com/reduxjs/react-redux/commit/c9d214e1147187ccc1d9241a99b8441fc9fc50ee) Treat `null` as a valid plain object prototype in `isPlainObject()` ([#1075](https://github-redirect.dependabot.com/reduxjs/react-redux/issues/1075)) - [`574ecc5`](https://github.com/reduxjs/react-redux/commit/574ecc5e0924ed80931983990a1b06cbf100b17e) Upgrade hoist-non-react-statics to deal with contextType - [`b245f83`](https://github.com/reduxjs/react-redux/commit/b245f83da57150771bdf4ca04ba351cabe4247c8) 5.1.0 - [`307f463`](https://github.com/reduxjs/react-redux/commit/307f46380fd5d2681a011eec97dc0e92f67df9d8) Rebuild lock files with npm 6.4.1 - [`1b43eaa`](https://github.com/reduxjs/react-redux/commit/1b43eaa86d89144bfe2ef72db095f69bf7944cf2) (feat): support react 16.6 ([#1062](https://github-redirect.dependabot.com/reduxjs/react-redux/issues/1062)) - [`2093fbb`](https://github.com/reduxjs/react-redux/commit/2093fbb56cb6505bd2bee830e6b4cc11e351d867) Upgrade to babel@7 ([#1043](https://github-redirect.dependabot.com/reduxjs/react-redux/issues/1043)) - [`bc7b6a9`](https://github.com/reduxjs/react-redux/commit/bc7b6a99dd066f0c6616f029259c9cca9c61d20f) docs: enable search for docusaurus site ([#1060](https://github-redirect.dependabot.com/reduxjs/react-redux/issues/1060)) - [`1e93536`](https://github.com/reduxjs/react-redux/commit/1e9353641fce1125b7669d0fc7da813347ee6fba) Add nodejs version 10 for ci ([#1058](https://github-redirect.dependabot.com/reduxjs/react-redux/issues/1058)) - [`1ab1596`](https://github.com/reduxjs/react-redux/commit/1ab159663459e386e94b19de509a3dee0f425452) fix log message hint for ownProps on map function ([#1056](https://github-redirect.dependabot.com/reduxjs/react-redux/issues/1056)) - Additional commits viewable in [compare view](https://github.com/reduxjs/react-redux/compare/v5.0.7...v5.1.1)


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 will not automatically merge this PR because it includes a minor update to a production dependency.


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 cancel merge` will cancel a previously requested merge - `@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](https://app.dependabot.com): - 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.
dependabot-preview[bot] commented 5 years ago

Superseded by #552.