fix(deps): update dependency @tanstack/react-pacer to ^0.15.0 #132
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^0.6.0
->^0.15.0
Release Notes
TanStack/pacer (@tanstack/react-pacer)
v0.15.0
Compare Source
Minor Changes
98ae22c
)Patch Changes
98ae22c
]:v0.14.0
Compare Source
Minor Changes
e92923b
)Patch Changes
e92923b
]:v0.13.0
Compare Source
Minor Changes
useAsyncBatchedCallback
anduseBatchedCallback
, hooks for batching and debouncing async operations in React (10fc5e9
)v0.12.0
Compare Source
Minor Changes
onError
in AsyncDebouncer, AsyncThrottler, AsyncQueuer, AsyncRatelimiter, and AsyncBatcher to include the item that caused the error (#45)fix: Fixed Error Handling in Async Debouncer and Throttler by properly resolving and rejecting returned promises from
maybeExecute
Patch Changes
0303238
]:v0.11.0
Compare Source
Minor Changes
Patch Changes
7969682
]:v0.10.0
Compare Source
Minor Changes
isRunning
state fromBatcher
andAsyncBatcher
utils, and also removedstart
andstop
methods (#40)breaking: Changed
flush()
method inAsyncDebouncer
,AsyncThrottler
, andAsyncQueuer
to return Promises instead of voidfeat: Added
flushAsBatch
methods to theQueuer
andAsyncQueuer
utilsfeat: Added
isExceeded
andstatus
state properties toRateLimiter
andAsyncRateLimiter
for better rate limit trackingfeat: Enhanced error handling in
AsyncDebouncer
andAsyncThrottler
with proper promise rejection supportfeat: Improved timeout management in rate limiters with automatic cleanup of expired execution times
Patch Changes
d229d42
]:v0.9.1
Patch Changes
6b435f5
]:v0.9.0
Minor Changes
debouncer.getExecutionCount()
->debouncer.store.state.executionCount
ordebouncer.state.executionCount
in framework adapters) (#32)getOptions
and other option resolver methods such asgetEnabled
andgetWait
flush
methods to all utils to trigger pending executions to execute immediately.initialState
option to all utils to set the initial state for persistence featuresPatch Changes
9e7bcb1
]:v0.8.0
Compare Source
Minor Changes
get*Item
instance methods topeek*Item
instance methods to indicate that they do not pop or process items (1599c97
)Patch Changes
1599c97
]:v0.7.0
Compare Source
Minor Changes
Batcher
Utility to batch process items (#25)fix: Fixed
AsyncDebouncer
andAsyncThrottler
to resolve previous promises on new executionsbreaking:
Queuer
andAsyncQueuer
have new requiredfn
parameter before theoptions
parameter to match other utilities and removedonGetNextItem
optionbreaking:
Queuer
andAsyncQueuer
now useexecute
method instead instead ofgetNextItem
, but both methods are now publicbreaking: For the
AsyncQueuer
, you now add items instead of functions to the AsyncQueuer. Thefn
parameter is now the function to execute for each item.Patch Changes
9c03795
]:Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.