Abhiek187 / aws-shop

A basic shopping app that utilizes various AWS services
https://d23f1hp5lvetow.cloudfront.net/
The Unlicense
3 stars 0 forks source link

Bump @reduxjs/toolkit from 2.2.7 to 2.2.8 in /shop-app in the redux group #937

Closed dependabot[bot] closed 2 weeks ago

dependabot[bot] commented 2 weeks ago

Bumps the redux group in /shop-app with 1 update: @reduxjs/toolkit.

Updates @reduxjs/toolkit from 2.2.7 to 2.2.8

Release notes

Sourced from @​reduxjs/toolkit's releases.

v2.2.8

This bugfix release fixes a long-standing issue with RTK Query lazy query triggers returning stale data in some cases, fixes an error handling issue in RTK Query, and exports additional TS types.

Changelog

Lazy Query Trigger Handling

We'd had a couple long-standing issues reporting that const result = await someLazyQueryTrigger() sometimes returned stale data, especially if a mutation had just invalidated that query's tag.

We finally got a good repro of this issue and identified it as a mis-written call inside of the middleware that skipped past the necessary handling to activate the correct query status tracking in that scenario. This should now be fixed.

Other Changes

Timeout handling in RTKQ endpoints should now correctly throw a timeout-related error instead of an AbortError.

Base queries now have access to the current queryCacheKey value so it can be used in deciding query logic.

We've exported several more TS types related to query options, as some users have been depending on those even though they previously weren't part of the public API.

What's Changed

Full Changelog: https://github.com/reduxjs/redux-toolkit/compare/v2.2.7...v2.2.8

Commits
  • e7540a5 Release 2.2.8
  • 2885f69 Merge pull request #4651 from reduxjs/pr/fix-4650
  • 4788d51 Add test for lazy query trigger fix
  • a59476e call initiate to refetch queries from middleware
  • 8178e7f Merge pull request #4640 from hornta/export-query-return-value
  • eb11019 Merge pull request #4628 from andrejpavlovic/fix/timeout-on-createApi-endpoin...
  • f009cc9 Merge pull request #4636 from HaakonSvane/add-queryCacheKey-to-baseQuery-api
  • c8f3739 Merge pull request #4604 from aryaemami59/export-UseQueryStateOptions
  • 551ad03 type: export QueryReturnValue
  • e569971 Add example for TypedUseQueryStateOptions
  • Additional commits viewable in compare view


Dependabot compatibility score

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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions