Skip to content
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

[Snyk] Upgrade @reduxjs/toolkit from 1.9.5 to 1.9.6 #14

Merged
merged 1 commit into from
Oct 31, 2023

Conversation

dmathisen
Copy link
Owner

This PR was automatically created by Snyk using the credentials of a real user.


Snyk has created this PR to upgrade @reduxjs/toolkit from 1.9.5 to 1.9.6.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 1 version ahead of your current version.
  • The recommended version was released 22 days ago, on 2023-09-24.
Release notes
Package name: @reduxjs/toolkit
  • 1.9.6 - 2023-09-24

    This bugfix release adds a new dev-mode middleware to catch accidentally dispatching an action creator, adds a new listener middleware option around waiting for forks, adds a new option to update provided tags when updateQueryData is used, reworks internal types to better handle uses with TS declaration output, and fixes a variety of small issues.

    Changelog

    Action Creator Dev Check Middleware

    RTK already includes dev-mode middleware that check for the common mistakes of accidentally mutating state and putting non-serializable values into state or actions.

    Over the years we've also seen a semi-frequent error where users accidentally pass an action creator reference to dispatch, instead of calling it and dispatching the action it returns.

    We've added another dev-mode middleware that specifically catches this error and warns about it.

    Additional Options

    The listener middleware's listenerApi.fork() method now has an optional autoJoin flag that can be used to keep the effect from finishing until all active forked tasks have completed.

    updateQueryData now has an updateProvidedTags option that will force a recalculation of that endpoint's provided tags. It currently defaults to false, and we'll likely turn that to true in the next major.

    Other Fixes

    The builder.addCase method now throws an error if a type string is empty.

    fetchBaseQuery now uses an alternate method to clone the original Request in order to work around an obscure Chrome bug.

    The immutability middleware logic was tweaked to avoid a potential stack overflow.

    Types Changes

    The internal type imports have been reworked to try to fix "type portability" issues when used in combination with TS declaration outputs.

    A couple additional types were exported to help with wrapping createAsyncThunk.

    What's Changed

    Full Changelog: v1.9.5...v1.9.6

  • 1.9.5 - 2023-04-18

    This bugfix release includes notable improvements to TS type inference when using the enhancers option in configureStore, and updates the listener middleware to only check predicates if the dispatched value is truly an action object.

    What's Changed

    • update to latest remark-typescript-tools by @ EskiMojo14 in #3311
    • add isAction helper function, and ensure listener middleware only runs for actions by @ EskiMojo14 in #3372
    • Allow inference of enhancer state extensions, and fix inference when using callback form by @ EskiMojo14 in #3207

    Full Changelog: v1.9.4...v1.9.5

from @reduxjs/toolkit GitHub release notes
Commit messages
Package name: @reduxjs/toolkit
  • 7c17198 Skip NPM workspaces on version update
  • 927f68c Merge pull request #3739 from reduxjs/bugfix/ts-41-internals
  • 56ac613 Merge pull request #3720 from alex-vukov/replace-request-clone
  • d6e870f Try working around TS 4.1 mismatch
  • 58c55ff Merge pull request #3482 from KMNowak/docs/manual_cache_inputs
  • d14814f Merge pull request #3628 from andrewlamyw/patch-1
  • a1cf488 Merge pull request #3544 from savita-kumari13/issue-978
  • c40e9d8 Rework upsertQueryData descriptions
  • 3965a58 Merge pull request #3466 from evertbouw/patch-1
  • 3dd91ca Merge pull request #3519 from AndreasKl/update-cra-link
  • 767fede Merge pull request #3255 from dutzi/pr/updateQueryData-provide
  • ca0b28e update docs
  • bd7f3ba improve tests
  • 3b9bef1 add tests
  • ee0cf74 batch queryResultPatched and updateProvidedBy
  • 53ce9e2 add option to update provided tags
  • 6274ec8 outline of work to be done
  • 9f4fdea Merge pull request #3728 from tdurnford/durnford/toolkit/fix/portable-types
  • dab5b0b Merge pull request #3698 from nguyenfamj/docs-createApi-keepUnusedDataFor
  • d8db6f7 Merge pull request #3738 from reduxjs/docs/2238-docs-updates
  • d7fb5ef Link codemod
  • 3805c81 Add workaround for partial payloads
  • f2ecd03 Clarify TS generics for queries and mutations
  • e45b0f5 Improve queryFn exampls

Compare


Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

@dmathisen dmathisen merged commit 41e3fcc into master Oct 31, 2023
3 checks passed
@dmathisen dmathisen deleted the snyk-upgrade-80cc39e6a8ada7bda1ffabd2fb5a3d7a branch October 31, 2023 17:22
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.

2 participants