Skip to content

fix(deps): update dependency @tanstack/react-pacer to ^0.15.0 #132

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented May 9, 2025

This PR contains the following updates:

Package Change Age Confidence
@tanstack/react-pacer (source) ^0.6.0 -> ^0.15.0 age confidence

Release Notes

TanStack/pacer (@​tanstack/react-pacer)

v0.15.0

Compare Source

Minor Changes
  • fix: sync passed function for all utils on every render instead of only on mount to fix closure issues (98ae22c)
Patch Changes

v0.14.0

Compare Source

Minor Changes
  • breaking: added items/batch/args as params to onSuccess, onSettled, and onExecute callbacks (e92923b)
Patch Changes

v0.13.0

Compare Source

Minor Changes
  • Add useAsyncBatchedCallback and useBatchedCallback, hooks for batching and debouncing async operations in React (10fc5e9)

v0.12.0

Compare Source

Minor Changes
  • breaking: changed callback signature of 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

v0.11.0

Compare Source

Minor Changes
  • breaking: selectors are required in react and solid adapters in order to read state changes with reactivity (#​43)
Patch Changes

v0.10.0

Compare Source

Minor Changes
  • breaking: Removed isRunning state from Batcher and AsyncBatcher utils, and also removed start and stop methods (#​40)
    breaking: Changed flush() method in AsyncDebouncer, AsyncThrottler, and AsyncQueuer to return Promises instead of void
    feat: Added flushAsBatch methods to the Queuer and AsyncQueuer utils
    feat: Added isExceeded and status state properties to RateLimiter and AsyncRateLimiter for better rate limit tracking
    feat: Enhanced error handling in AsyncDebouncer and AsyncThrottler with proper promise rejection support
    feat: Improved timeout management in rate limiters with automatic cleanup of expired execution times
Patch Changes

v0.9.1

Patch Changes

v0.9.0

Minor Changes
    • breaking: Removed most "get" methods that can now be read directly from the state (e.g. debouncer.getExecutionCount() -> debouncer.store.state.executionCount or debouncer.state.executionCount in framework adapters) (#​32)
    • breaking: Removed getOptions and other option resolver methods such as getEnabled and getWait
    • feat: Rewrote TanStack Pacer to use TanStack Store for state management
    • feat: Added flush methods to all utils to trigger pending executions to execute immediately.
    • feat: Added an initialState option to all utils to set the initial state for persistence features
    • feat: Added status state to all utils except rate-limiters for pending, excution, etc. states.
    • feat: Added new AsyncBatcher utility
    • fix: Multiple bug fixes
Patch Changes

v0.8.0

Compare Source

Minor Changes
  • breaking: Renamed get*Item instance methods to peek*Item instance methods to indicate that they do not pop or process items (1599c97)
Patch Changes

v0.7.0

Compare Source

Minor Changes
  • feat: New Batcher Utility to batch process items (#​25)
    fix: Fixed AsyncDebouncer and AsyncThrottler to resolve previous promises on new executions
    breaking: Queuer and AsyncQueuer have new required fn parameter before the options parameter to match other utilities and removed onGetNextItem option
    breaking: Queuer and AsyncQueuer now use execute method instead instead of getNextItem, but both methods are now public
    breaking: For the AsyncQueuer, you now add items instead of functions to the AsyncQueuer. The fn parameter is now the function to execute for each item.
Patch Changes

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.


  • 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 force-pushed the renovate/tanstack-react-pacer-0.x branch from 0baf98f to ec89d1b Compare May 11, 2025 12:05
@renovate renovate bot changed the title fix(deps): update dependency @tanstack/react-pacer to ^0.5.0 fix(deps): update dependency @tanstack/react-pacer to ^0.6.0 May 11, 2025
@renovate renovate bot force-pushed the renovate/tanstack-react-pacer-0.x branch 2 times, most recently from dac43bc to f10bec1 Compare May 13, 2025 12:47
@renovate renovate bot changed the title fix(deps): update dependency @tanstack/react-pacer to ^0.6.0 fix(deps): update dependency @tanstack/react-pacer to ^0.6.0 - autoclosed May 14, 2025
@renovate renovate bot closed this May 14, 2025
@renovate renovate bot deleted the renovate/tanstack-react-pacer-0.x branch May 14, 2025 20:27
@renovate renovate bot changed the title fix(deps): update dependency @tanstack/react-pacer to ^0.6.0 - autoclosed fix(deps): update dependency @tanstack/react-pacer to ^0.6.0 May 21, 2025
@renovate renovate bot reopened this May 21, 2025
@renovate renovate bot force-pushed the renovate/tanstack-react-pacer-0.x branch from 29b9cd2 to f10bec1 Compare May 21, 2025 04:06
@renovate renovate bot changed the title fix(deps): update dependency @tanstack/react-pacer to ^0.6.0 fix(deps): update dependency @tanstack/react-pacer to ^0.7.0 May 21, 2025
@renovate renovate bot force-pushed the renovate/tanstack-react-pacer-0.x branch from f10bec1 to b5c806a Compare May 22, 2025 16:38
@renovate renovate bot changed the title fix(deps): update dependency @tanstack/react-pacer to ^0.7.0 fix(deps): update dependency @tanstack/react-pacer to ^0.8.0 May 27, 2025
@renovate renovate bot force-pushed the renovate/tanstack-react-pacer-0.x branch from b5c806a to f2047ae Compare May 27, 2025 03:34
@renovate renovate bot force-pushed the renovate/tanstack-react-pacer-0.x branch from f2047ae to 3e1cb1a Compare July 19, 2025 20:10
@renovate renovate bot changed the title fix(deps): update dependency @tanstack/react-pacer to ^0.8.0 fix(deps): update dependency @tanstack/react-pacer to ^0.10.0 Jul 19, 2025
@renovate renovate bot force-pushed the renovate/tanstack-react-pacer-0.x branch from 3e1cb1a to 6417755 Compare July 28, 2025 00:03
@renovate renovate bot changed the title fix(deps): update dependency @tanstack/react-pacer to ^0.10.0 fix(deps): update dependency @tanstack/react-pacer to ^0.11.0 Jul 28, 2025
@renovate renovate bot force-pushed the renovate/tanstack-react-pacer-0.x branch from 6417755 to 8a14db4 Compare August 4, 2025 20:19
@renovate renovate bot changed the title fix(deps): update dependency @tanstack/react-pacer to ^0.11.0 fix(deps): update dependency @tanstack/react-pacer to ^0.14.0 Aug 4, 2025
@renovate renovate bot force-pushed the renovate/tanstack-react-pacer-0.x branch from 8a14db4 to 30aae5e Compare August 7, 2025 03:55
@renovate renovate bot changed the title fix(deps): update dependency @tanstack/react-pacer to ^0.14.0 fix(deps): update dependency @tanstack/react-pacer to ^0.15.0 Aug 7, 2025
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.

0 participants