fix(deps): update dependency @reduxjs/toolkit to v2.5.1 #425
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "renovate/all"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
2.5.0
->2.5.1
Release Notes
reduxjs/redux-toolkit (@reduxjs/toolkit)
v2.5.1
Compare Source
This bugfix release fixes a logic issue with the new
upsertQueryEntries
util that sometimes kept entries in apending
state indefinitely.Changelog
upsertQueryEntries
fixesUsers reported that in some cases, use of
upsertQueryEntries
to insert RTKQ cache entries prevented any further refetches of that data from happening. After investigation, we found a logic mismatch for how we handle upserts vs the existingupsertQueryData
util, which meant that sometimes the entry would be left in apending
state expecting afulfilled
action from a request ID that would never happen.This release fixes that issue and ensures the updates and refetches happen correctly.
What's Changed
Full Changelog: https://github.com/reduxjs/redux-toolkit/compare/v2.5.0...v2.5.1
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.