Skip to content

fix(deps): update dependency @reduxjs/toolkit to v2.5.1#128

Merged
ymehmetcan merged 2 commits intomainfrom
renovate/reduxjs-toolkit-2.x
Feb 2, 2025
Merged

fix(deps): update dependency @reduxjs/toolkit to v2.5.1#128
ymehmetcan merged 2 commits intomainfrom
renovate/reduxjs-toolkit-2.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Feb 2, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@reduxjs/toolkit (source) 2.5.0 -> 2.5.1 age adoption passing confidence

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 a pending state indefinitely.

Changelog

upsertQueryEntries fixes

Users 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 existing upsertQueryData util, which meant that sometimes the entry would be left in a pending state expecting a fulfilled 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: reduxjs/redux-toolkit@v2.5.0...v2.5.1


Configuration

📅 Schedule: Branch creation - "after 7am and before 9am" in timezone Europe/Istanbul, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot requested a review from a team as a code owner February 2, 2025 16:14
@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented Feb 2, 2025

🦋 Changeset detected

Latest commit: b45143c

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@commencis/starter-react-vite Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@ymehmetcan ymehmetcan merged commit 1af7b27 into main Feb 2, 2025
@ymehmetcan ymehmetcan deleted the renovate/reduxjs-toolkit-2.x branch February 2, 2025 16:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant