dnnsoftware / Dnn.AdminExperience

DNN (formerly DotNetNuke) Combined Admin Experience
MIT License
17 stars 39 forks source link

Bump react-redux from 5.1.1 to 7.1.1 #1157

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps react-redux from 5.1.1 to 7.1.1.

Release notes *Sourced from [react-redux's releases](https://github.com/reduxjs/react-redux/releases).* > ## v7.1.1 > _**This release is sponsored by [Deft](http://deft.services/), providing technical teams to high-growth SaaS companies with the processes they need to scale successfully. [Please reach out](https://github.com/reduxjs/react-redux/blob/HEAD/mailto:tim.dorr@deft.services) to see how we can help with your software development, systems architecture, and infrastructure design needs.**_ > > --- > > This release includes some new APIs for those that want to use a custom React Context with our Hooks API, a small memory optimization, and has a fix for when the `store` changes on a `Provider` with incompatible `children`. > > ## [Changes](https://github.com/reduxjs/react-redux/compare/v7.1.0...v7.1.1) > > - Add `create*Hook` factory APIs ([#1309](https://github-redirect.dependabot.com/reduxjs/react-redux/issues/1309) by [@​ryaninvents](https://github.com/ryaninvents)) > - Free resources (free detached nodes from memory) ([#1380](https://github-redirect.dependabot.com/reduxjs/react-redux/issues/1380) by [@​MosheZemah](https://github.com/MosheZemah)) > - Convert Provider into function component with hooks ([#1377](https://github-redirect.dependabot.com/reduxjs/react-redux/issues/1377) by [@​mpeyper](https://github.com/mpeyper)) > > P.S. On the sponsorship section above, it's a thing we're trying out to see how it feels and if it causes any problems for your workflows. (Don't worry, no ads are coming to your npm installs!) The idea for future releases is to let those that contributed to that release have the opportunity to sponsor that release. We don't need donations, but we definitely do need PRs! Hopefully, it's a fair way to encourage them. Please let us know if it's a problem in any way. > > ## v7.1.0 > ### [Hooks!](https://react-redux.js.org/api/hooks) > > [After much discussion](https://github-redirect.dependabot.com/reduxjs/react-redux/issues/1252), we've decided these Hook things are probably going to stick around, so we might as well add some. Many thanks to [@​MrWolfZ](https://github.com/MrWolfZ), [@​josepot](https://github.com/josepot), [@​perrin4869](https://github.com/perrin4869), and [@​mpeyper](https://github.com/mpeyper) for their contributions and to everyone else that offered feedback, ideas, and critiques as we built them out. Go open source! > > ## [Changes](https://github.com/reduxjs/react-redux/compare/v7.0.3...v7.1.0) > > - Add React Hooks ([#1248](https://github-redirect.dependabot.com/reduxjs/react-redux/issues/1248) by [@​MrWolfZ](https://github.com/MrWolfZ)) > - Add `deps` argument to `useSelector` ([#1251](https://github-redirect.dependabot.com/reduxjs/react-redux/issues/1251) by [@​MrWolfZ](https://github.com/MrWolfZ)) > - Use react-hooks-testing-library to test hooks ([#1259](https://github-redirect.dependabot.com/reduxjs/react-redux/issues/1259) by [@​mpeyper](https://github.com/mpeyper)) > - Remove `useRedux` ([@​markerikson](https://github.com/markerikson)) > - Remove `useActions` ([@​markerikson](https://github.com/markerikson)) > - Remove `deps` argument ([#1272](https://github-redirect.dependabot.com/reduxjs/react-redux/issues/1272) by [@​josepot](https://github.com/josepot)) > - Replace `shallowEqual` with reference equality in `useSelector` ([#1288](https://github-redirect.dependabot.com/reduxjs/react-redux/issues/1288) by [@​perrin4869](https://github.com/perrin4869)) > - Avoid unnecessary selector evaluations ([#1273](https://github-redirect.dependabot.com/reduxjs/react-redux/issues/1273) by [@​josepot](https://github.com/josepot)) > - Minor Hook testing improvements ([#1294](https://github-redirect.dependabot.com/reduxjs/react-redux/issues/1294) by [@​MrWolfZ](https://github.com/MrWolfZ)) > > ## v7.1.0-rc.1 > ⚠️[We've got RC sign!](https://i.imgur.com/zdeC5Pd.gif) ⚠️ > > This version is essentially the same as the previous 7.1.0-alpha.5 release. But it has an `rc` tag on it, so you can more easily justify the upgrade to your manager. > > Get to it! > ``` > npm install react-redux@next > ``` > > ![](https://media.giphy.com/media/ykzXbY24BFqY8/giphy.gif) > > ## v7.1.0-alpha.5 > We're still making changes to our hooks APIs, but I'm hopeful that we're getting close to having the behavior nailed down. > > This release makes three specific changes to `useSelector`: > > - The `deps` array has been removed. If you want to ensure the same selector function reference is used, you should memoize it yourself. > ... (truncated)
Commits - [`65d7935`](https://github.com/reduxjs/react-redux/commit/65d7935fa051449be1b553eb8eab1816787d593c) 7.1.1 - [`66c3833`](https://github.com/reduxjs/react-redux/commit/66c3833c39eb85334b9b6fdd41d8107c17754164) Upgrade stuff as far as we can get without errors. - [`07dbe01`](https://github.com/reduxjs/react-redux/commit/07dbe01d11892ff95ede9890b6c5b589b4529dd6) Fix a eslint@6 error - [`0c5f764`](https://github.com/reduxjs/react-redux/commit/0c5f7646f600e635e1caf62863ad61350011f3e7) Convert Provider into function component with hooks ([#1377](https://github-redirect.dependabot.com/reduxjs/react-redux/issues/1377)) - [`b6b4799`](https://github.com/reduxjs/react-redux/commit/b6b47995acfb8c1ff5d04a31c14aa75f112a47ab) Free resources (free detached nodes from memory) ([#1380](https://github-redirect.dependabot.com/reduxjs/react-redux/issues/1380)) - [`4b9cece`](https://github.com/reduxjs/react-redux/commit/4b9cecefde7b3e4c6344d3277c46ad0471c4bbfe) Docs: update license section ([#1368](https://github-redirect.dependabot.com/reduxjs/react-redux/issues/1368)) - [`5e6205a`](https://github.com/reduxjs/react-redux/commit/5e6205a2f9bb18e1f8b0163382bc29230ea7d3d3) feat: implement `create*Hook` APIs ([#1309](https://github-redirect.dependabot.com/reduxjs/react-redux/issues/1309)) - [`4cded48`](https://github.com/reduxjs/react-redux/commit/4cded48b758c4761b2d98a98747e04f9044116d4) Revert "fix(docs): remove `mapDispatchToProps` invalid use case" ([#1365](https://github-redirect.dependabot.com/reduxjs/react-redux/issues/1365)) - [`ae6f033`](https://github.com/reduxjs/react-redux/commit/ae6f033357ddfebbc44b1fae16b348b89d832f6c) fix(docs): remove `mapDispatchToProps` untruthy use case ([#1364](https://github-redirect.dependabot.com/reduxjs/react-redux/issues/1364)) - [`8a1bb58`](https://github.com/reduxjs/react-redux/commit/8a1bb5805497d2ca000ccb693bca72b327c4e8b4) Fix typo ([#1355](https://github-redirect.dependabot.com/reduxjs/react-redux/issues/1355)) - Additional commits viewable in [compare view](https://github.com/reduxjs/react-redux/compare/v5.1.1...v7.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 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 close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor 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) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - 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

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.