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.5 to 2.2.6 in /webapp (#1066)
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