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.1 to 2.2.2 in /webapp (#893)
Bumps [@reduxjs/toolkit](https://github.com/reduxjs/redux-toolkit) from 2.2.1 to 2.2.2. <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.2</h2> <p>This patch release fixes an incorrect build setting for the <code>legacy-esm</code> artifacts, and fixes an issue with RTKQ query hooks didn't always remove the cache entries if arguments were changed rapidly.</p> <h2>Changes</h2> <h3><code>legacy-esm</code> Artifact Transpilation</h3> <p>The <code>legacy-esm</code> build artifacts are intended for use by Webpack 4. Those were <em>supposed</em> to be transpiled to target <code>"es2017"</code>, but were in fact still set to target <code>"esnext"</code> - an oversight during the 2.0 development cycle. This release fixes that setting, so those artifacts are now correctly transpiled.</p> <h3>Other Fixes</h3> <p>RTKQ query hooks now handle additional actions around argument changes that should result in cache entries being removed.</p> <p>Additionally, 2.2.1 contained a fix to an incorrectly named type: <code>TypedUseMutationTrigger</code> is now <code>TypedMutationTrigger</code>.</p> <h2>What's Changed</h2> <ul> <li>rename TypedUseMutationTrigger to TypedMutationTrigger, and add deprecated alias by <a href="https://github.com/EskiMojo14"><code>@EskiMojo14</code></a> in <a href="https://redirect.github.com/reduxjs/redux-toolkit/pull/4204">reduxjs/redux-toolkit#4204</a></li> <li>Fixed memory leak in rapid hook arg changing by <a href="https://github.com/riqts"><code>@riqts</code></a> in <a href="https://redirect.github.com/reduxjs/redux-toolkit/pull/4268">reduxjs/redux-toolkit#4268</a></li> <li>Fix incorrect legacy-esm target by <a href="https://github.com/markerikson"><code>@markerikson</code></a> in <a href="https://redirect.github.com/reduxjs/redux-toolkit/pull/4284">reduxjs/redux-toolkit#4284</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/reduxjs/redux-toolkit/compare/v2.2.0...v2.2.2">https://github.com/reduxjs/redux-toolkit/compare/v2.2.0...v2.2.2</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/reduxjs/redux-toolkit/commit/7aa85a003981b37dc3c156701513d5e80e7d683e"><code>7aa85a0</code></a> Release 2.2.2</li> <li><a href="https://github.com/reduxjs/redux-toolkit/commit/41ae39dc1e7242003d7fb1f622876bfded3e65c7"><code>41ae39d</code></a> Merge pull request <a href="https://redirect.github.com/reduxjs/redux-toolkit/issues/4284">#4284</a> from reduxjs/bugfix/rtk2-legacy-esm-config</li> <li><a href="https://github.com/reduxjs/redux-toolkit/commit/c9110af04744046d234d805dd485dfd32b75db29"><code>c9110af</code></a> Add apparently-missing error message</li> <li><a href="https://github.com/reduxjs/redux-toolkit/commit/0fbb6862503838342a14a96afe8df335027e8f61"><code>0fbb686</code></a> Fix incorrect legacy-esm target</li> <li><a href="https://github.com/reduxjs/redux-toolkit/commit/128ce81b31e98fdac42627ef2e2f0cad752b6f2f"><code>128ce81</code></a> Fixed memory leak in rapid hook arg changing (<a href="https://redirect.github.com/reduxjs/redux-toolkit/issues/4268">#4268</a>)</li> <li><a href="https://github.com/reduxjs/redux-toolkit/commit/e31224fe0b6ff15f01de12502d8dc28b27c02b0f"><code>e31224f</code></a> Just build a RN bundle, not the whole app (<a href="https://redirect.github.com/reduxjs/redux-toolkit/issues/4266">#4266</a>)</li> <li><a href="https://github.com/reduxjs/redux-toolkit/commit/5b16303f6d3dfce140d6faace2210e64919f6f21"><code>5b16303</code></a> Merge pull request <a href="https://redirect.github.com/reduxjs/redux-toolkit/issues/4237">#4237</a> from aryaemami59/update-ci-actions</li> <li><a href="https://github.com/reduxjs/redux-toolkit/commit/3b1fbf31b9ade8999d933047b174e042dc18228e"><code>3b1fbf3</code></a> Merge branch 'master' of <a href="https://github.com/reduxjs/redux-toolkit">https://github.com/reduxjs/redux-toolkit</a> into update...</li> <li><a href="https://github.com/reduxjs/redux-toolkit/commit/95c4cbcf9151a1e54d678935c50aaf38376abc3d"><code>95c4cbc</code></a> Merge pull request <a href="https://redirect.github.com/reduxjs/redux-toolkit/issues/4253">#4253</a> from reduxjs/enhancer-doc-fix</li> <li><a href="https://github.com/reduxjs/redux-toolkit/commit/6c64f69b6176f75058e7424a5fcade99b6194ae6"><code>6c64f69</code></a> Merge pull request <a href="https://redirect.github.com/reduxjs/redux-toolkit/issues/4000">#4000</a> from domvo/docs/correction-of-refetch-typing-for-use...</li> <li>Additional commits viewable in <a href="https://github.com/reduxjs/redux-toolkit/compare/v2.2.1...v2.2.2">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.1&new-version=2.2.2)](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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information