-
Notifications
You must be signed in to change notification settings - Fork 701
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump @reduxjs/toolkit from 2.2.1 to 2.2.2 in /webapp #893
Merged
glahaye
merged 1 commit into
main
from
dependabot/npm_and_yarn/webapp/reduxjs/toolkit-2.2.2
Mar 25, 2024
Merged
Bump @reduxjs/toolkit from 2.2.1 to 2.2.2 in /webapp #893
glahaye
merged 1 commit into
main
from
dependabot/npm_and_yarn/webapp/reduxjs/toolkit-2.2.2
Mar 25, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [@reduxjs/toolkit](https://github.com/reduxjs/redux-toolkit) from 2.2.1 to 2.2.2. - [Release notes](https://github.com/reduxjs/redux-toolkit/releases) - [Commits](reduxjs/redux-toolkit@v2.2.1...v2.2.2) --- updated-dependencies: - dependency-name: "@reduxjs/toolkit" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
bot
added
dependencies
Pull requests that update a dependency file
javascript
Pull requests that update Javascript code
labels
Mar 25, 2024
glahaye
approved these changes
Mar 25, 2024
glahaye
deleted the
dependabot/npm_and_yarn/webapp/reduxjs/toolkit-2.2.2
branch
March 25, 2024 18:43
teamleader-dev
pushed a commit
to vlink-group/chat-copilot
that referenced
this pull request
Oct 7, 2024
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
dependencies
Pull requests that update a dependency file
javascript
Pull requests that update Javascript code
webapp
Pull requests that update Typescript code
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps @reduxjs/toolkit from 2.2.1 to 2.2.2.
Release notes
Sourced from
@reduxjs/toolkit
's releases.Commits
7aa85a0
Release 2.2.241ae39d
Merge pull request #4284 from reduxjs/bugfix/rtk2-legacy-esm-configc9110af
Add apparently-missing error message0fbb686
Fix incorrect legacy-esm target128ce81
Fixed memory leak in rapid hook arg changing (#4268)e31224f
Just build a RN bundle, not the whole app (#4266)5b16303
Merge pull request #4237 from aryaemami59/update-ci-actions3b1fbf3
Merge branch 'master' of https://github.com/reduxjs/redux-toolkit into update...95c4cbc
Merge pull request #4253 from reduxjs/enhancer-doc-fix6c64f69
Merge pull request #4000 from domvo/docs/correction-of-refetch-typing-for-use...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 commands and options
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)