Skip to content

Commit

Permalink
Bump @reduxjs/toolkit from 2.2.5 to 2.2.6 in /webapp (#1066)
Browse files Browse the repository at this point in the history
Bumps [@reduxjs/toolkit](https://github.com/reduxjs/redux-toolkit) from
2.2.5 to 2.2.6.
<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.6</h2>
<p>This <strong>bugfix release</strong>:</p>
<ul>
<li>Brings internal <code>useIsomorphicLayoutEffect</code> usage in line
with React Redux in React Native environments</li>
<li>Exports <code>FetchBaseQueryArgs</code> type</li>
<li>Fixes an issue in recent <code>createEntityAdapter</code> sorting
perf improvements that could (in specific cases) cause Immer to throw an
error</li>
</ul>
<h2>What's Changed</h2>
<ul>
<li>Fix <code>useIsomorphicLayoutEffect</code> usage in React Native
environments by <a
href="https://github.com/aryaemami59"><code>@​aryaemami59</code></a> in
<a
href="https://redirect.github.com/reduxjs/redux-toolkit/pull/4436">reduxjs/redux-toolkit#4436</a></li>
<li>Add export for FetchBaseQueryArgs by <a
href="https://github.com/WilsonCWong"><code>@​WilsonCWong</code></a> in
<a
href="https://redirect.github.com/reduxjs/redux-toolkit/pull/4465">reduxjs/redux-toolkit#4465</a></li>
<li>Fix Immer current usage when calling addManyMutably more than once
by <a
href="https://github.com/JacobShafer"><code>@​JacobShafer</code></a> in
<a
href="https://redirect.github.com/reduxjs/redux-toolkit/pull/4420">reduxjs/redux-toolkit#4420</a></li>
<li>Golf a few pieces of entity adapter code by <a
href="https://github.com/EskiMojo14"><code>@​EskiMojo14</code></a> in <a
href="https://redirect.github.com/reduxjs/redux-toolkit/pull/4485">reduxjs/redux-toolkit#4485</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/reduxjs/redux-toolkit/compare/v2.2.5...v2.2.6">https://github.com/reduxjs/redux-toolkit/compare/v2.2.5...v2.2.6</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/reduxjs/redux-toolkit/commit/a9362fbcec6cb66bdb3e6dc52bbf3d69ea6f2b22"><code>a9362fb</code></a>
v2.2.6</li>
<li><a
href="https://github.com/reduxjs/redux-toolkit/commit/20d5d2bb61d7aad58701f363a95af848208bdaff"><code>20d5d2b</code></a>
Merge pull request <a
href="https://redirect.github.com/reduxjs/redux-toolkit/issues/4485">#4485</a>
from reduxjs/entity-golf</li>
<li><a
href="https://github.com/reduxjs/redux-toolkit/commit/93b29e13c1e9564df997887363d6ff98e3cb0094"><code>93b29e1</code></a>
remove a couple more unnecessary assertions</li>
<li><a
href="https://github.com/reduxjs/redux-toolkit/commit/d114f816cd5a5fd47f29056efd5073c0408f5f5c"><code>d114f81</code></a>
type getCurrent to remove Draft type</li>
<li><a
href="https://github.com/reduxjs/redux-toolkit/commit/f0088d3e1cd3fed1150a07292bc004af244110b2"><code>f0088d3</code></a>
golf a few things</li>
<li><a
href="https://github.com/reduxjs/redux-toolkit/commit/09c36a267b458309492a3f1862b1882a1ec9a68f"><code>09c36a2</code></a>
Merge pull request <a
href="https://redirect.github.com/reduxjs/redux-toolkit/issues/4420">#4420</a>
from JacobShafer/fix/4411_fix_sorted_ids</li>
<li><a
href="https://github.com/reduxjs/redux-toolkit/commit/b1b845a89f98be9c50461b875192f381d0220a72"><code>b1b845a</code></a>
remove unused imports</li>
<li><a
href="https://github.com/reduxjs/redux-toolkit/commit/dc0cb573f37e5a62956f4db8a0a8961e2afd80ce"><code>dc0cb57</code></a>
Merge pull request <a
href="https://redirect.github.com/reduxjs/redux-toolkit/issues/4475">#4475</a>
from aryaemami59/fix-ci-tests</li>
<li><a
href="https://github.com/reduxjs/redux-toolkit/commit/9371a4cacd72f62be52930aeaf5671f3062dd3d3"><code>9371a4c</code></a>
Fix CI tests</li>
<li><a
href="https://github.com/reduxjs/redux-toolkit/commit/07614dd2d2b321eadb4a872d7b6d10c053d22ec3"><code>07614dd</code></a>
Merge pull request <a
href="https://redirect.github.com/reduxjs/redux-toolkit/issues/4468">#4468</a>
from aryaemami59/bump-vitest</li>
<li>Additional commits viewable in <a
href="https://github.com/reduxjs/redux-toolkit/compare/v2.2.5...v2.2.6">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.5&new-version=2.2.6)](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 Jul 22, 2024
1 parent b690cca commit 4e7481b
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.7",
"@playwright/test": "^1.45.2",
"@reduxjs/toolkit": "^2.2.5",
"@reduxjs/toolkit": "^2.2.6",
"debug": "^4.3.5",
"microsoft-cognitiveservices-speech-sdk": "^1.38.0",
"react": "^18.3.1",
Expand Down
8 changes: 4 additions & 4 deletions webapp/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2888,10 +2888,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.5":
version "2.2.5"
resolved "https://registry.yarnpkg.com/@reduxjs/toolkit/-/toolkit-2.2.5.tgz#c0d2d8482ef80722bebe015ff05b06c34bfb6e0d"
integrity sha512-aeFA/s5NCG7NoJe/MhmwREJxRkDs0ZaSqt0MxhWUrwCf1UQXpwR87RROJEql0uAkLI6U7snBOYOcKw83ew3FPg==
"@reduxjs/toolkit@^2.2.6":
version "2.2.6"
resolved "https://registry.yarnpkg.com/@reduxjs/toolkit/-/toolkit-2.2.6.tgz#4a8356dad9d0c1ab255607a555d492168e0e3bc1"
integrity sha512-kH0r495c5z1t0g796eDQAkYbEQ3a1OLYN9o8jQQVZyKyw367pfRGS+qZLkHYvFHiUUdafpoSlQ2QYObIApjPWA==
dependencies:
immer "^10.0.3"
redux "^5.0.1"
Expand Down

0 comments on commit 4e7481b

Please sign in to comment.