Skip to content

Commit

Permalink
Bump @reduxjs/toolkit from 2.2.2 to 2.2.3 in /webapp (microsoft#912)
Browse files Browse the repository at this point in the history
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
dependabot[bot] authored Apr 1, 2024
1 parent b70bf43 commit a3c1a78
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion webapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@fluentui/react-northstar": "^0.66.4",
"@microsoft/signalr": "^8.0.0",
"@playwright/test": "^1.42.1",
"@reduxjs/toolkit": "^2.2.2",
"@reduxjs/toolkit": "^2.2.3",
"debug": "^4.3.4",
"microsoft-cognitiveservices-speech-sdk": "^1.36.0",
"react": "^18.2.0",
Expand Down
8 changes: 4 additions & 4 deletions webapp/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2750,10 +2750,10 @@
resolved "https://registry.yarnpkg.com/@popperjs/core/-/core-2.4.4.tgz#11d5db19bd178936ec89cd84519c4de439574398"
integrity sha512-1oO6+dN5kdIA3sKPZhRGJTfGVP4SWV6KqlMOwry4J3HfyD68sl/3KmG7DeYUzvN+RbhXDnv/D8vNNB8168tAMg==

"@reduxjs/toolkit@^2.2.2":
version "2.2.2"
resolved "https://registry.yarnpkg.com/@reduxjs/toolkit/-/toolkit-2.2.2.tgz#952fc8f8315d7274e28f6e4608b7ec66fce7e94e"
integrity sha512-454GZrEx3G6QSYwIx9ROaso1HR6sTH8qyZBe3KEsdWVGU3ayV8jYCwdaEJV3vl9V6+pi3GRl+7Xl7AeDna6qwQ==
"@reduxjs/toolkit@^2.2.3":
version "2.2.3"
resolved "https://registry.yarnpkg.com/@reduxjs/toolkit/-/toolkit-2.2.3.tgz#5ce71cbf162f98c5dafb49bd3f1e11c5486ab9c4"
integrity sha512-76dll9EnJXg4EVcI5YNxZA/9hSAmZsFqzMmNRHvIlzw2WS/twfcVX3ysYrWGJMClwEmChQFC4yRq74tn6fdzRA==
dependencies:
immer "^10.0.3"
redux "^5.0.1"
Expand Down

0 comments on commit a3c1a78

Please sign in to comment.