Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump @reduxjs/toolkit from 2.2.2 to 2.2.3 in /webapp (microsoft#912)
Bumps [@reduxjs/toolkit](https://github.com/reduxjs/redux-toolkit) from 2.2.2 to 2.2.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/reduxjs/redux-toolkit/releases"><code>@reduxjs/toolkit</code>'s releases</a>.</em></p> <blockquote> <h2>v2.2.3</h2> <p>This minor release fixes the types for functions that accept a React Context instance to match the <a href="https://redux-toolkit.js.org/usage/migrating-rtk-2#custom-context-typing">changes in React Redux v9</a>.</p> <h2>What's Changed</h2> <ul> <li>Update React Redux dependency to v9, and update docs to use <code>.withTypes</code> by <a href="https://github.com/aryaemami59"><code>@aryaemami59</code></a> in <a href="https://redirect.github.com/reduxjs/redux-toolkit/pull/4308">reduxjs/redux-toolkit#4308</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/reduxjs/redux-toolkit/compare/v2.2.2...v2.2.3">https://github.com/reduxjs/redux-toolkit/compare/v2.2.2...v2.2.3</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/reduxjs/redux-toolkit/commit/213b5f4031e828fd330ca86bf41df289232d6617"><code>213b5f4</code></a> Release 2.2.3</li> <li><a href="https://github.com/reduxjs/redux-toolkit/commit/cccf40ac21d02660bf59d48255fdb744e336eb5c"><code>cccf40a</code></a> Merge pull request <a href="https://redirect.github.com/reduxjs/redux-toolkit/issues/4308">#4308</a> from aryaemami59/TypedUseSelectorHook-to-withTypes</li> <li><a href="https://github.com/reduxjs/redux-toolkit/commit/5a01e097893815d9a01d614dcdf7b2317d4e303f"><code>5a01e09</code></a> remove unnecessary type param</li> <li><a href="https://github.com/reduxjs/redux-toolkit/commit/63f708fa2648e253b7e85b16fbe119ba9f281468"><code>63f708f</code></a> add custom context test for apiprovider</li> <li><a href="https://github.com/reduxjs/redux-toolkit/commit/7e854c4698d6d200ec6e13223bec1c2b93edf1d2"><code>7e854c4</code></a> change ApiProvider context argument to match</li> <li><a href="https://github.com/reduxjs/redux-toolkit/commit/8b5d2107beda2bfdcfadfae60cadd40734a52f07"><code>8b5d210</code></a> Make parameter of <code>createDispatchWithMiddlewareHookFactory</code> nullable</li> <li><a href="https://github.com/reduxjs/redux-toolkit/commit/dff4cd28a1db12f3979a15fa99b75ac2c75f3312"><code>dff4cd2</code></a> Fix nullable <code>react-redux</code> context references</li> <li><a href="https://github.com/reduxjs/redux-toolkit/commit/1d8c4b755088bfec97cfb51ab2115d9376c11b63"><code>1d8c4b7</code></a> Bump <code>react-redux</code> to 9.1.0</li> <li><a href="https://github.com/reduxjs/redux-toolkit/commit/57ef6aef541a281273b0978b85bd2bae437f3b38"><code>57ef6ae</code></a> Replace all instances of <code>TypedUseSelectorHook</code> with <code>.withTypes</code></li> <li><a href="https://github.com/reduxjs/redux-toolkit/commit/1afcdd476368c271a15766a9027fa6f5899d2b78"><code>1afcdd4</code></a> Merge pull request <a href="https://redirect.github.com/reduxjs/redux-toolkit/issues/4286">#4286</a> from CodeByZack/add-missing-quote</li> <li>Additional commits viewable in <a href="https://github.com/reduxjs/redux-toolkit/compare/v2.2.2...v2.2.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@reduxjs/toolkit&package-manager=npm_and_yarn&previous-version=2.2.2&new-version=2.2.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information