Update all dependencies #451
Loading…
x
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.6.0
->2.6.1
22.13.9
->22.13.14
4.5.31
->4.5.34
29.2.6
->29.3.1
Release Notes
reduxjs/redux-toolkit (@reduxjs/toolkit)
v2.6.1
Compare Source
This bugfix release fixes several assorted types issues with the initial infinite query feature release, and adds support for an optional signal argument to
createAsyncThunk
.Changelog
Infinite Query Fixes
We've fixed several types issues that were reported with infinite queries after the 2.6.0 release:
matchFulfilled
andprovidesTags
now get the correct response typesType*
types to represent infinite queries, similar to the existing pre-defined types for queries and mutationsselectCachedArgsForQuery
now supports fetching args for infinite query endpointsuseInfiniteQueryState/Subscription
now correctly expect just the query arg, not the combined{queryArg, pageParam}
objectOther Improvements
createAsyncThunk
now accepts an optional{signal}
argument. If provided, the internal AbortSignal handling will tie into that signal.upsertQueryEntries
now correctly generates provided tags for upserted cache entries.What's Changed
Full Changelog: https://github.com/reduxjs/redux-toolkit/compare/v2.6.0...v2.6.1
clap-rs/clap (clap)
v4.5.34
Compare Source
Fixes
flatten_help(true)
and subcommands without argumentsv4.5.33
Compare Source
Fixes
v4.5.32
Compare Source
Features
Error::remove
Documentation
humantime
tojiff
Internal
pulldown-cmark
kulshekhar/ts-jest (ts-jest)
v29.3.1
Compare Source
Bug Fixes
isolatedModules
mode to havets.Program
underNode16/Next
(25157eb)isolatedModules
ofts-jest
config (547eb6f)v29.3.0
Compare Source
Features
module
values forisolatedModules: true
(f372121)Bug Fixes
customConditions
toundefined
inTsCompiler
(b091d70), closes #4620Code Refactoring
RawCompilerOptions
interface (2b1b6cd)isolatedModules
(7dfef71)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Renovate Bot.
20f7c5ff1c
to262e6bc3ae
262e6bc3ae
tocc5c60c7c3
cc5c60c7c3
to44d610cfe7
44d610cfe7
to7b90be6a0d
7b90be6a0d
to9fd566308f
9fd566308f
to377846d555
Checkout
From your project repository, check out a new branch and test the changes.