diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml index 2bbdb80c..d50ae78d 100644 --- a/.github/workflows/autofix.yml +++ b/.github/workflows/autofix.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: persist-credentials: false - name: Setup Tools diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index f7f551df..511cc60c 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -23,7 +23,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: fetch-depth: 0 persist-credentials: false @@ -40,7 +40,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: fetch-depth: 0 persist-credentials: false diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7894cdac..cb561b3a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: fetch-depth: 0 persist-credentials: false @@ -32,7 +32,7 @@ jobs: - name: Run Tests run: pnpm run test:ci - name: Run Changesets (version or publish) - uses: changesets/action@63a615b9cd06ba9a3e6d13796c7fbcb080a60a0b # v1.8.0 + uses: changesets/action@a45c4d594aa4e2c509dc14a9f2b3b67ba3780d0d # v1.9.0 with: version: pnpm run changeset:version publish: pnpm run changeset:publish diff --git a/.github/workflows/zizmor.yml b/.github/workflows/zizmor.yml index 1d4088db..df786692 100644 --- a/.github/workflows/zizmor.yml +++ b/.github/workflows/zizmor.yml @@ -14,12 +14,12 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: persist-credentials: false - name: Run zizmor - uses: zizmorcore/zizmor-action@b1d7e1fb5de872772f31590499237e7cce841e8e # v0.5.3 + uses: zizmorcore/zizmor-action@5f14fd08f7cf1cb1609c1e344975f152c7ee938d # v0.5.6 with: advanced-security: false annotations: true diff --git a/examples/angular/asyncBatch/package.json b/examples/angular/asyncBatch/package.json index 1d78df25..1d285167 100644 --- a/examples/angular/asyncBatch/package.json +++ b/examples/angular/asyncBatch/package.json @@ -20,24 +20,24 @@ ] }, "private": true, - "packageManager": "pnpm@11.1.1", + "packageManager": "pnpm@11.5.2", "dependencies": { - "@angular/common": "^21.2.12", - "@angular/compiler": "^21.2.12", - "@angular/core": "^21.2.12", - "@angular/forms": "^21.2.12", - "@angular/platform-browser": "^21.2.12", - "@angular/router": "^21.2.12", + "@angular/common": "^21.2.16", + "@angular/compiler": "^21.2.16", + "@angular/core": "^21.2.16", + "@angular/forms": "^21.2.16", + "@angular/platform-browser": "^21.2.16", + "@angular/router": "^21.2.16", "@tanstack/angular-pacer": "^0.23.1", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, "devDependencies": { - "@angular/build": "^21.2.11", - "@angular/cli": "^21.2.11", - "@angular/compiler-cli": "^21.2.12", + "@angular/build": "^21.2.14", + "@angular/cli": "^21.2.14", + "@angular/compiler-cli": "^21.2.16", "jsdom": "^29.1.1", "typescript": "6.0.3", - "vitest": "^4.1.6" + "vitest": "^4.1.8" } } diff --git a/examples/angular/asyncDebounce/package.json b/examples/angular/asyncDebounce/package.json index d3269c0a..1b565462 100644 --- a/examples/angular/asyncDebounce/package.json +++ b/examples/angular/asyncDebounce/package.json @@ -20,24 +20,24 @@ ] }, "private": true, - "packageManager": "pnpm@11.1.1", + "packageManager": "pnpm@11.5.2", "dependencies": { - "@angular/common": "^21.2.12", - "@angular/compiler": "^21.2.12", - "@angular/core": "^21.2.12", - "@angular/forms": "^21.2.12", - "@angular/platform-browser": "^21.2.12", - "@angular/router": "^21.2.12", + "@angular/common": "^21.2.16", + "@angular/compiler": "^21.2.16", + "@angular/core": "^21.2.16", + "@angular/forms": "^21.2.16", + "@angular/platform-browser": "^21.2.16", + "@angular/router": "^21.2.16", "@tanstack/angular-pacer": "^0.23.1", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, "devDependencies": { - "@angular/build": "^21.2.11", - "@angular/cli": "^21.2.11", - "@angular/compiler-cli": "^21.2.12", + "@angular/build": "^21.2.14", + "@angular/cli": "^21.2.14", + "@angular/compiler-cli": "^21.2.16", "jsdom": "^29.1.1", "typescript": "6.0.3", - "vitest": "^4.1.6" + "vitest": "^4.1.8" } } diff --git a/examples/angular/asyncRateLimit/package.json b/examples/angular/asyncRateLimit/package.json index 2caa425c..4bdae43c 100644 --- a/examples/angular/asyncRateLimit/package.json +++ b/examples/angular/asyncRateLimit/package.json @@ -20,24 +20,24 @@ ] }, "private": true, - "packageManager": "pnpm@11.1.1", + "packageManager": "pnpm@11.5.2", "dependencies": { - "@angular/common": "^21.2.12", - "@angular/compiler": "^21.2.12", - "@angular/core": "^21.2.12", - "@angular/forms": "^21.2.12", - "@angular/platform-browser": "^21.2.12", - "@angular/router": "^21.2.12", + "@angular/common": "^21.2.16", + "@angular/compiler": "^21.2.16", + "@angular/core": "^21.2.16", + "@angular/forms": "^21.2.16", + "@angular/platform-browser": "^21.2.16", + "@angular/router": "^21.2.16", "@tanstack/angular-pacer": "^0.23.1", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, "devDependencies": { - "@angular/build": "^21.2.11", - "@angular/cli": "^21.2.11", - "@angular/compiler-cli": "^21.2.12", + "@angular/build": "^21.2.14", + "@angular/cli": "^21.2.14", + "@angular/compiler-cli": "^21.2.16", "jsdom": "^29.1.1", "typescript": "6.0.3", - "vitest": "^4.1.6" + "vitest": "^4.1.8" } } diff --git a/examples/angular/asyncRetry/package.json b/examples/angular/asyncRetry/package.json index 8be00d0c..8ab592de 100644 --- a/examples/angular/asyncRetry/package.json +++ b/examples/angular/asyncRetry/package.json @@ -20,24 +20,24 @@ ] }, "private": true, - "packageManager": "pnpm@11.1.1", + "packageManager": "pnpm@11.5.2", "dependencies": { - "@angular/common": "^21.2.12", - "@angular/compiler": "^21.2.12", - "@angular/core": "^21.2.12", - "@angular/forms": "^21.2.12", - "@angular/platform-browser": "^21.2.12", - "@angular/router": "^21.2.12", + "@angular/common": "^21.2.16", + "@angular/compiler": "^21.2.16", + "@angular/core": "^21.2.16", + "@angular/forms": "^21.2.16", + "@angular/platform-browser": "^21.2.16", + "@angular/router": "^21.2.16", "@tanstack/angular-pacer": "^0.23.1", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, "devDependencies": { - "@angular/build": "^21.2.11", - "@angular/cli": "^21.2.11", - "@angular/compiler-cli": "^21.2.12", + "@angular/build": "^21.2.14", + "@angular/cli": "^21.2.14", + "@angular/compiler-cli": "^21.2.16", "jsdom": "^29.1.1", "typescript": "6.0.3", - "vitest": "^4.1.6" + "vitest": "^4.1.8" } } diff --git a/examples/angular/asyncThrottle/package.json b/examples/angular/asyncThrottle/package.json index 41f7b0f8..401bc00e 100644 --- a/examples/angular/asyncThrottle/package.json +++ b/examples/angular/asyncThrottle/package.json @@ -20,24 +20,24 @@ ] }, "private": true, - "packageManager": "pnpm@11.1.1", + "packageManager": "pnpm@11.5.2", "dependencies": { - "@angular/common": "^21.2.12", - "@angular/compiler": "^21.2.12", - "@angular/core": "^21.2.12", - "@angular/forms": "^21.2.12", - "@angular/platform-browser": "^21.2.12", - "@angular/router": "^21.2.12", + "@angular/common": "^21.2.16", + "@angular/compiler": "^21.2.16", + "@angular/core": "^21.2.16", + "@angular/forms": "^21.2.16", + "@angular/platform-browser": "^21.2.16", + "@angular/router": "^21.2.16", "@tanstack/angular-pacer": "^0.23.1", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, "devDependencies": { - "@angular/build": "^21.2.11", - "@angular/cli": "^21.2.11", - "@angular/compiler-cli": "^21.2.12", + "@angular/build": "^21.2.14", + "@angular/cli": "^21.2.14", + "@angular/compiler-cli": "^21.2.16", "jsdom": "^29.1.1", "typescript": "6.0.3", - "vitest": "^4.1.6" + "vitest": "^4.1.8" } } diff --git a/examples/angular/batch/package.json b/examples/angular/batch/package.json index 9f5230eb..e388197f 100644 --- a/examples/angular/batch/package.json +++ b/examples/angular/batch/package.json @@ -20,24 +20,24 @@ ] }, "private": true, - "packageManager": "pnpm@11.1.1", + "packageManager": "pnpm@11.5.2", "dependencies": { - "@angular/common": "^21.2.12", - "@angular/compiler": "^21.2.12", - "@angular/core": "^21.2.12", - "@angular/forms": "^21.2.12", - "@angular/platform-browser": "^21.2.12", - "@angular/router": "^21.2.12", + "@angular/common": "^21.2.16", + "@angular/compiler": "^21.2.16", + "@angular/core": "^21.2.16", + "@angular/forms": "^21.2.16", + "@angular/platform-browser": "^21.2.16", + "@angular/router": "^21.2.16", "@tanstack/angular-pacer": "^0.23.1", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, "devDependencies": { - "@angular/build": "^21.2.11", - "@angular/cli": "^21.2.11", - "@angular/compiler-cli": "^21.2.12", + "@angular/build": "^21.2.14", + "@angular/cli": "^21.2.14", + "@angular/compiler-cli": "^21.2.16", "jsdom": "^29.1.1", "typescript": "6.0.3", - "vitest": "^4.1.6" + "vitest": "^4.1.8" } } diff --git a/examples/angular/debounce/package.json b/examples/angular/debounce/package.json index 37e9785b..9eecd52b 100644 --- a/examples/angular/debounce/package.json +++ b/examples/angular/debounce/package.json @@ -20,24 +20,24 @@ ] }, "private": true, - "packageManager": "pnpm@11.1.1", + "packageManager": "pnpm@11.5.2", "dependencies": { - "@angular/common": "^21.2.12", - "@angular/compiler": "^21.2.12", - "@angular/core": "^21.2.12", - "@angular/forms": "^21.2.12", - "@angular/platform-browser": "^21.2.12", - "@angular/router": "^21.2.12", + "@angular/common": "^21.2.16", + "@angular/compiler": "^21.2.16", + "@angular/core": "^21.2.16", + "@angular/forms": "^21.2.16", + "@angular/platform-browser": "^21.2.16", + "@angular/router": "^21.2.16", "@tanstack/angular-pacer": "^0.23.1", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, "devDependencies": { - "@angular/build": "^21.2.11", - "@angular/cli": "^21.2.11", - "@angular/compiler-cli": "^21.2.12", + "@angular/build": "^21.2.14", + "@angular/cli": "^21.2.14", + "@angular/compiler-cli": "^21.2.16", "jsdom": "^29.1.1", "typescript": "6.0.3", - "vitest": "^4.1.6" + "vitest": "^4.1.8" } } diff --git a/examples/angular/injectAsyncBatchedCallback/package.json b/examples/angular/injectAsyncBatchedCallback/package.json index 3ee1a32b..fce646a5 100644 --- a/examples/angular/injectAsyncBatchedCallback/package.json +++ b/examples/angular/injectAsyncBatchedCallback/package.json @@ -20,24 +20,24 @@ ] }, "private": true, - "packageManager": "pnpm@11.1.1", + "packageManager": "pnpm@11.5.2", "dependencies": { - "@angular/common": "^21.2.12", - "@angular/compiler": "^21.2.12", - "@angular/core": "^21.2.12", - "@angular/forms": "^21.2.12", - "@angular/platform-browser": "^21.2.12", - "@angular/router": "^21.2.12", + "@angular/common": "^21.2.16", + "@angular/compiler": "^21.2.16", + "@angular/core": "^21.2.16", + "@angular/forms": "^21.2.16", + "@angular/platform-browser": "^21.2.16", + "@angular/router": "^21.2.16", "@tanstack/angular-pacer": "^0.23.1", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, "devDependencies": { - "@angular/build": "^21.2.11", - "@angular/cli": "^21.2.11", - "@angular/compiler-cli": "^21.2.12", + "@angular/build": "^21.2.14", + "@angular/cli": "^21.2.14", + "@angular/compiler-cli": "^21.2.16", "jsdom": "^29.1.1", "typescript": "6.0.3", - "vitest": "^4.1.6" + "vitest": "^4.1.8" } } diff --git a/examples/angular/injectAsyncBatcher/package.json b/examples/angular/injectAsyncBatcher/package.json index 603680cf..c1ea261f 100644 --- a/examples/angular/injectAsyncBatcher/package.json +++ b/examples/angular/injectAsyncBatcher/package.json @@ -20,24 +20,24 @@ ] }, "private": true, - "packageManager": "pnpm@11.1.1", + "packageManager": "pnpm@11.5.2", "dependencies": { - "@angular/common": "^21.2.12", - "@angular/compiler": "^21.2.12", - "@angular/core": "^21.2.12", - "@angular/forms": "^21.2.12", - "@angular/platform-browser": "^21.2.12", - "@angular/router": "^21.2.12", + "@angular/common": "^21.2.16", + "@angular/compiler": "^21.2.16", + "@angular/core": "^21.2.16", + "@angular/forms": "^21.2.16", + "@angular/platform-browser": "^21.2.16", + "@angular/router": "^21.2.16", "@tanstack/angular-pacer": "^0.23.1", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, "devDependencies": { - "@angular/build": "^21.2.11", - "@angular/cli": "^21.2.11", - "@angular/compiler-cli": "^21.2.12", + "@angular/build": "^21.2.14", + "@angular/cli": "^21.2.14", + "@angular/compiler-cli": "^21.2.16", "jsdom": "^29.1.1", "typescript": "6.0.3", - "vitest": "^4.1.6" + "vitest": "^4.1.8" } } diff --git a/examples/angular/injectAsyncDebouncedCallback/package.json b/examples/angular/injectAsyncDebouncedCallback/package.json index 8e890fd4..326cb536 100644 --- a/examples/angular/injectAsyncDebouncedCallback/package.json +++ b/examples/angular/injectAsyncDebouncedCallback/package.json @@ -20,24 +20,24 @@ ] }, "private": true, - "packageManager": "pnpm@11.1.1", + "packageManager": "pnpm@11.5.2", "dependencies": { - "@angular/common": "^21.2.12", - "@angular/compiler": "^21.2.12", - "@angular/core": "^21.2.12", - "@angular/forms": "^21.2.12", - "@angular/platform-browser": "^21.2.12", - "@angular/router": "^21.2.12", + "@angular/common": "^21.2.16", + "@angular/compiler": "^21.2.16", + "@angular/core": "^21.2.16", + "@angular/forms": "^21.2.16", + "@angular/platform-browser": "^21.2.16", + "@angular/router": "^21.2.16", "@tanstack/angular-pacer": "^0.23.1", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, "devDependencies": { - "@angular/build": "^21.2.11", - "@angular/cli": "^21.2.11", - "@angular/compiler-cli": "^21.2.12", + "@angular/build": "^21.2.14", + "@angular/cli": "^21.2.14", + "@angular/compiler-cli": "^21.2.16", "jsdom": "^29.1.1", "typescript": "6.0.3", - "vitest": "^4.1.6" + "vitest": "^4.1.8" } } diff --git a/examples/angular/injectAsyncDebouncer/package.json b/examples/angular/injectAsyncDebouncer/package.json index 3d1f5906..ba659433 100644 --- a/examples/angular/injectAsyncDebouncer/package.json +++ b/examples/angular/injectAsyncDebouncer/package.json @@ -20,24 +20,24 @@ ] }, "private": true, - "packageManager": "pnpm@11.1.1", + "packageManager": "pnpm@11.5.2", "dependencies": { - "@angular/common": "^21.2.12", - "@angular/compiler": "^21.2.12", - "@angular/core": "^21.2.12", - "@angular/forms": "^21.2.12", - "@angular/platform-browser": "^21.2.12", - "@angular/router": "^21.2.12", + "@angular/common": "^21.2.16", + "@angular/compiler": "^21.2.16", + "@angular/core": "^21.2.16", + "@angular/forms": "^21.2.16", + "@angular/platform-browser": "^21.2.16", + "@angular/router": "^21.2.16", "@tanstack/angular-pacer": "^0.23.1", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, "devDependencies": { - "@angular/build": "^21.2.11", - "@angular/cli": "^21.2.11", - "@angular/compiler-cli": "^21.2.12", + "@angular/build": "^21.2.14", + "@angular/cli": "^21.2.14", + "@angular/compiler-cli": "^21.2.16", "jsdom": "^29.1.1", "typescript": "6.0.3", - "vitest": "^4.1.6" + "vitest": "^4.1.8" } } diff --git a/examples/angular/injectAsyncQueuedSignal/package.json b/examples/angular/injectAsyncQueuedSignal/package.json index 4780b92d..437c7894 100644 --- a/examples/angular/injectAsyncQueuedSignal/package.json +++ b/examples/angular/injectAsyncQueuedSignal/package.json @@ -20,24 +20,24 @@ ] }, "private": true, - "packageManager": "pnpm@11.1.1", + "packageManager": "pnpm@11.5.2", "dependencies": { - "@angular/common": "^21.2.12", - "@angular/compiler": "^21.2.12", - "@angular/core": "^21.2.12", - "@angular/forms": "^21.2.12", - "@angular/platform-browser": "^21.2.12", - "@angular/router": "^21.2.12", + "@angular/common": "^21.2.16", + "@angular/compiler": "^21.2.16", + "@angular/core": "^21.2.16", + "@angular/forms": "^21.2.16", + "@angular/platform-browser": "^21.2.16", + "@angular/router": "^21.2.16", "@tanstack/angular-pacer": "^0.23.1", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, "devDependencies": { - "@angular/build": "^21.2.11", - "@angular/cli": "^21.2.11", - "@angular/compiler-cli": "^21.2.12", + "@angular/build": "^21.2.14", + "@angular/cli": "^21.2.14", + "@angular/compiler-cli": "^21.2.16", "jsdom": "^29.1.1", "typescript": "6.0.3", - "vitest": "^4.1.6" + "vitest": "^4.1.8" } } diff --git a/examples/angular/injectAsyncQueuer/package.json b/examples/angular/injectAsyncQueuer/package.json index 818f32cd..c8127ae9 100644 --- a/examples/angular/injectAsyncQueuer/package.json +++ b/examples/angular/injectAsyncQueuer/package.json @@ -20,24 +20,24 @@ ] }, "private": true, - "packageManager": "pnpm@11.1.1", + "packageManager": "pnpm@11.5.2", "dependencies": { - "@angular/common": "^21.2.12", - "@angular/compiler": "^21.2.12", - "@angular/core": "^21.2.12", - "@angular/forms": "^21.2.12", - "@angular/platform-browser": "^21.2.12", - "@angular/router": "^21.2.12", + "@angular/common": "^21.2.16", + "@angular/compiler": "^21.2.16", + "@angular/core": "^21.2.16", + "@angular/forms": "^21.2.16", + "@angular/platform-browser": "^21.2.16", + "@angular/router": "^21.2.16", "@tanstack/angular-pacer": "^0.23.1", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, "devDependencies": { - "@angular/build": "^21.2.11", - "@angular/cli": "^21.2.11", - "@angular/compiler-cli": "^21.2.12", + "@angular/build": "^21.2.14", + "@angular/cli": "^21.2.14", + "@angular/compiler-cli": "^21.2.16", "jsdom": "^29.1.1", "typescript": "6.0.3", - "vitest": "^4.1.6" + "vitest": "^4.1.8" } } diff --git a/examples/angular/injectAsyncRateLimiter/package.json b/examples/angular/injectAsyncRateLimiter/package.json index 1b89425d..c96b9f95 100644 --- a/examples/angular/injectAsyncRateLimiter/package.json +++ b/examples/angular/injectAsyncRateLimiter/package.json @@ -20,24 +20,24 @@ ] }, "private": true, - "packageManager": "pnpm@11.1.1", + "packageManager": "pnpm@11.5.2", "dependencies": { - "@angular/common": "^21.2.12", - "@angular/compiler": "^21.2.12", - "@angular/core": "^21.2.12", - "@angular/forms": "^21.2.12", - "@angular/platform-browser": "^21.2.12", - "@angular/router": "^21.2.12", + "@angular/common": "^21.2.16", + "@angular/compiler": "^21.2.16", + "@angular/core": "^21.2.16", + "@angular/forms": "^21.2.16", + "@angular/platform-browser": "^21.2.16", + "@angular/router": "^21.2.16", "@tanstack/angular-pacer": "^0.23.1", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, "devDependencies": { - "@angular/build": "^21.2.11", - "@angular/cli": "^21.2.11", - "@angular/compiler-cli": "^21.2.12", + "@angular/build": "^21.2.14", + "@angular/cli": "^21.2.14", + "@angular/compiler-cli": "^21.2.16", "jsdom": "^29.1.1", "typescript": "6.0.3", - "vitest": "^4.1.6" + "vitest": "^4.1.8" } } diff --git a/examples/angular/injectAsyncRateLimiterWithPersister/package.json b/examples/angular/injectAsyncRateLimiterWithPersister/package.json index 779ca32e..02692b8a 100644 --- a/examples/angular/injectAsyncRateLimiterWithPersister/package.json +++ b/examples/angular/injectAsyncRateLimiterWithPersister/package.json @@ -20,24 +20,24 @@ ] }, "private": true, - "packageManager": "pnpm@11.1.1", + "packageManager": "pnpm@11.5.2", "dependencies": { - "@angular/common": "^21.2.12", - "@angular/compiler": "^21.2.12", - "@angular/core": "^21.2.12", - "@angular/forms": "^21.2.12", - "@angular/platform-browser": "^21.2.12", - "@angular/router": "^21.2.12", + "@angular/common": "^21.2.16", + "@angular/compiler": "^21.2.16", + "@angular/core": "^21.2.16", + "@angular/forms": "^21.2.16", + "@angular/platform-browser": "^21.2.16", + "@angular/router": "^21.2.16", "@tanstack/angular-pacer": "^0.23.1", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, "devDependencies": { - "@angular/build": "^21.2.11", - "@angular/cli": "^21.2.11", - "@angular/compiler-cli": "^21.2.12", + "@angular/build": "^21.2.14", + "@angular/cli": "^21.2.14", + "@angular/compiler-cli": "^21.2.16", "jsdom": "^29.1.1", "typescript": "6.0.3", - "vitest": "^4.1.6" + "vitest": "^4.1.8" } } diff --git a/examples/angular/injectAsyncThrottledCallback/package.json b/examples/angular/injectAsyncThrottledCallback/package.json index 3d2219de..c394af18 100644 --- a/examples/angular/injectAsyncThrottledCallback/package.json +++ b/examples/angular/injectAsyncThrottledCallback/package.json @@ -20,24 +20,24 @@ ] }, "private": true, - "packageManager": "pnpm@11.1.1", + "packageManager": "pnpm@11.5.2", "dependencies": { - "@angular/common": "^21.2.12", - "@angular/compiler": "^21.2.12", - "@angular/core": "^21.2.12", - "@angular/forms": "^21.2.12", - "@angular/platform-browser": "^21.2.12", - "@angular/router": "^21.2.12", + "@angular/common": "^21.2.16", + "@angular/compiler": "^21.2.16", + "@angular/core": "^21.2.16", + "@angular/forms": "^21.2.16", + "@angular/platform-browser": "^21.2.16", + "@angular/router": "^21.2.16", "@tanstack/angular-pacer": "^0.23.1", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, "devDependencies": { - "@angular/build": "^21.2.11", - "@angular/cli": "^21.2.11", - "@angular/compiler-cli": "^21.2.12", + "@angular/build": "^21.2.14", + "@angular/cli": "^21.2.14", + "@angular/compiler-cli": "^21.2.16", "jsdom": "^29.1.1", "typescript": "6.0.3", - "vitest": "^4.1.6" + "vitest": "^4.1.8" } } diff --git a/examples/angular/injectAsyncThrottler/package.json b/examples/angular/injectAsyncThrottler/package.json index c27f3001..43f79e4c 100644 --- a/examples/angular/injectAsyncThrottler/package.json +++ b/examples/angular/injectAsyncThrottler/package.json @@ -20,24 +20,24 @@ ] }, "private": true, - "packageManager": "pnpm@11.1.1", + "packageManager": "pnpm@11.5.2", "dependencies": { - "@angular/common": "^21.2.12", - "@angular/compiler": "^21.2.12", - "@angular/core": "^21.2.12", - "@angular/forms": "^21.2.12", - "@angular/platform-browser": "^21.2.12", - "@angular/router": "^21.2.12", + "@angular/common": "^21.2.16", + "@angular/compiler": "^21.2.16", + "@angular/core": "^21.2.16", + "@angular/forms": "^21.2.16", + "@angular/platform-browser": "^21.2.16", + "@angular/router": "^21.2.16", "@tanstack/angular-pacer": "^0.23.1", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, "devDependencies": { - "@angular/build": "^21.2.11", - "@angular/cli": "^21.2.11", - "@angular/compiler-cli": "^21.2.12", + "@angular/build": "^21.2.14", + "@angular/cli": "^21.2.14", + "@angular/compiler-cli": "^21.2.16", "jsdom": "^29.1.1", "typescript": "6.0.3", - "vitest": "^4.1.6" + "vitest": "^4.1.8" } } diff --git a/examples/angular/injectBatchedCallback/package.json b/examples/angular/injectBatchedCallback/package.json index f6f7f81a..645cd964 100644 --- a/examples/angular/injectBatchedCallback/package.json +++ b/examples/angular/injectBatchedCallback/package.json @@ -20,24 +20,24 @@ ] }, "private": true, - "packageManager": "pnpm@11.1.1", + "packageManager": "pnpm@11.5.2", "dependencies": { - "@angular/common": "^21.2.12", - "@angular/compiler": "^21.2.12", - "@angular/core": "^21.2.12", - "@angular/forms": "^21.2.12", - "@angular/platform-browser": "^21.2.12", - "@angular/router": "^21.2.12", + "@angular/common": "^21.2.16", + "@angular/compiler": "^21.2.16", + "@angular/core": "^21.2.16", + "@angular/forms": "^21.2.16", + "@angular/platform-browser": "^21.2.16", + "@angular/router": "^21.2.16", "@tanstack/angular-pacer": "^0.23.1", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, "devDependencies": { - "@angular/build": "^21.2.11", - "@angular/cli": "^21.2.11", - "@angular/compiler-cli": "^21.2.12", + "@angular/build": "^21.2.14", + "@angular/cli": "^21.2.14", + "@angular/compiler-cli": "^21.2.16", "jsdom": "^29.1.1", "typescript": "6.0.3", - "vitest": "^4.1.6" + "vitest": "^4.1.8" } } diff --git a/examples/angular/injectBatcher/package.json b/examples/angular/injectBatcher/package.json index 74e16839..69c48fa1 100644 --- a/examples/angular/injectBatcher/package.json +++ b/examples/angular/injectBatcher/package.json @@ -20,24 +20,24 @@ ] }, "private": true, - "packageManager": "pnpm@11.1.1", + "packageManager": "pnpm@11.5.2", "dependencies": { - "@angular/common": "^21.2.12", - "@angular/compiler": "^21.2.12", - "@angular/core": "^21.2.12", - "@angular/forms": "^21.2.12", - "@angular/platform-browser": "^21.2.12", - "@angular/router": "^21.2.12", + "@angular/common": "^21.2.16", + "@angular/compiler": "^21.2.16", + "@angular/core": "^21.2.16", + "@angular/forms": "^21.2.16", + "@angular/platform-browser": "^21.2.16", + "@angular/router": "^21.2.16", "@tanstack/angular-pacer": "^0.23.1", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, "devDependencies": { - "@angular/build": "^21.2.11", - "@angular/cli": "^21.2.11", - "@angular/compiler-cli": "^21.2.12", + "@angular/build": "^21.2.14", + "@angular/cli": "^21.2.14", + "@angular/compiler-cli": "^21.2.16", "jsdom": "^29.1.1", "typescript": "6.0.3", - "vitest": "^4.1.6" + "vitest": "^4.1.8" } } diff --git a/examples/angular/injectDebouncedCallback/package.json b/examples/angular/injectDebouncedCallback/package.json index 2dcb0a2d..9d7d8418 100644 --- a/examples/angular/injectDebouncedCallback/package.json +++ b/examples/angular/injectDebouncedCallback/package.json @@ -20,24 +20,24 @@ ] }, "private": true, - "packageManager": "pnpm@11.1.1", + "packageManager": "pnpm@11.5.2", "dependencies": { - "@angular/common": "^21.2.12", - "@angular/compiler": "^21.2.12", - "@angular/core": "^21.2.12", - "@angular/forms": "^21.2.12", - "@angular/platform-browser": "^21.2.12", - "@angular/router": "^21.2.12", + "@angular/common": "^21.2.16", + "@angular/compiler": "^21.2.16", + "@angular/core": "^21.2.16", + "@angular/forms": "^21.2.16", + "@angular/platform-browser": "^21.2.16", + "@angular/router": "^21.2.16", "@tanstack/angular-pacer": "^0.23.1", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, "devDependencies": { - "@angular/build": "^21.2.11", - "@angular/cli": "^21.2.11", - "@angular/compiler-cli": "^21.2.12", + "@angular/build": "^21.2.14", + "@angular/cli": "^21.2.14", + "@angular/compiler-cli": "^21.2.16", "jsdom": "^29.1.1", "typescript": "6.0.3", - "vitest": "^4.1.6" + "vitest": "^4.1.8" } } diff --git a/examples/angular/injectDebouncedSignal/package.json b/examples/angular/injectDebouncedSignal/package.json index 5afb4595..fbc08e65 100644 --- a/examples/angular/injectDebouncedSignal/package.json +++ b/examples/angular/injectDebouncedSignal/package.json @@ -20,24 +20,24 @@ ] }, "private": true, - "packageManager": "pnpm@11.1.1", + "packageManager": "pnpm@11.5.2", "dependencies": { - "@angular/common": "^21.2.12", - "@angular/compiler": "^21.2.12", - "@angular/core": "^21.2.12", - "@angular/forms": "^21.2.12", - "@angular/platform-browser": "^21.2.12", - "@angular/router": "^21.2.12", + "@angular/common": "^21.2.16", + "@angular/compiler": "^21.2.16", + "@angular/core": "^21.2.16", + "@angular/forms": "^21.2.16", + "@angular/platform-browser": "^21.2.16", + "@angular/router": "^21.2.16", "@tanstack/angular-pacer": "^0.23.1", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, "devDependencies": { - "@angular/build": "^21.2.11", - "@angular/cli": "^21.2.11", - "@angular/compiler-cli": "^21.2.12", + "@angular/build": "^21.2.14", + "@angular/cli": "^21.2.14", + "@angular/compiler-cli": "^21.2.16", "jsdom": "^29.1.1", "typescript": "6.0.3", - "vitest": "^4.1.6" + "vitest": "^4.1.8" } } diff --git a/examples/angular/injectDebouncedValue/package.json b/examples/angular/injectDebouncedValue/package.json index a5b109ec..6779af86 100644 --- a/examples/angular/injectDebouncedValue/package.json +++ b/examples/angular/injectDebouncedValue/package.json @@ -20,24 +20,24 @@ ] }, "private": true, - "packageManager": "pnpm@11.1.1", + "packageManager": "pnpm@11.5.2", "dependencies": { - "@angular/common": "^21.2.12", - "@angular/compiler": "^21.2.12", - "@angular/core": "^21.2.12", - "@angular/forms": "^21.2.12", - "@angular/platform-browser": "^21.2.12", - "@angular/router": "^21.2.12", + "@angular/common": "^21.2.16", + "@angular/compiler": "^21.2.16", + "@angular/core": "^21.2.16", + "@angular/forms": "^21.2.16", + "@angular/platform-browser": "^21.2.16", + "@angular/router": "^21.2.16", "@tanstack/angular-pacer": "^0.23.1", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, "devDependencies": { - "@angular/build": "^21.2.11", - "@angular/cli": "^21.2.11", - "@angular/compiler-cli": "^21.2.12", + "@angular/build": "^21.2.14", + "@angular/cli": "^21.2.14", + "@angular/compiler-cli": "^21.2.16", "jsdom": "^29.1.1", "typescript": "6.0.3", - "vitest": "^4.1.6" + "vitest": "^4.1.8" } } diff --git a/examples/angular/injectDebouncer/package.json b/examples/angular/injectDebouncer/package.json index 291dabcd..b20ca714 100644 --- a/examples/angular/injectDebouncer/package.json +++ b/examples/angular/injectDebouncer/package.json @@ -20,24 +20,24 @@ ] }, "private": true, - "packageManager": "pnpm@11.1.1", + "packageManager": "pnpm@11.5.2", "dependencies": { - "@angular/common": "^21.2.12", - "@angular/compiler": "^21.2.12", - "@angular/core": "^21.2.12", - "@angular/forms": "^21.2.12", - "@angular/platform-browser": "^21.2.12", - "@angular/router": "^21.2.12", + "@angular/common": "^21.2.16", + "@angular/compiler": "^21.2.16", + "@angular/core": "^21.2.16", + "@angular/forms": "^21.2.16", + "@angular/platform-browser": "^21.2.16", + "@angular/router": "^21.2.16", "@tanstack/angular-pacer": "^0.23.1", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, "devDependencies": { - "@angular/build": "^21.2.11", - "@angular/cli": "^21.2.11", - "@angular/compiler-cli": "^21.2.12", + "@angular/build": "^21.2.14", + "@angular/cli": "^21.2.14", + "@angular/compiler-cli": "^21.2.16", "jsdom": "^29.1.1", "typescript": "6.0.3", - "vitest": "^4.1.6" + "vitest": "^4.1.8" } } diff --git a/examples/angular/injectQueuedSignal/package.json b/examples/angular/injectQueuedSignal/package.json index 19ecde2b..2a38ec9e 100644 --- a/examples/angular/injectQueuedSignal/package.json +++ b/examples/angular/injectQueuedSignal/package.json @@ -20,24 +20,24 @@ ] }, "private": true, - "packageManager": "pnpm@11.1.1", + "packageManager": "pnpm@11.5.2", "dependencies": { - "@angular/common": "^21.2.12", - "@angular/compiler": "^21.2.12", - "@angular/core": "^21.2.12", - "@angular/forms": "^21.2.12", - "@angular/platform-browser": "^21.2.12", - "@angular/router": "^21.2.12", + "@angular/common": "^21.2.16", + "@angular/compiler": "^21.2.16", + "@angular/core": "^21.2.16", + "@angular/forms": "^21.2.16", + "@angular/platform-browser": "^21.2.16", + "@angular/router": "^21.2.16", "@tanstack/angular-pacer": "^0.23.1", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, "devDependencies": { - "@angular/build": "^21.2.11", - "@angular/cli": "^21.2.11", - "@angular/compiler-cli": "^21.2.12", + "@angular/build": "^21.2.14", + "@angular/cli": "^21.2.14", + "@angular/compiler-cli": "^21.2.16", "jsdom": "^29.1.1", "typescript": "6.0.3", - "vitest": "^4.1.6" + "vitest": "^4.1.8" } } diff --git a/examples/angular/injectQueuedValue/package.json b/examples/angular/injectQueuedValue/package.json index 2c1770fb..65b743f6 100644 --- a/examples/angular/injectQueuedValue/package.json +++ b/examples/angular/injectQueuedValue/package.json @@ -20,24 +20,24 @@ ] }, "private": true, - "packageManager": "pnpm@11.1.1", + "packageManager": "pnpm@11.5.2", "dependencies": { - "@angular/common": "^21.2.12", - "@angular/compiler": "^21.2.12", - "@angular/core": "^21.2.12", - "@angular/forms": "^21.2.12", - "@angular/platform-browser": "^21.2.12", - "@angular/router": "^21.2.12", + "@angular/common": "^21.2.16", + "@angular/compiler": "^21.2.16", + "@angular/core": "^21.2.16", + "@angular/forms": "^21.2.16", + "@angular/platform-browser": "^21.2.16", + "@angular/router": "^21.2.16", "@tanstack/angular-pacer": "^0.23.1", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, "devDependencies": { - "@angular/build": "^21.2.11", - "@angular/cli": "^21.2.11", - "@angular/compiler-cli": "^21.2.12", + "@angular/build": "^21.2.14", + "@angular/cli": "^21.2.14", + "@angular/compiler-cli": "^21.2.16", "jsdom": "^29.1.1", "typescript": "6.0.3", - "vitest": "^4.1.6" + "vitest": "^4.1.8" } } diff --git a/examples/angular/injectQueuer/package.json b/examples/angular/injectQueuer/package.json index bd7b2d74..9b4c248a 100644 --- a/examples/angular/injectQueuer/package.json +++ b/examples/angular/injectQueuer/package.json @@ -20,24 +20,24 @@ ] }, "private": true, - "packageManager": "pnpm@11.1.1", + "packageManager": "pnpm@11.5.2", "dependencies": { - "@angular/common": "^21.2.12", - "@angular/compiler": "^21.2.12", - "@angular/core": "^21.2.12", - "@angular/forms": "^21.2.12", - "@angular/platform-browser": "^21.2.12", - "@angular/router": "^21.2.12", + "@angular/common": "^21.2.16", + "@angular/compiler": "^21.2.16", + "@angular/core": "^21.2.16", + "@angular/forms": "^21.2.16", + "@angular/platform-browser": "^21.2.16", + "@angular/router": "^21.2.16", "@tanstack/angular-pacer": "^0.23.1", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, "devDependencies": { - "@angular/build": "^21.2.11", - "@angular/cli": "^21.2.11", - "@angular/compiler-cli": "^21.2.12", + "@angular/build": "^21.2.14", + "@angular/cli": "^21.2.14", + "@angular/compiler-cli": "^21.2.16", "jsdom": "^29.1.1", "typescript": "6.0.3", - "vitest": "^4.1.6" + "vitest": "^4.1.8" } } diff --git a/examples/angular/injectQueuerWithPersister/package.json b/examples/angular/injectQueuerWithPersister/package.json index b6103d12..0cce21ac 100644 --- a/examples/angular/injectQueuerWithPersister/package.json +++ b/examples/angular/injectQueuerWithPersister/package.json @@ -20,24 +20,24 @@ ] }, "private": true, - "packageManager": "pnpm@11.1.1", + "packageManager": "pnpm@11.5.2", "dependencies": { - "@angular/common": "^21.2.12", - "@angular/compiler": "^21.2.12", - "@angular/core": "^21.2.12", - "@angular/forms": "^21.2.12", - "@angular/platform-browser": "^21.2.12", - "@angular/router": "^21.2.12", + "@angular/common": "^21.2.16", + "@angular/compiler": "^21.2.16", + "@angular/core": "^21.2.16", + "@angular/forms": "^21.2.16", + "@angular/platform-browser": "^21.2.16", + "@angular/router": "^21.2.16", "@tanstack/angular-pacer": "^0.23.1", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, "devDependencies": { - "@angular/build": "^21.2.11", - "@angular/cli": "^21.2.11", - "@angular/compiler-cli": "^21.2.12", + "@angular/build": "^21.2.14", + "@angular/cli": "^21.2.14", + "@angular/compiler-cli": "^21.2.16", "jsdom": "^29.1.1", "typescript": "6.0.3", - "vitest": "^4.1.6" + "vitest": "^4.1.8" } } diff --git a/examples/angular/injectRateLimitedCallback/package.json b/examples/angular/injectRateLimitedCallback/package.json index ed4af972..c9374c9f 100644 --- a/examples/angular/injectRateLimitedCallback/package.json +++ b/examples/angular/injectRateLimitedCallback/package.json @@ -20,24 +20,24 @@ ] }, "private": true, - "packageManager": "pnpm@11.1.1", + "packageManager": "pnpm@11.5.2", "dependencies": { - "@angular/common": "^21.2.12", - "@angular/compiler": "^21.2.12", - "@angular/core": "^21.2.12", - "@angular/forms": "^21.2.12", - "@angular/platform-browser": "^21.2.12", - "@angular/router": "^21.2.12", + "@angular/common": "^21.2.16", + "@angular/compiler": "^21.2.16", + "@angular/core": "^21.2.16", + "@angular/forms": "^21.2.16", + "@angular/platform-browser": "^21.2.16", + "@angular/router": "^21.2.16", "@tanstack/angular-pacer": "^0.23.1", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, "devDependencies": { - "@angular/build": "^21.2.11", - "@angular/cli": "^21.2.11", - "@angular/compiler-cli": "^21.2.12", + "@angular/build": "^21.2.14", + "@angular/cli": "^21.2.14", + "@angular/compiler-cli": "^21.2.16", "jsdom": "^29.1.1", "typescript": "6.0.3", - "vitest": "^4.1.6" + "vitest": "^4.1.8" } } diff --git a/examples/angular/injectRateLimitedSignal/package.json b/examples/angular/injectRateLimitedSignal/package.json index 22d01130..777c0d5e 100644 --- a/examples/angular/injectRateLimitedSignal/package.json +++ b/examples/angular/injectRateLimitedSignal/package.json @@ -20,24 +20,24 @@ ] }, "private": true, - "packageManager": "pnpm@11.1.1", + "packageManager": "pnpm@11.5.2", "dependencies": { - "@angular/common": "^21.2.12", - "@angular/compiler": "^21.2.12", - "@angular/core": "^21.2.12", - "@angular/forms": "^21.2.12", - "@angular/platform-browser": "^21.2.12", - "@angular/router": "^21.2.12", + "@angular/common": "^21.2.16", + "@angular/compiler": "^21.2.16", + "@angular/core": "^21.2.16", + "@angular/forms": "^21.2.16", + "@angular/platform-browser": "^21.2.16", + "@angular/router": "^21.2.16", "@tanstack/angular-pacer": "^0.23.1", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, "devDependencies": { - "@angular/build": "^21.2.11", - "@angular/cli": "^21.2.11", - "@angular/compiler-cli": "^21.2.12", + "@angular/build": "^21.2.14", + "@angular/cli": "^21.2.14", + "@angular/compiler-cli": "^21.2.16", "jsdom": "^29.1.1", "typescript": "6.0.3", - "vitest": "^4.1.6" + "vitest": "^4.1.8" } } diff --git a/examples/angular/injectRateLimitedValue/package.json b/examples/angular/injectRateLimitedValue/package.json index 177dfe33..c92cb557 100644 --- a/examples/angular/injectRateLimitedValue/package.json +++ b/examples/angular/injectRateLimitedValue/package.json @@ -20,24 +20,24 @@ ] }, "private": true, - "packageManager": "pnpm@11.1.1", + "packageManager": "pnpm@11.5.2", "dependencies": { - "@angular/common": "^21.2.12", - "@angular/compiler": "^21.2.12", - "@angular/core": "^21.2.12", - "@angular/forms": "^21.2.12", - "@angular/platform-browser": "^21.2.12", - "@angular/router": "^21.2.12", + "@angular/common": "^21.2.16", + "@angular/compiler": "^21.2.16", + "@angular/core": "^21.2.16", + "@angular/forms": "^21.2.16", + "@angular/platform-browser": "^21.2.16", + "@angular/router": "^21.2.16", "@tanstack/angular-pacer": "^0.23.1", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, "devDependencies": { - "@angular/build": "^21.2.11", - "@angular/cli": "^21.2.11", - "@angular/compiler-cli": "^21.2.12", + "@angular/build": "^21.2.14", + "@angular/cli": "^21.2.14", + "@angular/compiler-cli": "^21.2.16", "jsdom": "^29.1.1", "typescript": "6.0.3", - "vitest": "^4.1.6" + "vitest": "^4.1.8" } } diff --git a/examples/angular/injectRateLimiter/package.json b/examples/angular/injectRateLimiter/package.json index a149d0f6..2f9f0031 100644 --- a/examples/angular/injectRateLimiter/package.json +++ b/examples/angular/injectRateLimiter/package.json @@ -20,24 +20,24 @@ ] }, "private": true, - "packageManager": "pnpm@11.1.1", + "packageManager": "pnpm@11.5.2", "dependencies": { - "@angular/common": "^21.2.12", - "@angular/compiler": "^21.2.12", - "@angular/core": "^21.2.12", - "@angular/forms": "^21.2.12", - "@angular/platform-browser": "^21.2.12", - "@angular/router": "^21.2.12", + "@angular/common": "^21.2.16", + "@angular/compiler": "^21.2.16", + "@angular/core": "^21.2.16", + "@angular/forms": "^21.2.16", + "@angular/platform-browser": "^21.2.16", + "@angular/router": "^21.2.16", "@tanstack/angular-pacer": "^0.23.1", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, "devDependencies": { - "@angular/build": "^21.2.11", - "@angular/cli": "^21.2.11", - "@angular/compiler-cli": "^21.2.12", + "@angular/build": "^21.2.14", + "@angular/cli": "^21.2.14", + "@angular/compiler-cli": "^21.2.16", "jsdom": "^29.1.1", "typescript": "6.0.3", - "vitest": "^4.1.6" + "vitest": "^4.1.8" } } diff --git a/examples/angular/injectRateLimiterWithPersister/package.json b/examples/angular/injectRateLimiterWithPersister/package.json index 46ec8a7f..154dc86b 100644 --- a/examples/angular/injectRateLimiterWithPersister/package.json +++ b/examples/angular/injectRateLimiterWithPersister/package.json @@ -20,24 +20,24 @@ ] }, "private": true, - "packageManager": "pnpm@11.1.1", + "packageManager": "pnpm@11.5.2", "dependencies": { - "@angular/common": "^21.2.12", - "@angular/compiler": "^21.2.12", - "@angular/core": "^21.2.12", - "@angular/forms": "^21.2.12", - "@angular/platform-browser": "^21.2.12", - "@angular/router": "^21.2.12", + "@angular/common": "^21.2.16", + "@angular/compiler": "^21.2.16", + "@angular/core": "^21.2.16", + "@angular/forms": "^21.2.16", + "@angular/platform-browser": "^21.2.16", + "@angular/router": "^21.2.16", "@tanstack/angular-pacer": "^0.23.1", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, "devDependencies": { - "@angular/build": "^21.2.11", - "@angular/cli": "^21.2.11", - "@angular/compiler-cli": "^21.2.12", + "@angular/build": "^21.2.14", + "@angular/cli": "^21.2.14", + "@angular/compiler-cli": "^21.2.16", "jsdom": "^29.1.1", "typescript": "6.0.3", - "vitest": "^4.1.6" + "vitest": "^4.1.8" } } diff --git a/examples/angular/injectThrottledCallback/package.json b/examples/angular/injectThrottledCallback/package.json index dd5f0340..2417276a 100644 --- a/examples/angular/injectThrottledCallback/package.json +++ b/examples/angular/injectThrottledCallback/package.json @@ -20,24 +20,24 @@ ] }, "private": true, - "packageManager": "pnpm@11.1.1", + "packageManager": "pnpm@11.5.2", "dependencies": { - "@angular/common": "^21.2.12", - "@angular/compiler": "^21.2.12", - "@angular/core": "^21.2.12", - "@angular/forms": "^21.2.12", - "@angular/platform-browser": "^21.2.12", - "@angular/router": "^21.2.12", + "@angular/common": "^21.2.16", + "@angular/compiler": "^21.2.16", + "@angular/core": "^21.2.16", + "@angular/forms": "^21.2.16", + "@angular/platform-browser": "^21.2.16", + "@angular/router": "^21.2.16", "@tanstack/angular-pacer": "^0.23.1", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, "devDependencies": { - "@angular/build": "^21.2.11", - "@angular/cli": "^21.2.11", - "@angular/compiler-cli": "^21.2.12", + "@angular/build": "^21.2.14", + "@angular/cli": "^21.2.14", + "@angular/compiler-cli": "^21.2.16", "jsdom": "^29.1.1", "typescript": "6.0.3", - "vitest": "^4.1.6" + "vitest": "^4.1.8" } } diff --git a/examples/angular/injectThrottledSignal/package.json b/examples/angular/injectThrottledSignal/package.json index f980570f..7f8412ff 100644 --- a/examples/angular/injectThrottledSignal/package.json +++ b/examples/angular/injectThrottledSignal/package.json @@ -20,24 +20,24 @@ ] }, "private": true, - "packageManager": "pnpm@11.1.1", + "packageManager": "pnpm@11.5.2", "dependencies": { - "@angular/common": "^21.2.12", - "@angular/compiler": "^21.2.12", - "@angular/core": "^21.2.12", - "@angular/forms": "^21.2.12", - "@angular/platform-browser": "^21.2.12", - "@angular/router": "^21.2.12", + "@angular/common": "^21.2.16", + "@angular/compiler": "^21.2.16", + "@angular/core": "^21.2.16", + "@angular/forms": "^21.2.16", + "@angular/platform-browser": "^21.2.16", + "@angular/router": "^21.2.16", "@tanstack/angular-pacer": "^0.23.1", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, "devDependencies": { - "@angular/build": "^21.2.11", - "@angular/cli": "^21.2.11", - "@angular/compiler-cli": "^21.2.12", + "@angular/build": "^21.2.14", + "@angular/cli": "^21.2.14", + "@angular/compiler-cli": "^21.2.16", "jsdom": "^29.1.1", "typescript": "6.0.3", - "vitest": "^4.1.6" + "vitest": "^4.1.8" } } diff --git a/examples/angular/injectThrottledValue/package.json b/examples/angular/injectThrottledValue/package.json index 8870eb3c..4a68c88b 100644 --- a/examples/angular/injectThrottledValue/package.json +++ b/examples/angular/injectThrottledValue/package.json @@ -20,24 +20,24 @@ ] }, "private": true, - "packageManager": "pnpm@11.1.1", + "packageManager": "pnpm@11.5.2", "dependencies": { - "@angular/common": "^21.2.12", - "@angular/compiler": "^21.2.12", - "@angular/core": "^21.2.12", - "@angular/forms": "^21.2.12", - "@angular/platform-browser": "^21.2.12", - "@angular/router": "^21.2.12", + "@angular/common": "^21.2.16", + "@angular/compiler": "^21.2.16", + "@angular/core": "^21.2.16", + "@angular/forms": "^21.2.16", + "@angular/platform-browser": "^21.2.16", + "@angular/router": "^21.2.16", "@tanstack/angular-pacer": "^0.23.1", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, "devDependencies": { - "@angular/build": "^21.2.11", - "@angular/cli": "^21.2.11", - "@angular/compiler-cli": "^21.2.12", + "@angular/build": "^21.2.14", + "@angular/cli": "^21.2.14", + "@angular/compiler-cli": "^21.2.16", "jsdom": "^29.1.1", "typescript": "6.0.3", - "vitest": "^4.1.6" + "vitest": "^4.1.8" } } diff --git a/examples/angular/injectThrottler/package.json b/examples/angular/injectThrottler/package.json index f3f5bc24..8c517dba 100644 --- a/examples/angular/injectThrottler/package.json +++ b/examples/angular/injectThrottler/package.json @@ -20,24 +20,24 @@ ] }, "private": true, - "packageManager": "pnpm@11.1.1", + "packageManager": "pnpm@11.5.2", "dependencies": { - "@angular/common": "^21.2.12", - "@angular/compiler": "^21.2.12", - "@angular/core": "^21.2.12", - "@angular/forms": "^21.2.12", - "@angular/platform-browser": "^21.2.12", - "@angular/router": "^21.2.12", + "@angular/common": "^21.2.16", + "@angular/compiler": "^21.2.16", + "@angular/core": "^21.2.16", + "@angular/forms": "^21.2.16", + "@angular/platform-browser": "^21.2.16", + "@angular/router": "^21.2.16", "@tanstack/angular-pacer": "^0.23.1", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, "devDependencies": { - "@angular/build": "^21.2.11", - "@angular/cli": "^21.2.11", - "@angular/compiler-cli": "^21.2.12", + "@angular/build": "^21.2.14", + "@angular/cli": "^21.2.14", + "@angular/compiler-cli": "^21.2.16", "jsdom": "^29.1.1", "typescript": "6.0.3", - "vitest": "^4.1.6" + "vitest": "^4.1.8" } } diff --git a/examples/angular/queue/package.json b/examples/angular/queue/package.json index 14585100..f374feee 100644 --- a/examples/angular/queue/package.json +++ b/examples/angular/queue/package.json @@ -20,24 +20,24 @@ ] }, "private": true, - "packageManager": "pnpm@11.1.1", + "packageManager": "pnpm@11.5.2", "dependencies": { - "@angular/common": "^21.2.12", - "@angular/compiler": "^21.2.12", - "@angular/core": "^21.2.12", - "@angular/forms": "^21.2.12", - "@angular/platform-browser": "^21.2.12", - "@angular/router": "^21.2.12", + "@angular/common": "^21.2.16", + "@angular/compiler": "^21.2.16", + "@angular/core": "^21.2.16", + "@angular/forms": "^21.2.16", + "@angular/platform-browser": "^21.2.16", + "@angular/router": "^21.2.16", "@tanstack/angular-pacer": "^0.23.1", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, "devDependencies": { - "@angular/build": "^21.2.11", - "@angular/cli": "^21.2.11", - "@angular/compiler-cli": "^21.2.12", + "@angular/build": "^21.2.14", + "@angular/cli": "^21.2.14", + "@angular/compiler-cli": "^21.2.16", "jsdom": "^29.1.1", "typescript": "6.0.3", - "vitest": "^4.1.6" + "vitest": "^4.1.8" } } diff --git a/examples/angular/rateLimit/package.json b/examples/angular/rateLimit/package.json index a1455ae8..8307c61b 100644 --- a/examples/angular/rateLimit/package.json +++ b/examples/angular/rateLimit/package.json @@ -20,24 +20,24 @@ ] }, "private": true, - "packageManager": "pnpm@11.1.1", + "packageManager": "pnpm@11.5.2", "dependencies": { - "@angular/common": "^21.2.12", - "@angular/compiler": "^21.2.12", - "@angular/core": "^21.2.12", - "@angular/forms": "^21.2.12", - "@angular/platform-browser": "^21.2.12", - "@angular/router": "^21.2.12", + "@angular/common": "^21.2.16", + "@angular/compiler": "^21.2.16", + "@angular/core": "^21.2.16", + "@angular/forms": "^21.2.16", + "@angular/platform-browser": "^21.2.16", + "@angular/router": "^21.2.16", "@tanstack/angular-pacer": "^0.23.1", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, "devDependencies": { - "@angular/build": "^21.2.11", - "@angular/cli": "^21.2.11", - "@angular/compiler-cli": "^21.2.12", + "@angular/build": "^21.2.14", + "@angular/cli": "^21.2.14", + "@angular/compiler-cli": "^21.2.16", "jsdom": "^29.1.1", "typescript": "6.0.3", - "vitest": "^4.1.6" + "vitest": "^4.1.8" } } diff --git a/examples/angular/throttle/package.json b/examples/angular/throttle/package.json index 9b6bc1d3..74b8f88c 100644 --- a/examples/angular/throttle/package.json +++ b/examples/angular/throttle/package.json @@ -20,24 +20,24 @@ ] }, "private": true, - "packageManager": "pnpm@11.1.1", + "packageManager": "pnpm@11.5.2", "dependencies": { - "@angular/common": "^21.2.12", - "@angular/compiler": "^21.2.12", - "@angular/core": "^21.2.12", - "@angular/forms": "^21.2.12", - "@angular/platform-browser": "^21.2.12", - "@angular/router": "^21.2.12", + "@angular/common": "^21.2.16", + "@angular/compiler": "^21.2.16", + "@angular/core": "^21.2.16", + "@angular/forms": "^21.2.16", + "@angular/platform-browser": "^21.2.16", + "@angular/router": "^21.2.16", "@tanstack/angular-pacer": "^0.23.1", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, "devDependencies": { - "@angular/build": "^21.2.11", - "@angular/cli": "^21.2.11", - "@angular/compiler-cli": "^21.2.12", + "@angular/build": "^21.2.14", + "@angular/cli": "^21.2.14", + "@angular/compiler-cli": "^21.2.16", "jsdom": "^29.1.1", "typescript": "6.0.3", - "vitest": "^4.1.6" + "vitest": "^4.1.8" } } diff --git a/examples/preact/asyncBatch/package.json b/examples/preact/asyncBatch/package.json index f889b55d..211bb306 100644 --- a/examples/preact/asyncBatch/package.json +++ b/examples/preact/asyncBatch/package.json @@ -10,11 +10,11 @@ }, "dependencies": { "@tanstack/preact-pacer": "^0.22.1", - "preact": "^10.29.1" + "preact": "^10.29.2" }, "devDependencies": { "@preact/preset-vite": "^2.10.5", - "vite": "^8.0.12" + "vite": "^8.0.16" }, "browserslist": { "production": [ diff --git a/examples/preact/asyncDebounce/package.json b/examples/preact/asyncDebounce/package.json index c3f687e7..edfbfaa8 100644 --- a/examples/preact/asyncDebounce/package.json +++ b/examples/preact/asyncDebounce/package.json @@ -10,11 +10,11 @@ }, "dependencies": { "@tanstack/preact-pacer": "^0.22.1", - "preact": "^10.29.1" + "preact": "^10.29.2" }, "devDependencies": { "@preact/preset-vite": "^2.10.5", - "vite": "^8.0.12" + "vite": "^8.0.16" }, "browserslist": { "production": [ diff --git a/examples/preact/asyncRateLimit/package.json b/examples/preact/asyncRateLimit/package.json index 255b105f..9db96ebb 100644 --- a/examples/preact/asyncRateLimit/package.json +++ b/examples/preact/asyncRateLimit/package.json @@ -10,11 +10,11 @@ }, "dependencies": { "@tanstack/preact-pacer": "^0.22.1", - "preact": "^10.29.1" + "preact": "^10.29.2" }, "devDependencies": { "@preact/preset-vite": "^2.10.5", - "vite": "^8.0.12" + "vite": "^8.0.16" }, "browserslist": { "production": [ diff --git a/examples/preact/asyncRetry/package.json b/examples/preact/asyncRetry/package.json index b0cb3f41..b67ce8f7 100644 --- a/examples/preact/asyncRetry/package.json +++ b/examples/preact/asyncRetry/package.json @@ -10,11 +10,11 @@ }, "dependencies": { "@tanstack/preact-pacer": "^0.22.1", - "preact": "^10.29.1" + "preact": "^10.29.2" }, "devDependencies": { "@preact/preset-vite": "^2.10.5", - "vite": "^8.0.12" + "vite": "^8.0.16" }, "browserslist": { "production": [ diff --git a/examples/preact/asyncThrottle/package.json b/examples/preact/asyncThrottle/package.json index 6ad4dc25..b81f5488 100644 --- a/examples/preact/asyncThrottle/package.json +++ b/examples/preact/asyncThrottle/package.json @@ -10,11 +10,11 @@ }, "dependencies": { "@tanstack/preact-pacer": "^0.22.1", - "preact": "^10.29.1" + "preact": "^10.29.2" }, "devDependencies": { "@preact/preset-vite": "^2.10.5", - "vite": "^8.0.12" + "vite": "^8.0.16" }, "browserslist": { "production": [ diff --git a/examples/preact/batch/package.json b/examples/preact/batch/package.json index 6a155977..6e3039c8 100644 --- a/examples/preact/batch/package.json +++ b/examples/preact/batch/package.json @@ -10,11 +10,11 @@ }, "dependencies": { "@tanstack/preact-pacer": "^0.22.1", - "preact": "^10.29.1" + "preact": "^10.29.2" }, "devDependencies": { "@preact/preset-vite": "^2.10.5", - "vite": "^8.0.12" + "vite": "^8.0.16" }, "browserslist": { "production": [ diff --git a/examples/preact/debounce/package.json b/examples/preact/debounce/package.json index 650461d7..17383c66 100644 --- a/examples/preact/debounce/package.json +++ b/examples/preact/debounce/package.json @@ -10,11 +10,11 @@ }, "dependencies": { "@tanstack/preact-pacer": "^0.22.1", - "preact": "^10.29.1" + "preact": "^10.29.2" }, "devDependencies": { "@preact/preset-vite": "^2.10.5", - "vite": "^8.0.12" + "vite": "^8.0.16" }, "browserslist": { "production": [ diff --git a/examples/preact/queue/package.json b/examples/preact/queue/package.json index 2fad83b3..bcb04d69 100644 --- a/examples/preact/queue/package.json +++ b/examples/preact/queue/package.json @@ -10,11 +10,11 @@ }, "dependencies": { "@tanstack/preact-pacer": "^0.22.1", - "preact": "^10.29.1" + "preact": "^10.29.2" }, "devDependencies": { "@preact/preset-vite": "^2.10.5", - "vite": "^8.0.12" + "vite": "^8.0.16" }, "browserslist": { "production": [ diff --git a/examples/preact/rateLimit/package.json b/examples/preact/rateLimit/package.json index adf83c4d..8a4f6865 100644 --- a/examples/preact/rateLimit/package.json +++ b/examples/preact/rateLimit/package.json @@ -10,11 +10,11 @@ }, "dependencies": { "@tanstack/preact-pacer": "^0.22.1", - "preact": "^10.29.1" + "preact": "^10.29.2" }, "devDependencies": { "@preact/preset-vite": "^2.10.5", - "vite": "^8.0.12" + "vite": "^8.0.16" }, "browserslist": { "production": [ diff --git a/examples/preact/throttle/package.json b/examples/preact/throttle/package.json index 4241ea43..f94042a8 100644 --- a/examples/preact/throttle/package.json +++ b/examples/preact/throttle/package.json @@ -10,11 +10,11 @@ }, "dependencies": { "@tanstack/preact-pacer": "^0.22.1", - "preact": "^10.29.1" + "preact": "^10.29.2" }, "devDependencies": { "@preact/preset-vite": "^2.10.5", - "vite": "^8.0.12" + "vite": "^8.0.16" }, "browserslist": { "production": [ diff --git a/examples/preact/useAsyncBatchedCallback/package.json b/examples/preact/useAsyncBatchedCallback/package.json index e7b7313d..bc4b481d 100644 --- a/examples/preact/useAsyncBatchedCallback/package.json +++ b/examples/preact/useAsyncBatchedCallback/package.json @@ -10,11 +10,11 @@ }, "dependencies": { "@tanstack/preact-pacer": "^0.22.1", - "preact": "^10.29.1" + "preact": "^10.29.2" }, "devDependencies": { "@preact/preset-vite": "^2.10.5", - "vite": "^8.0.12" + "vite": "^8.0.16" }, "browserslist": { "production": [ diff --git a/examples/preact/useAsyncBatcher/package.json b/examples/preact/useAsyncBatcher/package.json index 6235b0a2..a6718be5 100644 --- a/examples/preact/useAsyncBatcher/package.json +++ b/examples/preact/useAsyncBatcher/package.json @@ -10,11 +10,11 @@ }, "dependencies": { "@tanstack/preact-pacer": "^0.22.1", - "preact": "^10.29.1" + "preact": "^10.29.2" }, "devDependencies": { "@preact/preset-vite": "^2.10.5", - "vite": "^8.0.12" + "vite": "^8.0.16" }, "browserslist": { "production": [ diff --git a/examples/preact/useAsyncDebouncedCallback/package.json b/examples/preact/useAsyncDebouncedCallback/package.json index 543e99ee..a30bca7e 100644 --- a/examples/preact/useAsyncDebouncedCallback/package.json +++ b/examples/preact/useAsyncDebouncedCallback/package.json @@ -10,11 +10,11 @@ }, "dependencies": { "@tanstack/preact-pacer": "^0.22.1", - "preact": "^10.29.1" + "preact": "^10.29.2" }, "devDependencies": { "@preact/preset-vite": "^2.10.5", - "vite": "^8.0.12" + "vite": "^8.0.16" }, "browserslist": { "production": [ diff --git a/examples/preact/useAsyncDebouncer/package.json b/examples/preact/useAsyncDebouncer/package.json index 8996baff..f9754f5f 100644 --- a/examples/preact/useAsyncDebouncer/package.json +++ b/examples/preact/useAsyncDebouncer/package.json @@ -10,11 +10,11 @@ }, "dependencies": { "@tanstack/preact-pacer": "^0.22.1", - "preact": "^10.29.1" + "preact": "^10.29.2" }, "devDependencies": { "@preact/preset-vite": "^2.10.5", - "vite": "^8.0.12" + "vite": "^8.0.16" }, "browserslist": { "production": [ diff --git a/examples/preact/useAsyncQueuedState/package.json b/examples/preact/useAsyncQueuedState/package.json index d8b5ccaa..e092b8ec 100644 --- a/examples/preact/useAsyncQueuedState/package.json +++ b/examples/preact/useAsyncQueuedState/package.json @@ -10,11 +10,11 @@ }, "dependencies": { "@tanstack/preact-pacer": "^0.22.1", - "preact": "^10.29.1" + "preact": "^10.29.2" }, "devDependencies": { "@preact/preset-vite": "^2.10.5", - "vite": "^8.0.12" + "vite": "^8.0.16" }, "browserslist": { "production": [ diff --git a/examples/preact/useAsyncQueuer/package.json b/examples/preact/useAsyncQueuer/package.json index 5c8a30a8..25e0688a 100644 --- a/examples/preact/useAsyncQueuer/package.json +++ b/examples/preact/useAsyncQueuer/package.json @@ -10,11 +10,11 @@ }, "dependencies": { "@tanstack/preact-pacer": "^0.22.1", - "preact": "^10.29.1" + "preact": "^10.29.2" }, "devDependencies": { "@preact/preset-vite": "^2.10.5", - "vite": "^8.0.12" + "vite": "^8.0.16" }, "browserslist": { "production": [ diff --git a/examples/preact/useAsyncRateLimiter/package.json b/examples/preact/useAsyncRateLimiter/package.json index 7aa3776f..6bf87b3e 100644 --- a/examples/preact/useAsyncRateLimiter/package.json +++ b/examples/preact/useAsyncRateLimiter/package.json @@ -10,11 +10,11 @@ }, "dependencies": { "@tanstack/preact-pacer": "^0.22.1", - "preact": "^10.29.1" + "preact": "^10.29.2" }, "devDependencies": { "@preact/preset-vite": "^2.10.5", - "vite": "^8.0.12" + "vite": "^8.0.16" }, "browserslist": { "production": [ diff --git a/examples/preact/useAsyncRateLimiterWithPersister/package.json b/examples/preact/useAsyncRateLimiterWithPersister/package.json index ea1e55d8..d4c67352 100644 --- a/examples/preact/useAsyncRateLimiterWithPersister/package.json +++ b/examples/preact/useAsyncRateLimiterWithPersister/package.json @@ -10,11 +10,11 @@ }, "dependencies": { "@tanstack/preact-pacer": "^0.22.1", - "preact": "^10.29.1" + "preact": "^10.29.2" }, "devDependencies": { "@preact/preset-vite": "^2.10.5", - "vite": "^8.0.12" + "vite": "^8.0.16" }, "browserslist": { "production": [ diff --git a/examples/preact/useAsyncThrottledCallback/package.json b/examples/preact/useAsyncThrottledCallback/package.json index 79e89e81..d7349369 100644 --- a/examples/preact/useAsyncThrottledCallback/package.json +++ b/examples/preact/useAsyncThrottledCallback/package.json @@ -10,11 +10,11 @@ }, "dependencies": { "@tanstack/preact-pacer": "^0.22.1", - "preact": "^10.29.1" + "preact": "^10.29.2" }, "devDependencies": { "@preact/preset-vite": "^2.10.5", - "vite": "^8.0.12" + "vite": "^8.0.16" }, "browserslist": { "production": [ diff --git a/examples/preact/useAsyncThrottler/package.json b/examples/preact/useAsyncThrottler/package.json index 37868612..1518e13c 100644 --- a/examples/preact/useAsyncThrottler/package.json +++ b/examples/preact/useAsyncThrottler/package.json @@ -10,11 +10,11 @@ }, "dependencies": { "@tanstack/preact-pacer": "^0.22.1", - "preact": "^10.29.1" + "preact": "^10.29.2" }, "devDependencies": { "@preact/preset-vite": "^2.10.5", - "vite": "^8.0.12" + "vite": "^8.0.16" }, "browserslist": { "production": [ diff --git a/examples/preact/useBatchedCallback/package.json b/examples/preact/useBatchedCallback/package.json index 86e0e66d..3e8614b7 100644 --- a/examples/preact/useBatchedCallback/package.json +++ b/examples/preact/useBatchedCallback/package.json @@ -10,11 +10,11 @@ }, "dependencies": { "@tanstack/preact-pacer": "^0.22.1", - "preact": "^10.29.1" + "preact": "^10.29.2" }, "devDependencies": { "@preact/preset-vite": "^2.10.5", - "vite": "^8.0.12" + "vite": "^8.0.16" }, "browserslist": { "production": [ diff --git a/examples/preact/useBatcher/package.json b/examples/preact/useBatcher/package.json index a0801388..774f1a7d 100644 --- a/examples/preact/useBatcher/package.json +++ b/examples/preact/useBatcher/package.json @@ -10,11 +10,11 @@ }, "dependencies": { "@tanstack/preact-pacer": "^0.22.1", - "preact": "^10.29.1" + "preact": "^10.29.2" }, "devDependencies": { "@preact/preset-vite": "^2.10.5", - "vite": "^8.0.12" + "vite": "^8.0.16" }, "browserslist": { "production": [ diff --git a/examples/preact/useDebouncedCallback/package.json b/examples/preact/useDebouncedCallback/package.json index d0ccf4f7..49ed31d6 100644 --- a/examples/preact/useDebouncedCallback/package.json +++ b/examples/preact/useDebouncedCallback/package.json @@ -10,11 +10,11 @@ }, "dependencies": { "@tanstack/preact-pacer": "^0.22.1", - "preact": "^10.29.1" + "preact": "^10.29.2" }, "devDependencies": { "@preact/preset-vite": "^2.10.5", - "vite": "^8.0.12" + "vite": "^8.0.16" }, "browserslist": { "production": [ diff --git a/examples/preact/useDebouncedState/package.json b/examples/preact/useDebouncedState/package.json index 594c14f4..88a95c13 100644 --- a/examples/preact/useDebouncedState/package.json +++ b/examples/preact/useDebouncedState/package.json @@ -10,11 +10,11 @@ }, "dependencies": { "@tanstack/preact-pacer": "^0.22.1", - "preact": "^10.29.1" + "preact": "^10.29.2" }, "devDependencies": { "@preact/preset-vite": "^2.10.5", - "vite": "^8.0.12" + "vite": "^8.0.16" }, "browserslist": { "production": [ diff --git a/examples/preact/useDebouncedValue/package.json b/examples/preact/useDebouncedValue/package.json index 200bc24d..c5efd245 100644 --- a/examples/preact/useDebouncedValue/package.json +++ b/examples/preact/useDebouncedValue/package.json @@ -10,11 +10,11 @@ }, "dependencies": { "@tanstack/preact-pacer": "^0.22.1", - "preact": "^10.29.1" + "preact": "^10.29.2" }, "devDependencies": { "@preact/preset-vite": "^2.10.5", - "vite": "^8.0.12" + "vite": "^8.0.16" }, "browserslist": { "production": [ diff --git a/examples/preact/useDebouncer/package.json b/examples/preact/useDebouncer/package.json index 680af7ba..208a6f85 100644 --- a/examples/preact/useDebouncer/package.json +++ b/examples/preact/useDebouncer/package.json @@ -10,11 +10,11 @@ }, "dependencies": { "@tanstack/preact-pacer": "^0.22.1", - "preact": "^10.29.1" + "preact": "^10.29.2" }, "devDependencies": { "@preact/preset-vite": "^2.10.5", - "vite": "^8.0.12" + "vite": "^8.0.16" }, "browserslist": { "production": [ diff --git a/examples/preact/useQueuedState/package.json b/examples/preact/useQueuedState/package.json index 77dc5b69..a76d40cd 100644 --- a/examples/preact/useQueuedState/package.json +++ b/examples/preact/useQueuedState/package.json @@ -10,11 +10,11 @@ }, "dependencies": { "@tanstack/preact-pacer": "^0.22.1", - "preact": "^10.29.1" + "preact": "^10.29.2" }, "devDependencies": { "@preact/preset-vite": "^2.10.5", - "vite": "^8.0.12" + "vite": "^8.0.16" }, "browserslist": { "production": [ diff --git a/examples/preact/useQueuedValue/package.json b/examples/preact/useQueuedValue/package.json index e4515bc4..25f37fde 100644 --- a/examples/preact/useQueuedValue/package.json +++ b/examples/preact/useQueuedValue/package.json @@ -10,11 +10,11 @@ }, "dependencies": { "@tanstack/preact-pacer": "^0.22.1", - "preact": "^10.29.1" + "preact": "^10.29.2" }, "devDependencies": { "@preact/preset-vite": "^2.10.5", - "vite": "^8.0.12" + "vite": "^8.0.16" }, "browserslist": { "production": [ diff --git a/examples/preact/useQueuer/package.json b/examples/preact/useQueuer/package.json index b8a90619..e2ec5cea 100644 --- a/examples/preact/useQueuer/package.json +++ b/examples/preact/useQueuer/package.json @@ -12,11 +12,11 @@ "@tanstack/preact-devtools": "^0.10.5", "@tanstack/preact-pacer": "^0.22.1", "@tanstack/preact-pacer-devtools": "workspace:*", - "preact": "^10.29.1" + "preact": "^10.29.2" }, "devDependencies": { "@preact/preset-vite": "^2.10.5", - "vite": "^8.0.12" + "vite": "^8.0.16" }, "browserslist": { "production": [ diff --git a/examples/preact/useQueuerWithPersister/package.json b/examples/preact/useQueuerWithPersister/package.json index 9c0d103d..733df2d8 100644 --- a/examples/preact/useQueuerWithPersister/package.json +++ b/examples/preact/useQueuerWithPersister/package.json @@ -10,11 +10,11 @@ }, "dependencies": { "@tanstack/preact-pacer": "^0.22.1", - "preact": "^10.29.1" + "preact": "^10.29.2" }, "devDependencies": { "@preact/preset-vite": "^2.10.5", - "vite": "^8.0.12" + "vite": "^8.0.16" }, "browserslist": { "production": [ diff --git a/examples/preact/useRateLimitedCallback/package.json b/examples/preact/useRateLimitedCallback/package.json index 0939d6a5..a538bf14 100644 --- a/examples/preact/useRateLimitedCallback/package.json +++ b/examples/preact/useRateLimitedCallback/package.json @@ -10,11 +10,11 @@ }, "dependencies": { "@tanstack/preact-pacer": "^0.22.1", - "preact": "^10.29.1" + "preact": "^10.29.2" }, "devDependencies": { "@preact/preset-vite": "^2.10.5", - "vite": "^8.0.12" + "vite": "^8.0.16" }, "browserslist": { "production": [ diff --git a/examples/preact/useRateLimitedState/package.json b/examples/preact/useRateLimitedState/package.json index 2dacbf43..c5cbf5ad 100644 --- a/examples/preact/useRateLimitedState/package.json +++ b/examples/preact/useRateLimitedState/package.json @@ -10,11 +10,11 @@ }, "dependencies": { "@tanstack/preact-pacer": "^0.22.1", - "preact": "^10.29.1" + "preact": "^10.29.2" }, "devDependencies": { "@preact/preset-vite": "^2.10.5", - "vite": "^8.0.12" + "vite": "^8.0.16" }, "browserslist": { "production": [ diff --git a/examples/preact/useRateLimitedValue/package.json b/examples/preact/useRateLimitedValue/package.json index 2df5f483..a014fe1d 100644 --- a/examples/preact/useRateLimitedValue/package.json +++ b/examples/preact/useRateLimitedValue/package.json @@ -10,11 +10,11 @@ }, "dependencies": { "@tanstack/preact-pacer": "^0.22.1", - "preact": "^10.29.1" + "preact": "^10.29.2" }, "devDependencies": { "@preact/preset-vite": "^2.10.5", - "vite": "^8.0.12" + "vite": "^8.0.16" }, "browserslist": { "production": [ diff --git a/examples/preact/useRateLimiter/package.json b/examples/preact/useRateLimiter/package.json index a794ac64..b31d0585 100644 --- a/examples/preact/useRateLimiter/package.json +++ b/examples/preact/useRateLimiter/package.json @@ -10,11 +10,11 @@ }, "dependencies": { "@tanstack/preact-pacer": "^0.22.1", - "preact": "^10.29.1" + "preact": "^10.29.2" }, "devDependencies": { "@preact/preset-vite": "^2.10.5", - "vite": "^8.0.12" + "vite": "^8.0.16" }, "browserslist": { "production": [ diff --git a/examples/preact/useRateLimiterWithPersister/package.json b/examples/preact/useRateLimiterWithPersister/package.json index a3b6f7fb..0a5faa94 100644 --- a/examples/preact/useRateLimiterWithPersister/package.json +++ b/examples/preact/useRateLimiterWithPersister/package.json @@ -10,11 +10,11 @@ }, "dependencies": { "@tanstack/preact-pacer": "^0.22.1", - "preact": "^10.29.1" + "preact": "^10.29.2" }, "devDependencies": { "@preact/preset-vite": "^2.10.5", - "vite": "^8.0.12" + "vite": "^8.0.16" }, "browserslist": { "production": [ diff --git a/examples/preact/useThrottledCallback/package.json b/examples/preact/useThrottledCallback/package.json index 0c6c2b96..d99d3f57 100644 --- a/examples/preact/useThrottledCallback/package.json +++ b/examples/preact/useThrottledCallback/package.json @@ -10,11 +10,11 @@ }, "dependencies": { "@tanstack/preact-pacer": "^0.22.1", - "preact": "^10.29.1" + "preact": "^10.29.2" }, "devDependencies": { "@preact/preset-vite": "^2.10.5", - "vite": "^8.0.12" + "vite": "^8.0.16" }, "browserslist": { "production": [ diff --git a/examples/preact/useThrottledState/package.json b/examples/preact/useThrottledState/package.json index 0184a953..808f15ea 100644 --- a/examples/preact/useThrottledState/package.json +++ b/examples/preact/useThrottledState/package.json @@ -10,11 +10,11 @@ }, "dependencies": { "@tanstack/preact-pacer": "^0.22.1", - "preact": "^10.29.1" + "preact": "^10.29.2" }, "devDependencies": { "@preact/preset-vite": "^2.10.5", - "vite": "^8.0.12" + "vite": "^8.0.16" }, "browserslist": { "production": [ diff --git a/examples/preact/useThrottledValue/package.json b/examples/preact/useThrottledValue/package.json index 01713d7e..7a91cee8 100644 --- a/examples/preact/useThrottledValue/package.json +++ b/examples/preact/useThrottledValue/package.json @@ -10,11 +10,11 @@ }, "dependencies": { "@tanstack/preact-pacer": "^0.22.1", - "preact": "^10.29.1" + "preact": "^10.29.2" }, "devDependencies": { "@preact/preset-vite": "^2.10.5", - "vite": "^8.0.12" + "vite": "^8.0.16" }, "browserslist": { "production": [ diff --git a/examples/preact/useThrottler/package.json b/examples/preact/useThrottler/package.json index a9562248..27b27fed 100644 --- a/examples/preact/useThrottler/package.json +++ b/examples/preact/useThrottler/package.json @@ -10,11 +10,11 @@ }, "dependencies": { "@tanstack/preact-pacer": "^0.22.1", - "preact": "^10.29.1" + "preact": "^10.29.2" }, "devDependencies": { "@preact/preset-vite": "^2.10.5", - "vite": "^8.0.12" + "vite": "^8.0.16" }, "browserslist": { "production": [ diff --git a/examples/preact/util-comparison/package.json b/examples/preact/util-comparison/package.json index 75f82160..3a027fa0 100644 --- a/examples/preact/util-comparison/package.json +++ b/examples/preact/util-comparison/package.json @@ -12,11 +12,11 @@ "@tanstack/preact-devtools": "^0.10.5", "@tanstack/preact-pacer": "^0.22.1", "@tanstack/preact-pacer-devtools": "workspace:*", - "preact": "^10.29.1" + "preact": "^10.29.2" }, "devDependencies": { "@preact/preset-vite": "^2.10.5", - "vite": "^8.0.12" + "vite": "^8.0.16" }, "browserslist": { "production": [ diff --git a/examples/react/asyncBatch/package.json b/examples/react/asyncBatch/package.json index 817f3112..5a50b330 100644 --- a/examples/react/asyncBatch/package.json +++ b/examples/react/asyncBatch/package.json @@ -10,14 +10,14 @@ }, "dependencies": { "@tanstack/react-pacer": "^0.22.1", - "react": "^19.2.6", - "react-dom": "^19.2.6" + "react": "^19.2.7", + "react-dom": "^19.2.7" }, "devDependencies": { - "@types/react": "^19.2.14", + "@types/react": "^19.2.17", "@types/react-dom": "^19.2.3", - "@vitejs/plugin-react": "^6.0.1", - "vite": "^8.0.12" + "@vitejs/plugin-react": "^6.0.2", + "vite": "^8.0.16" }, "browserslist": { "production": [ diff --git a/examples/react/asyncDebounce/package.json b/examples/react/asyncDebounce/package.json index fe5f0ec5..985d5817 100644 --- a/examples/react/asyncDebounce/package.json +++ b/examples/react/asyncDebounce/package.json @@ -10,14 +10,14 @@ }, "dependencies": { "@tanstack/react-pacer": "^0.22.1", - "react": "^19.2.6", - "react-dom": "^19.2.6" + "react": "^19.2.7", + "react-dom": "^19.2.7" }, "devDependencies": { - "@types/react": "^19.2.14", + "@types/react": "^19.2.17", "@types/react-dom": "^19.2.3", - "@vitejs/plugin-react": "^6.0.1", - "vite": "^8.0.12" + "@vitejs/plugin-react": "^6.0.2", + "vite": "^8.0.16" }, "browserslist": { "production": [ diff --git a/examples/react/asyncRateLimit/package.json b/examples/react/asyncRateLimit/package.json index fecac3dc..c2d64675 100644 --- a/examples/react/asyncRateLimit/package.json +++ b/examples/react/asyncRateLimit/package.json @@ -10,14 +10,14 @@ }, "dependencies": { "@tanstack/react-pacer": "^0.22.1", - "react": "^19.2.6", - "react-dom": "^19.2.6" + "react": "^19.2.7", + "react-dom": "^19.2.7" }, "devDependencies": { - "@types/react": "^19.2.14", + "@types/react": "^19.2.17", "@types/react-dom": "^19.2.3", - "@vitejs/plugin-react": "^6.0.1", - "vite": "^8.0.12" + "@vitejs/plugin-react": "^6.0.2", + "vite": "^8.0.16" }, "browserslist": { "production": [ diff --git a/examples/react/asyncRetry/package.json b/examples/react/asyncRetry/package.json index 408f6ed5..2a02d4f5 100644 --- a/examples/react/asyncRetry/package.json +++ b/examples/react/asyncRetry/package.json @@ -10,14 +10,14 @@ }, "dependencies": { "@tanstack/react-pacer": "^0.22.1", - "react": "^19.2.6", - "react-dom": "^19.2.6" + "react": "^19.2.7", + "react-dom": "^19.2.7" }, "devDependencies": { - "@types/react": "^19.2.14", + "@types/react": "^19.2.17", "@types/react-dom": "^19.2.3", - "@vitejs/plugin-react": "^6.0.1", - "vite": "^8.0.12" + "@vitejs/plugin-react": "^6.0.2", + "vite": "^8.0.16" }, "browserslist": { "production": [ diff --git a/examples/react/asyncThrottle/package.json b/examples/react/asyncThrottle/package.json index 772aedb5..8c2f4d9a 100644 --- a/examples/react/asyncThrottle/package.json +++ b/examples/react/asyncThrottle/package.json @@ -10,14 +10,14 @@ }, "dependencies": { "@tanstack/react-pacer": "^0.22.1", - "react": "^19.2.6", - "react-dom": "^19.2.6" + "react": "^19.2.7", + "react-dom": "^19.2.7" }, "devDependencies": { - "@types/react": "^19.2.14", + "@types/react": "^19.2.17", "@types/react-dom": "^19.2.3", - "@vitejs/plugin-react": "^6.0.1", - "vite": "^8.0.12" + "@vitejs/plugin-react": "^6.0.2", + "vite": "^8.0.16" }, "browserslist": { "production": [ diff --git a/examples/react/batch/package.json b/examples/react/batch/package.json index ea660431..c1f7362f 100644 --- a/examples/react/batch/package.json +++ b/examples/react/batch/package.json @@ -10,14 +10,14 @@ }, "dependencies": { "@tanstack/react-pacer": "^0.22.1", - "react": "^19.2.6", - "react-dom": "^19.2.6" + "react": "^19.2.7", + "react-dom": "^19.2.7" }, "devDependencies": { - "@types/react": "^19.2.14", + "@types/react": "^19.2.17", "@types/react-dom": "^19.2.3", - "@vitejs/plugin-react": "^6.0.1", - "vite": "^8.0.12" + "@vitejs/plugin-react": "^6.0.2", + "vite": "^8.0.16" }, "browserslist": { "production": [ diff --git a/examples/react/debounce/package.json b/examples/react/debounce/package.json index 6365b7f3..3b14e8af 100644 --- a/examples/react/debounce/package.json +++ b/examples/react/debounce/package.json @@ -10,14 +10,14 @@ }, "dependencies": { "@tanstack/react-pacer": "^0.22.1", - "react": "^19.2.6", - "react-dom": "^19.2.6" + "react": "^19.2.7", + "react-dom": "^19.2.7" }, "devDependencies": { - "@types/react": "^19.2.14", + "@types/react": "^19.2.17", "@types/react-dom": "^19.2.3", - "@vitejs/plugin-react": "^6.0.1", - "vite": "^8.0.12" + "@vitejs/plugin-react": "^6.0.2", + "vite": "^8.0.16" }, "browserslist": { "production": [ diff --git a/examples/react/queue/package.json b/examples/react/queue/package.json index 492d6270..b738a71e 100644 --- a/examples/react/queue/package.json +++ b/examples/react/queue/package.json @@ -10,16 +10,16 @@ }, "dependencies": { "@tanstack/react-pacer": "^0.22.1", - "react": "^19.2.6", - "react-dom": "^19.2.6" + "react": "^19.2.7", + "react-dom": "^19.2.7" }, "devDependencies": { "@tanstack/react-devtools": "0.10.5", "@tanstack/react-pacer-devtools": "0.7.1", - "@types/react": "^19.2.14", + "@types/react": "^19.2.17", "@types/react-dom": "^19.2.3", - "@vitejs/plugin-react": "^6.0.1", - "vite": "^8.0.12" + "@vitejs/plugin-react": "^6.0.2", + "vite": "^8.0.16" }, "browserslist": { "production": [ diff --git a/examples/react/rateLimit/package.json b/examples/react/rateLimit/package.json index d6e48b5e..31c6f5d5 100644 --- a/examples/react/rateLimit/package.json +++ b/examples/react/rateLimit/package.json @@ -10,14 +10,14 @@ }, "dependencies": { "@tanstack/react-pacer": "^0.22.1", - "react": "^19.2.6", - "react-dom": "^19.2.6" + "react": "^19.2.7", + "react-dom": "^19.2.7" }, "devDependencies": { - "@types/react": "^19.2.14", + "@types/react": "^19.2.17", "@types/react-dom": "^19.2.3", - "@vitejs/plugin-react": "^6.0.1", - "vite": "^8.0.12" + "@vitejs/plugin-react": "^6.0.2", + "vite": "^8.0.16" }, "browserslist": { "production": [ diff --git a/examples/react/react-query-debounced-prefetch/package.json b/examples/react/react-query-debounced-prefetch/package.json index 9813c17d..8507107a 100644 --- a/examples/react/react-query-debounced-prefetch/package.json +++ b/examples/react/react-query-debounced-prefetch/package.json @@ -10,16 +10,16 @@ }, "dependencies": { "@tanstack/react-pacer": "^0.22.1", - "@tanstack/react-query": "^5.100.10", - "@tanstack/react-query-devtools": "^5.100.10", - "react": "^19.2.6", - "react-dom": "^19.2.6" + "@tanstack/react-query": "^5.101.0", + "@tanstack/react-query-devtools": "^5.101.0", + "react": "^19.2.7", + "react-dom": "^19.2.7" }, "devDependencies": { - "@types/react": "^19.2.14", + "@types/react": "^19.2.17", "@types/react-dom": "^19.2.3", - "@vitejs/plugin-react": "^6.0.1", - "vite": "^8.0.12" + "@vitejs/plugin-react": "^6.0.2", + "vite": "^8.0.16" }, "browserslist": { "production": [ diff --git a/examples/react/react-query-queued-prefetch/package.json b/examples/react/react-query-queued-prefetch/package.json index 09a8bc2e..2381c4df 100644 --- a/examples/react/react-query-queued-prefetch/package.json +++ b/examples/react/react-query-queued-prefetch/package.json @@ -10,16 +10,16 @@ }, "dependencies": { "@tanstack/react-pacer": "^0.22.1", - "@tanstack/react-query": "^5.100.10", - "@tanstack/react-query-devtools": "^5.100.10", - "react": "^19.2.6", - "react-dom": "^19.2.6" + "@tanstack/react-query": "^5.101.0", + "@tanstack/react-query-devtools": "^5.101.0", + "react": "^19.2.7", + "react-dom": "^19.2.7" }, "devDependencies": { - "@types/react": "^19.2.14", + "@types/react": "^19.2.17", "@types/react-dom": "^19.2.3", - "@vitejs/plugin-react": "^6.0.1", - "vite": "^8.0.12" + "@vitejs/plugin-react": "^6.0.2", + "vite": "^8.0.16" }, "browserslist": { "production": [ diff --git a/examples/react/react-query-throttled-prefetch/package.json b/examples/react/react-query-throttled-prefetch/package.json index 432bab93..5829a098 100644 --- a/examples/react/react-query-throttled-prefetch/package.json +++ b/examples/react/react-query-throttled-prefetch/package.json @@ -10,16 +10,16 @@ }, "dependencies": { "@tanstack/react-pacer": "^0.22.1", - "@tanstack/react-query": "^5.100.10", - "@tanstack/react-query-devtools": "^5.100.10", - "react": "^19.2.6", - "react-dom": "^19.2.6" + "@tanstack/react-query": "^5.101.0", + "@tanstack/react-query-devtools": "^5.101.0", + "react": "^19.2.7", + "react-dom": "^19.2.7" }, "devDependencies": { - "@types/react": "^19.2.14", + "@types/react": "^19.2.17", "@types/react-dom": "^19.2.3", - "@vitejs/plugin-react": "^6.0.1", - "vite": "^8.0.12" + "@vitejs/plugin-react": "^6.0.2", + "vite": "^8.0.16" }, "browserslist": { "production": [ diff --git a/examples/react/throttle/package.json b/examples/react/throttle/package.json index aafee0a1..2d80a9fc 100644 --- a/examples/react/throttle/package.json +++ b/examples/react/throttle/package.json @@ -10,14 +10,14 @@ }, "dependencies": { "@tanstack/react-pacer": "^0.22.1", - "react": "^19.2.6", - "react-dom": "^19.2.6" + "react": "^19.2.7", + "react-dom": "^19.2.7" }, "devDependencies": { - "@types/react": "^19.2.14", + "@types/react": "^19.2.17", "@types/react-dom": "^19.2.3", - "@vitejs/plugin-react": "^6.0.1", - "vite": "^8.0.12" + "@vitejs/plugin-react": "^6.0.2", + "vite": "^8.0.16" }, "browserslist": { "production": [ diff --git a/examples/react/useAsyncBatchedCallback/package.json b/examples/react/useAsyncBatchedCallback/package.json index 610f6f4e..b167d8ee 100644 --- a/examples/react/useAsyncBatchedCallback/package.json +++ b/examples/react/useAsyncBatchedCallback/package.json @@ -10,14 +10,14 @@ }, "dependencies": { "@tanstack/react-pacer": "^0.22.1", - "react": "^19.2.6", - "react-dom": "^19.2.6" + "react": "^19.2.7", + "react-dom": "^19.2.7" }, "devDependencies": { - "@types/react": "^19.2.14", + "@types/react": "^19.2.17", "@types/react-dom": "^19.2.3", - "@vitejs/plugin-react": "^6.0.1", - "vite": "^8.0.12" + "@vitejs/plugin-react": "^6.0.2", + "vite": "^8.0.16" }, "browserslist": { "production": [ diff --git a/examples/react/useAsyncBatcher/package.json b/examples/react/useAsyncBatcher/package.json index 19627794..b13b08b8 100644 --- a/examples/react/useAsyncBatcher/package.json +++ b/examples/react/useAsyncBatcher/package.json @@ -10,14 +10,14 @@ }, "dependencies": { "@tanstack/react-pacer": "^0.22.1", - "react": "^19.2.6", - "react-dom": "^19.2.6" + "react": "^19.2.7", + "react-dom": "^19.2.7" }, "devDependencies": { - "@types/react": "^19.2.14", + "@types/react": "^19.2.17", "@types/react-dom": "^19.2.3", - "@vitejs/plugin-react": "^6.0.1", - "vite": "^8.0.12" + "@vitejs/plugin-react": "^6.0.2", + "vite": "^8.0.16" }, "browserslist": { "production": [ diff --git a/examples/react/useAsyncDebouncedCallback/package.json b/examples/react/useAsyncDebouncedCallback/package.json index 7acce70c..eb3becfb 100644 --- a/examples/react/useAsyncDebouncedCallback/package.json +++ b/examples/react/useAsyncDebouncedCallback/package.json @@ -10,14 +10,14 @@ }, "dependencies": { "@tanstack/react-pacer": "^0.22.1", - "react": "^19.2.6", - "react-dom": "^19.2.6" + "react": "^19.2.7", + "react-dom": "^19.2.7" }, "devDependencies": { - "@types/react": "^19.2.14", + "@types/react": "^19.2.17", "@types/react-dom": "^19.2.3", - "@vitejs/plugin-react": "^6.0.1", - "vite": "^8.0.12" + "@vitejs/plugin-react": "^6.0.2", + "vite": "^8.0.16" }, "browserslist": { "production": [ diff --git a/examples/react/useAsyncDebouncer/package.json b/examples/react/useAsyncDebouncer/package.json index 790e19f2..04a09b13 100644 --- a/examples/react/useAsyncDebouncer/package.json +++ b/examples/react/useAsyncDebouncer/package.json @@ -10,14 +10,14 @@ }, "dependencies": { "@tanstack/react-pacer": "^0.22.1", - "react": "^19.2.6", - "react-dom": "^19.2.6" + "react": "^19.2.7", + "react-dom": "^19.2.7" }, "devDependencies": { - "@types/react": "^19.2.14", + "@types/react": "^19.2.17", "@types/react-dom": "^19.2.3", - "@vitejs/plugin-react": "^6.0.1", - "vite": "^8.0.12" + "@vitejs/plugin-react": "^6.0.2", + "vite": "^8.0.16" }, "browserslist": { "production": [ diff --git a/examples/react/useAsyncQueuedState/package.json b/examples/react/useAsyncQueuedState/package.json index 501aea63..7147f49c 100644 --- a/examples/react/useAsyncQueuedState/package.json +++ b/examples/react/useAsyncQueuedState/package.json @@ -10,14 +10,14 @@ }, "dependencies": { "@tanstack/react-pacer": "^0.22.1", - "react": "^19.2.6", - "react-dom": "^19.2.6" + "react": "^19.2.7", + "react-dom": "^19.2.7" }, "devDependencies": { - "@types/react": "^19.2.14", + "@types/react": "^19.2.17", "@types/react-dom": "^19.2.3", - "@vitejs/plugin-react": "^6.0.1", - "vite": "^8.0.12" + "@vitejs/plugin-react": "^6.0.2", + "vite": "^8.0.16" }, "browserslist": { "production": [ diff --git a/examples/react/useAsyncQueuer/package.json b/examples/react/useAsyncQueuer/package.json index abdb0067..7f35251e 100644 --- a/examples/react/useAsyncQueuer/package.json +++ b/examples/react/useAsyncQueuer/package.json @@ -10,14 +10,14 @@ }, "dependencies": { "@tanstack/react-pacer": "^0.22.1", - "react": "^19.2.6", - "react-dom": "^19.2.6" + "react": "^19.2.7", + "react-dom": "^19.2.7" }, "devDependencies": { - "@types/react": "^19.2.14", + "@types/react": "^19.2.17", "@types/react-dom": "^19.2.3", - "@vitejs/plugin-react": "^6.0.1", - "vite": "^8.0.12" + "@vitejs/plugin-react": "^6.0.2", + "vite": "^8.0.16" }, "browserslist": { "production": [ diff --git a/examples/react/useAsyncRateLimiter/package.json b/examples/react/useAsyncRateLimiter/package.json index 36d81acd..6a576807 100644 --- a/examples/react/useAsyncRateLimiter/package.json +++ b/examples/react/useAsyncRateLimiter/package.json @@ -11,14 +11,14 @@ "dependencies": { "@tanstack/react-pacer": "^0.22.1", "@tanstack/react-persister": "^0.1.1", - "react": "^19.2.6", - "react-dom": "^19.2.6" + "react": "^19.2.7", + "react-dom": "^19.2.7" }, "devDependencies": { - "@types/react": "^19.2.14", + "@types/react": "^19.2.17", "@types/react-dom": "^19.2.3", - "@vitejs/plugin-react": "^6.0.1", - "vite": "^8.0.12" + "@vitejs/plugin-react": "^6.0.2", + "vite": "^8.0.16" }, "browserslist": { "production": [ diff --git a/examples/react/useAsyncRateLimiterWithPersister/package.json b/examples/react/useAsyncRateLimiterWithPersister/package.json index 30cb3c5a..28b1a424 100644 --- a/examples/react/useAsyncRateLimiterWithPersister/package.json +++ b/examples/react/useAsyncRateLimiterWithPersister/package.json @@ -11,14 +11,14 @@ "dependencies": { "@tanstack/react-pacer": "^0.22.1", "@tanstack/react-persister": "^0.1.1", - "react": "^19.2.6", - "react-dom": "^19.2.6" + "react": "^19.2.7", + "react-dom": "^19.2.7" }, "devDependencies": { - "@types/react": "^19.2.14", + "@types/react": "^19.2.17", "@types/react-dom": "^19.2.3", - "@vitejs/plugin-react": "^6.0.1", - "vite": "^8.0.12" + "@vitejs/plugin-react": "^6.0.2", + "vite": "^8.0.16" }, "browserslist": { "production": [ diff --git a/examples/react/useAsyncThrottledCallback/package.json b/examples/react/useAsyncThrottledCallback/package.json index b4d103e3..c9cd70e3 100644 --- a/examples/react/useAsyncThrottledCallback/package.json +++ b/examples/react/useAsyncThrottledCallback/package.json @@ -10,14 +10,14 @@ }, "dependencies": { "@tanstack/react-pacer": "^0.22.1", - "react": "^19.2.6", - "react-dom": "^19.2.6" + "react": "^19.2.7", + "react-dom": "^19.2.7" }, "devDependencies": { - "@types/react": "^19.2.14", + "@types/react": "^19.2.17", "@types/react-dom": "^19.2.3", - "@vitejs/plugin-react": "^6.0.1", - "vite": "^8.0.12" + "@vitejs/plugin-react": "^6.0.2", + "vite": "^8.0.16" }, "browserslist": { "production": [ diff --git a/examples/react/useAsyncThrottler/package.json b/examples/react/useAsyncThrottler/package.json index 223a1f1a..3ca0c3c9 100644 --- a/examples/react/useAsyncThrottler/package.json +++ b/examples/react/useAsyncThrottler/package.json @@ -10,14 +10,14 @@ }, "dependencies": { "@tanstack/react-pacer": "^0.22.1", - "react": "^19.2.6", - "react-dom": "^19.2.6" + "react": "^19.2.7", + "react-dom": "^19.2.7" }, "devDependencies": { - "@types/react": "^19.2.14", + "@types/react": "^19.2.17", "@types/react-dom": "^19.2.3", - "@vitejs/plugin-react": "^6.0.1", - "vite": "^8.0.12" + "@vitejs/plugin-react": "^6.0.2", + "vite": "^8.0.16" }, "browserslist": { "production": [ diff --git a/examples/react/useBatchedCallback/package.json b/examples/react/useBatchedCallback/package.json index 292b5cb0..4a67227a 100644 --- a/examples/react/useBatchedCallback/package.json +++ b/examples/react/useBatchedCallback/package.json @@ -10,14 +10,14 @@ }, "dependencies": { "@tanstack/react-pacer": "^0.22.1", - "react": "^19.2.6", - "react-dom": "^19.2.6" + "react": "^19.2.7", + "react-dom": "^19.2.7" }, "devDependencies": { - "@types/react": "^19.2.14", + "@types/react": "^19.2.17", "@types/react-dom": "^19.2.3", - "@vitejs/plugin-react": "^6.0.1", - "vite": "^8.0.12" + "@vitejs/plugin-react": "^6.0.2", + "vite": "^8.0.16" }, "browserslist": { "production": [ diff --git a/examples/react/useBatcher/package.json b/examples/react/useBatcher/package.json index ee964133..2e24c997 100644 --- a/examples/react/useBatcher/package.json +++ b/examples/react/useBatcher/package.json @@ -10,14 +10,14 @@ }, "dependencies": { "@tanstack/react-pacer": "^0.22.1", - "react": "^19.2.6", - "react-dom": "^19.2.6" + "react": "^19.2.7", + "react-dom": "^19.2.7" }, "devDependencies": { - "@types/react": "^19.2.14", + "@types/react": "^19.2.17", "@types/react-dom": "^19.2.3", - "@vitejs/plugin-react": "^6.0.1", - "vite": "^8.0.12" + "@vitejs/plugin-react": "^6.0.2", + "vite": "^8.0.16" }, "browserslist": { "production": [ diff --git a/examples/react/useDebouncedCallback/package.json b/examples/react/useDebouncedCallback/package.json index f80600ad..002385d2 100644 --- a/examples/react/useDebouncedCallback/package.json +++ b/examples/react/useDebouncedCallback/package.json @@ -10,14 +10,14 @@ }, "dependencies": { "@tanstack/react-pacer": "^0.22.1", - "react": "^19.2.6", - "react-dom": "^19.2.6" + "react": "^19.2.7", + "react-dom": "^19.2.7" }, "devDependencies": { - "@types/react": "^19.2.14", + "@types/react": "^19.2.17", "@types/react-dom": "^19.2.3", - "@vitejs/plugin-react": "^6.0.1", - "vite": "^8.0.12" + "@vitejs/plugin-react": "^6.0.2", + "vite": "^8.0.16" }, "browserslist": { "production": [ diff --git a/examples/react/useDebouncedState/package.json b/examples/react/useDebouncedState/package.json index 908b6685..d0262041 100644 --- a/examples/react/useDebouncedState/package.json +++ b/examples/react/useDebouncedState/package.json @@ -10,14 +10,14 @@ }, "dependencies": { "@tanstack/react-pacer": "^0.22.1", - "react": "^19.2.6", - "react-dom": "^19.2.6" + "react": "^19.2.7", + "react-dom": "^19.2.7" }, "devDependencies": { - "@types/react": "^19.2.14", + "@types/react": "^19.2.17", "@types/react-dom": "^19.2.3", - "@vitejs/plugin-react": "^6.0.1", - "vite": "^8.0.12" + "@vitejs/plugin-react": "^6.0.2", + "vite": "^8.0.16" }, "browserslist": { "production": [ diff --git a/examples/react/useDebouncedValue/package.json b/examples/react/useDebouncedValue/package.json index 64e44387..c274bd03 100644 --- a/examples/react/useDebouncedValue/package.json +++ b/examples/react/useDebouncedValue/package.json @@ -10,14 +10,14 @@ }, "dependencies": { "@tanstack/react-pacer": "^0.22.1", - "react": "^19.2.6", - "react-dom": "^19.2.6" + "react": "^19.2.7", + "react-dom": "^19.2.7" }, "devDependencies": { - "@types/react": "^19.2.14", + "@types/react": "^19.2.17", "@types/react-dom": "^19.2.3", - "@vitejs/plugin-react": "^6.0.1", - "vite": "^8.0.12" + "@vitejs/plugin-react": "^6.0.2", + "vite": "^8.0.16" }, "browserslist": { "production": [ diff --git a/examples/react/useDebouncer/package.json b/examples/react/useDebouncer/package.json index f98777bc..b95b8c83 100644 --- a/examples/react/useDebouncer/package.json +++ b/examples/react/useDebouncer/package.json @@ -10,14 +10,14 @@ }, "dependencies": { "@tanstack/react-pacer": "^0.22.1", - "react": "^19.2.6", - "react-dom": "^19.2.6" + "react": "^19.2.7", + "react-dom": "^19.2.7" }, "devDependencies": { - "@types/react": "^19.2.14", + "@types/react": "^19.2.17", "@types/react-dom": "^19.2.3", - "@vitejs/plugin-react": "^6.0.1", - "vite": "^8.0.12" + "@vitejs/plugin-react": "^6.0.2", + "vite": "^8.0.16" }, "browserslist": { "production": [ diff --git a/examples/react/useQueuedState/package.json b/examples/react/useQueuedState/package.json index 4c141cd1..c6dd65a1 100644 --- a/examples/react/useQueuedState/package.json +++ b/examples/react/useQueuedState/package.json @@ -10,14 +10,14 @@ }, "dependencies": { "@tanstack/react-pacer": "^0.22.1", - "react": "^19.2.6", - "react-dom": "^19.2.6" + "react": "^19.2.7", + "react-dom": "^19.2.7" }, "devDependencies": { - "@types/react": "^19.2.14", + "@types/react": "^19.2.17", "@types/react-dom": "^19.2.3", - "@vitejs/plugin-react": "^6.0.1", - "vite": "^8.0.12" + "@vitejs/plugin-react": "^6.0.2", + "vite": "^8.0.16" }, "browserslist": { "production": [ diff --git a/examples/react/useQueuedValue/package.json b/examples/react/useQueuedValue/package.json index 8ff090e9..b70c71d2 100644 --- a/examples/react/useQueuedValue/package.json +++ b/examples/react/useQueuedValue/package.json @@ -10,14 +10,14 @@ }, "dependencies": { "@tanstack/react-pacer": "^0.22.1", - "react": "^19.2.6", - "react-dom": "^19.2.6" + "react": "^19.2.7", + "react-dom": "^19.2.7" }, "devDependencies": { - "@types/react": "^19.2.14", + "@types/react": "^19.2.17", "@types/react-dom": "^19.2.3", - "@vitejs/plugin-react": "^6.0.1", - "vite": "^8.0.12" + "@vitejs/plugin-react": "^6.0.2", + "vite": "^8.0.16" }, "browserslist": { "production": [ diff --git a/examples/react/useQueuer/package.json b/examples/react/useQueuer/package.json index 42851b41..25bb7269 100644 --- a/examples/react/useQueuer/package.json +++ b/examples/react/useQueuer/package.json @@ -11,16 +11,16 @@ "dependencies": { "@tanstack/react-pacer": "^0.22.1", "@tanstack/react-persister": "^0.1.1", - "react": "^19.2.6", - "react-dom": "^19.2.6" + "react": "^19.2.7", + "react-dom": "^19.2.7" }, "devDependencies": { "@tanstack/react-devtools": "0.10.5", "@tanstack/react-pacer-devtools": "0.7.1", - "@types/react": "^19.2.14", + "@types/react": "^19.2.17", "@types/react-dom": "^19.2.3", - "@vitejs/plugin-react": "^6.0.1", - "vite": "^8.0.12" + "@vitejs/plugin-react": "^6.0.2", + "vite": "^8.0.16" }, "browserslist": { "production": [ diff --git a/examples/react/useQueuerWithPersister/package.json b/examples/react/useQueuerWithPersister/package.json index 7b9cbfa5..e7e5dfdc 100644 --- a/examples/react/useQueuerWithPersister/package.json +++ b/examples/react/useQueuerWithPersister/package.json @@ -11,14 +11,14 @@ "dependencies": { "@tanstack/react-pacer": "^0.22.1", "@tanstack/react-persister": "^0.1.1", - "react": "^19.2.6", - "react-dom": "^19.2.6" + "react": "^19.2.7", + "react-dom": "^19.2.7" }, "devDependencies": { - "@types/react": "^19.2.14", + "@types/react": "^19.2.17", "@types/react-dom": "^19.2.3", - "@vitejs/plugin-react": "^6.0.1", - "vite": "^8.0.12" + "@vitejs/plugin-react": "^6.0.2", + "vite": "^8.0.16" }, "browserslist": { "production": [ diff --git a/examples/react/useRateLimitedCallback/package.json b/examples/react/useRateLimitedCallback/package.json index ee3e1fbf..bf1590ae 100644 --- a/examples/react/useRateLimitedCallback/package.json +++ b/examples/react/useRateLimitedCallback/package.json @@ -10,14 +10,14 @@ }, "dependencies": { "@tanstack/react-pacer": "^0.22.1", - "react": "^19.2.6", - "react-dom": "^19.2.6" + "react": "^19.2.7", + "react-dom": "^19.2.7" }, "devDependencies": { - "@types/react": "^19.2.14", + "@types/react": "^19.2.17", "@types/react-dom": "^19.2.3", - "@vitejs/plugin-react": "^6.0.1", - "vite": "^8.0.12" + "@vitejs/plugin-react": "^6.0.2", + "vite": "^8.0.16" }, "browserslist": { "production": [ diff --git a/examples/react/useRateLimitedState/package.json b/examples/react/useRateLimitedState/package.json index eb473c13..24045c02 100644 --- a/examples/react/useRateLimitedState/package.json +++ b/examples/react/useRateLimitedState/package.json @@ -10,14 +10,14 @@ }, "dependencies": { "@tanstack/react-pacer": "^0.22.1", - "react": "^19.2.6", - "react-dom": "^19.2.6" + "react": "^19.2.7", + "react-dom": "^19.2.7" }, "devDependencies": { - "@types/react": "^19.2.14", + "@types/react": "^19.2.17", "@types/react-dom": "^19.2.3", - "@vitejs/plugin-react": "^6.0.1", - "vite": "^8.0.12" + "@vitejs/plugin-react": "^6.0.2", + "vite": "^8.0.16" }, "browserslist": { "production": [ diff --git a/examples/react/useRateLimitedValue/package.json b/examples/react/useRateLimitedValue/package.json index f3c6123c..89d07023 100644 --- a/examples/react/useRateLimitedValue/package.json +++ b/examples/react/useRateLimitedValue/package.json @@ -10,14 +10,14 @@ }, "dependencies": { "@tanstack/react-pacer": "^0.22.1", - "react": "^19.2.6", - "react-dom": "^19.2.6" + "react": "^19.2.7", + "react-dom": "^19.2.7" }, "devDependencies": { - "@types/react": "^19.2.14", + "@types/react": "^19.2.17", "@types/react-dom": "^19.2.3", - "@vitejs/plugin-react": "^6.0.1", - "vite": "^8.0.12" + "@vitejs/plugin-react": "^6.0.2", + "vite": "^8.0.16" }, "browserslist": { "production": [ diff --git a/examples/react/useRateLimiter/package.json b/examples/react/useRateLimiter/package.json index 83b30d6f..5a866f35 100644 --- a/examples/react/useRateLimiter/package.json +++ b/examples/react/useRateLimiter/package.json @@ -11,14 +11,14 @@ "dependencies": { "@tanstack/react-pacer": "^0.22.1", "@tanstack/react-persister": "^0.1.1", - "react": "^19.2.6", - "react-dom": "^19.2.6" + "react": "^19.2.7", + "react-dom": "^19.2.7" }, "devDependencies": { - "@types/react": "^19.2.14", + "@types/react": "^19.2.17", "@types/react-dom": "^19.2.3", - "@vitejs/plugin-react": "^6.0.1", - "vite": "^8.0.12" + "@vitejs/plugin-react": "^6.0.2", + "vite": "^8.0.16" }, "browserslist": { "production": [ diff --git a/examples/react/useRateLimiterWithPersister/package.json b/examples/react/useRateLimiterWithPersister/package.json index 6dae3d45..facef4ea 100644 --- a/examples/react/useRateLimiterWithPersister/package.json +++ b/examples/react/useRateLimiterWithPersister/package.json @@ -11,14 +11,14 @@ "dependencies": { "@tanstack/react-pacer": "^0.22.1", "@tanstack/react-persister": "^0.1.1", - "react": "^19.2.6", - "react-dom": "^19.2.6" + "react": "^19.2.7", + "react-dom": "^19.2.7" }, "devDependencies": { - "@types/react": "^19.2.14", + "@types/react": "^19.2.17", "@types/react-dom": "^19.2.3", - "@vitejs/plugin-react": "^6.0.1", - "vite": "^8.0.12" + "@vitejs/plugin-react": "^6.0.2", + "vite": "^8.0.16" }, "browserslist": { "production": [ diff --git a/examples/react/useThrottledCallback/package.json b/examples/react/useThrottledCallback/package.json index 574e9bc2..bd2f193d 100644 --- a/examples/react/useThrottledCallback/package.json +++ b/examples/react/useThrottledCallback/package.json @@ -10,14 +10,14 @@ }, "dependencies": { "@tanstack/react-pacer": "^0.22.1", - "react": "^19.2.6", - "react-dom": "^19.2.6" + "react": "^19.2.7", + "react-dom": "^19.2.7" }, "devDependencies": { - "@types/react": "^19.2.14", + "@types/react": "^19.2.17", "@types/react-dom": "^19.2.3", - "@vitejs/plugin-react": "^6.0.1", - "vite": "^8.0.12" + "@vitejs/plugin-react": "^6.0.2", + "vite": "^8.0.16" }, "browserslist": { "production": [ diff --git a/examples/react/useThrottledState/package.json b/examples/react/useThrottledState/package.json index 06311e61..46b3703a 100644 --- a/examples/react/useThrottledState/package.json +++ b/examples/react/useThrottledState/package.json @@ -10,14 +10,14 @@ }, "dependencies": { "@tanstack/react-pacer": "^0.22.1", - "react": "^19.2.6", - "react-dom": "^19.2.6" + "react": "^19.2.7", + "react-dom": "^19.2.7" }, "devDependencies": { - "@types/react": "^19.2.14", + "@types/react": "^19.2.17", "@types/react-dom": "^19.2.3", - "@vitejs/plugin-react": "^6.0.1", - "vite": "^8.0.12" + "@vitejs/plugin-react": "^6.0.2", + "vite": "^8.0.16" }, "browserslist": { "production": [ diff --git a/examples/react/useThrottledValue/package.json b/examples/react/useThrottledValue/package.json index 3d51a5bf..c07e5018 100644 --- a/examples/react/useThrottledValue/package.json +++ b/examples/react/useThrottledValue/package.json @@ -10,14 +10,14 @@ }, "dependencies": { "@tanstack/react-pacer": "^0.22.1", - "react": "^19.2.6", - "react-dom": "^19.2.6" + "react": "^19.2.7", + "react-dom": "^19.2.7" }, "devDependencies": { - "@types/react": "^19.2.14", + "@types/react": "^19.2.17", "@types/react-dom": "^19.2.3", - "@vitejs/plugin-react": "^6.0.1", - "vite": "^8.0.12" + "@vitejs/plugin-react": "^6.0.2", + "vite": "^8.0.16" }, "browserslist": { "production": [ diff --git a/examples/react/useThrottler/package.json b/examples/react/useThrottler/package.json index d8637fbc..5893eebd 100644 --- a/examples/react/useThrottler/package.json +++ b/examples/react/useThrottler/package.json @@ -10,14 +10,14 @@ }, "dependencies": { "@tanstack/react-pacer": "^0.22.1", - "react": "^19.2.6", - "react-dom": "^19.2.6" + "react": "^19.2.7", + "react-dom": "^19.2.7" }, "devDependencies": { - "@types/react": "^19.2.14", + "@types/react": "^19.2.17", "@types/react-dom": "^19.2.3", - "@vitejs/plugin-react": "^6.0.1", - "vite": "^8.0.12" + "@vitejs/plugin-react": "^6.0.2", + "vite": "^8.0.16" }, "browserslist": { "production": [ diff --git a/examples/react/util-comparison/package.json b/examples/react/util-comparison/package.json index 8a374280..5fb4e2a0 100644 --- a/examples/react/util-comparison/package.json +++ b/examples/react/util-comparison/package.json @@ -10,16 +10,16 @@ }, "dependencies": { "@tanstack/react-pacer": "^0.22.1", - "react": "^19.2.6", - "react-dom": "^19.2.6" + "react": "^19.2.7", + "react-dom": "^19.2.7" }, "devDependencies": { "@tanstack/react-devtools": "0.10.5", "@tanstack/react-pacer-devtools": "0.7.1", - "@types/react": "^19.2.14", + "@types/react": "^19.2.17", "@types/react-dom": "^19.2.3", - "@vitejs/plugin-react": "^6.0.1", - "vite": "^8.0.12" + "@vitejs/plugin-react": "^6.0.2", + "vite": "^8.0.16" }, "browserslist": { "production": [ diff --git a/examples/solid/asyncBatch/package.json b/examples/solid/asyncBatch/package.json index 648c7de6..1d61a917 100644 --- a/examples/solid/asyncBatch/package.json +++ b/examples/solid/asyncBatch/package.json @@ -10,10 +10,10 @@ }, "dependencies": { "@tanstack/solid-pacer": "^0.21.1", - "solid-js": "^1.9.12" + "solid-js": "^1.9.13" }, "devDependencies": { - "vite": "^8.0.12", + "vite": "^8.0.16", "vite-plugin-solid": "^2.11.12" }, "browserslist": { diff --git a/examples/solid/asyncDebounce/package.json b/examples/solid/asyncDebounce/package.json index ebcf8733..d75363f6 100644 --- a/examples/solid/asyncDebounce/package.json +++ b/examples/solid/asyncDebounce/package.json @@ -10,10 +10,10 @@ }, "dependencies": { "@tanstack/solid-pacer": "^0.21.1", - "solid-js": "^1.9.12" + "solid-js": "^1.9.13" }, "devDependencies": { - "vite": "^8.0.12", + "vite": "^8.0.16", "vite-plugin-solid": "^2.11.12" }, "browserslist": { diff --git a/examples/solid/asyncRateLimit/package.json b/examples/solid/asyncRateLimit/package.json index a407084e..9c05105e 100644 --- a/examples/solid/asyncRateLimit/package.json +++ b/examples/solid/asyncRateLimit/package.json @@ -10,10 +10,10 @@ }, "dependencies": { "@tanstack/solid-pacer": "^0.21.1", - "solid-js": "^1.9.12" + "solid-js": "^1.9.13" }, "devDependencies": { - "vite": "^8.0.12", + "vite": "^8.0.16", "vite-plugin-solid": "^2.11.12" }, "browserslist": { diff --git a/examples/solid/asyncThrottle/package.json b/examples/solid/asyncThrottle/package.json index 539a139f..febb175a 100644 --- a/examples/solid/asyncThrottle/package.json +++ b/examples/solid/asyncThrottle/package.json @@ -10,10 +10,10 @@ }, "dependencies": { "@tanstack/solid-pacer": "^0.21.1", - "solid-js": "^1.9.12" + "solid-js": "^1.9.13" }, "devDependencies": { - "vite": "^8.0.12", + "vite": "^8.0.16", "vite-plugin-solid": "^2.11.12" }, "browserslist": { diff --git a/examples/solid/batch/package.json b/examples/solid/batch/package.json index 30e3cbed..f9a26374 100644 --- a/examples/solid/batch/package.json +++ b/examples/solid/batch/package.json @@ -10,10 +10,10 @@ }, "dependencies": { "@tanstack/solid-pacer": "^0.21.1", - "solid-js": "^1.9.12" + "solid-js": "^1.9.13" }, "devDependencies": { - "vite": "^8.0.12", + "vite": "^8.0.16", "vite-plugin-solid": "^2.11.12" }, "browserslist": { diff --git a/examples/solid/createAsyncBatcher/package.json b/examples/solid/createAsyncBatcher/package.json index 69577b0c..aa27e3ee 100644 --- a/examples/solid/createAsyncBatcher/package.json +++ b/examples/solid/createAsyncBatcher/package.json @@ -10,10 +10,10 @@ }, "dependencies": { "@tanstack/solid-pacer": "^0.21.1", - "solid-js": "^1.9.12" + "solid-js": "^1.9.13" }, "devDependencies": { - "vite": "^8.0.12", + "vite": "^8.0.16", "vite-plugin-solid": "^2.11.12" }, "browserslist": { diff --git a/examples/solid/createAsyncDebouncer/package.json b/examples/solid/createAsyncDebouncer/package.json index 4e6585b5..38daa611 100644 --- a/examples/solid/createAsyncDebouncer/package.json +++ b/examples/solid/createAsyncDebouncer/package.json @@ -10,10 +10,10 @@ }, "dependencies": { "@tanstack/solid-pacer": "^0.21.1", - "solid-js": "^1.9.12" + "solid-js": "^1.9.13" }, "devDependencies": { - "vite": "^8.0.12", + "vite": "^8.0.16", "vite-plugin-solid": "^2.11.12" }, "browserslist": { diff --git a/examples/solid/createAsyncQueuer/package.json b/examples/solid/createAsyncQueuer/package.json index f11461ae..8ef28ce1 100644 --- a/examples/solid/createAsyncQueuer/package.json +++ b/examples/solid/createAsyncQueuer/package.json @@ -10,10 +10,10 @@ }, "dependencies": { "@tanstack/solid-pacer": "^0.21.1", - "solid-js": "^1.9.12" + "solid-js": "^1.9.13" }, "devDependencies": { - "vite": "^8.0.12", + "vite": "^8.0.16", "vite-plugin-solid": "^2.11.12" }, "browserslist": { diff --git a/examples/solid/createAsyncRateLimiter/package.json b/examples/solid/createAsyncRateLimiter/package.json index 8e932ff2..fd9e5e79 100644 --- a/examples/solid/createAsyncRateLimiter/package.json +++ b/examples/solid/createAsyncRateLimiter/package.json @@ -10,10 +10,10 @@ }, "dependencies": { "@tanstack/solid-pacer": "^0.21.1", - "solid-js": "^1.9.12" + "solid-js": "^1.9.13" }, "devDependencies": { - "vite": "^8.0.12", + "vite": "^8.0.16", "vite-plugin-solid": "^2.11.12" }, "browserslist": { diff --git a/examples/solid/createAsyncThrottler/package.json b/examples/solid/createAsyncThrottler/package.json index 0e53288c..3419dea3 100644 --- a/examples/solid/createAsyncThrottler/package.json +++ b/examples/solid/createAsyncThrottler/package.json @@ -10,10 +10,10 @@ }, "dependencies": { "@tanstack/solid-pacer": "^0.21.1", - "solid-js": "^1.9.12" + "solid-js": "^1.9.13" }, "devDependencies": { - "vite": "^8.0.12", + "vite": "^8.0.16", "vite-plugin-solid": "^2.11.12" }, "browserslist": { diff --git a/examples/solid/createBatcher/package.json b/examples/solid/createBatcher/package.json index 423fbd5f..6e1e9497 100644 --- a/examples/solid/createBatcher/package.json +++ b/examples/solid/createBatcher/package.json @@ -10,10 +10,10 @@ }, "dependencies": { "@tanstack/solid-pacer": "^0.21.1", - "solid-js": "^1.9.12" + "solid-js": "^1.9.13" }, "devDependencies": { - "vite": "^8.0.12", + "vite": "^8.0.16", "vite-plugin-solid": "^2.11.12" }, "browserslist": { diff --git a/examples/solid/createDebouncedSignal/package.json b/examples/solid/createDebouncedSignal/package.json index 4d928c37..1fac5c79 100644 --- a/examples/solid/createDebouncedSignal/package.json +++ b/examples/solid/createDebouncedSignal/package.json @@ -10,10 +10,10 @@ }, "dependencies": { "@tanstack/solid-pacer": "^0.21.1", - "solid-js": "^1.9.12" + "solid-js": "^1.9.13" }, "devDependencies": { - "vite": "^8.0.12", + "vite": "^8.0.16", "vite-plugin-solid": "^2.11.12" }, "browserslist": { diff --git a/examples/solid/createDebouncedValue/package.json b/examples/solid/createDebouncedValue/package.json index 04e88064..948574f5 100644 --- a/examples/solid/createDebouncedValue/package.json +++ b/examples/solid/createDebouncedValue/package.json @@ -10,10 +10,10 @@ }, "dependencies": { "@tanstack/solid-pacer": "^0.21.1", - "solid-js": "^1.9.12" + "solid-js": "^1.9.13" }, "devDependencies": { - "vite": "^8.0.12", + "vite": "^8.0.16", "vite-plugin-solid": "^2.11.12" }, "browserslist": { diff --git a/examples/solid/createDebouncer/package.json b/examples/solid/createDebouncer/package.json index 7cd9ef57..05d70d25 100644 --- a/examples/solid/createDebouncer/package.json +++ b/examples/solid/createDebouncer/package.json @@ -10,10 +10,10 @@ }, "dependencies": { "@tanstack/solid-pacer": "^0.21.1", - "solid-js": "^1.9.12" + "solid-js": "^1.9.13" }, "devDependencies": { - "vite": "^8.0.12", + "vite": "^8.0.16", "vite-plugin-solid": "^2.11.12" }, "browserslist": { diff --git a/examples/solid/createQueuedSignal/package.json b/examples/solid/createQueuedSignal/package.json index cbd42f28..b2fdb562 100644 --- a/examples/solid/createQueuedSignal/package.json +++ b/examples/solid/createQueuedSignal/package.json @@ -12,10 +12,10 @@ "@tanstack/solid-devtools": "0.8.5", "@tanstack/solid-pacer": "^0.21.1", "@tanstack/solid-pacer-devtools": "0.6.3", - "solid-js": "^1.9.12" + "solid-js": "^1.9.13" }, "devDependencies": { - "vite": "^8.0.12", + "vite": "^8.0.16", "vite-plugin-solid": "^2.11.12" }, "browserslist": { diff --git a/examples/solid/createQueuer/package.json b/examples/solid/createQueuer/package.json index 5f7a2dd7..28b65de5 100644 --- a/examples/solid/createQueuer/package.json +++ b/examples/solid/createQueuer/package.json @@ -12,10 +12,10 @@ "@tanstack/solid-devtools": "0.8.5", "@tanstack/solid-pacer": "^0.21.1", "@tanstack/solid-pacer-devtools": "0.6.3", - "solid-js": "^1.9.12" + "solid-js": "^1.9.13" }, "devDependencies": { - "vite": "^8.0.12", + "vite": "^8.0.16", "vite-plugin-solid": "^2.11.12" }, "browserslist": { diff --git a/examples/solid/createRateLimitedSignal/package.json b/examples/solid/createRateLimitedSignal/package.json index c72be558..e1d27b3f 100644 --- a/examples/solid/createRateLimitedSignal/package.json +++ b/examples/solid/createRateLimitedSignal/package.json @@ -10,10 +10,10 @@ }, "dependencies": { "@tanstack/solid-pacer": "^0.21.1", - "solid-js": "^1.9.12" + "solid-js": "^1.9.13" }, "devDependencies": { - "vite": "^8.0.12", + "vite": "^8.0.16", "vite-plugin-solid": "^2.11.12" }, "browserslist": { diff --git a/examples/solid/createRateLimitedValue/package.json b/examples/solid/createRateLimitedValue/package.json index 4ee58f31..91fc1460 100644 --- a/examples/solid/createRateLimitedValue/package.json +++ b/examples/solid/createRateLimitedValue/package.json @@ -10,10 +10,10 @@ }, "dependencies": { "@tanstack/solid-pacer": "^0.21.1", - "solid-js": "^1.9.12" + "solid-js": "^1.9.13" }, "devDependencies": { - "vite": "^8.0.12", + "vite": "^8.0.16", "vite-plugin-solid": "^2.11.12" }, "browserslist": { diff --git a/examples/solid/createRateLimiter/package.json b/examples/solid/createRateLimiter/package.json index 7c0be6f4..f73872b1 100644 --- a/examples/solid/createRateLimiter/package.json +++ b/examples/solid/createRateLimiter/package.json @@ -10,10 +10,10 @@ }, "dependencies": { "@tanstack/solid-pacer": "^0.21.1", - "solid-js": "^1.9.12" + "solid-js": "^1.9.13" }, "devDependencies": { - "vite": "^8.0.12", + "vite": "^8.0.16", "vite-plugin-solid": "^2.11.12" }, "browserslist": { diff --git a/examples/solid/createThrottledSignal/package.json b/examples/solid/createThrottledSignal/package.json index 49d11b77..e31587d5 100644 --- a/examples/solid/createThrottledSignal/package.json +++ b/examples/solid/createThrottledSignal/package.json @@ -10,10 +10,10 @@ }, "dependencies": { "@tanstack/solid-pacer": "^0.21.1", - "solid-js": "^1.9.12" + "solid-js": "^1.9.13" }, "devDependencies": { - "vite": "^8.0.12", + "vite": "^8.0.16", "vite-plugin-solid": "^2.11.12" }, "browserslist": { diff --git a/examples/solid/createThrottledValue/package.json b/examples/solid/createThrottledValue/package.json index 43c0b7c2..e0bd67e2 100644 --- a/examples/solid/createThrottledValue/package.json +++ b/examples/solid/createThrottledValue/package.json @@ -10,10 +10,10 @@ }, "dependencies": { "@tanstack/solid-pacer": "^0.21.1", - "solid-js": "^1.9.12" + "solid-js": "^1.9.13" }, "devDependencies": { - "vite": "^8.0.12", + "vite": "^8.0.16", "vite-plugin-solid": "^2.11.12" }, "browserslist": { diff --git a/examples/solid/createThrottler/package.json b/examples/solid/createThrottler/package.json index b1cc937f..8194d274 100644 --- a/examples/solid/createThrottler/package.json +++ b/examples/solid/createThrottler/package.json @@ -10,10 +10,10 @@ }, "dependencies": { "@tanstack/solid-pacer": "^0.21.1", - "solid-js": "^1.9.12" + "solid-js": "^1.9.13" }, "devDependencies": { - "vite": "^8.0.12", + "vite": "^8.0.16", "vite-plugin-solid": "^2.11.12" }, "browserslist": { diff --git a/examples/solid/debounce/package.json b/examples/solid/debounce/package.json index 5e6d9073..0415bc26 100644 --- a/examples/solid/debounce/package.json +++ b/examples/solid/debounce/package.json @@ -10,10 +10,10 @@ }, "dependencies": { "@tanstack/solid-pacer": "^0.21.1", - "solid-js": "^1.9.12" + "solid-js": "^1.9.13" }, "devDependencies": { - "vite": "^8.0.12", + "vite": "^8.0.16", "vite-plugin-solid": "^2.11.12" }, "browserslist": { diff --git a/examples/solid/queue/package.json b/examples/solid/queue/package.json index 9b73c843..1428d924 100644 --- a/examples/solid/queue/package.json +++ b/examples/solid/queue/package.json @@ -12,10 +12,10 @@ "@tanstack/solid-devtools": "0.8.5", "@tanstack/solid-pacer": "^0.21.1", "@tanstack/solid-pacer-devtools": "0.6.3", - "solid-js": "^1.9.12" + "solid-js": "^1.9.13" }, "devDependencies": { - "vite": "^8.0.12", + "vite": "^8.0.16", "vite-plugin-solid": "^2.11.12" }, "browserslist": { diff --git a/examples/solid/rateLimit/package.json b/examples/solid/rateLimit/package.json index fa27753e..2a86a284 100644 --- a/examples/solid/rateLimit/package.json +++ b/examples/solid/rateLimit/package.json @@ -10,10 +10,10 @@ }, "dependencies": { "@tanstack/solid-pacer": "^0.21.1", - "solid-js": "^1.9.12" + "solid-js": "^1.9.13" }, "devDependencies": { - "vite": "^8.0.12", + "vite": "^8.0.16", "vite-plugin-solid": "^2.11.12" }, "browserslist": { diff --git a/examples/solid/throttle/package.json b/examples/solid/throttle/package.json index 2efa6a65..53728ced 100644 --- a/examples/solid/throttle/package.json +++ b/examples/solid/throttle/package.json @@ -10,10 +10,10 @@ }, "dependencies": { "@tanstack/solid-pacer": "^0.21.1", - "solid-js": "^1.9.12" + "solid-js": "^1.9.13" }, "devDependencies": { - "vite": "^8.0.12", + "vite": "^8.0.16", "vite-plugin-solid": "^2.11.12" }, "browserslist": { diff --git a/examples/vanilla/LiteBatcher/package.json b/examples/vanilla/LiteBatcher/package.json index d4ab5d22..a6cf9bbd 100644 --- a/examples/vanilla/LiteBatcher/package.json +++ b/examples/vanilla/LiteBatcher/package.json @@ -12,6 +12,6 @@ "@tanstack/pacer-lite": "0.2.2" }, "devDependencies": { - "vite": "^8.0.12" + "vite": "^8.0.16" } } diff --git a/examples/vanilla/LiteDebouncer/package.json b/examples/vanilla/LiteDebouncer/package.json index fc92399d..f445bd77 100644 --- a/examples/vanilla/LiteDebouncer/package.json +++ b/examples/vanilla/LiteDebouncer/package.json @@ -12,6 +12,6 @@ "@tanstack/pacer-lite": "0.2.2" }, "devDependencies": { - "vite": "^8.0.12" + "vite": "^8.0.16" } } diff --git a/examples/vanilla/LiteQueuer/package.json b/examples/vanilla/LiteQueuer/package.json index 4f012c48..d55bbe79 100644 --- a/examples/vanilla/LiteQueuer/package.json +++ b/examples/vanilla/LiteQueuer/package.json @@ -12,6 +12,6 @@ "@tanstack/pacer-lite": "0.2.2" }, "devDependencies": { - "vite": "^8.0.12" + "vite": "^8.0.16" } } diff --git a/examples/vanilla/LiteRateLimiter/package.json b/examples/vanilla/LiteRateLimiter/package.json index 1504e9a3..d600bc21 100644 --- a/examples/vanilla/LiteRateLimiter/package.json +++ b/examples/vanilla/LiteRateLimiter/package.json @@ -12,6 +12,6 @@ "@tanstack/pacer-lite": "0.2.2" }, "devDependencies": { - "vite": "^8.0.12" + "vite": "^8.0.16" } } diff --git a/examples/vanilla/LiteThrottler/package.json b/examples/vanilla/LiteThrottler/package.json index f2596c3e..1e9d0a96 100644 --- a/examples/vanilla/LiteThrottler/package.json +++ b/examples/vanilla/LiteThrottler/package.json @@ -12,6 +12,6 @@ "@tanstack/pacer-lite": "0.2.2" }, "devDependencies": { - "vite": "^8.0.12" + "vite": "^8.0.16" } } diff --git a/examples/vanilla/liteBatch/package.json b/examples/vanilla/liteBatch/package.json index a85f0f5b..5a2d0bd4 100644 --- a/examples/vanilla/liteBatch/package.json +++ b/examples/vanilla/liteBatch/package.json @@ -12,6 +12,6 @@ "@tanstack/pacer-lite": "0.2.2" }, "devDependencies": { - "vite": "^8.0.12" + "vite": "^8.0.16" } } diff --git a/examples/vanilla/liteDebounce/package.json b/examples/vanilla/liteDebounce/package.json index 2db25f9b..c33eba23 100644 --- a/examples/vanilla/liteDebounce/package.json +++ b/examples/vanilla/liteDebounce/package.json @@ -12,6 +12,6 @@ "@tanstack/pacer-lite": "0.2.2" }, "devDependencies": { - "vite": "^8.0.12" + "vite": "^8.0.16" } } diff --git a/examples/vanilla/liteQueue/package.json b/examples/vanilla/liteQueue/package.json index 7e648fbe..3b4a6be5 100644 --- a/examples/vanilla/liteQueue/package.json +++ b/examples/vanilla/liteQueue/package.json @@ -12,6 +12,6 @@ "@tanstack/pacer-lite": "0.2.2" }, "devDependencies": { - "vite": "^8.0.12" + "vite": "^8.0.16" } } diff --git a/examples/vanilla/liteRateLimit/package.json b/examples/vanilla/liteRateLimit/package.json index 0ff214eb..5cff28bd 100644 --- a/examples/vanilla/liteRateLimit/package.json +++ b/examples/vanilla/liteRateLimit/package.json @@ -12,6 +12,6 @@ "@tanstack/pacer-lite": "0.2.2" }, "devDependencies": { - "vite": "^8.0.12" + "vite": "^8.0.16" } } diff --git a/examples/vanilla/liteThrottle/package.json b/examples/vanilla/liteThrottle/package.json index 34a154a6..8515c4d2 100644 --- a/examples/vanilla/liteThrottle/package.json +++ b/examples/vanilla/liteThrottle/package.json @@ -12,6 +12,6 @@ "@tanstack/pacer-lite": "0.2.2" }, "devDependencies": { - "vite": "^8.0.12" + "vite": "^8.0.16" } } diff --git a/package.json b/package.json index 4600c1a8..a054729d 100644 --- a/package.json +++ b/package.json @@ -5,9 +5,9 @@ "type": "git", "url": "git+https://github.com/TanStack/pacer.git" }, - "packageManager": "pnpm@11.1.1", + "packageManager": "pnpm@11.5.2", "engines": { - "pnpm": ">=11.0.0" + "pnpm": ">=11.5.2" }, "type": "module", "scripts": { @@ -61,21 +61,21 @@ "@tanstack/typedoc-config": "0.3.3", "@testing-library/jest-dom": "^6.9.1", "@types/node": "^25.7.0", - "eslint": "^10.3.0", + "eslint": "^10.4.1", "eslint-plugin-unused-imports": "^4.4.1", - "happy-dom": "^20.9.0", - "knip": "^6.13.1", + "happy-dom": "^20.10.2", + "knip": "^6.16.1", "markdown-link-extractor": "^4.0.3", - "nx": "^22.7.1", + "nx": "^22.7.5", "premove": "^4.0.0", - "prettier": "^3.8.3", + "prettier": "^3.8.4", "prettier-plugin-svelte": "^3.5.2", "publint": "^0.3.21", "sherif": "^1.11.1", "size-limit": "^12.1.0", - "tinyglobby": "^0.2.16", - "tsdown": "^0.22.0", + "tinyglobby": "^0.2.17", + "tsdown": "^0.22.2", "typescript": "6.0.3", - "vitest": "^4.1.6" + "vitest": "^4.1.8" } } diff --git a/packages/angular-pacer/package.json b/packages/angular-pacer/package.json index 3c8a443d..fdaaf3c7 100644 --- a/packages/angular-pacer/package.json +++ b/packages/angular-pacer/package.json @@ -112,7 +112,7 @@ "@tanstack/pacer": "workspace:*" }, "devDependencies": { - "@angular/core": "^21.2.12", + "@angular/core": "^21.2.16", "@types/node": "^25.7.0" }, "peerDependencies": { diff --git a/packages/pacer-devtools/package.json b/packages/pacer-devtools/package.json index c657658b..feda6b77 100644 --- a/packages/pacer-devtools/package.json +++ b/packages/pacer-devtools/package.json @@ -85,13 +85,13 @@ "@tanstack/solid-store": "^0.11.0", "clsx": "^2.1.1", "csstype": "^3.2.3", - "dayjs": "^1.11.20", + "dayjs": "^1.11.21", "goober": "^2.1.19", - "solid-js": "^1.9.12" + "solid-js": "^1.9.13" }, "devDependencies": { "rolldown-plugin-solid": "^0.2.1", - "tsdown": "^0.22.0", + "tsdown": "^0.22.2", "vite-plugin-solid": "^2.11.12" } } diff --git a/packages/preact-pacer-devtools/package.json b/packages/preact-pacer-devtools/package.json index 44bf80ea..d0628e7d 100644 --- a/packages/preact-pacer-devtools/package.json +++ b/packages/preact-pacer-devtools/package.json @@ -59,6 +59,6 @@ "@preact/preset-vite": "^2.10.5", "@testing-library/preact": "^3.2.4", "csstype": "^3.2.3", - "preact": "^10.29.1" + "preact": "^10.29.2" } } diff --git a/packages/preact-pacer/package.json b/packages/preact-pacer/package.json index ae5d1ba4..83ef5402 100644 --- a/packages/preact-pacer/package.json +++ b/packages/preact-pacer/package.json @@ -114,7 +114,7 @@ "devDependencies": { "@preact/preset-vite": "^2.10.5", "eslint-plugin-react-hooks": "^7.1.1", - "preact": "^10.29.1" + "preact": "^10.29.2" }, "peerDependencies": { "preact": ">=10.0.0" diff --git a/packages/react-pacer-devtools/package.json b/packages/react-pacer-devtools/package.json index 071bb9e1..3dbc684d 100644 --- a/packages/react-pacer-devtools/package.json +++ b/packages/react-pacer-devtools/package.json @@ -57,8 +57,8 @@ "@tanstack/pacer-devtools": "workspace:*" }, "devDependencies": { - "@eslint-react/eslint-plugin": "^5.7.7", - "@vitejs/plugin-react": "^6.0.1", + "@eslint-react/eslint-plugin": "^5.8.17", + "@vitejs/plugin-react": "^6.0.2", "csstype": "^3.2.3", "eslint-plugin-react-compiler": "19.1.0-rc.2", "eslint-plugin-react-hooks": "^7.1.1" diff --git a/packages/react-pacer/package.json b/packages/react-pacer/package.json index 6a2df9e4..f44339a7 100644 --- a/packages/react-pacer/package.json +++ b/packages/react-pacer/package.json @@ -111,12 +111,12 @@ "@tanstack/react-store": "^0.11.0" }, "devDependencies": { - "@eslint-react/eslint-plugin": "^5.7.7", - "@types/react": "^19.2.14", - "@vitejs/plugin-react": "^6.0.1", + "@eslint-react/eslint-plugin": "^5.8.17", + "@types/react": "^19.2.17", + "@vitejs/plugin-react": "^6.0.2", "eslint-plugin-react-compiler": "19.1.0-rc.2", "eslint-plugin-react-hooks": "^7.1.1", - "react": "^19.2.6" + "react": "^19.2.7" }, "peerDependencies": { "react": ">=16.8", diff --git a/packages/solid-pacer/package.json b/packages/solid-pacer/package.json index 4a29dbb9..531d4dea 100644 --- a/packages/solid-pacer/package.json +++ b/packages/solid-pacer/package.json @@ -107,7 +107,7 @@ "@tanstack/solid-store": "^0.11.0" }, "devDependencies": { - "solid-js": "^1.9.12", + "solid-js": "^1.9.13", "vite-plugin-solid": "^2.11.12" }, "peerDependencies": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 97cef0aa..17e6d868 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -34,7 +34,7 @@ importers: version: 1.2.0 '@tanstack/eslint-config': specifier: 0.4.0 - version: 0.4.0(@typescript-eslint/utils@8.60.0(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3))(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3) + version: 0.4.0(@typescript-eslint/utils@8.61.0(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3))(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3) '@tanstack/typedoc-config': specifier: 0.3.3 version: 0.3.3(typescript@6.0.3) @@ -45,32 +45,32 @@ importers: specifier: ^25.7.0 version: 25.7.0 eslint: - specifier: ^10.3.0 + specifier: ^10.4.1 version: 10.4.1(jiti@2.7.0) eslint-plugin-unused-imports: specifier: ^4.4.1 version: 4.4.1(@typescript-eslint/eslint-plugin@8.58.0(@typescript-eslint/parser@8.58.0(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3))(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3))(eslint@10.4.1(jiti@2.7.0)) happy-dom: - specifier: ^20.9.0 - version: 20.9.0 + specifier: ^20.10.2 + version: 20.10.2 knip: - specifier: ^6.13.1 - version: 6.15.0 + specifier: ^6.16.1 + version: 6.16.1 markdown-link-extractor: specifier: ^4.0.3 version: 4.0.3 nx: - specifier: ^22.7.1 + specifier: ^22.7.5 version: 22.7.5 premove: specifier: ^4.0.0 version: 4.0.0 prettier: - specifier: ^3.8.3 - version: 3.8.3 + specifier: ^3.8.4 + version: 3.8.4 prettier-plugin-svelte: specifier: ^3.5.2 - version: 3.5.2(prettier@3.8.3)(svelte@5.55.1) + version: 3.5.2(prettier@3.8.4)(svelte@5.55.1) publint: specifier: ^0.3.21 version: 0.3.21 @@ -81,38 +81,38 @@ importers: specifier: ^12.1.0 version: 12.1.0(jiti@2.7.0) tinyglobby: - specifier: ^0.2.16 + specifier: ^0.2.17 version: 0.2.17 tsdown: - specifier: ^0.22.0 - version: 0.22.1(oxc-resolver@11.20.0)(publint@0.3.21)(typescript@6.0.3) + specifier: ^0.22.2 + version: 0.22.2(oxc-resolver@11.20.0)(publint@0.3.21)(typescript@6.0.3) typescript: specifier: 6.0.3 version: 6.0.3 vitest: - specifier: ^4.1.6 - version: 4.1.7(@types/node@25.7.0)(happy-dom@20.9.0)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + specifier: ^4.1.8 + version: 4.1.8(@types/node@25.7.0)(happy-dom@20.10.2)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) examples/angular/asyncBatch: dependencies: '@angular/common': - specifier: ^21.2.12 - version: 21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2) '@angular/compiler': - specifier: ^21.2.12 - version: 21.2.15 + specifier: ^21.2.16 + version: 21.2.16 '@angular/core': - specifier: ^21.2.12 - version: 21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2) '@angular/forms': - specifier: ^21.2.12 - version: 21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(@angular/platform-browser@21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)))(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(@angular/platform-browser@21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)))(rxjs@7.8.2) '@angular/platform-browser': - specifier: ^21.2.12 - version: 21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)) + specifier: ^21.2.16 + version: 21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)) '@angular/router': - specifier: ^21.2.12 - version: 21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(@angular/platform-browser@21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)))(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(@angular/platform-browser@21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)))(rxjs@7.8.2) '@tanstack/angular-pacer': specifier: workspace:* version: link:../../../packages/angular-pacer @@ -124,14 +124,14 @@ importers: version: 2.8.1 devDependencies: '@angular/build': - specifier: ^21.2.11 - version: 21.2.13(@angular/compiler-cli@21.2.15(@angular/compiler@21.2.15)(typescript@6.0.3))(@angular/compiler@21.2.15)(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(@angular/platform-browser@21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)))(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)(@types/node@25.7.0)(chokidar@5.0.0)(jiti@2.7.0)(lightningcss@1.32.0)(postcss@8.5.15)(tslib@2.8.1)(typescript@6.0.3)(vitest@4.1.7(@types/node@25.7.0)(happy-dom@20.9.0)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)))(yaml@2.9.0) + specifier: ^21.2.14 + version: 21.2.14(@angular/compiler-cli@21.2.16(@angular/compiler@21.2.16)(typescript@6.0.3))(@angular/compiler@21.2.16)(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(@angular/platform-browser@21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)))(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)(@types/node@25.7.0)(chokidar@5.0.0)(jiti@2.7.0)(lightningcss@1.32.0)(postcss@8.5.15)(tslib@2.8.1)(typescript@6.0.3)(vitest@4.1.8(@types/node@25.7.0)(happy-dom@20.10.2)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)))(yaml@2.9.0) '@angular/cli': - specifier: ^21.2.11 - version: 21.2.13(@types/node@25.7.0)(chokidar@5.0.0) + specifier: ^21.2.14 + version: 21.2.14(@types/node@25.7.0)(chokidar@5.0.0) '@angular/compiler-cli': - specifier: ^21.2.12 - version: 21.2.15(@angular/compiler@21.2.15)(typescript@6.0.3) + specifier: ^21.2.16 + version: 21.2.16(@angular/compiler@21.2.16)(typescript@6.0.3) jsdom: specifier: ^29.1.1 version: 29.1.1 @@ -139,29 +139,29 @@ importers: specifier: 6.0.3 version: 6.0.3 vitest: - specifier: ^4.1.6 - version: 4.1.7(@types/node@25.7.0)(happy-dom@20.9.0)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + specifier: ^4.1.8 + version: 4.1.8(@types/node@25.7.0)(happy-dom@20.10.2)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) examples/angular/asyncDebounce: dependencies: '@angular/common': - specifier: ^21.2.12 - version: 21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2) '@angular/compiler': - specifier: ^21.2.12 - version: 21.2.15 + specifier: ^21.2.16 + version: 21.2.16 '@angular/core': - specifier: ^21.2.12 - version: 21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2) '@angular/forms': - specifier: ^21.2.12 - version: 21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(@angular/platform-browser@21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)))(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(@angular/platform-browser@21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)))(rxjs@7.8.2) '@angular/platform-browser': - specifier: ^21.2.12 - version: 21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)) + specifier: ^21.2.16 + version: 21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)) '@angular/router': - specifier: ^21.2.12 - version: 21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(@angular/platform-browser@21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)))(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(@angular/platform-browser@21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)))(rxjs@7.8.2) '@tanstack/angular-pacer': specifier: workspace:* version: link:../../../packages/angular-pacer @@ -173,14 +173,14 @@ importers: version: 2.8.1 devDependencies: '@angular/build': - specifier: ^21.2.11 - version: 21.2.13(@angular/compiler-cli@21.2.15(@angular/compiler@21.2.15)(typescript@6.0.3))(@angular/compiler@21.2.15)(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(@angular/platform-browser@21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)))(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)(@types/node@25.7.0)(chokidar@5.0.0)(jiti@2.7.0)(lightningcss@1.32.0)(postcss@8.5.15)(tslib@2.8.1)(typescript@6.0.3)(vitest@4.1.7(@types/node@25.7.0)(happy-dom@20.9.0)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)))(yaml@2.9.0) + specifier: ^21.2.14 + version: 21.2.14(@angular/compiler-cli@21.2.16(@angular/compiler@21.2.16)(typescript@6.0.3))(@angular/compiler@21.2.16)(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(@angular/platform-browser@21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)))(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)(@types/node@25.7.0)(chokidar@5.0.0)(jiti@2.7.0)(lightningcss@1.32.0)(postcss@8.5.15)(tslib@2.8.1)(typescript@6.0.3)(vitest@4.1.8(@types/node@25.7.0)(happy-dom@20.10.2)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)))(yaml@2.9.0) '@angular/cli': - specifier: ^21.2.11 - version: 21.2.13(@types/node@25.7.0)(chokidar@5.0.0) + specifier: ^21.2.14 + version: 21.2.14(@types/node@25.7.0)(chokidar@5.0.0) '@angular/compiler-cli': - specifier: ^21.2.12 - version: 21.2.15(@angular/compiler@21.2.15)(typescript@6.0.3) + specifier: ^21.2.16 + version: 21.2.16(@angular/compiler@21.2.16)(typescript@6.0.3) jsdom: specifier: ^29.1.1 version: 29.1.1 @@ -188,29 +188,29 @@ importers: specifier: 6.0.3 version: 6.0.3 vitest: - specifier: ^4.1.6 - version: 4.1.7(@types/node@25.7.0)(happy-dom@20.9.0)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + specifier: ^4.1.8 + version: 4.1.8(@types/node@25.7.0)(happy-dom@20.10.2)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) examples/angular/asyncRateLimit: dependencies: '@angular/common': - specifier: ^21.2.12 - version: 21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2) '@angular/compiler': - specifier: ^21.2.12 - version: 21.2.15 + specifier: ^21.2.16 + version: 21.2.16 '@angular/core': - specifier: ^21.2.12 - version: 21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2) '@angular/forms': - specifier: ^21.2.12 - version: 21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(@angular/platform-browser@21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)))(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(@angular/platform-browser@21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)))(rxjs@7.8.2) '@angular/platform-browser': - specifier: ^21.2.12 - version: 21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)) + specifier: ^21.2.16 + version: 21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)) '@angular/router': - specifier: ^21.2.12 - version: 21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(@angular/platform-browser@21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)))(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(@angular/platform-browser@21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)))(rxjs@7.8.2) '@tanstack/angular-pacer': specifier: workspace:* version: link:../../../packages/angular-pacer @@ -222,14 +222,14 @@ importers: version: 2.8.1 devDependencies: '@angular/build': - specifier: ^21.2.11 - version: 21.2.13(@angular/compiler-cli@21.2.15(@angular/compiler@21.2.15)(typescript@6.0.3))(@angular/compiler@21.2.15)(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(@angular/platform-browser@21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)))(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)(@types/node@25.7.0)(chokidar@5.0.0)(jiti@2.7.0)(lightningcss@1.32.0)(postcss@8.5.15)(tslib@2.8.1)(typescript@6.0.3)(vitest@4.1.7(@types/node@25.7.0)(happy-dom@20.9.0)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)))(yaml@2.9.0) + specifier: ^21.2.14 + version: 21.2.14(@angular/compiler-cli@21.2.16(@angular/compiler@21.2.16)(typescript@6.0.3))(@angular/compiler@21.2.16)(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(@angular/platform-browser@21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)))(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)(@types/node@25.7.0)(chokidar@5.0.0)(jiti@2.7.0)(lightningcss@1.32.0)(postcss@8.5.15)(tslib@2.8.1)(typescript@6.0.3)(vitest@4.1.8(@types/node@25.7.0)(happy-dom@20.10.2)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)))(yaml@2.9.0) '@angular/cli': - specifier: ^21.2.11 - version: 21.2.13(@types/node@25.7.0)(chokidar@5.0.0) + specifier: ^21.2.14 + version: 21.2.14(@types/node@25.7.0)(chokidar@5.0.0) '@angular/compiler-cli': - specifier: ^21.2.12 - version: 21.2.15(@angular/compiler@21.2.15)(typescript@6.0.3) + specifier: ^21.2.16 + version: 21.2.16(@angular/compiler@21.2.16)(typescript@6.0.3) jsdom: specifier: ^29.1.1 version: 29.1.1 @@ -237,29 +237,29 @@ importers: specifier: 6.0.3 version: 6.0.3 vitest: - specifier: ^4.1.6 - version: 4.1.7(@types/node@25.7.0)(happy-dom@20.9.0)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + specifier: ^4.1.8 + version: 4.1.8(@types/node@25.7.0)(happy-dom@20.10.2)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) examples/angular/asyncRetry: dependencies: '@angular/common': - specifier: ^21.2.12 - version: 21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2) '@angular/compiler': - specifier: ^21.2.12 - version: 21.2.15 + specifier: ^21.2.16 + version: 21.2.16 '@angular/core': - specifier: ^21.2.12 - version: 21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2) '@angular/forms': - specifier: ^21.2.12 - version: 21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(@angular/platform-browser@21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)))(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(@angular/platform-browser@21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)))(rxjs@7.8.2) '@angular/platform-browser': - specifier: ^21.2.12 - version: 21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)) + specifier: ^21.2.16 + version: 21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)) '@angular/router': - specifier: ^21.2.12 - version: 21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(@angular/platform-browser@21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)))(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(@angular/platform-browser@21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)))(rxjs@7.8.2) '@tanstack/angular-pacer': specifier: workspace:* version: link:../../../packages/angular-pacer @@ -271,14 +271,14 @@ importers: version: 2.8.1 devDependencies: '@angular/build': - specifier: ^21.2.11 - version: 21.2.13(@angular/compiler-cli@21.2.15(@angular/compiler@21.2.15)(typescript@6.0.3))(@angular/compiler@21.2.15)(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(@angular/platform-browser@21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)))(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)(@types/node@25.7.0)(chokidar@5.0.0)(jiti@2.7.0)(lightningcss@1.32.0)(postcss@8.5.15)(tslib@2.8.1)(typescript@6.0.3)(vitest@4.1.7(@types/node@25.7.0)(happy-dom@20.9.0)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)))(yaml@2.9.0) + specifier: ^21.2.14 + version: 21.2.14(@angular/compiler-cli@21.2.16(@angular/compiler@21.2.16)(typescript@6.0.3))(@angular/compiler@21.2.16)(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(@angular/platform-browser@21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)))(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)(@types/node@25.7.0)(chokidar@5.0.0)(jiti@2.7.0)(lightningcss@1.32.0)(postcss@8.5.15)(tslib@2.8.1)(typescript@6.0.3)(vitest@4.1.8(@types/node@25.7.0)(happy-dom@20.10.2)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)))(yaml@2.9.0) '@angular/cli': - specifier: ^21.2.11 - version: 21.2.13(@types/node@25.7.0)(chokidar@5.0.0) + specifier: ^21.2.14 + version: 21.2.14(@types/node@25.7.0)(chokidar@5.0.0) '@angular/compiler-cli': - specifier: ^21.2.12 - version: 21.2.15(@angular/compiler@21.2.15)(typescript@6.0.3) + specifier: ^21.2.16 + version: 21.2.16(@angular/compiler@21.2.16)(typescript@6.0.3) jsdom: specifier: ^29.1.1 version: 29.1.1 @@ -286,29 +286,29 @@ importers: specifier: 6.0.3 version: 6.0.3 vitest: - specifier: ^4.1.6 - version: 4.1.7(@types/node@25.7.0)(happy-dom@20.9.0)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + specifier: ^4.1.8 + version: 4.1.8(@types/node@25.7.0)(happy-dom@20.10.2)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) examples/angular/asyncThrottle: dependencies: '@angular/common': - specifier: ^21.2.12 - version: 21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2) '@angular/compiler': - specifier: ^21.2.12 - version: 21.2.15 + specifier: ^21.2.16 + version: 21.2.16 '@angular/core': - specifier: ^21.2.12 - version: 21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2) '@angular/forms': - specifier: ^21.2.12 - version: 21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(@angular/platform-browser@21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)))(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(@angular/platform-browser@21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)))(rxjs@7.8.2) '@angular/platform-browser': - specifier: ^21.2.12 - version: 21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)) + specifier: ^21.2.16 + version: 21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)) '@angular/router': - specifier: ^21.2.12 - version: 21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(@angular/platform-browser@21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)))(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(@angular/platform-browser@21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)))(rxjs@7.8.2) '@tanstack/angular-pacer': specifier: workspace:* version: link:../../../packages/angular-pacer @@ -320,14 +320,14 @@ importers: version: 2.8.1 devDependencies: '@angular/build': - specifier: ^21.2.11 - version: 21.2.13(@angular/compiler-cli@21.2.15(@angular/compiler@21.2.15)(typescript@6.0.3))(@angular/compiler@21.2.15)(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(@angular/platform-browser@21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)))(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)(@types/node@25.7.0)(chokidar@5.0.0)(jiti@2.7.0)(lightningcss@1.32.0)(postcss@8.5.15)(tslib@2.8.1)(typescript@6.0.3)(vitest@4.1.7(@types/node@25.7.0)(happy-dom@20.9.0)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)))(yaml@2.9.0) + specifier: ^21.2.14 + version: 21.2.14(@angular/compiler-cli@21.2.16(@angular/compiler@21.2.16)(typescript@6.0.3))(@angular/compiler@21.2.16)(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(@angular/platform-browser@21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)))(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)(@types/node@25.7.0)(chokidar@5.0.0)(jiti@2.7.0)(lightningcss@1.32.0)(postcss@8.5.15)(tslib@2.8.1)(typescript@6.0.3)(vitest@4.1.8(@types/node@25.7.0)(happy-dom@20.10.2)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)))(yaml@2.9.0) '@angular/cli': - specifier: ^21.2.11 - version: 21.2.13(@types/node@25.7.0)(chokidar@5.0.0) + specifier: ^21.2.14 + version: 21.2.14(@types/node@25.7.0)(chokidar@5.0.0) '@angular/compiler-cli': - specifier: ^21.2.12 - version: 21.2.15(@angular/compiler@21.2.15)(typescript@6.0.3) + specifier: ^21.2.16 + version: 21.2.16(@angular/compiler@21.2.16)(typescript@6.0.3) jsdom: specifier: ^29.1.1 version: 29.1.1 @@ -335,29 +335,29 @@ importers: specifier: 6.0.3 version: 6.0.3 vitest: - specifier: ^4.1.6 - version: 4.1.7(@types/node@25.7.0)(happy-dom@20.9.0)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + specifier: ^4.1.8 + version: 4.1.8(@types/node@25.7.0)(happy-dom@20.10.2)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) examples/angular/batch: dependencies: '@angular/common': - specifier: ^21.2.12 - version: 21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2) '@angular/compiler': - specifier: ^21.2.12 - version: 21.2.15 + specifier: ^21.2.16 + version: 21.2.16 '@angular/core': - specifier: ^21.2.12 - version: 21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2) '@angular/forms': - specifier: ^21.2.12 - version: 21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(@angular/platform-browser@21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)))(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(@angular/platform-browser@21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)))(rxjs@7.8.2) '@angular/platform-browser': - specifier: ^21.2.12 - version: 21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)) + specifier: ^21.2.16 + version: 21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)) '@angular/router': - specifier: ^21.2.12 - version: 21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(@angular/platform-browser@21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)))(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(@angular/platform-browser@21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)))(rxjs@7.8.2) '@tanstack/angular-pacer': specifier: workspace:* version: link:../../../packages/angular-pacer @@ -369,14 +369,14 @@ importers: version: 2.8.1 devDependencies: '@angular/build': - specifier: ^21.2.11 - version: 21.2.13(@angular/compiler-cli@21.2.15(@angular/compiler@21.2.15)(typescript@6.0.3))(@angular/compiler@21.2.15)(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(@angular/platform-browser@21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)))(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)(@types/node@25.7.0)(chokidar@5.0.0)(jiti@2.7.0)(lightningcss@1.32.0)(postcss@8.5.15)(tslib@2.8.1)(typescript@6.0.3)(vitest@4.1.7(@types/node@25.7.0)(happy-dom@20.9.0)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)))(yaml@2.9.0) + specifier: ^21.2.14 + version: 21.2.14(@angular/compiler-cli@21.2.16(@angular/compiler@21.2.16)(typescript@6.0.3))(@angular/compiler@21.2.16)(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(@angular/platform-browser@21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)))(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)(@types/node@25.7.0)(chokidar@5.0.0)(jiti@2.7.0)(lightningcss@1.32.0)(postcss@8.5.15)(tslib@2.8.1)(typescript@6.0.3)(vitest@4.1.8(@types/node@25.7.0)(happy-dom@20.10.2)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)))(yaml@2.9.0) '@angular/cli': - specifier: ^21.2.11 - version: 21.2.13(@types/node@25.7.0)(chokidar@5.0.0) + specifier: ^21.2.14 + version: 21.2.14(@types/node@25.7.0)(chokidar@5.0.0) '@angular/compiler-cli': - specifier: ^21.2.12 - version: 21.2.15(@angular/compiler@21.2.15)(typescript@6.0.3) + specifier: ^21.2.16 + version: 21.2.16(@angular/compiler@21.2.16)(typescript@6.0.3) jsdom: specifier: ^29.1.1 version: 29.1.1 @@ -384,29 +384,29 @@ importers: specifier: 6.0.3 version: 6.0.3 vitest: - specifier: ^4.1.6 - version: 4.1.7(@types/node@25.7.0)(happy-dom@20.9.0)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + specifier: ^4.1.8 + version: 4.1.8(@types/node@25.7.0)(happy-dom@20.10.2)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) examples/angular/debounce: dependencies: '@angular/common': - specifier: ^21.2.12 - version: 21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2) '@angular/compiler': - specifier: ^21.2.12 - version: 21.2.15 + specifier: ^21.2.16 + version: 21.2.16 '@angular/core': - specifier: ^21.2.12 - version: 21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2) '@angular/forms': - specifier: ^21.2.12 - version: 21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(@angular/platform-browser@21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)))(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(@angular/platform-browser@21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)))(rxjs@7.8.2) '@angular/platform-browser': - specifier: ^21.2.12 - version: 21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)) + specifier: ^21.2.16 + version: 21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)) '@angular/router': - specifier: ^21.2.12 - version: 21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(@angular/platform-browser@21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)))(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(@angular/platform-browser@21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)))(rxjs@7.8.2) '@tanstack/angular-pacer': specifier: workspace:* version: link:../../../packages/angular-pacer @@ -418,14 +418,14 @@ importers: version: 2.8.1 devDependencies: '@angular/build': - specifier: ^21.2.11 - version: 21.2.13(@angular/compiler-cli@21.2.15(@angular/compiler@21.2.15)(typescript@6.0.3))(@angular/compiler@21.2.15)(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(@angular/platform-browser@21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)))(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)(@types/node@25.7.0)(chokidar@5.0.0)(jiti@2.7.0)(lightningcss@1.32.0)(postcss@8.5.15)(tslib@2.8.1)(typescript@6.0.3)(vitest@4.1.7(@types/node@25.7.0)(happy-dom@20.9.0)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)))(yaml@2.9.0) + specifier: ^21.2.14 + version: 21.2.14(@angular/compiler-cli@21.2.16(@angular/compiler@21.2.16)(typescript@6.0.3))(@angular/compiler@21.2.16)(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(@angular/platform-browser@21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)))(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)(@types/node@25.7.0)(chokidar@5.0.0)(jiti@2.7.0)(lightningcss@1.32.0)(postcss@8.5.15)(tslib@2.8.1)(typescript@6.0.3)(vitest@4.1.8(@types/node@25.7.0)(happy-dom@20.10.2)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)))(yaml@2.9.0) '@angular/cli': - specifier: ^21.2.11 - version: 21.2.13(@types/node@25.7.0)(chokidar@5.0.0) + specifier: ^21.2.14 + version: 21.2.14(@types/node@25.7.0)(chokidar@5.0.0) '@angular/compiler-cli': - specifier: ^21.2.12 - version: 21.2.15(@angular/compiler@21.2.15)(typescript@6.0.3) + specifier: ^21.2.16 + version: 21.2.16(@angular/compiler@21.2.16)(typescript@6.0.3) jsdom: specifier: ^29.1.1 version: 29.1.1 @@ -433,29 +433,29 @@ importers: specifier: 6.0.3 version: 6.0.3 vitest: - specifier: ^4.1.6 - version: 4.1.7(@types/node@25.7.0)(happy-dom@20.9.0)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + specifier: ^4.1.8 + version: 4.1.8(@types/node@25.7.0)(happy-dom@20.10.2)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) examples/angular/injectAsyncBatchedCallback: dependencies: '@angular/common': - specifier: ^21.2.12 - version: 21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2) '@angular/compiler': - specifier: ^21.2.12 - version: 21.2.15 + specifier: ^21.2.16 + version: 21.2.16 '@angular/core': - specifier: ^21.2.12 - version: 21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2) '@angular/forms': - specifier: ^21.2.12 - version: 21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(@angular/platform-browser@21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)))(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(@angular/platform-browser@21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)))(rxjs@7.8.2) '@angular/platform-browser': - specifier: ^21.2.12 - version: 21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)) + specifier: ^21.2.16 + version: 21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)) '@angular/router': - specifier: ^21.2.12 - version: 21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(@angular/platform-browser@21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)))(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(@angular/platform-browser@21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)))(rxjs@7.8.2) '@tanstack/angular-pacer': specifier: workspace:* version: link:../../../packages/angular-pacer @@ -467,14 +467,14 @@ importers: version: 2.8.1 devDependencies: '@angular/build': - specifier: ^21.2.11 - version: 21.2.13(@angular/compiler-cli@21.2.15(@angular/compiler@21.2.15)(typescript@6.0.3))(@angular/compiler@21.2.15)(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(@angular/platform-browser@21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)))(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)(@types/node@25.7.0)(chokidar@5.0.0)(jiti@2.7.0)(lightningcss@1.32.0)(postcss@8.5.15)(tslib@2.8.1)(typescript@6.0.3)(vitest@4.1.7(@types/node@25.7.0)(happy-dom@20.9.0)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)))(yaml@2.9.0) + specifier: ^21.2.14 + version: 21.2.14(@angular/compiler-cli@21.2.16(@angular/compiler@21.2.16)(typescript@6.0.3))(@angular/compiler@21.2.16)(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(@angular/platform-browser@21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)))(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)(@types/node@25.7.0)(chokidar@5.0.0)(jiti@2.7.0)(lightningcss@1.32.0)(postcss@8.5.15)(tslib@2.8.1)(typescript@6.0.3)(vitest@4.1.8(@types/node@25.7.0)(happy-dom@20.10.2)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)))(yaml@2.9.0) '@angular/cli': - specifier: ^21.2.11 - version: 21.2.13(@types/node@25.7.0)(chokidar@5.0.0) + specifier: ^21.2.14 + version: 21.2.14(@types/node@25.7.0)(chokidar@5.0.0) '@angular/compiler-cli': - specifier: ^21.2.12 - version: 21.2.15(@angular/compiler@21.2.15)(typescript@6.0.3) + specifier: ^21.2.16 + version: 21.2.16(@angular/compiler@21.2.16)(typescript@6.0.3) jsdom: specifier: ^29.1.1 version: 29.1.1 @@ -482,29 +482,29 @@ importers: specifier: 6.0.3 version: 6.0.3 vitest: - specifier: ^4.1.6 - version: 4.1.7(@types/node@25.7.0)(happy-dom@20.9.0)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + specifier: ^4.1.8 + version: 4.1.8(@types/node@25.7.0)(happy-dom@20.10.2)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) examples/angular/injectAsyncBatcher: dependencies: '@angular/common': - specifier: ^21.2.12 - version: 21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2) '@angular/compiler': - specifier: ^21.2.12 - version: 21.2.15 + specifier: ^21.2.16 + version: 21.2.16 '@angular/core': - specifier: ^21.2.12 - version: 21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2) '@angular/forms': - specifier: ^21.2.12 - version: 21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(@angular/platform-browser@21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)))(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(@angular/platform-browser@21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)))(rxjs@7.8.2) '@angular/platform-browser': - specifier: ^21.2.12 - version: 21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)) + specifier: ^21.2.16 + version: 21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)) '@angular/router': - specifier: ^21.2.12 - version: 21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(@angular/platform-browser@21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)))(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(@angular/platform-browser@21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)))(rxjs@7.8.2) '@tanstack/angular-pacer': specifier: workspace:* version: link:../../../packages/angular-pacer @@ -516,14 +516,14 @@ importers: version: 2.8.1 devDependencies: '@angular/build': - specifier: ^21.2.11 - version: 21.2.13(@angular/compiler-cli@21.2.15(@angular/compiler@21.2.15)(typescript@6.0.3))(@angular/compiler@21.2.15)(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(@angular/platform-browser@21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)))(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)(@types/node@25.7.0)(chokidar@5.0.0)(jiti@2.7.0)(lightningcss@1.32.0)(postcss@8.5.15)(tslib@2.8.1)(typescript@6.0.3)(vitest@4.1.7(@types/node@25.7.0)(happy-dom@20.9.0)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)))(yaml@2.9.0) + specifier: ^21.2.14 + version: 21.2.14(@angular/compiler-cli@21.2.16(@angular/compiler@21.2.16)(typescript@6.0.3))(@angular/compiler@21.2.16)(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(@angular/platform-browser@21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)))(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)(@types/node@25.7.0)(chokidar@5.0.0)(jiti@2.7.0)(lightningcss@1.32.0)(postcss@8.5.15)(tslib@2.8.1)(typescript@6.0.3)(vitest@4.1.8(@types/node@25.7.0)(happy-dom@20.10.2)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)))(yaml@2.9.0) '@angular/cli': - specifier: ^21.2.11 - version: 21.2.13(@types/node@25.7.0)(chokidar@5.0.0) + specifier: ^21.2.14 + version: 21.2.14(@types/node@25.7.0)(chokidar@5.0.0) '@angular/compiler-cli': - specifier: ^21.2.12 - version: 21.2.15(@angular/compiler@21.2.15)(typescript@6.0.3) + specifier: ^21.2.16 + version: 21.2.16(@angular/compiler@21.2.16)(typescript@6.0.3) jsdom: specifier: ^29.1.1 version: 29.1.1 @@ -531,29 +531,29 @@ importers: specifier: 6.0.3 version: 6.0.3 vitest: - specifier: ^4.1.6 - version: 4.1.7(@types/node@25.7.0)(happy-dom@20.9.0)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + specifier: ^4.1.8 + version: 4.1.8(@types/node@25.7.0)(happy-dom@20.10.2)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) examples/angular/injectAsyncDebouncedCallback: dependencies: '@angular/common': - specifier: ^21.2.12 - version: 21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2) '@angular/compiler': - specifier: ^21.2.12 - version: 21.2.15 + specifier: ^21.2.16 + version: 21.2.16 '@angular/core': - specifier: ^21.2.12 - version: 21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2) '@angular/forms': - specifier: ^21.2.12 - version: 21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(@angular/platform-browser@21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)))(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(@angular/platform-browser@21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)))(rxjs@7.8.2) '@angular/platform-browser': - specifier: ^21.2.12 - version: 21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)) + specifier: ^21.2.16 + version: 21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)) '@angular/router': - specifier: ^21.2.12 - version: 21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(@angular/platform-browser@21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)))(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(@angular/platform-browser@21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)))(rxjs@7.8.2) '@tanstack/angular-pacer': specifier: workspace:* version: link:../../../packages/angular-pacer @@ -565,14 +565,14 @@ importers: version: 2.8.1 devDependencies: '@angular/build': - specifier: ^21.2.11 - version: 21.2.13(@angular/compiler-cli@21.2.15(@angular/compiler@21.2.15)(typescript@6.0.3))(@angular/compiler@21.2.15)(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(@angular/platform-browser@21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)))(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)(@types/node@25.7.0)(chokidar@5.0.0)(jiti@2.7.0)(lightningcss@1.32.0)(postcss@8.5.15)(tslib@2.8.1)(typescript@6.0.3)(vitest@4.1.7(@types/node@25.7.0)(happy-dom@20.9.0)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)))(yaml@2.9.0) + specifier: ^21.2.14 + version: 21.2.14(@angular/compiler-cli@21.2.16(@angular/compiler@21.2.16)(typescript@6.0.3))(@angular/compiler@21.2.16)(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(@angular/platform-browser@21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)))(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)(@types/node@25.7.0)(chokidar@5.0.0)(jiti@2.7.0)(lightningcss@1.32.0)(postcss@8.5.15)(tslib@2.8.1)(typescript@6.0.3)(vitest@4.1.8(@types/node@25.7.0)(happy-dom@20.10.2)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)))(yaml@2.9.0) '@angular/cli': - specifier: ^21.2.11 - version: 21.2.13(@types/node@25.7.0)(chokidar@5.0.0) + specifier: ^21.2.14 + version: 21.2.14(@types/node@25.7.0)(chokidar@5.0.0) '@angular/compiler-cli': - specifier: ^21.2.12 - version: 21.2.15(@angular/compiler@21.2.15)(typescript@6.0.3) + specifier: ^21.2.16 + version: 21.2.16(@angular/compiler@21.2.16)(typescript@6.0.3) jsdom: specifier: ^29.1.1 version: 29.1.1 @@ -580,29 +580,29 @@ importers: specifier: 6.0.3 version: 6.0.3 vitest: - specifier: ^4.1.6 - version: 4.1.7(@types/node@25.7.0)(happy-dom@20.9.0)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + specifier: ^4.1.8 + version: 4.1.8(@types/node@25.7.0)(happy-dom@20.10.2)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) examples/angular/injectAsyncDebouncer: dependencies: '@angular/common': - specifier: ^21.2.12 - version: 21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2) '@angular/compiler': - specifier: ^21.2.12 - version: 21.2.15 + specifier: ^21.2.16 + version: 21.2.16 '@angular/core': - specifier: ^21.2.12 - version: 21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2) '@angular/forms': - specifier: ^21.2.12 - version: 21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(@angular/platform-browser@21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)))(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(@angular/platform-browser@21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)))(rxjs@7.8.2) '@angular/platform-browser': - specifier: ^21.2.12 - version: 21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)) + specifier: ^21.2.16 + version: 21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)) '@angular/router': - specifier: ^21.2.12 - version: 21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(@angular/platform-browser@21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)))(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(@angular/platform-browser@21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)))(rxjs@7.8.2) '@tanstack/angular-pacer': specifier: workspace:* version: link:../../../packages/angular-pacer @@ -614,14 +614,14 @@ importers: version: 2.8.1 devDependencies: '@angular/build': - specifier: ^21.2.11 - version: 21.2.13(@angular/compiler-cli@21.2.15(@angular/compiler@21.2.15)(typescript@6.0.3))(@angular/compiler@21.2.15)(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(@angular/platform-browser@21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)))(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)(@types/node@25.7.0)(chokidar@5.0.0)(jiti@2.7.0)(lightningcss@1.32.0)(postcss@8.5.15)(tslib@2.8.1)(typescript@6.0.3)(vitest@4.1.7(@types/node@25.7.0)(happy-dom@20.9.0)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)))(yaml@2.9.0) + specifier: ^21.2.14 + version: 21.2.14(@angular/compiler-cli@21.2.16(@angular/compiler@21.2.16)(typescript@6.0.3))(@angular/compiler@21.2.16)(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(@angular/platform-browser@21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)))(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)(@types/node@25.7.0)(chokidar@5.0.0)(jiti@2.7.0)(lightningcss@1.32.0)(postcss@8.5.15)(tslib@2.8.1)(typescript@6.0.3)(vitest@4.1.8(@types/node@25.7.0)(happy-dom@20.10.2)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)))(yaml@2.9.0) '@angular/cli': - specifier: ^21.2.11 - version: 21.2.13(@types/node@25.7.0)(chokidar@5.0.0) + specifier: ^21.2.14 + version: 21.2.14(@types/node@25.7.0)(chokidar@5.0.0) '@angular/compiler-cli': - specifier: ^21.2.12 - version: 21.2.15(@angular/compiler@21.2.15)(typescript@6.0.3) + specifier: ^21.2.16 + version: 21.2.16(@angular/compiler@21.2.16)(typescript@6.0.3) jsdom: specifier: ^29.1.1 version: 29.1.1 @@ -629,29 +629,29 @@ importers: specifier: 6.0.3 version: 6.0.3 vitest: - specifier: ^4.1.6 - version: 4.1.7(@types/node@25.7.0)(happy-dom@20.9.0)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + specifier: ^4.1.8 + version: 4.1.8(@types/node@25.7.0)(happy-dom@20.10.2)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) examples/angular/injectAsyncQueuedSignal: dependencies: '@angular/common': - specifier: ^21.2.12 - version: 21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2) '@angular/compiler': - specifier: ^21.2.12 - version: 21.2.15 + specifier: ^21.2.16 + version: 21.2.16 '@angular/core': - specifier: ^21.2.12 - version: 21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2) '@angular/forms': - specifier: ^21.2.12 - version: 21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(@angular/platform-browser@21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)))(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(@angular/platform-browser@21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)))(rxjs@7.8.2) '@angular/platform-browser': - specifier: ^21.2.12 - version: 21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)) + specifier: ^21.2.16 + version: 21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)) '@angular/router': - specifier: ^21.2.12 - version: 21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(@angular/platform-browser@21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)))(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(@angular/platform-browser@21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)))(rxjs@7.8.2) '@tanstack/angular-pacer': specifier: workspace:* version: link:../../../packages/angular-pacer @@ -663,14 +663,14 @@ importers: version: 2.8.1 devDependencies: '@angular/build': - specifier: ^21.2.11 - version: 21.2.13(@angular/compiler-cli@21.2.15(@angular/compiler@21.2.15)(typescript@6.0.3))(@angular/compiler@21.2.15)(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(@angular/platform-browser@21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)))(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)(@types/node@25.7.0)(chokidar@5.0.0)(jiti@2.7.0)(lightningcss@1.32.0)(postcss@8.5.15)(tslib@2.8.1)(typescript@6.0.3)(vitest@4.1.7(@types/node@25.7.0)(happy-dom@20.9.0)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)))(yaml@2.9.0) + specifier: ^21.2.14 + version: 21.2.14(@angular/compiler-cli@21.2.16(@angular/compiler@21.2.16)(typescript@6.0.3))(@angular/compiler@21.2.16)(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(@angular/platform-browser@21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)))(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)(@types/node@25.7.0)(chokidar@5.0.0)(jiti@2.7.0)(lightningcss@1.32.0)(postcss@8.5.15)(tslib@2.8.1)(typescript@6.0.3)(vitest@4.1.8(@types/node@25.7.0)(happy-dom@20.10.2)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)))(yaml@2.9.0) '@angular/cli': - specifier: ^21.2.11 - version: 21.2.13(@types/node@25.7.0)(chokidar@5.0.0) + specifier: ^21.2.14 + version: 21.2.14(@types/node@25.7.0)(chokidar@5.0.0) '@angular/compiler-cli': - specifier: ^21.2.12 - version: 21.2.15(@angular/compiler@21.2.15)(typescript@6.0.3) + specifier: ^21.2.16 + version: 21.2.16(@angular/compiler@21.2.16)(typescript@6.0.3) jsdom: specifier: ^29.1.1 version: 29.1.1 @@ -678,29 +678,29 @@ importers: specifier: 6.0.3 version: 6.0.3 vitest: - specifier: ^4.1.6 - version: 4.1.7(@types/node@25.7.0)(happy-dom@20.9.0)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + specifier: ^4.1.8 + version: 4.1.8(@types/node@25.7.0)(happy-dom@20.10.2)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) examples/angular/injectAsyncQueuer: dependencies: '@angular/common': - specifier: ^21.2.12 - version: 21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2) '@angular/compiler': - specifier: ^21.2.12 - version: 21.2.15 + specifier: ^21.2.16 + version: 21.2.16 '@angular/core': - specifier: ^21.2.12 - version: 21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2) '@angular/forms': - specifier: ^21.2.12 - version: 21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(@angular/platform-browser@21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)))(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(@angular/platform-browser@21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)))(rxjs@7.8.2) '@angular/platform-browser': - specifier: ^21.2.12 - version: 21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)) + specifier: ^21.2.16 + version: 21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)) '@angular/router': - specifier: ^21.2.12 - version: 21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(@angular/platform-browser@21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)))(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(@angular/platform-browser@21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)))(rxjs@7.8.2) '@tanstack/angular-pacer': specifier: workspace:* version: link:../../../packages/angular-pacer @@ -712,14 +712,14 @@ importers: version: 2.8.1 devDependencies: '@angular/build': - specifier: ^21.2.11 - version: 21.2.13(@angular/compiler-cli@21.2.15(@angular/compiler@21.2.15)(typescript@6.0.3))(@angular/compiler@21.2.15)(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(@angular/platform-browser@21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)))(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)(@types/node@25.7.0)(chokidar@5.0.0)(jiti@2.7.0)(lightningcss@1.32.0)(postcss@8.5.15)(tslib@2.8.1)(typescript@6.0.3)(vitest@4.1.7(@types/node@25.7.0)(happy-dom@20.9.0)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)))(yaml@2.9.0) + specifier: ^21.2.14 + version: 21.2.14(@angular/compiler-cli@21.2.16(@angular/compiler@21.2.16)(typescript@6.0.3))(@angular/compiler@21.2.16)(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(@angular/platform-browser@21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)))(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)(@types/node@25.7.0)(chokidar@5.0.0)(jiti@2.7.0)(lightningcss@1.32.0)(postcss@8.5.15)(tslib@2.8.1)(typescript@6.0.3)(vitest@4.1.8(@types/node@25.7.0)(happy-dom@20.10.2)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)))(yaml@2.9.0) '@angular/cli': - specifier: ^21.2.11 - version: 21.2.13(@types/node@25.7.0)(chokidar@5.0.0) + specifier: ^21.2.14 + version: 21.2.14(@types/node@25.7.0)(chokidar@5.0.0) '@angular/compiler-cli': - specifier: ^21.2.12 - version: 21.2.15(@angular/compiler@21.2.15)(typescript@6.0.3) + specifier: ^21.2.16 + version: 21.2.16(@angular/compiler@21.2.16)(typescript@6.0.3) jsdom: specifier: ^29.1.1 version: 29.1.1 @@ -727,29 +727,29 @@ importers: specifier: 6.0.3 version: 6.0.3 vitest: - specifier: ^4.1.6 - version: 4.1.7(@types/node@25.7.0)(happy-dom@20.9.0)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + specifier: ^4.1.8 + version: 4.1.8(@types/node@25.7.0)(happy-dom@20.10.2)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) examples/angular/injectAsyncRateLimiter: dependencies: '@angular/common': - specifier: ^21.2.12 - version: 21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2) '@angular/compiler': - specifier: ^21.2.12 - version: 21.2.15 + specifier: ^21.2.16 + version: 21.2.16 '@angular/core': - specifier: ^21.2.12 - version: 21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2) '@angular/forms': - specifier: ^21.2.12 - version: 21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(@angular/platform-browser@21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)))(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(@angular/platform-browser@21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)))(rxjs@7.8.2) '@angular/platform-browser': - specifier: ^21.2.12 - version: 21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)) + specifier: ^21.2.16 + version: 21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)) '@angular/router': - specifier: ^21.2.12 - version: 21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(@angular/platform-browser@21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)))(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(@angular/platform-browser@21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)))(rxjs@7.8.2) '@tanstack/angular-pacer': specifier: workspace:* version: link:../../../packages/angular-pacer @@ -761,14 +761,14 @@ importers: version: 2.8.1 devDependencies: '@angular/build': - specifier: ^21.2.11 - version: 21.2.13(@angular/compiler-cli@21.2.15(@angular/compiler@21.2.15)(typescript@6.0.3))(@angular/compiler@21.2.15)(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(@angular/platform-browser@21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)))(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)(@types/node@25.7.0)(chokidar@5.0.0)(jiti@2.7.0)(lightningcss@1.32.0)(postcss@8.5.15)(tslib@2.8.1)(typescript@6.0.3)(vitest@4.1.7(@types/node@25.7.0)(happy-dom@20.9.0)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)))(yaml@2.9.0) + specifier: ^21.2.14 + version: 21.2.14(@angular/compiler-cli@21.2.16(@angular/compiler@21.2.16)(typescript@6.0.3))(@angular/compiler@21.2.16)(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(@angular/platform-browser@21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)))(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)(@types/node@25.7.0)(chokidar@5.0.0)(jiti@2.7.0)(lightningcss@1.32.0)(postcss@8.5.15)(tslib@2.8.1)(typescript@6.0.3)(vitest@4.1.8(@types/node@25.7.0)(happy-dom@20.10.2)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)))(yaml@2.9.0) '@angular/cli': - specifier: ^21.2.11 - version: 21.2.13(@types/node@25.7.0)(chokidar@5.0.0) + specifier: ^21.2.14 + version: 21.2.14(@types/node@25.7.0)(chokidar@5.0.0) '@angular/compiler-cli': - specifier: ^21.2.12 - version: 21.2.15(@angular/compiler@21.2.15)(typescript@6.0.3) + specifier: ^21.2.16 + version: 21.2.16(@angular/compiler@21.2.16)(typescript@6.0.3) jsdom: specifier: ^29.1.1 version: 29.1.1 @@ -776,29 +776,29 @@ importers: specifier: 6.0.3 version: 6.0.3 vitest: - specifier: ^4.1.6 - version: 4.1.7(@types/node@25.7.0)(happy-dom@20.9.0)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + specifier: ^4.1.8 + version: 4.1.8(@types/node@25.7.0)(happy-dom@20.10.2)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) examples/angular/injectAsyncRateLimiterWithPersister: dependencies: '@angular/common': - specifier: ^21.2.12 - version: 21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2) '@angular/compiler': - specifier: ^21.2.12 - version: 21.2.15 + specifier: ^21.2.16 + version: 21.2.16 '@angular/core': - specifier: ^21.2.12 - version: 21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2) '@angular/forms': - specifier: ^21.2.12 - version: 21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(@angular/platform-browser@21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)))(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(@angular/platform-browser@21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)))(rxjs@7.8.2) '@angular/platform-browser': - specifier: ^21.2.12 - version: 21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)) + specifier: ^21.2.16 + version: 21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)) '@angular/router': - specifier: ^21.2.12 - version: 21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(@angular/platform-browser@21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)))(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(@angular/platform-browser@21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)))(rxjs@7.8.2) '@tanstack/angular-pacer': specifier: workspace:* version: link:../../../packages/angular-pacer @@ -810,14 +810,14 @@ importers: version: 2.8.1 devDependencies: '@angular/build': - specifier: ^21.2.11 - version: 21.2.13(@angular/compiler-cli@21.2.15(@angular/compiler@21.2.15)(typescript@6.0.3))(@angular/compiler@21.2.15)(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(@angular/platform-browser@21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)))(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)(@types/node@25.7.0)(chokidar@5.0.0)(jiti@2.7.0)(lightningcss@1.32.0)(postcss@8.5.15)(tslib@2.8.1)(typescript@6.0.3)(vitest@4.1.7(@types/node@25.7.0)(happy-dom@20.9.0)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)))(yaml@2.9.0) + specifier: ^21.2.14 + version: 21.2.14(@angular/compiler-cli@21.2.16(@angular/compiler@21.2.16)(typescript@6.0.3))(@angular/compiler@21.2.16)(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(@angular/platform-browser@21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)))(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)(@types/node@25.7.0)(chokidar@5.0.0)(jiti@2.7.0)(lightningcss@1.32.0)(postcss@8.5.15)(tslib@2.8.1)(typescript@6.0.3)(vitest@4.1.8(@types/node@25.7.0)(happy-dom@20.10.2)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)))(yaml@2.9.0) '@angular/cli': - specifier: ^21.2.11 - version: 21.2.13(@types/node@25.7.0)(chokidar@5.0.0) + specifier: ^21.2.14 + version: 21.2.14(@types/node@25.7.0)(chokidar@5.0.0) '@angular/compiler-cli': - specifier: ^21.2.12 - version: 21.2.15(@angular/compiler@21.2.15)(typescript@6.0.3) + specifier: ^21.2.16 + version: 21.2.16(@angular/compiler@21.2.16)(typescript@6.0.3) jsdom: specifier: ^29.1.1 version: 29.1.1 @@ -825,29 +825,29 @@ importers: specifier: 6.0.3 version: 6.0.3 vitest: - specifier: ^4.1.6 - version: 4.1.7(@types/node@25.7.0)(happy-dom@20.9.0)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + specifier: ^4.1.8 + version: 4.1.8(@types/node@25.7.0)(happy-dom@20.10.2)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) examples/angular/injectAsyncThrottledCallback: dependencies: '@angular/common': - specifier: ^21.2.12 - version: 21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2) '@angular/compiler': - specifier: ^21.2.12 - version: 21.2.15 + specifier: ^21.2.16 + version: 21.2.16 '@angular/core': - specifier: ^21.2.12 - version: 21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2) '@angular/forms': - specifier: ^21.2.12 - version: 21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(@angular/platform-browser@21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)))(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(@angular/platform-browser@21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)))(rxjs@7.8.2) '@angular/platform-browser': - specifier: ^21.2.12 - version: 21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)) + specifier: ^21.2.16 + version: 21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)) '@angular/router': - specifier: ^21.2.12 - version: 21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(@angular/platform-browser@21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)))(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(@angular/platform-browser@21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)))(rxjs@7.8.2) '@tanstack/angular-pacer': specifier: workspace:* version: link:../../../packages/angular-pacer @@ -859,14 +859,14 @@ importers: version: 2.8.1 devDependencies: '@angular/build': - specifier: ^21.2.11 - version: 21.2.13(@angular/compiler-cli@21.2.15(@angular/compiler@21.2.15)(typescript@6.0.3))(@angular/compiler@21.2.15)(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(@angular/platform-browser@21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)))(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)(@types/node@25.7.0)(chokidar@5.0.0)(jiti@2.7.0)(lightningcss@1.32.0)(postcss@8.5.15)(tslib@2.8.1)(typescript@6.0.3)(vitest@4.1.7(@types/node@25.7.0)(happy-dom@20.9.0)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)))(yaml@2.9.0) + specifier: ^21.2.14 + version: 21.2.14(@angular/compiler-cli@21.2.16(@angular/compiler@21.2.16)(typescript@6.0.3))(@angular/compiler@21.2.16)(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(@angular/platform-browser@21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)))(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)(@types/node@25.7.0)(chokidar@5.0.0)(jiti@2.7.0)(lightningcss@1.32.0)(postcss@8.5.15)(tslib@2.8.1)(typescript@6.0.3)(vitest@4.1.8(@types/node@25.7.0)(happy-dom@20.10.2)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)))(yaml@2.9.0) '@angular/cli': - specifier: ^21.2.11 - version: 21.2.13(@types/node@25.7.0)(chokidar@5.0.0) + specifier: ^21.2.14 + version: 21.2.14(@types/node@25.7.0)(chokidar@5.0.0) '@angular/compiler-cli': - specifier: ^21.2.12 - version: 21.2.15(@angular/compiler@21.2.15)(typescript@6.0.3) + specifier: ^21.2.16 + version: 21.2.16(@angular/compiler@21.2.16)(typescript@6.0.3) jsdom: specifier: ^29.1.1 version: 29.1.1 @@ -874,29 +874,29 @@ importers: specifier: 6.0.3 version: 6.0.3 vitest: - specifier: ^4.1.6 - version: 4.1.7(@types/node@25.7.0)(happy-dom@20.9.0)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + specifier: ^4.1.8 + version: 4.1.8(@types/node@25.7.0)(happy-dom@20.10.2)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) examples/angular/injectAsyncThrottler: dependencies: '@angular/common': - specifier: ^21.2.12 - version: 21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2) '@angular/compiler': - specifier: ^21.2.12 - version: 21.2.15 + specifier: ^21.2.16 + version: 21.2.16 '@angular/core': - specifier: ^21.2.12 - version: 21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2) '@angular/forms': - specifier: ^21.2.12 - version: 21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(@angular/platform-browser@21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)))(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(@angular/platform-browser@21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)))(rxjs@7.8.2) '@angular/platform-browser': - specifier: ^21.2.12 - version: 21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)) + specifier: ^21.2.16 + version: 21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)) '@angular/router': - specifier: ^21.2.12 - version: 21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(@angular/platform-browser@21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)))(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(@angular/platform-browser@21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)))(rxjs@7.8.2) '@tanstack/angular-pacer': specifier: workspace:* version: link:../../../packages/angular-pacer @@ -908,14 +908,14 @@ importers: version: 2.8.1 devDependencies: '@angular/build': - specifier: ^21.2.11 - version: 21.2.13(@angular/compiler-cli@21.2.15(@angular/compiler@21.2.15)(typescript@6.0.3))(@angular/compiler@21.2.15)(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(@angular/platform-browser@21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)))(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)(@types/node@25.7.0)(chokidar@5.0.0)(jiti@2.7.0)(lightningcss@1.32.0)(postcss@8.5.15)(tslib@2.8.1)(typescript@6.0.3)(vitest@4.1.7(@types/node@25.7.0)(happy-dom@20.9.0)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)))(yaml@2.9.0) + specifier: ^21.2.14 + version: 21.2.14(@angular/compiler-cli@21.2.16(@angular/compiler@21.2.16)(typescript@6.0.3))(@angular/compiler@21.2.16)(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(@angular/platform-browser@21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)))(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)(@types/node@25.7.0)(chokidar@5.0.0)(jiti@2.7.0)(lightningcss@1.32.0)(postcss@8.5.15)(tslib@2.8.1)(typescript@6.0.3)(vitest@4.1.8(@types/node@25.7.0)(happy-dom@20.10.2)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)))(yaml@2.9.0) '@angular/cli': - specifier: ^21.2.11 - version: 21.2.13(@types/node@25.7.0)(chokidar@5.0.0) + specifier: ^21.2.14 + version: 21.2.14(@types/node@25.7.0)(chokidar@5.0.0) '@angular/compiler-cli': - specifier: ^21.2.12 - version: 21.2.15(@angular/compiler@21.2.15)(typescript@6.0.3) + specifier: ^21.2.16 + version: 21.2.16(@angular/compiler@21.2.16)(typescript@6.0.3) jsdom: specifier: ^29.1.1 version: 29.1.1 @@ -923,29 +923,29 @@ importers: specifier: 6.0.3 version: 6.0.3 vitest: - specifier: ^4.1.6 - version: 4.1.7(@types/node@25.7.0)(happy-dom@20.9.0)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + specifier: ^4.1.8 + version: 4.1.8(@types/node@25.7.0)(happy-dom@20.10.2)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) examples/angular/injectBatchedCallback: dependencies: '@angular/common': - specifier: ^21.2.12 - version: 21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2) '@angular/compiler': - specifier: ^21.2.12 - version: 21.2.15 + specifier: ^21.2.16 + version: 21.2.16 '@angular/core': - specifier: ^21.2.12 - version: 21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2) '@angular/forms': - specifier: ^21.2.12 - version: 21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(@angular/platform-browser@21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)))(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(@angular/platform-browser@21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)))(rxjs@7.8.2) '@angular/platform-browser': - specifier: ^21.2.12 - version: 21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)) + specifier: ^21.2.16 + version: 21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)) '@angular/router': - specifier: ^21.2.12 - version: 21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(@angular/platform-browser@21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)))(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(@angular/platform-browser@21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)))(rxjs@7.8.2) '@tanstack/angular-pacer': specifier: workspace:* version: link:../../../packages/angular-pacer @@ -957,14 +957,14 @@ importers: version: 2.8.1 devDependencies: '@angular/build': - specifier: ^21.2.11 - version: 21.2.13(@angular/compiler-cli@21.2.15(@angular/compiler@21.2.15)(typescript@6.0.3))(@angular/compiler@21.2.15)(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(@angular/platform-browser@21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)))(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)(@types/node@25.7.0)(chokidar@5.0.0)(jiti@2.7.0)(lightningcss@1.32.0)(postcss@8.5.15)(tslib@2.8.1)(typescript@6.0.3)(vitest@4.1.7(@types/node@25.7.0)(happy-dom@20.9.0)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)))(yaml@2.9.0) + specifier: ^21.2.14 + version: 21.2.14(@angular/compiler-cli@21.2.16(@angular/compiler@21.2.16)(typescript@6.0.3))(@angular/compiler@21.2.16)(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(@angular/platform-browser@21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)))(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)(@types/node@25.7.0)(chokidar@5.0.0)(jiti@2.7.0)(lightningcss@1.32.0)(postcss@8.5.15)(tslib@2.8.1)(typescript@6.0.3)(vitest@4.1.8(@types/node@25.7.0)(happy-dom@20.10.2)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)))(yaml@2.9.0) '@angular/cli': - specifier: ^21.2.11 - version: 21.2.13(@types/node@25.7.0)(chokidar@5.0.0) + specifier: ^21.2.14 + version: 21.2.14(@types/node@25.7.0)(chokidar@5.0.0) '@angular/compiler-cli': - specifier: ^21.2.12 - version: 21.2.15(@angular/compiler@21.2.15)(typescript@6.0.3) + specifier: ^21.2.16 + version: 21.2.16(@angular/compiler@21.2.16)(typescript@6.0.3) jsdom: specifier: ^29.1.1 version: 29.1.1 @@ -972,29 +972,29 @@ importers: specifier: 6.0.3 version: 6.0.3 vitest: - specifier: ^4.1.6 - version: 4.1.7(@types/node@25.7.0)(happy-dom@20.9.0)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + specifier: ^4.1.8 + version: 4.1.8(@types/node@25.7.0)(happy-dom@20.10.2)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) examples/angular/injectBatcher: dependencies: '@angular/common': - specifier: ^21.2.12 - version: 21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2) '@angular/compiler': - specifier: ^21.2.12 - version: 21.2.15 + specifier: ^21.2.16 + version: 21.2.16 '@angular/core': - specifier: ^21.2.12 - version: 21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2) '@angular/forms': - specifier: ^21.2.12 - version: 21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(@angular/platform-browser@21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)))(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(@angular/platform-browser@21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)))(rxjs@7.8.2) '@angular/platform-browser': - specifier: ^21.2.12 - version: 21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)) + specifier: ^21.2.16 + version: 21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)) '@angular/router': - specifier: ^21.2.12 - version: 21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(@angular/platform-browser@21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)))(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(@angular/platform-browser@21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)))(rxjs@7.8.2) '@tanstack/angular-pacer': specifier: workspace:* version: link:../../../packages/angular-pacer @@ -1006,14 +1006,14 @@ importers: version: 2.8.1 devDependencies: '@angular/build': - specifier: ^21.2.11 - version: 21.2.13(@angular/compiler-cli@21.2.15(@angular/compiler@21.2.15)(typescript@6.0.3))(@angular/compiler@21.2.15)(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(@angular/platform-browser@21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)))(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)(@types/node@25.7.0)(chokidar@5.0.0)(jiti@2.7.0)(lightningcss@1.32.0)(postcss@8.5.15)(tslib@2.8.1)(typescript@6.0.3)(vitest@4.1.7(@types/node@25.7.0)(happy-dom@20.9.0)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)))(yaml@2.9.0) + specifier: ^21.2.14 + version: 21.2.14(@angular/compiler-cli@21.2.16(@angular/compiler@21.2.16)(typescript@6.0.3))(@angular/compiler@21.2.16)(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(@angular/platform-browser@21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)))(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)(@types/node@25.7.0)(chokidar@5.0.0)(jiti@2.7.0)(lightningcss@1.32.0)(postcss@8.5.15)(tslib@2.8.1)(typescript@6.0.3)(vitest@4.1.8(@types/node@25.7.0)(happy-dom@20.10.2)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)))(yaml@2.9.0) '@angular/cli': - specifier: ^21.2.11 - version: 21.2.13(@types/node@25.7.0)(chokidar@5.0.0) + specifier: ^21.2.14 + version: 21.2.14(@types/node@25.7.0)(chokidar@5.0.0) '@angular/compiler-cli': - specifier: ^21.2.12 - version: 21.2.15(@angular/compiler@21.2.15)(typescript@6.0.3) + specifier: ^21.2.16 + version: 21.2.16(@angular/compiler@21.2.16)(typescript@6.0.3) jsdom: specifier: ^29.1.1 version: 29.1.1 @@ -1021,29 +1021,29 @@ importers: specifier: 6.0.3 version: 6.0.3 vitest: - specifier: ^4.1.6 - version: 4.1.7(@types/node@25.7.0)(happy-dom@20.9.0)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + specifier: ^4.1.8 + version: 4.1.8(@types/node@25.7.0)(happy-dom@20.10.2)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) examples/angular/injectDebouncedCallback: dependencies: '@angular/common': - specifier: ^21.2.12 - version: 21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2) '@angular/compiler': - specifier: ^21.2.12 - version: 21.2.15 + specifier: ^21.2.16 + version: 21.2.16 '@angular/core': - specifier: ^21.2.12 - version: 21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2) '@angular/forms': - specifier: ^21.2.12 - version: 21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(@angular/platform-browser@21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)))(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(@angular/platform-browser@21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)))(rxjs@7.8.2) '@angular/platform-browser': - specifier: ^21.2.12 - version: 21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)) + specifier: ^21.2.16 + version: 21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)) '@angular/router': - specifier: ^21.2.12 - version: 21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(@angular/platform-browser@21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)))(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(@angular/platform-browser@21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)))(rxjs@7.8.2) '@tanstack/angular-pacer': specifier: workspace:* version: link:../../../packages/angular-pacer @@ -1055,14 +1055,14 @@ importers: version: 2.8.1 devDependencies: '@angular/build': - specifier: ^21.2.11 - version: 21.2.13(@angular/compiler-cli@21.2.15(@angular/compiler@21.2.15)(typescript@6.0.3))(@angular/compiler@21.2.15)(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(@angular/platform-browser@21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)))(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)(@types/node@25.7.0)(chokidar@5.0.0)(jiti@2.7.0)(lightningcss@1.32.0)(postcss@8.5.15)(tslib@2.8.1)(typescript@6.0.3)(vitest@4.1.7(@types/node@25.7.0)(happy-dom@20.9.0)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)))(yaml@2.9.0) + specifier: ^21.2.14 + version: 21.2.14(@angular/compiler-cli@21.2.16(@angular/compiler@21.2.16)(typescript@6.0.3))(@angular/compiler@21.2.16)(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(@angular/platform-browser@21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)))(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)(@types/node@25.7.0)(chokidar@5.0.0)(jiti@2.7.0)(lightningcss@1.32.0)(postcss@8.5.15)(tslib@2.8.1)(typescript@6.0.3)(vitest@4.1.8(@types/node@25.7.0)(happy-dom@20.10.2)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)))(yaml@2.9.0) '@angular/cli': - specifier: ^21.2.11 - version: 21.2.13(@types/node@25.7.0)(chokidar@5.0.0) + specifier: ^21.2.14 + version: 21.2.14(@types/node@25.7.0)(chokidar@5.0.0) '@angular/compiler-cli': - specifier: ^21.2.12 - version: 21.2.15(@angular/compiler@21.2.15)(typescript@6.0.3) + specifier: ^21.2.16 + version: 21.2.16(@angular/compiler@21.2.16)(typescript@6.0.3) jsdom: specifier: ^29.1.1 version: 29.1.1 @@ -1070,29 +1070,29 @@ importers: specifier: 6.0.3 version: 6.0.3 vitest: - specifier: ^4.1.6 - version: 4.1.7(@types/node@25.7.0)(happy-dom@20.9.0)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + specifier: ^4.1.8 + version: 4.1.8(@types/node@25.7.0)(happy-dom@20.10.2)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) examples/angular/injectDebouncedSignal: dependencies: '@angular/common': - specifier: ^21.2.12 - version: 21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2) '@angular/compiler': - specifier: ^21.2.12 - version: 21.2.15 + specifier: ^21.2.16 + version: 21.2.16 '@angular/core': - specifier: ^21.2.12 - version: 21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2) '@angular/forms': - specifier: ^21.2.12 - version: 21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(@angular/platform-browser@21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)))(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(@angular/platform-browser@21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)))(rxjs@7.8.2) '@angular/platform-browser': - specifier: ^21.2.12 - version: 21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)) + specifier: ^21.2.16 + version: 21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)) '@angular/router': - specifier: ^21.2.12 - version: 21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(@angular/platform-browser@21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)))(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(@angular/platform-browser@21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)))(rxjs@7.8.2) '@tanstack/angular-pacer': specifier: workspace:* version: link:../../../packages/angular-pacer @@ -1104,14 +1104,14 @@ importers: version: 2.8.1 devDependencies: '@angular/build': - specifier: ^21.2.11 - version: 21.2.13(@angular/compiler-cli@21.2.15(@angular/compiler@21.2.15)(typescript@6.0.3))(@angular/compiler@21.2.15)(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(@angular/platform-browser@21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)))(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)(@types/node@25.7.0)(chokidar@5.0.0)(jiti@2.7.0)(lightningcss@1.32.0)(postcss@8.5.15)(tslib@2.8.1)(typescript@6.0.3)(vitest@4.1.7(@types/node@25.7.0)(happy-dom@20.9.0)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)))(yaml@2.9.0) + specifier: ^21.2.14 + version: 21.2.14(@angular/compiler-cli@21.2.16(@angular/compiler@21.2.16)(typescript@6.0.3))(@angular/compiler@21.2.16)(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(@angular/platform-browser@21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)))(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)(@types/node@25.7.0)(chokidar@5.0.0)(jiti@2.7.0)(lightningcss@1.32.0)(postcss@8.5.15)(tslib@2.8.1)(typescript@6.0.3)(vitest@4.1.8(@types/node@25.7.0)(happy-dom@20.10.2)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)))(yaml@2.9.0) '@angular/cli': - specifier: ^21.2.11 - version: 21.2.13(@types/node@25.7.0)(chokidar@5.0.0) + specifier: ^21.2.14 + version: 21.2.14(@types/node@25.7.0)(chokidar@5.0.0) '@angular/compiler-cli': - specifier: ^21.2.12 - version: 21.2.15(@angular/compiler@21.2.15)(typescript@6.0.3) + specifier: ^21.2.16 + version: 21.2.16(@angular/compiler@21.2.16)(typescript@6.0.3) jsdom: specifier: ^29.1.1 version: 29.1.1 @@ -1119,29 +1119,29 @@ importers: specifier: 6.0.3 version: 6.0.3 vitest: - specifier: ^4.1.6 - version: 4.1.7(@types/node@25.7.0)(happy-dom@20.9.0)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + specifier: ^4.1.8 + version: 4.1.8(@types/node@25.7.0)(happy-dom@20.10.2)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) examples/angular/injectDebouncedValue: dependencies: '@angular/common': - specifier: ^21.2.12 - version: 21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2) '@angular/compiler': - specifier: ^21.2.12 - version: 21.2.15 + specifier: ^21.2.16 + version: 21.2.16 '@angular/core': - specifier: ^21.2.12 - version: 21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2) '@angular/forms': - specifier: ^21.2.12 - version: 21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(@angular/platform-browser@21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)))(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(@angular/platform-browser@21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)))(rxjs@7.8.2) '@angular/platform-browser': - specifier: ^21.2.12 - version: 21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)) + specifier: ^21.2.16 + version: 21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)) '@angular/router': - specifier: ^21.2.12 - version: 21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(@angular/platform-browser@21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)))(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(@angular/platform-browser@21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)))(rxjs@7.8.2) '@tanstack/angular-pacer': specifier: workspace:* version: link:../../../packages/angular-pacer @@ -1153,14 +1153,14 @@ importers: version: 2.8.1 devDependencies: '@angular/build': - specifier: ^21.2.11 - version: 21.2.13(@angular/compiler-cli@21.2.15(@angular/compiler@21.2.15)(typescript@6.0.3))(@angular/compiler@21.2.15)(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(@angular/platform-browser@21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)))(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)(@types/node@25.7.0)(chokidar@5.0.0)(jiti@2.7.0)(lightningcss@1.32.0)(postcss@8.5.15)(tslib@2.8.1)(typescript@6.0.3)(vitest@4.1.7(@types/node@25.7.0)(happy-dom@20.9.0)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)))(yaml@2.9.0) + specifier: ^21.2.14 + version: 21.2.14(@angular/compiler-cli@21.2.16(@angular/compiler@21.2.16)(typescript@6.0.3))(@angular/compiler@21.2.16)(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(@angular/platform-browser@21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)))(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)(@types/node@25.7.0)(chokidar@5.0.0)(jiti@2.7.0)(lightningcss@1.32.0)(postcss@8.5.15)(tslib@2.8.1)(typescript@6.0.3)(vitest@4.1.8(@types/node@25.7.0)(happy-dom@20.10.2)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)))(yaml@2.9.0) '@angular/cli': - specifier: ^21.2.11 - version: 21.2.13(@types/node@25.7.0)(chokidar@5.0.0) + specifier: ^21.2.14 + version: 21.2.14(@types/node@25.7.0)(chokidar@5.0.0) '@angular/compiler-cli': - specifier: ^21.2.12 - version: 21.2.15(@angular/compiler@21.2.15)(typescript@6.0.3) + specifier: ^21.2.16 + version: 21.2.16(@angular/compiler@21.2.16)(typescript@6.0.3) jsdom: specifier: ^29.1.1 version: 29.1.1 @@ -1168,29 +1168,29 @@ importers: specifier: 6.0.3 version: 6.0.3 vitest: - specifier: ^4.1.6 - version: 4.1.7(@types/node@25.7.0)(happy-dom@20.9.0)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + specifier: ^4.1.8 + version: 4.1.8(@types/node@25.7.0)(happy-dom@20.10.2)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) examples/angular/injectDebouncer: dependencies: '@angular/common': - specifier: ^21.2.12 - version: 21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2) '@angular/compiler': - specifier: ^21.2.12 - version: 21.2.15 + specifier: ^21.2.16 + version: 21.2.16 '@angular/core': - specifier: ^21.2.12 - version: 21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2) '@angular/forms': - specifier: ^21.2.12 - version: 21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(@angular/platform-browser@21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)))(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(@angular/platform-browser@21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)))(rxjs@7.8.2) '@angular/platform-browser': - specifier: ^21.2.12 - version: 21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)) + specifier: ^21.2.16 + version: 21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)) '@angular/router': - specifier: ^21.2.12 - version: 21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(@angular/platform-browser@21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)))(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(@angular/platform-browser@21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)))(rxjs@7.8.2) '@tanstack/angular-pacer': specifier: workspace:* version: link:../../../packages/angular-pacer @@ -1202,14 +1202,14 @@ importers: version: 2.8.1 devDependencies: '@angular/build': - specifier: ^21.2.11 - version: 21.2.13(@angular/compiler-cli@21.2.15(@angular/compiler@21.2.15)(typescript@6.0.3))(@angular/compiler@21.2.15)(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(@angular/platform-browser@21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)))(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)(@types/node@25.7.0)(chokidar@5.0.0)(jiti@2.7.0)(lightningcss@1.32.0)(postcss@8.5.15)(tslib@2.8.1)(typescript@6.0.3)(vitest@4.1.7(@types/node@25.7.0)(happy-dom@20.9.0)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)))(yaml@2.9.0) + specifier: ^21.2.14 + version: 21.2.14(@angular/compiler-cli@21.2.16(@angular/compiler@21.2.16)(typescript@6.0.3))(@angular/compiler@21.2.16)(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(@angular/platform-browser@21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)))(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)(@types/node@25.7.0)(chokidar@5.0.0)(jiti@2.7.0)(lightningcss@1.32.0)(postcss@8.5.15)(tslib@2.8.1)(typescript@6.0.3)(vitest@4.1.8(@types/node@25.7.0)(happy-dom@20.10.2)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)))(yaml@2.9.0) '@angular/cli': - specifier: ^21.2.11 - version: 21.2.13(@types/node@25.7.0)(chokidar@5.0.0) + specifier: ^21.2.14 + version: 21.2.14(@types/node@25.7.0)(chokidar@5.0.0) '@angular/compiler-cli': - specifier: ^21.2.12 - version: 21.2.15(@angular/compiler@21.2.15)(typescript@6.0.3) + specifier: ^21.2.16 + version: 21.2.16(@angular/compiler@21.2.16)(typescript@6.0.3) jsdom: specifier: ^29.1.1 version: 29.1.1 @@ -1217,29 +1217,29 @@ importers: specifier: 6.0.3 version: 6.0.3 vitest: - specifier: ^4.1.6 - version: 4.1.7(@types/node@25.7.0)(happy-dom@20.9.0)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + specifier: ^4.1.8 + version: 4.1.8(@types/node@25.7.0)(happy-dom@20.10.2)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) examples/angular/injectQueuedSignal: dependencies: '@angular/common': - specifier: ^21.2.12 - version: 21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2) '@angular/compiler': - specifier: ^21.2.12 - version: 21.2.15 + specifier: ^21.2.16 + version: 21.2.16 '@angular/core': - specifier: ^21.2.12 - version: 21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2) '@angular/forms': - specifier: ^21.2.12 - version: 21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(@angular/platform-browser@21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)))(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(@angular/platform-browser@21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)))(rxjs@7.8.2) '@angular/platform-browser': - specifier: ^21.2.12 - version: 21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)) + specifier: ^21.2.16 + version: 21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)) '@angular/router': - specifier: ^21.2.12 - version: 21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(@angular/platform-browser@21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)))(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(@angular/platform-browser@21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)))(rxjs@7.8.2) '@tanstack/angular-pacer': specifier: workspace:* version: link:../../../packages/angular-pacer @@ -1251,14 +1251,14 @@ importers: version: 2.8.1 devDependencies: '@angular/build': - specifier: ^21.2.11 - version: 21.2.13(@angular/compiler-cli@21.2.15(@angular/compiler@21.2.15)(typescript@6.0.3))(@angular/compiler@21.2.15)(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(@angular/platform-browser@21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)))(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)(@types/node@25.7.0)(chokidar@5.0.0)(jiti@2.7.0)(lightningcss@1.32.0)(postcss@8.5.15)(tslib@2.8.1)(typescript@6.0.3)(vitest@4.1.7(@types/node@25.7.0)(happy-dom@20.9.0)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)))(yaml@2.9.0) + specifier: ^21.2.14 + version: 21.2.14(@angular/compiler-cli@21.2.16(@angular/compiler@21.2.16)(typescript@6.0.3))(@angular/compiler@21.2.16)(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(@angular/platform-browser@21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)))(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)(@types/node@25.7.0)(chokidar@5.0.0)(jiti@2.7.0)(lightningcss@1.32.0)(postcss@8.5.15)(tslib@2.8.1)(typescript@6.0.3)(vitest@4.1.8(@types/node@25.7.0)(happy-dom@20.10.2)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)))(yaml@2.9.0) '@angular/cli': - specifier: ^21.2.11 - version: 21.2.13(@types/node@25.7.0)(chokidar@5.0.0) + specifier: ^21.2.14 + version: 21.2.14(@types/node@25.7.0)(chokidar@5.0.0) '@angular/compiler-cli': - specifier: ^21.2.12 - version: 21.2.15(@angular/compiler@21.2.15)(typescript@6.0.3) + specifier: ^21.2.16 + version: 21.2.16(@angular/compiler@21.2.16)(typescript@6.0.3) jsdom: specifier: ^29.1.1 version: 29.1.1 @@ -1266,29 +1266,29 @@ importers: specifier: 6.0.3 version: 6.0.3 vitest: - specifier: ^4.1.6 - version: 4.1.7(@types/node@25.7.0)(happy-dom@20.9.0)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + specifier: ^4.1.8 + version: 4.1.8(@types/node@25.7.0)(happy-dom@20.10.2)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) examples/angular/injectQueuedValue: dependencies: '@angular/common': - specifier: ^21.2.12 - version: 21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2) '@angular/compiler': - specifier: ^21.2.12 - version: 21.2.15 + specifier: ^21.2.16 + version: 21.2.16 '@angular/core': - specifier: ^21.2.12 - version: 21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2) '@angular/forms': - specifier: ^21.2.12 - version: 21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(@angular/platform-browser@21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)))(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(@angular/platform-browser@21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)))(rxjs@7.8.2) '@angular/platform-browser': - specifier: ^21.2.12 - version: 21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)) + specifier: ^21.2.16 + version: 21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)) '@angular/router': - specifier: ^21.2.12 - version: 21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(@angular/platform-browser@21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)))(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(@angular/platform-browser@21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)))(rxjs@7.8.2) '@tanstack/angular-pacer': specifier: workspace:* version: link:../../../packages/angular-pacer @@ -1300,14 +1300,14 @@ importers: version: 2.8.1 devDependencies: '@angular/build': - specifier: ^21.2.11 - version: 21.2.13(@angular/compiler-cli@21.2.15(@angular/compiler@21.2.15)(typescript@6.0.3))(@angular/compiler@21.2.15)(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(@angular/platform-browser@21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)))(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)(@types/node@25.7.0)(chokidar@5.0.0)(jiti@2.7.0)(lightningcss@1.32.0)(postcss@8.5.15)(tslib@2.8.1)(typescript@6.0.3)(vitest@4.1.7(@types/node@25.7.0)(happy-dom@20.9.0)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)))(yaml@2.9.0) + specifier: ^21.2.14 + version: 21.2.14(@angular/compiler-cli@21.2.16(@angular/compiler@21.2.16)(typescript@6.0.3))(@angular/compiler@21.2.16)(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(@angular/platform-browser@21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)))(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)(@types/node@25.7.0)(chokidar@5.0.0)(jiti@2.7.0)(lightningcss@1.32.0)(postcss@8.5.15)(tslib@2.8.1)(typescript@6.0.3)(vitest@4.1.8(@types/node@25.7.0)(happy-dom@20.10.2)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)))(yaml@2.9.0) '@angular/cli': - specifier: ^21.2.11 - version: 21.2.13(@types/node@25.7.0)(chokidar@5.0.0) + specifier: ^21.2.14 + version: 21.2.14(@types/node@25.7.0)(chokidar@5.0.0) '@angular/compiler-cli': - specifier: ^21.2.12 - version: 21.2.15(@angular/compiler@21.2.15)(typescript@6.0.3) + specifier: ^21.2.16 + version: 21.2.16(@angular/compiler@21.2.16)(typescript@6.0.3) jsdom: specifier: ^29.1.1 version: 29.1.1 @@ -1315,29 +1315,29 @@ importers: specifier: 6.0.3 version: 6.0.3 vitest: - specifier: ^4.1.6 - version: 4.1.7(@types/node@25.7.0)(happy-dom@20.9.0)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + specifier: ^4.1.8 + version: 4.1.8(@types/node@25.7.0)(happy-dom@20.10.2)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) examples/angular/injectQueuer: dependencies: '@angular/common': - specifier: ^21.2.12 - version: 21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2) '@angular/compiler': - specifier: ^21.2.12 - version: 21.2.15 + specifier: ^21.2.16 + version: 21.2.16 '@angular/core': - specifier: ^21.2.12 - version: 21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2) '@angular/forms': - specifier: ^21.2.12 - version: 21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(@angular/platform-browser@21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)))(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(@angular/platform-browser@21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)))(rxjs@7.8.2) '@angular/platform-browser': - specifier: ^21.2.12 - version: 21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)) + specifier: ^21.2.16 + version: 21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)) '@angular/router': - specifier: ^21.2.12 - version: 21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(@angular/platform-browser@21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)))(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(@angular/platform-browser@21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)))(rxjs@7.8.2) '@tanstack/angular-pacer': specifier: workspace:* version: link:../../../packages/angular-pacer @@ -1349,14 +1349,14 @@ importers: version: 2.8.1 devDependencies: '@angular/build': - specifier: ^21.2.11 - version: 21.2.13(@angular/compiler-cli@21.2.15(@angular/compiler@21.2.15)(typescript@6.0.3))(@angular/compiler@21.2.15)(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(@angular/platform-browser@21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)))(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)(@types/node@25.7.0)(chokidar@5.0.0)(jiti@2.7.0)(lightningcss@1.32.0)(postcss@8.5.15)(tslib@2.8.1)(typescript@6.0.3)(vitest@4.1.7(@types/node@25.7.0)(happy-dom@20.9.0)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)))(yaml@2.9.0) + specifier: ^21.2.14 + version: 21.2.14(@angular/compiler-cli@21.2.16(@angular/compiler@21.2.16)(typescript@6.0.3))(@angular/compiler@21.2.16)(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(@angular/platform-browser@21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)))(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)(@types/node@25.7.0)(chokidar@5.0.0)(jiti@2.7.0)(lightningcss@1.32.0)(postcss@8.5.15)(tslib@2.8.1)(typescript@6.0.3)(vitest@4.1.8(@types/node@25.7.0)(happy-dom@20.10.2)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)))(yaml@2.9.0) '@angular/cli': - specifier: ^21.2.11 - version: 21.2.13(@types/node@25.7.0)(chokidar@5.0.0) + specifier: ^21.2.14 + version: 21.2.14(@types/node@25.7.0)(chokidar@5.0.0) '@angular/compiler-cli': - specifier: ^21.2.12 - version: 21.2.15(@angular/compiler@21.2.15)(typescript@6.0.3) + specifier: ^21.2.16 + version: 21.2.16(@angular/compiler@21.2.16)(typescript@6.0.3) jsdom: specifier: ^29.1.1 version: 29.1.1 @@ -1364,29 +1364,29 @@ importers: specifier: 6.0.3 version: 6.0.3 vitest: - specifier: ^4.1.6 - version: 4.1.7(@types/node@25.7.0)(happy-dom@20.9.0)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + specifier: ^4.1.8 + version: 4.1.8(@types/node@25.7.0)(happy-dom@20.10.2)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) examples/angular/injectQueuerWithPersister: dependencies: '@angular/common': - specifier: ^21.2.12 - version: 21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2) '@angular/compiler': - specifier: ^21.2.12 - version: 21.2.15 + specifier: ^21.2.16 + version: 21.2.16 '@angular/core': - specifier: ^21.2.12 - version: 21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2) '@angular/forms': - specifier: ^21.2.12 - version: 21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(@angular/platform-browser@21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)))(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(@angular/platform-browser@21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)))(rxjs@7.8.2) '@angular/platform-browser': - specifier: ^21.2.12 - version: 21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)) + specifier: ^21.2.16 + version: 21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)) '@angular/router': - specifier: ^21.2.12 - version: 21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(@angular/platform-browser@21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)))(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(@angular/platform-browser@21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)))(rxjs@7.8.2) '@tanstack/angular-pacer': specifier: workspace:* version: link:../../../packages/angular-pacer @@ -1398,14 +1398,14 @@ importers: version: 2.8.1 devDependencies: '@angular/build': - specifier: ^21.2.11 - version: 21.2.13(@angular/compiler-cli@21.2.15(@angular/compiler@21.2.15)(typescript@6.0.3))(@angular/compiler@21.2.15)(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(@angular/platform-browser@21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)))(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)(@types/node@25.7.0)(chokidar@5.0.0)(jiti@2.7.0)(lightningcss@1.32.0)(postcss@8.5.15)(tslib@2.8.1)(typescript@6.0.3)(vitest@4.1.7(@types/node@25.7.0)(happy-dom@20.9.0)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)))(yaml@2.9.0) + specifier: ^21.2.14 + version: 21.2.14(@angular/compiler-cli@21.2.16(@angular/compiler@21.2.16)(typescript@6.0.3))(@angular/compiler@21.2.16)(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(@angular/platform-browser@21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)))(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)(@types/node@25.7.0)(chokidar@5.0.0)(jiti@2.7.0)(lightningcss@1.32.0)(postcss@8.5.15)(tslib@2.8.1)(typescript@6.0.3)(vitest@4.1.8(@types/node@25.7.0)(happy-dom@20.10.2)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)))(yaml@2.9.0) '@angular/cli': - specifier: ^21.2.11 - version: 21.2.13(@types/node@25.7.0)(chokidar@5.0.0) + specifier: ^21.2.14 + version: 21.2.14(@types/node@25.7.0)(chokidar@5.0.0) '@angular/compiler-cli': - specifier: ^21.2.12 - version: 21.2.15(@angular/compiler@21.2.15)(typescript@6.0.3) + specifier: ^21.2.16 + version: 21.2.16(@angular/compiler@21.2.16)(typescript@6.0.3) jsdom: specifier: ^29.1.1 version: 29.1.1 @@ -1413,29 +1413,29 @@ importers: specifier: 6.0.3 version: 6.0.3 vitest: - specifier: ^4.1.6 - version: 4.1.7(@types/node@25.7.0)(happy-dom@20.9.0)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + specifier: ^4.1.8 + version: 4.1.8(@types/node@25.7.0)(happy-dom@20.10.2)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) examples/angular/injectRateLimitedCallback: dependencies: '@angular/common': - specifier: ^21.2.12 - version: 21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2) '@angular/compiler': - specifier: ^21.2.12 - version: 21.2.15 + specifier: ^21.2.16 + version: 21.2.16 '@angular/core': - specifier: ^21.2.12 - version: 21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2) '@angular/forms': - specifier: ^21.2.12 - version: 21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(@angular/platform-browser@21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)))(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(@angular/platform-browser@21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)))(rxjs@7.8.2) '@angular/platform-browser': - specifier: ^21.2.12 - version: 21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)) + specifier: ^21.2.16 + version: 21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)) '@angular/router': - specifier: ^21.2.12 - version: 21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(@angular/platform-browser@21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)))(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(@angular/platform-browser@21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)))(rxjs@7.8.2) '@tanstack/angular-pacer': specifier: workspace:* version: link:../../../packages/angular-pacer @@ -1447,14 +1447,14 @@ importers: version: 2.8.1 devDependencies: '@angular/build': - specifier: ^21.2.11 - version: 21.2.13(@angular/compiler-cli@21.2.15(@angular/compiler@21.2.15)(typescript@6.0.3))(@angular/compiler@21.2.15)(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(@angular/platform-browser@21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)))(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)(@types/node@25.7.0)(chokidar@5.0.0)(jiti@2.7.0)(lightningcss@1.32.0)(postcss@8.5.15)(tslib@2.8.1)(typescript@6.0.3)(vitest@4.1.7(@types/node@25.7.0)(happy-dom@20.9.0)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)))(yaml@2.9.0) + specifier: ^21.2.14 + version: 21.2.14(@angular/compiler-cli@21.2.16(@angular/compiler@21.2.16)(typescript@6.0.3))(@angular/compiler@21.2.16)(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(@angular/platform-browser@21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)))(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)(@types/node@25.7.0)(chokidar@5.0.0)(jiti@2.7.0)(lightningcss@1.32.0)(postcss@8.5.15)(tslib@2.8.1)(typescript@6.0.3)(vitest@4.1.8(@types/node@25.7.0)(happy-dom@20.10.2)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)))(yaml@2.9.0) '@angular/cli': - specifier: ^21.2.11 - version: 21.2.13(@types/node@25.7.0)(chokidar@5.0.0) + specifier: ^21.2.14 + version: 21.2.14(@types/node@25.7.0)(chokidar@5.0.0) '@angular/compiler-cli': - specifier: ^21.2.12 - version: 21.2.15(@angular/compiler@21.2.15)(typescript@6.0.3) + specifier: ^21.2.16 + version: 21.2.16(@angular/compiler@21.2.16)(typescript@6.0.3) jsdom: specifier: ^29.1.1 version: 29.1.1 @@ -1462,29 +1462,29 @@ importers: specifier: 6.0.3 version: 6.0.3 vitest: - specifier: ^4.1.6 - version: 4.1.7(@types/node@25.7.0)(happy-dom@20.9.0)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + specifier: ^4.1.8 + version: 4.1.8(@types/node@25.7.0)(happy-dom@20.10.2)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) examples/angular/injectRateLimitedSignal: dependencies: '@angular/common': - specifier: ^21.2.12 - version: 21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2) '@angular/compiler': - specifier: ^21.2.12 - version: 21.2.15 + specifier: ^21.2.16 + version: 21.2.16 '@angular/core': - specifier: ^21.2.12 - version: 21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2) '@angular/forms': - specifier: ^21.2.12 - version: 21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(@angular/platform-browser@21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)))(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(@angular/platform-browser@21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)))(rxjs@7.8.2) '@angular/platform-browser': - specifier: ^21.2.12 - version: 21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)) + specifier: ^21.2.16 + version: 21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)) '@angular/router': - specifier: ^21.2.12 - version: 21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(@angular/platform-browser@21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)))(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(@angular/platform-browser@21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)))(rxjs@7.8.2) '@tanstack/angular-pacer': specifier: workspace:* version: link:../../../packages/angular-pacer @@ -1496,14 +1496,14 @@ importers: version: 2.8.1 devDependencies: '@angular/build': - specifier: ^21.2.11 - version: 21.2.13(@angular/compiler-cli@21.2.15(@angular/compiler@21.2.15)(typescript@6.0.3))(@angular/compiler@21.2.15)(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(@angular/platform-browser@21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)))(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)(@types/node@25.7.0)(chokidar@5.0.0)(jiti@2.7.0)(lightningcss@1.32.0)(postcss@8.5.15)(tslib@2.8.1)(typescript@6.0.3)(vitest@4.1.7(@types/node@25.7.0)(happy-dom@20.9.0)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)))(yaml@2.9.0) + specifier: ^21.2.14 + version: 21.2.14(@angular/compiler-cli@21.2.16(@angular/compiler@21.2.16)(typescript@6.0.3))(@angular/compiler@21.2.16)(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(@angular/platform-browser@21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)))(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)(@types/node@25.7.0)(chokidar@5.0.0)(jiti@2.7.0)(lightningcss@1.32.0)(postcss@8.5.15)(tslib@2.8.1)(typescript@6.0.3)(vitest@4.1.8(@types/node@25.7.0)(happy-dom@20.10.2)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)))(yaml@2.9.0) '@angular/cli': - specifier: ^21.2.11 - version: 21.2.13(@types/node@25.7.0)(chokidar@5.0.0) + specifier: ^21.2.14 + version: 21.2.14(@types/node@25.7.0)(chokidar@5.0.0) '@angular/compiler-cli': - specifier: ^21.2.12 - version: 21.2.15(@angular/compiler@21.2.15)(typescript@6.0.3) + specifier: ^21.2.16 + version: 21.2.16(@angular/compiler@21.2.16)(typescript@6.0.3) jsdom: specifier: ^29.1.1 version: 29.1.1 @@ -1511,29 +1511,29 @@ importers: specifier: 6.0.3 version: 6.0.3 vitest: - specifier: ^4.1.6 - version: 4.1.7(@types/node@25.7.0)(happy-dom@20.9.0)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + specifier: ^4.1.8 + version: 4.1.8(@types/node@25.7.0)(happy-dom@20.10.2)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) examples/angular/injectRateLimitedValue: dependencies: '@angular/common': - specifier: ^21.2.12 - version: 21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2) '@angular/compiler': - specifier: ^21.2.12 - version: 21.2.15 + specifier: ^21.2.16 + version: 21.2.16 '@angular/core': - specifier: ^21.2.12 - version: 21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2) '@angular/forms': - specifier: ^21.2.12 - version: 21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(@angular/platform-browser@21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)))(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(@angular/platform-browser@21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)))(rxjs@7.8.2) '@angular/platform-browser': - specifier: ^21.2.12 - version: 21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)) + specifier: ^21.2.16 + version: 21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)) '@angular/router': - specifier: ^21.2.12 - version: 21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(@angular/platform-browser@21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)))(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(@angular/platform-browser@21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)))(rxjs@7.8.2) '@tanstack/angular-pacer': specifier: workspace:* version: link:../../../packages/angular-pacer @@ -1545,14 +1545,14 @@ importers: version: 2.8.1 devDependencies: '@angular/build': - specifier: ^21.2.11 - version: 21.2.13(@angular/compiler-cli@21.2.15(@angular/compiler@21.2.15)(typescript@6.0.3))(@angular/compiler@21.2.15)(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(@angular/platform-browser@21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)))(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)(@types/node@25.7.0)(chokidar@5.0.0)(jiti@2.7.0)(lightningcss@1.32.0)(postcss@8.5.15)(tslib@2.8.1)(typescript@6.0.3)(vitest@4.1.7(@types/node@25.7.0)(happy-dom@20.9.0)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)))(yaml@2.9.0) + specifier: ^21.2.14 + version: 21.2.14(@angular/compiler-cli@21.2.16(@angular/compiler@21.2.16)(typescript@6.0.3))(@angular/compiler@21.2.16)(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(@angular/platform-browser@21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)))(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)(@types/node@25.7.0)(chokidar@5.0.0)(jiti@2.7.0)(lightningcss@1.32.0)(postcss@8.5.15)(tslib@2.8.1)(typescript@6.0.3)(vitest@4.1.8(@types/node@25.7.0)(happy-dom@20.10.2)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)))(yaml@2.9.0) '@angular/cli': - specifier: ^21.2.11 - version: 21.2.13(@types/node@25.7.0)(chokidar@5.0.0) + specifier: ^21.2.14 + version: 21.2.14(@types/node@25.7.0)(chokidar@5.0.0) '@angular/compiler-cli': - specifier: ^21.2.12 - version: 21.2.15(@angular/compiler@21.2.15)(typescript@6.0.3) + specifier: ^21.2.16 + version: 21.2.16(@angular/compiler@21.2.16)(typescript@6.0.3) jsdom: specifier: ^29.1.1 version: 29.1.1 @@ -1560,29 +1560,29 @@ importers: specifier: 6.0.3 version: 6.0.3 vitest: - specifier: ^4.1.6 - version: 4.1.7(@types/node@25.7.0)(happy-dom@20.9.0)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + specifier: ^4.1.8 + version: 4.1.8(@types/node@25.7.0)(happy-dom@20.10.2)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) examples/angular/injectRateLimiter: dependencies: '@angular/common': - specifier: ^21.2.12 - version: 21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2) '@angular/compiler': - specifier: ^21.2.12 - version: 21.2.15 + specifier: ^21.2.16 + version: 21.2.16 '@angular/core': - specifier: ^21.2.12 - version: 21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2) '@angular/forms': - specifier: ^21.2.12 - version: 21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(@angular/platform-browser@21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)))(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(@angular/platform-browser@21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)))(rxjs@7.8.2) '@angular/platform-browser': - specifier: ^21.2.12 - version: 21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)) + specifier: ^21.2.16 + version: 21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)) '@angular/router': - specifier: ^21.2.12 - version: 21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(@angular/platform-browser@21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)))(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(@angular/platform-browser@21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)))(rxjs@7.8.2) '@tanstack/angular-pacer': specifier: workspace:* version: link:../../../packages/angular-pacer @@ -1594,14 +1594,14 @@ importers: version: 2.8.1 devDependencies: '@angular/build': - specifier: ^21.2.11 - version: 21.2.13(@angular/compiler-cli@21.2.15(@angular/compiler@21.2.15)(typescript@6.0.3))(@angular/compiler@21.2.15)(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(@angular/platform-browser@21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)))(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)(@types/node@25.7.0)(chokidar@5.0.0)(jiti@2.7.0)(lightningcss@1.32.0)(postcss@8.5.15)(tslib@2.8.1)(typescript@6.0.3)(vitest@4.1.7(@types/node@25.7.0)(happy-dom@20.9.0)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)))(yaml@2.9.0) + specifier: ^21.2.14 + version: 21.2.14(@angular/compiler-cli@21.2.16(@angular/compiler@21.2.16)(typescript@6.0.3))(@angular/compiler@21.2.16)(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(@angular/platform-browser@21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)))(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)(@types/node@25.7.0)(chokidar@5.0.0)(jiti@2.7.0)(lightningcss@1.32.0)(postcss@8.5.15)(tslib@2.8.1)(typescript@6.0.3)(vitest@4.1.8(@types/node@25.7.0)(happy-dom@20.10.2)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)))(yaml@2.9.0) '@angular/cli': - specifier: ^21.2.11 - version: 21.2.13(@types/node@25.7.0)(chokidar@5.0.0) + specifier: ^21.2.14 + version: 21.2.14(@types/node@25.7.0)(chokidar@5.0.0) '@angular/compiler-cli': - specifier: ^21.2.12 - version: 21.2.15(@angular/compiler@21.2.15)(typescript@6.0.3) + specifier: ^21.2.16 + version: 21.2.16(@angular/compiler@21.2.16)(typescript@6.0.3) jsdom: specifier: ^29.1.1 version: 29.1.1 @@ -1609,29 +1609,29 @@ importers: specifier: 6.0.3 version: 6.0.3 vitest: - specifier: ^4.1.6 - version: 4.1.7(@types/node@25.7.0)(happy-dom@20.9.0)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + specifier: ^4.1.8 + version: 4.1.8(@types/node@25.7.0)(happy-dom@20.10.2)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) examples/angular/injectRateLimiterWithPersister: dependencies: '@angular/common': - specifier: ^21.2.12 - version: 21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2) '@angular/compiler': - specifier: ^21.2.12 - version: 21.2.15 + specifier: ^21.2.16 + version: 21.2.16 '@angular/core': - specifier: ^21.2.12 - version: 21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2) '@angular/forms': - specifier: ^21.2.12 - version: 21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(@angular/platform-browser@21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)))(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(@angular/platform-browser@21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)))(rxjs@7.8.2) '@angular/platform-browser': - specifier: ^21.2.12 - version: 21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)) + specifier: ^21.2.16 + version: 21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)) '@angular/router': - specifier: ^21.2.12 - version: 21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(@angular/platform-browser@21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)))(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(@angular/platform-browser@21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)))(rxjs@7.8.2) '@tanstack/angular-pacer': specifier: workspace:* version: link:../../../packages/angular-pacer @@ -1643,14 +1643,14 @@ importers: version: 2.8.1 devDependencies: '@angular/build': - specifier: ^21.2.11 - version: 21.2.13(@angular/compiler-cli@21.2.15(@angular/compiler@21.2.15)(typescript@6.0.3))(@angular/compiler@21.2.15)(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(@angular/platform-browser@21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)))(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)(@types/node@25.7.0)(chokidar@5.0.0)(jiti@2.7.0)(lightningcss@1.32.0)(postcss@8.5.15)(tslib@2.8.1)(typescript@6.0.3)(vitest@4.1.7(@types/node@25.7.0)(happy-dom@20.9.0)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)))(yaml@2.9.0) + specifier: ^21.2.14 + version: 21.2.14(@angular/compiler-cli@21.2.16(@angular/compiler@21.2.16)(typescript@6.0.3))(@angular/compiler@21.2.16)(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(@angular/platform-browser@21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)))(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)(@types/node@25.7.0)(chokidar@5.0.0)(jiti@2.7.0)(lightningcss@1.32.0)(postcss@8.5.15)(tslib@2.8.1)(typescript@6.0.3)(vitest@4.1.8(@types/node@25.7.0)(happy-dom@20.10.2)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)))(yaml@2.9.0) '@angular/cli': - specifier: ^21.2.11 - version: 21.2.13(@types/node@25.7.0)(chokidar@5.0.0) + specifier: ^21.2.14 + version: 21.2.14(@types/node@25.7.0)(chokidar@5.0.0) '@angular/compiler-cli': - specifier: ^21.2.12 - version: 21.2.15(@angular/compiler@21.2.15)(typescript@6.0.3) + specifier: ^21.2.16 + version: 21.2.16(@angular/compiler@21.2.16)(typescript@6.0.3) jsdom: specifier: ^29.1.1 version: 29.1.1 @@ -1658,29 +1658,29 @@ importers: specifier: 6.0.3 version: 6.0.3 vitest: - specifier: ^4.1.6 - version: 4.1.7(@types/node@25.7.0)(happy-dom@20.9.0)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + specifier: ^4.1.8 + version: 4.1.8(@types/node@25.7.0)(happy-dom@20.10.2)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) examples/angular/injectThrottledCallback: dependencies: '@angular/common': - specifier: ^21.2.12 - version: 21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2) '@angular/compiler': - specifier: ^21.2.12 - version: 21.2.15 + specifier: ^21.2.16 + version: 21.2.16 '@angular/core': - specifier: ^21.2.12 - version: 21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2) '@angular/forms': - specifier: ^21.2.12 - version: 21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(@angular/platform-browser@21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)))(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(@angular/platform-browser@21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)))(rxjs@7.8.2) '@angular/platform-browser': - specifier: ^21.2.12 - version: 21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)) + specifier: ^21.2.16 + version: 21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)) '@angular/router': - specifier: ^21.2.12 - version: 21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(@angular/platform-browser@21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)))(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(@angular/platform-browser@21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)))(rxjs@7.8.2) '@tanstack/angular-pacer': specifier: workspace:* version: link:../../../packages/angular-pacer @@ -1692,14 +1692,14 @@ importers: version: 2.8.1 devDependencies: '@angular/build': - specifier: ^21.2.11 - version: 21.2.13(@angular/compiler-cli@21.2.15(@angular/compiler@21.2.15)(typescript@6.0.3))(@angular/compiler@21.2.15)(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(@angular/platform-browser@21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)))(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)(@types/node@25.7.0)(chokidar@5.0.0)(jiti@2.7.0)(lightningcss@1.32.0)(postcss@8.5.15)(tslib@2.8.1)(typescript@6.0.3)(vitest@4.1.7(@types/node@25.7.0)(happy-dom@20.9.0)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)))(yaml@2.9.0) + specifier: ^21.2.14 + version: 21.2.14(@angular/compiler-cli@21.2.16(@angular/compiler@21.2.16)(typescript@6.0.3))(@angular/compiler@21.2.16)(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(@angular/platform-browser@21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)))(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)(@types/node@25.7.0)(chokidar@5.0.0)(jiti@2.7.0)(lightningcss@1.32.0)(postcss@8.5.15)(tslib@2.8.1)(typescript@6.0.3)(vitest@4.1.8(@types/node@25.7.0)(happy-dom@20.10.2)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)))(yaml@2.9.0) '@angular/cli': - specifier: ^21.2.11 - version: 21.2.13(@types/node@25.7.0)(chokidar@5.0.0) + specifier: ^21.2.14 + version: 21.2.14(@types/node@25.7.0)(chokidar@5.0.0) '@angular/compiler-cli': - specifier: ^21.2.12 - version: 21.2.15(@angular/compiler@21.2.15)(typescript@6.0.3) + specifier: ^21.2.16 + version: 21.2.16(@angular/compiler@21.2.16)(typescript@6.0.3) jsdom: specifier: ^29.1.1 version: 29.1.1 @@ -1707,29 +1707,29 @@ importers: specifier: 6.0.3 version: 6.0.3 vitest: - specifier: ^4.1.6 - version: 4.1.7(@types/node@25.7.0)(happy-dom@20.9.0)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + specifier: ^4.1.8 + version: 4.1.8(@types/node@25.7.0)(happy-dom@20.10.2)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) examples/angular/injectThrottledSignal: dependencies: '@angular/common': - specifier: ^21.2.12 - version: 21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2) '@angular/compiler': - specifier: ^21.2.12 - version: 21.2.15 + specifier: ^21.2.16 + version: 21.2.16 '@angular/core': - specifier: ^21.2.12 - version: 21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2) '@angular/forms': - specifier: ^21.2.12 - version: 21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(@angular/platform-browser@21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)))(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(@angular/platform-browser@21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)))(rxjs@7.8.2) '@angular/platform-browser': - specifier: ^21.2.12 - version: 21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)) + specifier: ^21.2.16 + version: 21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)) '@angular/router': - specifier: ^21.2.12 - version: 21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(@angular/platform-browser@21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)))(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(@angular/platform-browser@21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)))(rxjs@7.8.2) '@tanstack/angular-pacer': specifier: workspace:* version: link:../../../packages/angular-pacer @@ -1741,14 +1741,14 @@ importers: version: 2.8.1 devDependencies: '@angular/build': - specifier: ^21.2.11 - version: 21.2.13(@angular/compiler-cli@21.2.15(@angular/compiler@21.2.15)(typescript@6.0.3))(@angular/compiler@21.2.15)(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(@angular/platform-browser@21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)))(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)(@types/node@25.7.0)(chokidar@5.0.0)(jiti@2.7.0)(lightningcss@1.32.0)(postcss@8.5.15)(tslib@2.8.1)(typescript@6.0.3)(vitest@4.1.7(@types/node@25.7.0)(happy-dom@20.9.0)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)))(yaml@2.9.0) + specifier: ^21.2.14 + version: 21.2.14(@angular/compiler-cli@21.2.16(@angular/compiler@21.2.16)(typescript@6.0.3))(@angular/compiler@21.2.16)(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(@angular/platform-browser@21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)))(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)(@types/node@25.7.0)(chokidar@5.0.0)(jiti@2.7.0)(lightningcss@1.32.0)(postcss@8.5.15)(tslib@2.8.1)(typescript@6.0.3)(vitest@4.1.8(@types/node@25.7.0)(happy-dom@20.10.2)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)))(yaml@2.9.0) '@angular/cli': - specifier: ^21.2.11 - version: 21.2.13(@types/node@25.7.0)(chokidar@5.0.0) + specifier: ^21.2.14 + version: 21.2.14(@types/node@25.7.0)(chokidar@5.0.0) '@angular/compiler-cli': - specifier: ^21.2.12 - version: 21.2.15(@angular/compiler@21.2.15)(typescript@6.0.3) + specifier: ^21.2.16 + version: 21.2.16(@angular/compiler@21.2.16)(typescript@6.0.3) jsdom: specifier: ^29.1.1 version: 29.1.1 @@ -1756,29 +1756,29 @@ importers: specifier: 6.0.3 version: 6.0.3 vitest: - specifier: ^4.1.6 - version: 4.1.7(@types/node@25.7.0)(happy-dom@20.9.0)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + specifier: ^4.1.8 + version: 4.1.8(@types/node@25.7.0)(happy-dom@20.10.2)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) examples/angular/injectThrottledValue: dependencies: '@angular/common': - specifier: ^21.2.12 - version: 21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2) '@angular/compiler': - specifier: ^21.2.12 - version: 21.2.15 + specifier: ^21.2.16 + version: 21.2.16 '@angular/core': - specifier: ^21.2.12 - version: 21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2) '@angular/forms': - specifier: ^21.2.12 - version: 21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(@angular/platform-browser@21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)))(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(@angular/platform-browser@21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)))(rxjs@7.8.2) '@angular/platform-browser': - specifier: ^21.2.12 - version: 21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)) + specifier: ^21.2.16 + version: 21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)) '@angular/router': - specifier: ^21.2.12 - version: 21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(@angular/platform-browser@21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)))(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(@angular/platform-browser@21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)))(rxjs@7.8.2) '@tanstack/angular-pacer': specifier: workspace:* version: link:../../../packages/angular-pacer @@ -1790,14 +1790,14 @@ importers: version: 2.8.1 devDependencies: '@angular/build': - specifier: ^21.2.11 - version: 21.2.13(@angular/compiler-cli@21.2.15(@angular/compiler@21.2.15)(typescript@6.0.3))(@angular/compiler@21.2.15)(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(@angular/platform-browser@21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)))(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)(@types/node@25.7.0)(chokidar@5.0.0)(jiti@2.7.0)(lightningcss@1.32.0)(postcss@8.5.15)(tslib@2.8.1)(typescript@6.0.3)(vitest@4.1.7(@types/node@25.7.0)(happy-dom@20.9.0)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)))(yaml@2.9.0) + specifier: ^21.2.14 + version: 21.2.14(@angular/compiler-cli@21.2.16(@angular/compiler@21.2.16)(typescript@6.0.3))(@angular/compiler@21.2.16)(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(@angular/platform-browser@21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)))(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)(@types/node@25.7.0)(chokidar@5.0.0)(jiti@2.7.0)(lightningcss@1.32.0)(postcss@8.5.15)(tslib@2.8.1)(typescript@6.0.3)(vitest@4.1.8(@types/node@25.7.0)(happy-dom@20.10.2)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)))(yaml@2.9.0) '@angular/cli': - specifier: ^21.2.11 - version: 21.2.13(@types/node@25.7.0)(chokidar@5.0.0) + specifier: ^21.2.14 + version: 21.2.14(@types/node@25.7.0)(chokidar@5.0.0) '@angular/compiler-cli': - specifier: ^21.2.12 - version: 21.2.15(@angular/compiler@21.2.15)(typescript@6.0.3) + specifier: ^21.2.16 + version: 21.2.16(@angular/compiler@21.2.16)(typescript@6.0.3) jsdom: specifier: ^29.1.1 version: 29.1.1 @@ -1805,29 +1805,29 @@ importers: specifier: 6.0.3 version: 6.0.3 vitest: - specifier: ^4.1.6 - version: 4.1.7(@types/node@25.7.0)(happy-dom@20.9.0)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + specifier: ^4.1.8 + version: 4.1.8(@types/node@25.7.0)(happy-dom@20.10.2)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) examples/angular/injectThrottler: dependencies: '@angular/common': - specifier: ^21.2.12 - version: 21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2) '@angular/compiler': - specifier: ^21.2.12 - version: 21.2.15 + specifier: ^21.2.16 + version: 21.2.16 '@angular/core': - specifier: ^21.2.12 - version: 21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2) '@angular/forms': - specifier: ^21.2.12 - version: 21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(@angular/platform-browser@21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)))(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(@angular/platform-browser@21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)))(rxjs@7.8.2) '@angular/platform-browser': - specifier: ^21.2.12 - version: 21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)) + specifier: ^21.2.16 + version: 21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)) '@angular/router': - specifier: ^21.2.12 - version: 21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(@angular/platform-browser@21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)))(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(@angular/platform-browser@21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)))(rxjs@7.8.2) '@tanstack/angular-pacer': specifier: workspace:* version: link:../../../packages/angular-pacer @@ -1839,14 +1839,14 @@ importers: version: 2.8.1 devDependencies: '@angular/build': - specifier: ^21.2.11 - version: 21.2.13(@angular/compiler-cli@21.2.15(@angular/compiler@21.2.15)(typescript@6.0.3))(@angular/compiler@21.2.15)(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(@angular/platform-browser@21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)))(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)(@types/node@25.7.0)(chokidar@5.0.0)(jiti@2.7.0)(lightningcss@1.32.0)(postcss@8.5.15)(tslib@2.8.1)(typescript@6.0.3)(vitest@4.1.7(@types/node@25.7.0)(happy-dom@20.9.0)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)))(yaml@2.9.0) + specifier: ^21.2.14 + version: 21.2.14(@angular/compiler-cli@21.2.16(@angular/compiler@21.2.16)(typescript@6.0.3))(@angular/compiler@21.2.16)(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(@angular/platform-browser@21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)))(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)(@types/node@25.7.0)(chokidar@5.0.0)(jiti@2.7.0)(lightningcss@1.32.0)(postcss@8.5.15)(tslib@2.8.1)(typescript@6.0.3)(vitest@4.1.8(@types/node@25.7.0)(happy-dom@20.10.2)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)))(yaml@2.9.0) '@angular/cli': - specifier: ^21.2.11 - version: 21.2.13(@types/node@25.7.0)(chokidar@5.0.0) + specifier: ^21.2.14 + version: 21.2.14(@types/node@25.7.0)(chokidar@5.0.0) '@angular/compiler-cli': - specifier: ^21.2.12 - version: 21.2.15(@angular/compiler@21.2.15)(typescript@6.0.3) + specifier: ^21.2.16 + version: 21.2.16(@angular/compiler@21.2.16)(typescript@6.0.3) jsdom: specifier: ^29.1.1 version: 29.1.1 @@ -1854,29 +1854,29 @@ importers: specifier: 6.0.3 version: 6.0.3 vitest: - specifier: ^4.1.6 - version: 4.1.7(@types/node@25.7.0)(happy-dom@20.9.0)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + specifier: ^4.1.8 + version: 4.1.8(@types/node@25.7.0)(happy-dom@20.10.2)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) examples/angular/queue: dependencies: '@angular/common': - specifier: ^21.2.12 - version: 21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2) '@angular/compiler': - specifier: ^21.2.12 - version: 21.2.15 + specifier: ^21.2.16 + version: 21.2.16 '@angular/core': - specifier: ^21.2.12 - version: 21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2) '@angular/forms': - specifier: ^21.2.12 - version: 21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(@angular/platform-browser@21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)))(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(@angular/platform-browser@21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)))(rxjs@7.8.2) '@angular/platform-browser': - specifier: ^21.2.12 - version: 21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)) + specifier: ^21.2.16 + version: 21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)) '@angular/router': - specifier: ^21.2.12 - version: 21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(@angular/platform-browser@21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)))(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(@angular/platform-browser@21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)))(rxjs@7.8.2) '@tanstack/angular-pacer': specifier: workspace:* version: link:../../../packages/angular-pacer @@ -1888,14 +1888,14 @@ importers: version: 2.8.1 devDependencies: '@angular/build': - specifier: ^21.2.11 - version: 21.2.13(@angular/compiler-cli@21.2.15(@angular/compiler@21.2.15)(typescript@6.0.3))(@angular/compiler@21.2.15)(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(@angular/platform-browser@21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)))(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)(@types/node@25.7.0)(chokidar@5.0.0)(jiti@2.7.0)(lightningcss@1.32.0)(postcss@8.5.15)(tslib@2.8.1)(typescript@6.0.3)(vitest@4.1.7(@types/node@25.7.0)(happy-dom@20.9.0)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)))(yaml@2.9.0) + specifier: ^21.2.14 + version: 21.2.14(@angular/compiler-cli@21.2.16(@angular/compiler@21.2.16)(typescript@6.0.3))(@angular/compiler@21.2.16)(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(@angular/platform-browser@21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)))(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)(@types/node@25.7.0)(chokidar@5.0.0)(jiti@2.7.0)(lightningcss@1.32.0)(postcss@8.5.15)(tslib@2.8.1)(typescript@6.0.3)(vitest@4.1.8(@types/node@25.7.0)(happy-dom@20.10.2)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)))(yaml@2.9.0) '@angular/cli': - specifier: ^21.2.11 - version: 21.2.13(@types/node@25.7.0)(chokidar@5.0.0) + specifier: ^21.2.14 + version: 21.2.14(@types/node@25.7.0)(chokidar@5.0.0) '@angular/compiler-cli': - specifier: ^21.2.12 - version: 21.2.15(@angular/compiler@21.2.15)(typescript@6.0.3) + specifier: ^21.2.16 + version: 21.2.16(@angular/compiler@21.2.16)(typescript@6.0.3) jsdom: specifier: ^29.1.1 version: 29.1.1 @@ -1903,29 +1903,29 @@ importers: specifier: 6.0.3 version: 6.0.3 vitest: - specifier: ^4.1.6 - version: 4.1.7(@types/node@25.7.0)(happy-dom@20.9.0)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + specifier: ^4.1.8 + version: 4.1.8(@types/node@25.7.0)(happy-dom@20.10.2)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) examples/angular/rateLimit: dependencies: '@angular/common': - specifier: ^21.2.12 - version: 21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2) '@angular/compiler': - specifier: ^21.2.12 - version: 21.2.15 + specifier: ^21.2.16 + version: 21.2.16 '@angular/core': - specifier: ^21.2.12 - version: 21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2) '@angular/forms': - specifier: ^21.2.12 - version: 21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(@angular/platform-browser@21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)))(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(@angular/platform-browser@21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)))(rxjs@7.8.2) '@angular/platform-browser': - specifier: ^21.2.12 - version: 21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)) + specifier: ^21.2.16 + version: 21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)) '@angular/router': - specifier: ^21.2.12 - version: 21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(@angular/platform-browser@21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)))(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(@angular/platform-browser@21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)))(rxjs@7.8.2) '@tanstack/angular-pacer': specifier: workspace:* version: link:../../../packages/angular-pacer @@ -1937,14 +1937,14 @@ importers: version: 2.8.1 devDependencies: '@angular/build': - specifier: ^21.2.11 - version: 21.2.13(@angular/compiler-cli@21.2.15(@angular/compiler@21.2.15)(typescript@6.0.3))(@angular/compiler@21.2.15)(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(@angular/platform-browser@21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)))(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)(@types/node@25.7.0)(chokidar@5.0.0)(jiti@2.7.0)(lightningcss@1.32.0)(postcss@8.5.15)(tslib@2.8.1)(typescript@6.0.3)(vitest@4.1.7(@types/node@25.7.0)(happy-dom@20.9.0)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)))(yaml@2.9.0) + specifier: ^21.2.14 + version: 21.2.14(@angular/compiler-cli@21.2.16(@angular/compiler@21.2.16)(typescript@6.0.3))(@angular/compiler@21.2.16)(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(@angular/platform-browser@21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)))(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)(@types/node@25.7.0)(chokidar@5.0.0)(jiti@2.7.0)(lightningcss@1.32.0)(postcss@8.5.15)(tslib@2.8.1)(typescript@6.0.3)(vitest@4.1.8(@types/node@25.7.0)(happy-dom@20.10.2)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)))(yaml@2.9.0) '@angular/cli': - specifier: ^21.2.11 - version: 21.2.13(@types/node@25.7.0)(chokidar@5.0.0) + specifier: ^21.2.14 + version: 21.2.14(@types/node@25.7.0)(chokidar@5.0.0) '@angular/compiler-cli': - specifier: ^21.2.12 - version: 21.2.15(@angular/compiler@21.2.15)(typescript@6.0.3) + specifier: ^21.2.16 + version: 21.2.16(@angular/compiler@21.2.16)(typescript@6.0.3) jsdom: specifier: ^29.1.1 version: 29.1.1 @@ -1952,29 +1952,29 @@ importers: specifier: 6.0.3 version: 6.0.3 vitest: - specifier: ^4.1.6 - version: 4.1.7(@types/node@25.7.0)(happy-dom@20.9.0)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + specifier: ^4.1.8 + version: 4.1.8(@types/node@25.7.0)(happy-dom@20.10.2)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) examples/angular/throttle: dependencies: '@angular/common': - specifier: ^21.2.12 - version: 21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2) '@angular/compiler': - specifier: ^21.2.12 - version: 21.2.15 + specifier: ^21.2.16 + version: 21.2.16 '@angular/core': - specifier: ^21.2.12 - version: 21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2) '@angular/forms': - specifier: ^21.2.12 - version: 21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(@angular/platform-browser@21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)))(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(@angular/platform-browser@21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)))(rxjs@7.8.2) '@angular/platform-browser': - specifier: ^21.2.12 - version: 21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)) + specifier: ^21.2.16 + version: 21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)) '@angular/router': - specifier: ^21.2.12 - version: 21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(@angular/platform-browser@21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)))(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(@angular/platform-browser@21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)))(rxjs@7.8.2) '@tanstack/angular-pacer': specifier: workspace:* version: link:../../../packages/angular-pacer @@ -1986,14 +1986,14 @@ importers: version: 2.8.1 devDependencies: '@angular/build': - specifier: ^21.2.11 - version: 21.2.13(@angular/compiler-cli@21.2.15(@angular/compiler@21.2.15)(typescript@6.0.3))(@angular/compiler@21.2.15)(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(@angular/platform-browser@21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)))(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)(@types/node@25.7.0)(chokidar@5.0.0)(jiti@2.7.0)(lightningcss@1.32.0)(postcss@8.5.15)(tslib@2.8.1)(typescript@6.0.3)(vitest@4.1.7(@types/node@25.7.0)(happy-dom@20.9.0)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)))(yaml@2.9.0) + specifier: ^21.2.14 + version: 21.2.14(@angular/compiler-cli@21.2.16(@angular/compiler@21.2.16)(typescript@6.0.3))(@angular/compiler@21.2.16)(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(@angular/platform-browser@21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)))(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)(@types/node@25.7.0)(chokidar@5.0.0)(jiti@2.7.0)(lightningcss@1.32.0)(postcss@8.5.15)(tslib@2.8.1)(typescript@6.0.3)(vitest@4.1.8(@types/node@25.7.0)(happy-dom@20.10.2)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)))(yaml@2.9.0) '@angular/cli': - specifier: ^21.2.11 - version: 21.2.13(@types/node@25.7.0)(chokidar@5.0.0) + specifier: ^21.2.14 + version: 21.2.14(@types/node@25.7.0)(chokidar@5.0.0) '@angular/compiler-cli': - specifier: ^21.2.12 - version: 21.2.15(@angular/compiler@21.2.15)(typescript@6.0.3) + specifier: ^21.2.16 + version: 21.2.16(@angular/compiler@21.2.16)(typescript@6.0.3) jsdom: specifier: ^29.1.1 version: 29.1.1 @@ -2001,8 +2001,8 @@ importers: specifier: 6.0.3 version: 6.0.3 vitest: - specifier: ^4.1.6 - version: 4.1.7(@types/node@25.7.0)(happy-dom@20.9.0)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + specifier: ^4.1.8 + version: 4.1.8(@types/node@25.7.0)(happy-dom@20.10.2)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) examples/preact/asyncBatch: dependencies: @@ -2010,15 +2010,15 @@ importers: specifier: workspace:* version: link:../../../packages/preact-pacer preact: - specifier: ^10.29.1 + specifier: ^10.29.2 version: 10.29.2 devDependencies: '@preact/preset-vite': specifier: ^2.10.5 - version: 2.10.5(@babel/core@7.29.0)(preact@10.29.2)(rollup@4.60.1)(vite@8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + version: 2.10.5(@babel/core@7.29.0)(preact@10.29.2)(rollup@4.60.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) vite: - specifier: ^8.0.12 - version: 8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) + specifier: ^8.0.16 + version: 8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) examples/preact/asyncDebounce: dependencies: @@ -2026,15 +2026,15 @@ importers: specifier: workspace:* version: link:../../../packages/preact-pacer preact: - specifier: ^10.29.1 + specifier: ^10.29.2 version: 10.29.2 devDependencies: '@preact/preset-vite': specifier: ^2.10.5 - version: 2.10.5(@babel/core@7.29.0)(preact@10.29.2)(rollup@4.60.1)(vite@8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + version: 2.10.5(@babel/core@7.29.0)(preact@10.29.2)(rollup@4.60.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) vite: - specifier: ^8.0.12 - version: 8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) + specifier: ^8.0.16 + version: 8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) examples/preact/asyncRateLimit: dependencies: @@ -2042,15 +2042,15 @@ importers: specifier: workspace:* version: link:../../../packages/preact-pacer preact: - specifier: ^10.29.1 + specifier: ^10.29.2 version: 10.29.2 devDependencies: '@preact/preset-vite': specifier: ^2.10.5 - version: 2.10.5(@babel/core@7.29.0)(preact@10.29.2)(rollup@4.60.1)(vite@8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + version: 2.10.5(@babel/core@7.29.0)(preact@10.29.2)(rollup@4.60.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) vite: - specifier: ^8.0.12 - version: 8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) + specifier: ^8.0.16 + version: 8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) examples/preact/asyncRetry: dependencies: @@ -2058,15 +2058,15 @@ importers: specifier: workspace:* version: link:../../../packages/preact-pacer preact: - specifier: ^10.29.1 + specifier: ^10.29.2 version: 10.29.2 devDependencies: '@preact/preset-vite': specifier: ^2.10.5 - version: 2.10.5(@babel/core@7.29.0)(preact@10.29.2)(rollup@4.60.1)(vite@8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + version: 2.10.5(@babel/core@7.29.0)(preact@10.29.2)(rollup@4.60.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) vite: - specifier: ^8.0.12 - version: 8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) + specifier: ^8.0.16 + version: 8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) examples/preact/asyncThrottle: dependencies: @@ -2074,15 +2074,15 @@ importers: specifier: workspace:* version: link:../../../packages/preact-pacer preact: - specifier: ^10.29.1 + specifier: ^10.29.2 version: 10.29.2 devDependencies: '@preact/preset-vite': specifier: ^2.10.5 - version: 2.10.5(@babel/core@7.29.0)(preact@10.29.2)(rollup@4.60.1)(vite@8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + version: 2.10.5(@babel/core@7.29.0)(preact@10.29.2)(rollup@4.60.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) vite: - specifier: ^8.0.12 - version: 8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) + specifier: ^8.0.16 + version: 8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) examples/preact/batch: dependencies: @@ -2090,15 +2090,15 @@ importers: specifier: workspace:* version: link:../../../packages/preact-pacer preact: - specifier: ^10.29.1 + specifier: ^10.29.2 version: 10.29.2 devDependencies: '@preact/preset-vite': specifier: ^2.10.5 - version: 2.10.5(@babel/core@7.29.0)(preact@10.29.2)(rollup@4.60.1)(vite@8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + version: 2.10.5(@babel/core@7.29.0)(preact@10.29.2)(rollup@4.60.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) vite: - specifier: ^8.0.12 - version: 8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) + specifier: ^8.0.16 + version: 8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) examples/preact/debounce: dependencies: @@ -2106,15 +2106,15 @@ importers: specifier: workspace:* version: link:../../../packages/preact-pacer preact: - specifier: ^10.29.1 + specifier: ^10.29.2 version: 10.29.2 devDependencies: '@preact/preset-vite': specifier: ^2.10.5 - version: 2.10.5(@babel/core@7.29.0)(preact@10.29.2)(rollup@4.60.1)(vite@8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + version: 2.10.5(@babel/core@7.29.0)(preact@10.29.2)(rollup@4.60.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) vite: - specifier: ^8.0.12 - version: 8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) + specifier: ^8.0.16 + version: 8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) examples/preact/queue: dependencies: @@ -2122,15 +2122,15 @@ importers: specifier: workspace:* version: link:../../../packages/preact-pacer preact: - specifier: ^10.29.1 + specifier: ^10.29.2 version: 10.29.2 devDependencies: '@preact/preset-vite': specifier: ^2.10.5 - version: 2.10.5(@babel/core@7.29.0)(preact@10.29.2)(rollup@4.60.1)(vite@8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + version: 2.10.5(@babel/core@7.29.0)(preact@10.29.2)(rollup@4.60.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) vite: - specifier: ^8.0.12 - version: 8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) + specifier: ^8.0.16 + version: 8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) examples/preact/rateLimit: dependencies: @@ -2138,15 +2138,15 @@ importers: specifier: workspace:* version: link:../../../packages/preact-pacer preact: - specifier: ^10.29.1 + specifier: ^10.29.2 version: 10.29.2 devDependencies: '@preact/preset-vite': specifier: ^2.10.5 - version: 2.10.5(@babel/core@7.29.0)(preact@10.29.2)(rollup@4.60.1)(vite@8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + version: 2.10.5(@babel/core@7.29.0)(preact@10.29.2)(rollup@4.60.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) vite: - specifier: ^8.0.12 - version: 8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) + specifier: ^8.0.16 + version: 8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) examples/preact/throttle: dependencies: @@ -2154,15 +2154,15 @@ importers: specifier: workspace:* version: link:../../../packages/preact-pacer preact: - specifier: ^10.29.1 + specifier: ^10.29.2 version: 10.29.2 devDependencies: '@preact/preset-vite': specifier: ^2.10.5 - version: 2.10.5(@babel/core@7.29.0)(preact@10.29.2)(rollup@4.60.1)(vite@8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + version: 2.10.5(@babel/core@7.29.0)(preact@10.29.2)(rollup@4.60.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) vite: - specifier: ^8.0.12 - version: 8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) + specifier: ^8.0.16 + version: 8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) examples/preact/useAsyncBatchedCallback: dependencies: @@ -2170,15 +2170,15 @@ importers: specifier: workspace:* version: link:../../../packages/preact-pacer preact: - specifier: ^10.29.1 + specifier: ^10.29.2 version: 10.29.2 devDependencies: '@preact/preset-vite': specifier: ^2.10.5 - version: 2.10.5(@babel/core@7.29.0)(preact@10.29.2)(rollup@4.60.1)(vite@8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + version: 2.10.5(@babel/core@7.29.0)(preact@10.29.2)(rollup@4.60.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) vite: - specifier: ^8.0.12 - version: 8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) + specifier: ^8.0.16 + version: 8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) examples/preact/useAsyncBatcher: dependencies: @@ -2186,15 +2186,15 @@ importers: specifier: workspace:* version: link:../../../packages/preact-pacer preact: - specifier: ^10.29.1 + specifier: ^10.29.2 version: 10.29.2 devDependencies: '@preact/preset-vite': specifier: ^2.10.5 - version: 2.10.5(@babel/core@7.29.0)(preact@10.29.2)(rollup@4.60.1)(vite@8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + version: 2.10.5(@babel/core@7.29.0)(preact@10.29.2)(rollup@4.60.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) vite: - specifier: ^8.0.12 - version: 8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) + specifier: ^8.0.16 + version: 8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) examples/preact/useAsyncDebouncedCallback: dependencies: @@ -2202,15 +2202,15 @@ importers: specifier: workspace:* version: link:../../../packages/preact-pacer preact: - specifier: ^10.29.1 + specifier: ^10.29.2 version: 10.29.2 devDependencies: '@preact/preset-vite': specifier: ^2.10.5 - version: 2.10.5(@babel/core@7.29.0)(preact@10.29.2)(rollup@4.60.1)(vite@8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + version: 2.10.5(@babel/core@7.29.0)(preact@10.29.2)(rollup@4.60.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) vite: - specifier: ^8.0.12 - version: 8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) + specifier: ^8.0.16 + version: 8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) examples/preact/useAsyncDebouncer: dependencies: @@ -2218,15 +2218,15 @@ importers: specifier: workspace:* version: link:../../../packages/preact-pacer preact: - specifier: ^10.29.1 + specifier: ^10.29.2 version: 10.29.2 devDependencies: '@preact/preset-vite': specifier: ^2.10.5 - version: 2.10.5(@babel/core@7.29.0)(preact@10.29.2)(rollup@4.60.1)(vite@8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + version: 2.10.5(@babel/core@7.29.0)(preact@10.29.2)(rollup@4.60.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) vite: - specifier: ^8.0.12 - version: 8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) + specifier: ^8.0.16 + version: 8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) examples/preact/useAsyncQueuedState: dependencies: @@ -2234,15 +2234,15 @@ importers: specifier: workspace:* version: link:../../../packages/preact-pacer preact: - specifier: ^10.29.1 + specifier: ^10.29.2 version: 10.29.2 devDependencies: '@preact/preset-vite': specifier: ^2.10.5 - version: 2.10.5(@babel/core@7.29.0)(preact@10.29.2)(rollup@4.60.1)(vite@8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + version: 2.10.5(@babel/core@7.29.0)(preact@10.29.2)(rollup@4.60.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) vite: - specifier: ^8.0.12 - version: 8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) + specifier: ^8.0.16 + version: 8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) examples/preact/useAsyncQueuer: dependencies: @@ -2250,15 +2250,15 @@ importers: specifier: workspace:* version: link:../../../packages/preact-pacer preact: - specifier: ^10.29.1 + specifier: ^10.29.2 version: 10.29.2 devDependencies: '@preact/preset-vite': specifier: ^2.10.5 - version: 2.10.5(@babel/core@7.29.0)(preact@10.29.2)(rollup@4.60.1)(vite@8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + version: 2.10.5(@babel/core@7.29.0)(preact@10.29.2)(rollup@4.60.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) vite: - specifier: ^8.0.12 - version: 8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) + specifier: ^8.0.16 + version: 8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) examples/preact/useAsyncRateLimiter: dependencies: @@ -2266,15 +2266,15 @@ importers: specifier: workspace:* version: link:../../../packages/preact-pacer preact: - specifier: ^10.29.1 + specifier: ^10.29.2 version: 10.29.2 devDependencies: '@preact/preset-vite': specifier: ^2.10.5 - version: 2.10.5(@babel/core@7.29.0)(preact@10.29.2)(rollup@4.60.1)(vite@8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + version: 2.10.5(@babel/core@7.29.0)(preact@10.29.2)(rollup@4.60.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) vite: - specifier: ^8.0.12 - version: 8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) + specifier: ^8.0.16 + version: 8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) examples/preact/useAsyncRateLimiterWithPersister: dependencies: @@ -2282,15 +2282,15 @@ importers: specifier: workspace:* version: link:../../../packages/preact-pacer preact: - specifier: ^10.29.1 + specifier: ^10.29.2 version: 10.29.2 devDependencies: '@preact/preset-vite': specifier: ^2.10.5 - version: 2.10.5(@babel/core@7.29.0)(preact@10.29.2)(rollup@4.60.1)(vite@8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + version: 2.10.5(@babel/core@7.29.0)(preact@10.29.2)(rollup@4.60.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) vite: - specifier: ^8.0.12 - version: 8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) + specifier: ^8.0.16 + version: 8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) examples/preact/useAsyncThrottledCallback: dependencies: @@ -2298,15 +2298,15 @@ importers: specifier: workspace:* version: link:../../../packages/preact-pacer preact: - specifier: ^10.29.1 + specifier: ^10.29.2 version: 10.29.2 devDependencies: '@preact/preset-vite': specifier: ^2.10.5 - version: 2.10.5(@babel/core@7.29.0)(preact@10.29.2)(rollup@4.60.1)(vite@8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + version: 2.10.5(@babel/core@7.29.0)(preact@10.29.2)(rollup@4.60.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) vite: - specifier: ^8.0.12 - version: 8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) + specifier: ^8.0.16 + version: 8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) examples/preact/useAsyncThrottler: dependencies: @@ -2314,15 +2314,15 @@ importers: specifier: workspace:* version: link:../../../packages/preact-pacer preact: - specifier: ^10.29.1 + specifier: ^10.29.2 version: 10.29.2 devDependencies: '@preact/preset-vite': specifier: ^2.10.5 - version: 2.10.5(@babel/core@7.29.0)(preact@10.29.2)(rollup@4.60.1)(vite@8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + version: 2.10.5(@babel/core@7.29.0)(preact@10.29.2)(rollup@4.60.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) vite: - specifier: ^8.0.12 - version: 8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) + specifier: ^8.0.16 + version: 8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) examples/preact/useBatchedCallback: dependencies: @@ -2330,15 +2330,15 @@ importers: specifier: workspace:* version: link:../../../packages/preact-pacer preact: - specifier: ^10.29.1 + specifier: ^10.29.2 version: 10.29.2 devDependencies: '@preact/preset-vite': specifier: ^2.10.5 - version: 2.10.5(@babel/core@7.29.0)(preact@10.29.2)(rollup@4.60.1)(vite@8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + version: 2.10.5(@babel/core@7.29.0)(preact@10.29.2)(rollup@4.60.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) vite: - specifier: ^8.0.12 - version: 8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) + specifier: ^8.0.16 + version: 8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) examples/preact/useBatcher: dependencies: @@ -2346,15 +2346,15 @@ importers: specifier: workspace:* version: link:../../../packages/preact-pacer preact: - specifier: ^10.29.1 + specifier: ^10.29.2 version: 10.29.2 devDependencies: '@preact/preset-vite': specifier: ^2.10.5 - version: 2.10.5(@babel/core@7.29.0)(preact@10.29.2)(rollup@4.60.1)(vite@8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + version: 2.10.5(@babel/core@7.29.0)(preact@10.29.2)(rollup@4.60.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) vite: - specifier: ^8.0.12 - version: 8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) + specifier: ^8.0.16 + version: 8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) examples/preact/useDebouncedCallback: dependencies: @@ -2362,15 +2362,15 @@ importers: specifier: workspace:* version: link:../../../packages/preact-pacer preact: - specifier: ^10.29.1 + specifier: ^10.29.2 version: 10.29.2 devDependencies: '@preact/preset-vite': specifier: ^2.10.5 - version: 2.10.5(@babel/core@7.29.0)(preact@10.29.2)(rollup@4.60.1)(vite@8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + version: 2.10.5(@babel/core@7.29.0)(preact@10.29.2)(rollup@4.60.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) vite: - specifier: ^8.0.12 - version: 8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) + specifier: ^8.0.16 + version: 8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) examples/preact/useDebouncedState: dependencies: @@ -2378,15 +2378,15 @@ importers: specifier: workspace:* version: link:../../../packages/preact-pacer preact: - specifier: ^10.29.1 + specifier: ^10.29.2 version: 10.29.2 devDependencies: '@preact/preset-vite': specifier: ^2.10.5 - version: 2.10.5(@babel/core@7.29.0)(preact@10.29.2)(rollup@4.60.1)(vite@8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + version: 2.10.5(@babel/core@7.29.0)(preact@10.29.2)(rollup@4.60.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) vite: - specifier: ^8.0.12 - version: 8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) + specifier: ^8.0.16 + version: 8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) examples/preact/useDebouncedValue: dependencies: @@ -2394,15 +2394,15 @@ importers: specifier: workspace:* version: link:../../../packages/preact-pacer preact: - specifier: ^10.29.1 + specifier: ^10.29.2 version: 10.29.2 devDependencies: '@preact/preset-vite': specifier: ^2.10.5 - version: 2.10.5(@babel/core@7.29.0)(preact@10.29.2)(rollup@4.60.1)(vite@8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + version: 2.10.5(@babel/core@7.29.0)(preact@10.29.2)(rollup@4.60.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) vite: - specifier: ^8.0.12 - version: 8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) + specifier: ^8.0.16 + version: 8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) examples/preact/useDebouncer: dependencies: @@ -2410,15 +2410,15 @@ importers: specifier: workspace:* version: link:../../../packages/preact-pacer preact: - specifier: ^10.29.1 + specifier: ^10.29.2 version: 10.29.2 devDependencies: '@preact/preset-vite': specifier: ^2.10.5 - version: 2.10.5(@babel/core@7.29.0)(preact@10.29.2)(rollup@4.60.1)(vite@8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + version: 2.10.5(@babel/core@7.29.0)(preact@10.29.2)(rollup@4.60.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) vite: - specifier: ^8.0.12 - version: 8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) + specifier: ^8.0.16 + version: 8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) examples/preact/useQueuedState: dependencies: @@ -2426,15 +2426,15 @@ importers: specifier: workspace:* version: link:../../../packages/preact-pacer preact: - specifier: ^10.29.1 + specifier: ^10.29.2 version: 10.29.2 devDependencies: '@preact/preset-vite': specifier: ^2.10.5 - version: 2.10.5(@babel/core@7.29.0)(preact@10.29.2)(rollup@4.60.1)(vite@8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + version: 2.10.5(@babel/core@7.29.0)(preact@10.29.2)(rollup@4.60.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) vite: - specifier: ^8.0.12 - version: 8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) + specifier: ^8.0.16 + version: 8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) examples/preact/useQueuedValue: dependencies: @@ -2442,15 +2442,15 @@ importers: specifier: workspace:* version: link:../../../packages/preact-pacer preact: - specifier: ^10.29.1 + specifier: ^10.29.2 version: 10.29.2 devDependencies: '@preact/preset-vite': specifier: ^2.10.5 - version: 2.10.5(@babel/core@7.29.0)(preact@10.29.2)(rollup@4.60.1)(vite@8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + version: 2.10.5(@babel/core@7.29.0)(preact@10.29.2)(rollup@4.60.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) vite: - specifier: ^8.0.12 - version: 8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) + specifier: ^8.0.16 + version: 8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) examples/preact/useQueuer: dependencies: @@ -2464,15 +2464,15 @@ importers: specifier: workspace:* version: link:../../../packages/preact-pacer-devtools preact: - specifier: ^10.29.1 + specifier: ^10.29.2 version: 10.29.2 devDependencies: '@preact/preset-vite': specifier: ^2.10.5 - version: 2.10.5(@babel/core@7.29.0)(preact@10.29.2)(rollup@4.60.1)(vite@8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + version: 2.10.5(@babel/core@7.29.0)(preact@10.29.2)(rollup@4.60.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) vite: - specifier: ^8.0.12 - version: 8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) + specifier: ^8.0.16 + version: 8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) examples/preact/useQueuerWithPersister: dependencies: @@ -2480,15 +2480,15 @@ importers: specifier: workspace:* version: link:../../../packages/preact-pacer preact: - specifier: ^10.29.1 + specifier: ^10.29.2 version: 10.29.2 devDependencies: '@preact/preset-vite': specifier: ^2.10.5 - version: 2.10.5(@babel/core@7.29.0)(preact@10.29.2)(rollup@4.60.1)(vite@8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + version: 2.10.5(@babel/core@7.29.0)(preact@10.29.2)(rollup@4.60.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) vite: - specifier: ^8.0.12 - version: 8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) + specifier: ^8.0.16 + version: 8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) examples/preact/useRateLimitedCallback: dependencies: @@ -2496,15 +2496,15 @@ importers: specifier: workspace:* version: link:../../../packages/preact-pacer preact: - specifier: ^10.29.1 + specifier: ^10.29.2 version: 10.29.2 devDependencies: '@preact/preset-vite': specifier: ^2.10.5 - version: 2.10.5(@babel/core@7.29.0)(preact@10.29.2)(rollup@4.60.1)(vite@8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + version: 2.10.5(@babel/core@7.29.0)(preact@10.29.2)(rollup@4.60.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) vite: - specifier: ^8.0.12 - version: 8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) + specifier: ^8.0.16 + version: 8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) examples/preact/useRateLimitedState: dependencies: @@ -2512,15 +2512,15 @@ importers: specifier: workspace:* version: link:../../../packages/preact-pacer preact: - specifier: ^10.29.1 + specifier: ^10.29.2 version: 10.29.2 devDependencies: '@preact/preset-vite': specifier: ^2.10.5 - version: 2.10.5(@babel/core@7.29.0)(preact@10.29.2)(rollup@4.60.1)(vite@8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + version: 2.10.5(@babel/core@7.29.0)(preact@10.29.2)(rollup@4.60.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) vite: - specifier: ^8.0.12 - version: 8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) + specifier: ^8.0.16 + version: 8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) examples/preact/useRateLimitedValue: dependencies: @@ -2528,15 +2528,15 @@ importers: specifier: workspace:* version: link:../../../packages/preact-pacer preact: - specifier: ^10.29.1 + specifier: ^10.29.2 version: 10.29.2 devDependencies: '@preact/preset-vite': specifier: ^2.10.5 - version: 2.10.5(@babel/core@7.29.0)(preact@10.29.2)(rollup@4.60.1)(vite@8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + version: 2.10.5(@babel/core@7.29.0)(preact@10.29.2)(rollup@4.60.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) vite: - specifier: ^8.0.12 - version: 8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) + specifier: ^8.0.16 + version: 8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) examples/preact/useRateLimiter: dependencies: @@ -2544,15 +2544,15 @@ importers: specifier: workspace:* version: link:../../../packages/preact-pacer preact: - specifier: ^10.29.1 + specifier: ^10.29.2 version: 10.29.2 devDependencies: '@preact/preset-vite': specifier: ^2.10.5 - version: 2.10.5(@babel/core@7.29.0)(preact@10.29.2)(rollup@4.60.1)(vite@8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + version: 2.10.5(@babel/core@7.29.0)(preact@10.29.2)(rollup@4.60.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) vite: - specifier: ^8.0.12 - version: 8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) + specifier: ^8.0.16 + version: 8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) examples/preact/useRateLimiterWithPersister: dependencies: @@ -2560,15 +2560,15 @@ importers: specifier: workspace:* version: link:../../../packages/preact-pacer preact: - specifier: ^10.29.1 + specifier: ^10.29.2 version: 10.29.2 devDependencies: '@preact/preset-vite': specifier: ^2.10.5 - version: 2.10.5(@babel/core@7.29.0)(preact@10.29.2)(rollup@4.60.1)(vite@8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + version: 2.10.5(@babel/core@7.29.0)(preact@10.29.2)(rollup@4.60.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) vite: - specifier: ^8.0.12 - version: 8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) + specifier: ^8.0.16 + version: 8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) examples/preact/useThrottledCallback: dependencies: @@ -2576,15 +2576,15 @@ importers: specifier: workspace:* version: link:../../../packages/preact-pacer preact: - specifier: ^10.29.1 + specifier: ^10.29.2 version: 10.29.2 devDependencies: '@preact/preset-vite': specifier: ^2.10.5 - version: 2.10.5(@babel/core@7.29.0)(preact@10.29.2)(rollup@4.60.1)(vite@8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + version: 2.10.5(@babel/core@7.29.0)(preact@10.29.2)(rollup@4.60.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) vite: - specifier: ^8.0.12 - version: 8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) + specifier: ^8.0.16 + version: 8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) examples/preact/useThrottledState: dependencies: @@ -2592,15 +2592,15 @@ importers: specifier: workspace:* version: link:../../../packages/preact-pacer preact: - specifier: ^10.29.1 + specifier: ^10.29.2 version: 10.29.2 devDependencies: '@preact/preset-vite': specifier: ^2.10.5 - version: 2.10.5(@babel/core@7.29.0)(preact@10.29.2)(rollup@4.60.1)(vite@8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + version: 2.10.5(@babel/core@7.29.0)(preact@10.29.2)(rollup@4.60.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) vite: - specifier: ^8.0.12 - version: 8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) + specifier: ^8.0.16 + version: 8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) examples/preact/useThrottledValue: dependencies: @@ -2608,15 +2608,15 @@ importers: specifier: workspace:* version: link:../../../packages/preact-pacer preact: - specifier: ^10.29.1 + specifier: ^10.29.2 version: 10.29.2 devDependencies: '@preact/preset-vite': specifier: ^2.10.5 - version: 2.10.5(@babel/core@7.29.0)(preact@10.29.2)(rollup@4.60.1)(vite@8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + version: 2.10.5(@babel/core@7.29.0)(preact@10.29.2)(rollup@4.60.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) vite: - specifier: ^8.0.12 - version: 8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) + specifier: ^8.0.16 + version: 8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) examples/preact/useThrottler: dependencies: @@ -2624,15 +2624,15 @@ importers: specifier: workspace:* version: link:../../../packages/preact-pacer preact: - specifier: ^10.29.1 + specifier: ^10.29.2 version: 10.29.2 devDependencies: '@preact/preset-vite': specifier: ^2.10.5 - version: 2.10.5(@babel/core@7.29.0)(preact@10.29.2)(rollup@4.60.1)(vite@8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + version: 2.10.5(@babel/core@7.29.0)(preact@10.29.2)(rollup@4.60.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) vite: - specifier: ^8.0.12 - version: 8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) + specifier: ^8.0.16 + version: 8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) examples/preact/util-comparison: dependencies: @@ -2646,15 +2646,15 @@ importers: specifier: workspace:* version: link:../../../packages/preact-pacer-devtools preact: - specifier: ^10.29.1 + specifier: ^10.29.2 version: 10.29.2 devDependencies: '@preact/preset-vite': specifier: ^2.10.5 - version: 2.10.5(@babel/core@7.29.0)(preact@10.29.2)(rollup@4.60.1)(vite@8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + version: 2.10.5(@babel/core@7.29.0)(preact@10.29.2)(rollup@4.60.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) vite: - specifier: ^8.0.12 - version: 8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) + specifier: ^8.0.16 + version: 8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) examples/react/asyncBatch: dependencies: @@ -2662,24 +2662,24 @@ importers: specifier: workspace:* version: link:../../../packages/react-pacer react: - specifier: ^19.2.6 - version: 19.2.6 + specifier: ^19.2.7 + version: 19.2.7 react-dom: - specifier: ^19.2.6 - version: 19.2.6(react@19.2.6) + specifier: ^19.2.7 + version: 19.2.7(react@19.2.7) devDependencies: '@types/react': - specifier: ^19.2.14 - version: 19.2.15 + specifier: ^19.2.17 + version: 19.2.17 '@types/react-dom': specifier: ^19.2.3 - version: 19.2.3(@types/react@19.2.15) + version: 19.2.3(@types/react@19.2.17) '@vitejs/plugin-react': - specifier: ^6.0.1 - version: 6.0.2(vite@8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + specifier: ^6.0.2 + version: 6.0.2(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) vite: - specifier: ^8.0.12 - version: 8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) + specifier: ^8.0.16 + version: 8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) examples/react/asyncDebounce: dependencies: @@ -2687,24 +2687,24 @@ importers: specifier: workspace:* version: link:../../../packages/react-pacer react: - specifier: ^19.2.6 - version: 19.2.6 + specifier: ^19.2.7 + version: 19.2.7 react-dom: - specifier: ^19.2.6 - version: 19.2.6(react@19.2.6) + specifier: ^19.2.7 + version: 19.2.7(react@19.2.7) devDependencies: '@types/react': - specifier: ^19.2.14 - version: 19.2.15 + specifier: ^19.2.17 + version: 19.2.17 '@types/react-dom': specifier: ^19.2.3 - version: 19.2.3(@types/react@19.2.15) + version: 19.2.3(@types/react@19.2.17) '@vitejs/plugin-react': - specifier: ^6.0.1 - version: 6.0.2(vite@8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + specifier: ^6.0.2 + version: 6.0.2(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) vite: - specifier: ^8.0.12 - version: 8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) + specifier: ^8.0.16 + version: 8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) examples/react/asyncRateLimit: dependencies: @@ -2712,24 +2712,24 @@ importers: specifier: workspace:* version: link:../../../packages/react-pacer react: - specifier: ^19.2.6 - version: 19.2.6 + specifier: ^19.2.7 + version: 19.2.7 react-dom: - specifier: ^19.2.6 - version: 19.2.6(react@19.2.6) + specifier: ^19.2.7 + version: 19.2.7(react@19.2.7) devDependencies: '@types/react': - specifier: ^19.2.14 - version: 19.2.15 + specifier: ^19.2.17 + version: 19.2.17 '@types/react-dom': specifier: ^19.2.3 - version: 19.2.3(@types/react@19.2.15) + version: 19.2.3(@types/react@19.2.17) '@vitejs/plugin-react': - specifier: ^6.0.1 - version: 6.0.2(vite@8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + specifier: ^6.0.2 + version: 6.0.2(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) vite: - specifier: ^8.0.12 - version: 8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) + specifier: ^8.0.16 + version: 8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) examples/react/asyncRetry: dependencies: @@ -2737,24 +2737,24 @@ importers: specifier: workspace:* version: link:../../../packages/react-pacer react: - specifier: ^19.2.6 - version: 19.2.6 + specifier: ^19.2.7 + version: 19.2.7 react-dom: - specifier: ^19.2.6 - version: 19.2.6(react@19.2.6) + specifier: ^19.2.7 + version: 19.2.7(react@19.2.7) devDependencies: '@types/react': - specifier: ^19.2.14 - version: 19.2.15 + specifier: ^19.2.17 + version: 19.2.17 '@types/react-dom': specifier: ^19.2.3 - version: 19.2.3(@types/react@19.2.15) + version: 19.2.3(@types/react@19.2.17) '@vitejs/plugin-react': - specifier: ^6.0.1 - version: 6.0.2(vite@8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + specifier: ^6.0.2 + version: 6.0.2(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) vite: - specifier: ^8.0.12 - version: 8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) + specifier: ^8.0.16 + version: 8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) examples/react/asyncThrottle: dependencies: @@ -2762,24 +2762,24 @@ importers: specifier: workspace:* version: link:../../../packages/react-pacer react: - specifier: ^19.2.6 - version: 19.2.6 + specifier: ^19.2.7 + version: 19.2.7 react-dom: - specifier: ^19.2.6 - version: 19.2.6(react@19.2.6) + specifier: ^19.2.7 + version: 19.2.7(react@19.2.7) devDependencies: '@types/react': - specifier: ^19.2.14 - version: 19.2.15 + specifier: ^19.2.17 + version: 19.2.17 '@types/react-dom': specifier: ^19.2.3 - version: 19.2.3(@types/react@19.2.15) + version: 19.2.3(@types/react@19.2.17) '@vitejs/plugin-react': - specifier: ^6.0.1 - version: 6.0.2(vite@8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + specifier: ^6.0.2 + version: 6.0.2(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) vite: - specifier: ^8.0.12 - version: 8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) + specifier: ^8.0.16 + version: 8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) examples/react/batch: dependencies: @@ -2787,24 +2787,24 @@ importers: specifier: workspace:* version: link:../../../packages/react-pacer react: - specifier: ^19.2.6 - version: 19.2.6 + specifier: ^19.2.7 + version: 19.2.7 react-dom: - specifier: ^19.2.6 - version: 19.2.6(react@19.2.6) + specifier: ^19.2.7 + version: 19.2.7(react@19.2.7) devDependencies: '@types/react': - specifier: ^19.2.14 - version: 19.2.15 + specifier: ^19.2.17 + version: 19.2.17 '@types/react-dom': specifier: ^19.2.3 - version: 19.2.3(@types/react@19.2.15) + version: 19.2.3(@types/react@19.2.17) '@vitejs/plugin-react': - specifier: ^6.0.1 - version: 6.0.2(vite@8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + specifier: ^6.0.2 + version: 6.0.2(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) vite: - specifier: ^8.0.12 - version: 8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) + specifier: ^8.0.16 + version: 8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) examples/react/debounce: dependencies: @@ -2812,24 +2812,24 @@ importers: specifier: workspace:* version: link:../../../packages/react-pacer react: - specifier: ^19.2.6 - version: 19.2.6 + specifier: ^19.2.7 + version: 19.2.7 react-dom: - specifier: ^19.2.6 - version: 19.2.6(react@19.2.6) + specifier: ^19.2.7 + version: 19.2.7(react@19.2.7) devDependencies: '@types/react': - specifier: ^19.2.14 - version: 19.2.15 + specifier: ^19.2.17 + version: 19.2.17 '@types/react-dom': specifier: ^19.2.3 - version: 19.2.3(@types/react@19.2.15) + version: 19.2.3(@types/react@19.2.17) '@vitejs/plugin-react': - specifier: ^6.0.1 - version: 6.0.2(vite@8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + specifier: ^6.0.2 + version: 6.0.2(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) vite: - specifier: ^8.0.12 - version: 8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) + specifier: ^8.0.16 + version: 8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) examples/react/queue: dependencies: @@ -2837,30 +2837,30 @@ importers: specifier: workspace:* version: link:../../../packages/react-pacer react: - specifier: ^19.2.6 - version: 19.2.6 + specifier: ^19.2.7 + version: 19.2.7 react-dom: - specifier: ^19.2.6 - version: 19.2.6(react@19.2.6) + specifier: ^19.2.7 + version: 19.2.7(react@19.2.7) devDependencies: '@tanstack/react-devtools': specifier: 0.10.5 - version: 0.10.5(@types/react-dom@19.2.3(@types/react@19.2.15))(@types/react@19.2.15)(csstype@3.2.3)(react-dom@19.2.6(react@19.2.6))(react@19.2.6)(solid-js@1.9.13) + version: 0.10.5(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(csstype@3.2.3)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(solid-js@1.9.13) '@tanstack/react-pacer-devtools': specifier: workspace:* version: link:../../../packages/react-pacer-devtools '@types/react': - specifier: ^19.2.14 - version: 19.2.15 + specifier: ^19.2.17 + version: 19.2.17 '@types/react-dom': specifier: ^19.2.3 - version: 19.2.3(@types/react@19.2.15) + version: 19.2.3(@types/react@19.2.17) '@vitejs/plugin-react': - specifier: ^6.0.1 - version: 6.0.2(vite@8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + specifier: ^6.0.2 + version: 6.0.2(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) vite: - specifier: ^8.0.12 - version: 8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) + specifier: ^8.0.16 + version: 8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) examples/react/rateLimit: dependencies: @@ -2868,24 +2868,24 @@ importers: specifier: workspace:* version: link:../../../packages/react-pacer react: - specifier: ^19.2.6 - version: 19.2.6 + specifier: ^19.2.7 + version: 19.2.7 react-dom: - specifier: ^19.2.6 - version: 19.2.6(react@19.2.6) + specifier: ^19.2.7 + version: 19.2.7(react@19.2.7) devDependencies: '@types/react': - specifier: ^19.2.14 - version: 19.2.15 + specifier: ^19.2.17 + version: 19.2.17 '@types/react-dom': specifier: ^19.2.3 - version: 19.2.3(@types/react@19.2.15) + version: 19.2.3(@types/react@19.2.17) '@vitejs/plugin-react': - specifier: ^6.0.1 - version: 6.0.2(vite@8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + specifier: ^6.0.2 + version: 6.0.2(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) vite: - specifier: ^8.0.12 - version: 8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) + specifier: ^8.0.16 + version: 8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) examples/react/react-query-debounced-prefetch: dependencies: @@ -2893,30 +2893,30 @@ importers: specifier: workspace:* version: link:../../../packages/react-pacer '@tanstack/react-query': - specifier: ^5.100.10 - version: 5.100.14(react@19.2.6) + specifier: ^5.101.0 + version: 5.101.0(react@19.2.7) '@tanstack/react-query-devtools': - specifier: ^5.100.10 - version: 5.100.14(@tanstack/react-query@5.100.14(react@19.2.6))(react@19.2.6) + specifier: ^5.101.0 + version: 5.101.0(@tanstack/react-query@5.101.0(react@19.2.7))(react@19.2.7) react: - specifier: ^19.2.6 - version: 19.2.6 + specifier: ^19.2.7 + version: 19.2.7 react-dom: - specifier: ^19.2.6 - version: 19.2.6(react@19.2.6) + specifier: ^19.2.7 + version: 19.2.7(react@19.2.7) devDependencies: '@types/react': - specifier: ^19.2.14 - version: 19.2.15 + specifier: ^19.2.17 + version: 19.2.17 '@types/react-dom': specifier: ^19.2.3 - version: 19.2.3(@types/react@19.2.15) + version: 19.2.3(@types/react@19.2.17) '@vitejs/plugin-react': - specifier: ^6.0.1 - version: 6.0.2(vite@8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + specifier: ^6.0.2 + version: 6.0.2(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) vite: - specifier: ^8.0.12 - version: 8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) + specifier: ^8.0.16 + version: 8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) examples/react/react-query-queued-prefetch: dependencies: @@ -2924,30 +2924,30 @@ importers: specifier: workspace:* version: link:../../../packages/react-pacer '@tanstack/react-query': - specifier: ^5.100.10 - version: 5.100.14(react@19.2.6) + specifier: ^5.101.0 + version: 5.101.0(react@19.2.7) '@tanstack/react-query-devtools': - specifier: ^5.100.10 - version: 5.100.14(@tanstack/react-query@5.100.14(react@19.2.6))(react@19.2.6) + specifier: ^5.101.0 + version: 5.101.0(@tanstack/react-query@5.101.0(react@19.2.7))(react@19.2.7) react: - specifier: ^19.2.6 - version: 19.2.6 + specifier: ^19.2.7 + version: 19.2.7 react-dom: - specifier: ^19.2.6 - version: 19.2.6(react@19.2.6) + specifier: ^19.2.7 + version: 19.2.7(react@19.2.7) devDependencies: '@types/react': - specifier: ^19.2.14 - version: 19.2.15 + specifier: ^19.2.17 + version: 19.2.17 '@types/react-dom': specifier: ^19.2.3 - version: 19.2.3(@types/react@19.2.15) + version: 19.2.3(@types/react@19.2.17) '@vitejs/plugin-react': - specifier: ^6.0.1 - version: 6.0.2(vite@8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + specifier: ^6.0.2 + version: 6.0.2(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) vite: - specifier: ^8.0.12 - version: 8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) + specifier: ^8.0.16 + version: 8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) examples/react/react-query-throttled-prefetch: dependencies: @@ -2955,30 +2955,30 @@ importers: specifier: workspace:* version: link:../../../packages/react-pacer '@tanstack/react-query': - specifier: ^5.100.10 - version: 5.100.14(react@19.2.6) + specifier: ^5.101.0 + version: 5.101.0(react@19.2.7) '@tanstack/react-query-devtools': - specifier: ^5.100.10 - version: 5.100.14(@tanstack/react-query@5.100.14(react@19.2.6))(react@19.2.6) + specifier: ^5.101.0 + version: 5.101.0(@tanstack/react-query@5.101.0(react@19.2.7))(react@19.2.7) react: - specifier: ^19.2.6 - version: 19.2.6 + specifier: ^19.2.7 + version: 19.2.7 react-dom: - specifier: ^19.2.6 - version: 19.2.6(react@19.2.6) + specifier: ^19.2.7 + version: 19.2.7(react@19.2.7) devDependencies: '@types/react': - specifier: ^19.2.14 - version: 19.2.15 + specifier: ^19.2.17 + version: 19.2.17 '@types/react-dom': specifier: ^19.2.3 - version: 19.2.3(@types/react@19.2.15) + version: 19.2.3(@types/react@19.2.17) '@vitejs/plugin-react': - specifier: ^6.0.1 - version: 6.0.2(vite@8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + specifier: ^6.0.2 + version: 6.0.2(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) vite: - specifier: ^8.0.12 - version: 8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) + specifier: ^8.0.16 + version: 8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) examples/react/throttle: dependencies: @@ -2986,24 +2986,24 @@ importers: specifier: workspace:* version: link:../../../packages/react-pacer react: - specifier: ^19.2.6 - version: 19.2.6 + specifier: ^19.2.7 + version: 19.2.7 react-dom: - specifier: ^19.2.6 - version: 19.2.6(react@19.2.6) + specifier: ^19.2.7 + version: 19.2.7(react@19.2.7) devDependencies: '@types/react': - specifier: ^19.2.14 - version: 19.2.15 + specifier: ^19.2.17 + version: 19.2.17 '@types/react-dom': specifier: ^19.2.3 - version: 19.2.3(@types/react@19.2.15) + version: 19.2.3(@types/react@19.2.17) '@vitejs/plugin-react': - specifier: ^6.0.1 - version: 6.0.2(vite@8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + specifier: ^6.0.2 + version: 6.0.2(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) vite: - specifier: ^8.0.12 - version: 8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) + specifier: ^8.0.16 + version: 8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) examples/react/useAsyncBatchedCallback: dependencies: @@ -3011,24 +3011,24 @@ importers: specifier: workspace:* version: link:../../../packages/react-pacer react: - specifier: ^19.2.6 - version: 19.2.6 + specifier: ^19.2.7 + version: 19.2.7 react-dom: - specifier: ^19.2.6 - version: 19.2.6(react@19.2.6) + specifier: ^19.2.7 + version: 19.2.7(react@19.2.7) devDependencies: '@types/react': - specifier: ^19.2.14 - version: 19.2.15 + specifier: ^19.2.17 + version: 19.2.17 '@types/react-dom': specifier: ^19.2.3 - version: 19.2.3(@types/react@19.2.15) + version: 19.2.3(@types/react@19.2.17) '@vitejs/plugin-react': - specifier: ^6.0.1 - version: 6.0.2(vite@8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + specifier: ^6.0.2 + version: 6.0.2(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) vite: - specifier: ^8.0.12 - version: 8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) + specifier: ^8.0.16 + version: 8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) examples/react/useAsyncBatcher: dependencies: @@ -3036,24 +3036,24 @@ importers: specifier: workspace:* version: link:../../../packages/react-pacer react: - specifier: ^19.2.6 - version: 19.2.6 + specifier: ^19.2.7 + version: 19.2.7 react-dom: - specifier: ^19.2.6 - version: 19.2.6(react@19.2.6) + specifier: ^19.2.7 + version: 19.2.7(react@19.2.7) devDependencies: '@types/react': - specifier: ^19.2.14 - version: 19.2.15 + specifier: ^19.2.17 + version: 19.2.17 '@types/react-dom': specifier: ^19.2.3 - version: 19.2.3(@types/react@19.2.15) + version: 19.2.3(@types/react@19.2.17) '@vitejs/plugin-react': - specifier: ^6.0.1 - version: 6.0.2(vite@8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + specifier: ^6.0.2 + version: 6.0.2(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) vite: - specifier: ^8.0.12 - version: 8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) + specifier: ^8.0.16 + version: 8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) examples/react/useAsyncDebouncedCallback: dependencies: @@ -3061,24 +3061,24 @@ importers: specifier: workspace:* version: link:../../../packages/react-pacer react: - specifier: ^19.2.6 - version: 19.2.6 + specifier: ^19.2.7 + version: 19.2.7 react-dom: - specifier: ^19.2.6 - version: 19.2.6(react@19.2.6) + specifier: ^19.2.7 + version: 19.2.7(react@19.2.7) devDependencies: '@types/react': - specifier: ^19.2.14 - version: 19.2.15 + specifier: ^19.2.17 + version: 19.2.17 '@types/react-dom': specifier: ^19.2.3 - version: 19.2.3(@types/react@19.2.15) + version: 19.2.3(@types/react@19.2.17) '@vitejs/plugin-react': - specifier: ^6.0.1 - version: 6.0.2(vite@8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + specifier: ^6.0.2 + version: 6.0.2(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) vite: - specifier: ^8.0.12 - version: 8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) + specifier: ^8.0.16 + version: 8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) examples/react/useAsyncDebouncer: dependencies: @@ -3086,24 +3086,24 @@ importers: specifier: workspace:* version: link:../../../packages/react-pacer react: - specifier: ^19.2.6 - version: 19.2.6 + specifier: ^19.2.7 + version: 19.2.7 react-dom: - specifier: ^19.2.6 - version: 19.2.6(react@19.2.6) + specifier: ^19.2.7 + version: 19.2.7(react@19.2.7) devDependencies: '@types/react': - specifier: ^19.2.14 - version: 19.2.15 + specifier: ^19.2.17 + version: 19.2.17 '@types/react-dom': specifier: ^19.2.3 - version: 19.2.3(@types/react@19.2.15) + version: 19.2.3(@types/react@19.2.17) '@vitejs/plugin-react': - specifier: ^6.0.1 - version: 6.0.2(vite@8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + specifier: ^6.0.2 + version: 6.0.2(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) vite: - specifier: ^8.0.12 - version: 8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) + specifier: ^8.0.16 + version: 8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) examples/react/useAsyncQueuedState: dependencies: @@ -3111,24 +3111,24 @@ importers: specifier: workspace:* version: link:../../../packages/react-pacer react: - specifier: ^19.2.6 - version: 19.2.6 + specifier: ^19.2.7 + version: 19.2.7 react-dom: - specifier: ^19.2.6 - version: 19.2.6(react@19.2.6) + specifier: ^19.2.7 + version: 19.2.7(react@19.2.7) devDependencies: '@types/react': - specifier: ^19.2.14 - version: 19.2.15 + specifier: ^19.2.17 + version: 19.2.17 '@types/react-dom': specifier: ^19.2.3 - version: 19.2.3(@types/react@19.2.15) + version: 19.2.3(@types/react@19.2.17) '@vitejs/plugin-react': - specifier: ^6.0.1 - version: 6.0.2(vite@8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + specifier: ^6.0.2 + version: 6.0.2(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) vite: - specifier: ^8.0.12 - version: 8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) + specifier: ^8.0.16 + version: 8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) examples/react/useAsyncQueuer: dependencies: @@ -3136,24 +3136,24 @@ importers: specifier: workspace:* version: link:../../../packages/react-pacer react: - specifier: ^19.2.6 - version: 19.2.6 + specifier: ^19.2.7 + version: 19.2.7 react-dom: - specifier: ^19.2.6 - version: 19.2.6(react@19.2.6) + specifier: ^19.2.7 + version: 19.2.7(react@19.2.7) devDependencies: '@types/react': - specifier: ^19.2.14 - version: 19.2.15 + specifier: ^19.2.17 + version: 19.2.17 '@types/react-dom': specifier: ^19.2.3 - version: 19.2.3(@types/react@19.2.15) + version: 19.2.3(@types/react@19.2.17) '@vitejs/plugin-react': - specifier: ^6.0.1 - version: 6.0.2(vite@8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + specifier: ^6.0.2 + version: 6.0.2(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) vite: - specifier: ^8.0.12 - version: 8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) + specifier: ^8.0.16 + version: 8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) examples/react/useAsyncRateLimiter: dependencies: @@ -3162,26 +3162,26 @@ importers: version: link:../../../packages/react-pacer '@tanstack/react-persister': specifier: ^0.1.1 - version: 0.1.1(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + version: 0.1.1(react-dom@19.2.7(react@19.2.7))(react@19.2.7) react: - specifier: ^19.2.6 - version: 19.2.6 + specifier: ^19.2.7 + version: 19.2.7 react-dom: - specifier: ^19.2.6 - version: 19.2.6(react@19.2.6) + specifier: ^19.2.7 + version: 19.2.7(react@19.2.7) devDependencies: '@types/react': - specifier: ^19.2.14 - version: 19.2.15 + specifier: ^19.2.17 + version: 19.2.17 '@types/react-dom': specifier: ^19.2.3 - version: 19.2.3(@types/react@19.2.15) + version: 19.2.3(@types/react@19.2.17) '@vitejs/plugin-react': - specifier: ^6.0.1 - version: 6.0.2(vite@8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + specifier: ^6.0.2 + version: 6.0.2(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) vite: - specifier: ^8.0.12 - version: 8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) + specifier: ^8.0.16 + version: 8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) examples/react/useAsyncRateLimiterWithPersister: dependencies: @@ -3190,26 +3190,26 @@ importers: version: link:../../../packages/react-pacer '@tanstack/react-persister': specifier: ^0.1.1 - version: 0.1.1(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + version: 0.1.1(react-dom@19.2.7(react@19.2.7))(react@19.2.7) react: - specifier: ^19.2.6 - version: 19.2.6 + specifier: ^19.2.7 + version: 19.2.7 react-dom: - specifier: ^19.2.6 - version: 19.2.6(react@19.2.6) + specifier: ^19.2.7 + version: 19.2.7(react@19.2.7) devDependencies: '@types/react': - specifier: ^19.2.14 - version: 19.2.15 + specifier: ^19.2.17 + version: 19.2.17 '@types/react-dom': specifier: ^19.2.3 - version: 19.2.3(@types/react@19.2.15) + version: 19.2.3(@types/react@19.2.17) '@vitejs/plugin-react': - specifier: ^6.0.1 - version: 6.0.2(vite@8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + specifier: ^6.0.2 + version: 6.0.2(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) vite: - specifier: ^8.0.12 - version: 8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) + specifier: ^8.0.16 + version: 8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) examples/react/useAsyncThrottledCallback: dependencies: @@ -3217,24 +3217,24 @@ importers: specifier: workspace:* version: link:../../../packages/react-pacer react: - specifier: ^19.2.6 - version: 19.2.6 + specifier: ^19.2.7 + version: 19.2.7 react-dom: - specifier: ^19.2.6 - version: 19.2.6(react@19.2.6) + specifier: ^19.2.7 + version: 19.2.7(react@19.2.7) devDependencies: '@types/react': - specifier: ^19.2.14 - version: 19.2.15 + specifier: ^19.2.17 + version: 19.2.17 '@types/react-dom': specifier: ^19.2.3 - version: 19.2.3(@types/react@19.2.15) + version: 19.2.3(@types/react@19.2.17) '@vitejs/plugin-react': - specifier: ^6.0.1 - version: 6.0.2(vite@8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + specifier: ^6.0.2 + version: 6.0.2(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) vite: - specifier: ^8.0.12 - version: 8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) + specifier: ^8.0.16 + version: 8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) examples/react/useAsyncThrottler: dependencies: @@ -3242,24 +3242,24 @@ importers: specifier: workspace:* version: link:../../../packages/react-pacer react: - specifier: ^19.2.6 - version: 19.2.6 + specifier: ^19.2.7 + version: 19.2.7 react-dom: - specifier: ^19.2.6 - version: 19.2.6(react@19.2.6) + specifier: ^19.2.7 + version: 19.2.7(react@19.2.7) devDependencies: '@types/react': - specifier: ^19.2.14 - version: 19.2.15 + specifier: ^19.2.17 + version: 19.2.17 '@types/react-dom': specifier: ^19.2.3 - version: 19.2.3(@types/react@19.2.15) + version: 19.2.3(@types/react@19.2.17) '@vitejs/plugin-react': - specifier: ^6.0.1 - version: 6.0.2(vite@8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + specifier: ^6.0.2 + version: 6.0.2(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) vite: - specifier: ^8.0.12 - version: 8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) + specifier: ^8.0.16 + version: 8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) examples/react/useBatchedCallback: dependencies: @@ -3267,24 +3267,24 @@ importers: specifier: workspace:* version: link:../../../packages/react-pacer react: - specifier: ^19.2.6 - version: 19.2.6 + specifier: ^19.2.7 + version: 19.2.7 react-dom: - specifier: ^19.2.6 - version: 19.2.6(react@19.2.6) + specifier: ^19.2.7 + version: 19.2.7(react@19.2.7) devDependencies: '@types/react': - specifier: ^19.2.14 - version: 19.2.15 + specifier: ^19.2.17 + version: 19.2.17 '@types/react-dom': specifier: ^19.2.3 - version: 19.2.3(@types/react@19.2.15) + version: 19.2.3(@types/react@19.2.17) '@vitejs/plugin-react': - specifier: ^6.0.1 - version: 6.0.2(vite@8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + specifier: ^6.0.2 + version: 6.0.2(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) vite: - specifier: ^8.0.12 - version: 8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) + specifier: ^8.0.16 + version: 8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) examples/react/useBatcher: dependencies: @@ -3292,24 +3292,24 @@ importers: specifier: workspace:* version: link:../../../packages/react-pacer react: - specifier: ^19.2.6 - version: 19.2.6 + specifier: ^19.2.7 + version: 19.2.7 react-dom: - specifier: ^19.2.6 - version: 19.2.6(react@19.2.6) + specifier: ^19.2.7 + version: 19.2.7(react@19.2.7) devDependencies: '@types/react': - specifier: ^19.2.14 - version: 19.2.15 + specifier: ^19.2.17 + version: 19.2.17 '@types/react-dom': specifier: ^19.2.3 - version: 19.2.3(@types/react@19.2.15) + version: 19.2.3(@types/react@19.2.17) '@vitejs/plugin-react': - specifier: ^6.0.1 - version: 6.0.2(vite@8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + specifier: ^6.0.2 + version: 6.0.2(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) vite: - specifier: ^8.0.12 - version: 8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) + specifier: ^8.0.16 + version: 8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) examples/react/useDebouncedCallback: dependencies: @@ -3317,24 +3317,24 @@ importers: specifier: workspace:* version: link:../../../packages/react-pacer react: - specifier: ^19.2.6 - version: 19.2.6 + specifier: ^19.2.7 + version: 19.2.7 react-dom: - specifier: ^19.2.6 - version: 19.2.6(react@19.2.6) + specifier: ^19.2.7 + version: 19.2.7(react@19.2.7) devDependencies: '@types/react': - specifier: ^19.2.14 - version: 19.2.15 + specifier: ^19.2.17 + version: 19.2.17 '@types/react-dom': specifier: ^19.2.3 - version: 19.2.3(@types/react@19.2.15) + version: 19.2.3(@types/react@19.2.17) '@vitejs/plugin-react': - specifier: ^6.0.1 - version: 6.0.2(vite@8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + specifier: ^6.0.2 + version: 6.0.2(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) vite: - specifier: ^8.0.12 - version: 8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) + specifier: ^8.0.16 + version: 8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) examples/react/useDebouncedState: dependencies: @@ -3342,24 +3342,24 @@ importers: specifier: workspace:* version: link:../../../packages/react-pacer react: - specifier: ^19.2.6 - version: 19.2.6 + specifier: ^19.2.7 + version: 19.2.7 react-dom: - specifier: ^19.2.6 - version: 19.2.6(react@19.2.6) + specifier: ^19.2.7 + version: 19.2.7(react@19.2.7) devDependencies: '@types/react': - specifier: ^19.2.14 - version: 19.2.15 + specifier: ^19.2.17 + version: 19.2.17 '@types/react-dom': specifier: ^19.2.3 - version: 19.2.3(@types/react@19.2.15) + version: 19.2.3(@types/react@19.2.17) '@vitejs/plugin-react': - specifier: ^6.0.1 - version: 6.0.2(vite@8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + specifier: ^6.0.2 + version: 6.0.2(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) vite: - specifier: ^8.0.12 - version: 8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) + specifier: ^8.0.16 + version: 8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) examples/react/useDebouncedValue: dependencies: @@ -3367,24 +3367,24 @@ importers: specifier: workspace:* version: link:../../../packages/react-pacer react: - specifier: ^19.2.6 - version: 19.2.6 + specifier: ^19.2.7 + version: 19.2.7 react-dom: - specifier: ^19.2.6 - version: 19.2.6(react@19.2.6) + specifier: ^19.2.7 + version: 19.2.7(react@19.2.7) devDependencies: '@types/react': - specifier: ^19.2.14 - version: 19.2.15 + specifier: ^19.2.17 + version: 19.2.17 '@types/react-dom': specifier: ^19.2.3 - version: 19.2.3(@types/react@19.2.15) + version: 19.2.3(@types/react@19.2.17) '@vitejs/plugin-react': - specifier: ^6.0.1 - version: 6.0.2(vite@8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + specifier: ^6.0.2 + version: 6.0.2(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) vite: - specifier: ^8.0.12 - version: 8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) + specifier: ^8.0.16 + version: 8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) examples/react/useDebouncer: dependencies: @@ -3392,24 +3392,24 @@ importers: specifier: workspace:* version: link:../../../packages/react-pacer react: - specifier: ^19.2.6 - version: 19.2.6 + specifier: ^19.2.7 + version: 19.2.7 react-dom: - specifier: ^19.2.6 - version: 19.2.6(react@19.2.6) + specifier: ^19.2.7 + version: 19.2.7(react@19.2.7) devDependencies: '@types/react': - specifier: ^19.2.14 - version: 19.2.15 + specifier: ^19.2.17 + version: 19.2.17 '@types/react-dom': specifier: ^19.2.3 - version: 19.2.3(@types/react@19.2.15) + version: 19.2.3(@types/react@19.2.17) '@vitejs/plugin-react': - specifier: ^6.0.1 - version: 6.0.2(vite@8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + specifier: ^6.0.2 + version: 6.0.2(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) vite: - specifier: ^8.0.12 - version: 8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) + specifier: ^8.0.16 + version: 8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) examples/react/useQueuedState: dependencies: @@ -3417,24 +3417,24 @@ importers: specifier: workspace:* version: link:../../../packages/react-pacer react: - specifier: ^19.2.6 - version: 19.2.6 + specifier: ^19.2.7 + version: 19.2.7 react-dom: - specifier: ^19.2.6 - version: 19.2.6(react@19.2.6) + specifier: ^19.2.7 + version: 19.2.7(react@19.2.7) devDependencies: '@types/react': - specifier: ^19.2.14 - version: 19.2.15 + specifier: ^19.2.17 + version: 19.2.17 '@types/react-dom': specifier: ^19.2.3 - version: 19.2.3(@types/react@19.2.15) + version: 19.2.3(@types/react@19.2.17) '@vitejs/plugin-react': - specifier: ^6.0.1 - version: 6.0.2(vite@8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + specifier: ^6.0.2 + version: 6.0.2(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) vite: - specifier: ^8.0.12 - version: 8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) + specifier: ^8.0.16 + version: 8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) examples/react/useQueuedValue: dependencies: @@ -3442,24 +3442,24 @@ importers: specifier: workspace:* version: link:../../../packages/react-pacer react: - specifier: ^19.2.6 - version: 19.2.6 + specifier: ^19.2.7 + version: 19.2.7 react-dom: - specifier: ^19.2.6 - version: 19.2.6(react@19.2.6) + specifier: ^19.2.7 + version: 19.2.7(react@19.2.7) devDependencies: '@types/react': - specifier: ^19.2.14 - version: 19.2.15 + specifier: ^19.2.17 + version: 19.2.17 '@types/react-dom': specifier: ^19.2.3 - version: 19.2.3(@types/react@19.2.15) + version: 19.2.3(@types/react@19.2.17) '@vitejs/plugin-react': - specifier: ^6.0.1 - version: 6.0.2(vite@8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + specifier: ^6.0.2 + version: 6.0.2(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) vite: - specifier: ^8.0.12 - version: 8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) + specifier: ^8.0.16 + version: 8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) examples/react/useQueuer: dependencies: @@ -3468,32 +3468,32 @@ importers: version: link:../../../packages/react-pacer '@tanstack/react-persister': specifier: ^0.1.1 - version: 0.1.1(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + version: 0.1.1(react-dom@19.2.7(react@19.2.7))(react@19.2.7) react: - specifier: ^19.2.6 - version: 19.2.6 + specifier: ^19.2.7 + version: 19.2.7 react-dom: - specifier: ^19.2.6 - version: 19.2.6(react@19.2.6) + specifier: ^19.2.7 + version: 19.2.7(react@19.2.7) devDependencies: '@tanstack/react-devtools': specifier: 0.10.5 - version: 0.10.5(@types/react-dom@19.2.3(@types/react@19.2.15))(@types/react@19.2.15)(csstype@3.2.3)(react-dom@19.2.6(react@19.2.6))(react@19.2.6)(solid-js@1.9.13) + version: 0.10.5(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(csstype@3.2.3)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(solid-js@1.9.13) '@tanstack/react-pacer-devtools': specifier: workspace:* version: link:../../../packages/react-pacer-devtools '@types/react': - specifier: ^19.2.14 - version: 19.2.15 + specifier: ^19.2.17 + version: 19.2.17 '@types/react-dom': specifier: ^19.2.3 - version: 19.2.3(@types/react@19.2.15) + version: 19.2.3(@types/react@19.2.17) '@vitejs/plugin-react': - specifier: ^6.0.1 - version: 6.0.2(vite@8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + specifier: ^6.0.2 + version: 6.0.2(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) vite: - specifier: ^8.0.12 - version: 8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) + specifier: ^8.0.16 + version: 8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) examples/react/useQueuerWithPersister: dependencies: @@ -3502,26 +3502,26 @@ importers: version: link:../../../packages/react-pacer '@tanstack/react-persister': specifier: ^0.1.1 - version: 0.1.1(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + version: 0.1.1(react-dom@19.2.7(react@19.2.7))(react@19.2.7) react: - specifier: ^19.2.6 - version: 19.2.6 + specifier: ^19.2.7 + version: 19.2.7 react-dom: - specifier: ^19.2.6 - version: 19.2.6(react@19.2.6) + specifier: ^19.2.7 + version: 19.2.7(react@19.2.7) devDependencies: '@types/react': - specifier: ^19.2.14 - version: 19.2.15 + specifier: ^19.2.17 + version: 19.2.17 '@types/react-dom': specifier: ^19.2.3 - version: 19.2.3(@types/react@19.2.15) + version: 19.2.3(@types/react@19.2.17) '@vitejs/plugin-react': - specifier: ^6.0.1 - version: 6.0.2(vite@8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + specifier: ^6.0.2 + version: 6.0.2(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) vite: - specifier: ^8.0.12 - version: 8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) + specifier: ^8.0.16 + version: 8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) examples/react/useRateLimitedCallback: dependencies: @@ -3529,24 +3529,24 @@ importers: specifier: workspace:* version: link:../../../packages/react-pacer react: - specifier: ^19.2.6 - version: 19.2.6 + specifier: ^19.2.7 + version: 19.2.7 react-dom: - specifier: ^19.2.6 - version: 19.2.6(react@19.2.6) + specifier: ^19.2.7 + version: 19.2.7(react@19.2.7) devDependencies: '@types/react': - specifier: ^19.2.14 - version: 19.2.15 + specifier: ^19.2.17 + version: 19.2.17 '@types/react-dom': specifier: ^19.2.3 - version: 19.2.3(@types/react@19.2.15) + version: 19.2.3(@types/react@19.2.17) '@vitejs/plugin-react': - specifier: ^6.0.1 - version: 6.0.2(vite@8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + specifier: ^6.0.2 + version: 6.0.2(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) vite: - specifier: ^8.0.12 - version: 8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) + specifier: ^8.0.16 + version: 8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) examples/react/useRateLimitedState: dependencies: @@ -3554,24 +3554,24 @@ importers: specifier: workspace:* version: link:../../../packages/react-pacer react: - specifier: ^19.2.6 - version: 19.2.6 + specifier: ^19.2.7 + version: 19.2.7 react-dom: - specifier: ^19.2.6 - version: 19.2.6(react@19.2.6) + specifier: ^19.2.7 + version: 19.2.7(react@19.2.7) devDependencies: '@types/react': - specifier: ^19.2.14 - version: 19.2.15 + specifier: ^19.2.17 + version: 19.2.17 '@types/react-dom': specifier: ^19.2.3 - version: 19.2.3(@types/react@19.2.15) + version: 19.2.3(@types/react@19.2.17) '@vitejs/plugin-react': - specifier: ^6.0.1 - version: 6.0.2(vite@8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + specifier: ^6.0.2 + version: 6.0.2(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) vite: - specifier: ^8.0.12 - version: 8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) + specifier: ^8.0.16 + version: 8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) examples/react/useRateLimitedValue: dependencies: @@ -3579,24 +3579,24 @@ importers: specifier: workspace:* version: link:../../../packages/react-pacer react: - specifier: ^19.2.6 - version: 19.2.6 + specifier: ^19.2.7 + version: 19.2.7 react-dom: - specifier: ^19.2.6 - version: 19.2.6(react@19.2.6) + specifier: ^19.2.7 + version: 19.2.7(react@19.2.7) devDependencies: '@types/react': - specifier: ^19.2.14 - version: 19.2.15 + specifier: ^19.2.17 + version: 19.2.17 '@types/react-dom': specifier: ^19.2.3 - version: 19.2.3(@types/react@19.2.15) + version: 19.2.3(@types/react@19.2.17) '@vitejs/plugin-react': - specifier: ^6.0.1 - version: 6.0.2(vite@8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + specifier: ^6.0.2 + version: 6.0.2(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) vite: - specifier: ^8.0.12 - version: 8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) + specifier: ^8.0.16 + version: 8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) examples/react/useRateLimiter: dependencies: @@ -3605,26 +3605,26 @@ importers: version: link:../../../packages/react-pacer '@tanstack/react-persister': specifier: ^0.1.1 - version: 0.1.1(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + version: 0.1.1(react-dom@19.2.7(react@19.2.7))(react@19.2.7) react: - specifier: ^19.2.6 - version: 19.2.6 + specifier: ^19.2.7 + version: 19.2.7 react-dom: - specifier: ^19.2.6 - version: 19.2.6(react@19.2.6) + specifier: ^19.2.7 + version: 19.2.7(react@19.2.7) devDependencies: '@types/react': - specifier: ^19.2.14 - version: 19.2.15 + specifier: ^19.2.17 + version: 19.2.17 '@types/react-dom': specifier: ^19.2.3 - version: 19.2.3(@types/react@19.2.15) + version: 19.2.3(@types/react@19.2.17) '@vitejs/plugin-react': - specifier: ^6.0.1 - version: 6.0.2(vite@8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + specifier: ^6.0.2 + version: 6.0.2(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) vite: - specifier: ^8.0.12 - version: 8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) + specifier: ^8.0.16 + version: 8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) examples/react/useRateLimiterWithPersister: dependencies: @@ -3633,26 +3633,26 @@ importers: version: link:../../../packages/react-pacer '@tanstack/react-persister': specifier: ^0.1.1 - version: 0.1.1(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + version: 0.1.1(react-dom@19.2.7(react@19.2.7))(react@19.2.7) react: - specifier: ^19.2.6 - version: 19.2.6 + specifier: ^19.2.7 + version: 19.2.7 react-dom: - specifier: ^19.2.6 - version: 19.2.6(react@19.2.6) + specifier: ^19.2.7 + version: 19.2.7(react@19.2.7) devDependencies: '@types/react': - specifier: ^19.2.14 - version: 19.2.15 + specifier: ^19.2.17 + version: 19.2.17 '@types/react-dom': specifier: ^19.2.3 - version: 19.2.3(@types/react@19.2.15) + version: 19.2.3(@types/react@19.2.17) '@vitejs/plugin-react': - specifier: ^6.0.1 - version: 6.0.2(vite@8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + specifier: ^6.0.2 + version: 6.0.2(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) vite: - specifier: ^8.0.12 - version: 8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) + specifier: ^8.0.16 + version: 8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) examples/react/useThrottledCallback: dependencies: @@ -3660,24 +3660,24 @@ importers: specifier: workspace:* version: link:../../../packages/react-pacer react: - specifier: ^19.2.6 - version: 19.2.6 + specifier: ^19.2.7 + version: 19.2.7 react-dom: - specifier: ^19.2.6 - version: 19.2.6(react@19.2.6) + specifier: ^19.2.7 + version: 19.2.7(react@19.2.7) devDependencies: '@types/react': - specifier: ^19.2.14 - version: 19.2.15 + specifier: ^19.2.17 + version: 19.2.17 '@types/react-dom': specifier: ^19.2.3 - version: 19.2.3(@types/react@19.2.15) + version: 19.2.3(@types/react@19.2.17) '@vitejs/plugin-react': - specifier: ^6.0.1 - version: 6.0.2(vite@8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + specifier: ^6.0.2 + version: 6.0.2(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) vite: - specifier: ^8.0.12 - version: 8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) + specifier: ^8.0.16 + version: 8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) examples/react/useThrottledState: dependencies: @@ -3685,24 +3685,24 @@ importers: specifier: workspace:* version: link:../../../packages/react-pacer react: - specifier: ^19.2.6 - version: 19.2.6 + specifier: ^19.2.7 + version: 19.2.7 react-dom: - specifier: ^19.2.6 - version: 19.2.6(react@19.2.6) + specifier: ^19.2.7 + version: 19.2.7(react@19.2.7) devDependencies: '@types/react': - specifier: ^19.2.14 - version: 19.2.15 + specifier: ^19.2.17 + version: 19.2.17 '@types/react-dom': specifier: ^19.2.3 - version: 19.2.3(@types/react@19.2.15) + version: 19.2.3(@types/react@19.2.17) '@vitejs/plugin-react': - specifier: ^6.0.1 - version: 6.0.2(vite@8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + specifier: ^6.0.2 + version: 6.0.2(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) vite: - specifier: ^8.0.12 - version: 8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) + specifier: ^8.0.16 + version: 8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) examples/react/useThrottledValue: dependencies: @@ -3710,24 +3710,24 @@ importers: specifier: workspace:* version: link:../../../packages/react-pacer react: - specifier: ^19.2.6 - version: 19.2.6 + specifier: ^19.2.7 + version: 19.2.7 react-dom: - specifier: ^19.2.6 - version: 19.2.6(react@19.2.6) + specifier: ^19.2.7 + version: 19.2.7(react@19.2.7) devDependencies: '@types/react': - specifier: ^19.2.14 - version: 19.2.15 + specifier: ^19.2.17 + version: 19.2.17 '@types/react-dom': specifier: ^19.2.3 - version: 19.2.3(@types/react@19.2.15) + version: 19.2.3(@types/react@19.2.17) '@vitejs/plugin-react': - specifier: ^6.0.1 - version: 6.0.2(vite@8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + specifier: ^6.0.2 + version: 6.0.2(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) vite: - specifier: ^8.0.12 - version: 8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) + specifier: ^8.0.16 + version: 8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) examples/react/useThrottler: dependencies: @@ -3735,24 +3735,24 @@ importers: specifier: workspace:* version: link:../../../packages/react-pacer react: - specifier: ^19.2.6 - version: 19.2.6 + specifier: ^19.2.7 + version: 19.2.7 react-dom: - specifier: ^19.2.6 - version: 19.2.6(react@19.2.6) + specifier: ^19.2.7 + version: 19.2.7(react@19.2.7) devDependencies: '@types/react': - specifier: ^19.2.14 - version: 19.2.15 + specifier: ^19.2.17 + version: 19.2.17 '@types/react-dom': specifier: ^19.2.3 - version: 19.2.3(@types/react@19.2.15) + version: 19.2.3(@types/react@19.2.17) '@vitejs/plugin-react': - specifier: ^6.0.1 - version: 6.0.2(vite@8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + specifier: ^6.0.2 + version: 6.0.2(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) vite: - specifier: ^8.0.12 - version: 8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) + specifier: ^8.0.16 + version: 8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) examples/react/util-comparison: dependencies: @@ -3760,30 +3760,30 @@ importers: specifier: workspace:* version: link:../../../packages/react-pacer react: - specifier: ^19.2.6 - version: 19.2.6 + specifier: ^19.2.7 + version: 19.2.7 react-dom: - specifier: ^19.2.6 - version: 19.2.6(react@19.2.6) + specifier: ^19.2.7 + version: 19.2.7(react@19.2.7) devDependencies: '@tanstack/react-devtools': specifier: 0.10.5 - version: 0.10.5(@types/react-dom@19.2.3(@types/react@19.2.15))(@types/react@19.2.15)(csstype@3.2.3)(react-dom@19.2.6(react@19.2.6))(react@19.2.6)(solid-js@1.9.13) + version: 0.10.5(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(csstype@3.2.3)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(solid-js@1.9.13) '@tanstack/react-pacer-devtools': specifier: workspace:* version: link:../../../packages/react-pacer-devtools '@types/react': - specifier: ^19.2.14 - version: 19.2.15 + specifier: ^19.2.17 + version: 19.2.17 '@types/react-dom': specifier: ^19.2.3 - version: 19.2.3(@types/react@19.2.15) + version: 19.2.3(@types/react@19.2.17) '@vitejs/plugin-react': - specifier: ^6.0.1 - version: 6.0.2(vite@8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + specifier: ^6.0.2 + version: 6.0.2(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) vite: - specifier: ^8.0.12 - version: 8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) + specifier: ^8.0.16 + version: 8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) examples/solid/asyncBatch: dependencies: @@ -3791,15 +3791,15 @@ importers: specifier: workspace:* version: link:../../../packages/solid-pacer solid-js: - specifier: ^1.9.12 + specifier: ^1.9.13 version: 1.9.13 devDependencies: vite: - specifier: ^8.0.12 - version: 8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) + specifier: ^8.0.16 + version: 8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) vite-plugin-solid: specifier: ^2.11.12 - version: 2.11.12(@testing-library/jest-dom@6.9.1)(solid-js@1.9.13)(vite@8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + version: 2.11.12(@testing-library/jest-dom@6.9.1)(solid-js@1.9.13)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) examples/solid/asyncDebounce: dependencies: @@ -3807,15 +3807,15 @@ importers: specifier: workspace:* version: link:../../../packages/solid-pacer solid-js: - specifier: ^1.9.12 + specifier: ^1.9.13 version: 1.9.13 devDependencies: vite: - specifier: ^8.0.12 - version: 8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) + specifier: ^8.0.16 + version: 8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) vite-plugin-solid: specifier: ^2.11.12 - version: 2.11.12(@testing-library/jest-dom@6.9.1)(solid-js@1.9.13)(vite@8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + version: 2.11.12(@testing-library/jest-dom@6.9.1)(solid-js@1.9.13)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) examples/solid/asyncRateLimit: dependencies: @@ -3823,15 +3823,15 @@ importers: specifier: workspace:* version: link:../../../packages/solid-pacer solid-js: - specifier: ^1.9.12 + specifier: ^1.9.13 version: 1.9.13 devDependencies: vite: - specifier: ^8.0.12 - version: 8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) + specifier: ^8.0.16 + version: 8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) vite-plugin-solid: specifier: ^2.11.12 - version: 2.11.12(@testing-library/jest-dom@6.9.1)(solid-js@1.9.13)(vite@8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + version: 2.11.12(@testing-library/jest-dom@6.9.1)(solid-js@1.9.13)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) examples/solid/asyncThrottle: dependencies: @@ -3839,15 +3839,15 @@ importers: specifier: workspace:* version: link:../../../packages/solid-pacer solid-js: - specifier: ^1.9.12 + specifier: ^1.9.13 version: 1.9.13 devDependencies: vite: - specifier: ^8.0.12 - version: 8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) + specifier: ^8.0.16 + version: 8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) vite-plugin-solid: specifier: ^2.11.12 - version: 2.11.12(@testing-library/jest-dom@6.9.1)(solid-js@1.9.13)(vite@8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + version: 2.11.12(@testing-library/jest-dom@6.9.1)(solid-js@1.9.13)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) examples/solid/batch: dependencies: @@ -3855,15 +3855,15 @@ importers: specifier: workspace:* version: link:../../../packages/solid-pacer solid-js: - specifier: ^1.9.12 + specifier: ^1.9.13 version: 1.9.13 devDependencies: vite: - specifier: ^8.0.12 - version: 8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) + specifier: ^8.0.16 + version: 8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) vite-plugin-solid: specifier: ^2.11.12 - version: 2.11.12(@testing-library/jest-dom@6.9.1)(solid-js@1.9.13)(vite@8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + version: 2.11.12(@testing-library/jest-dom@6.9.1)(solid-js@1.9.13)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) examples/solid/createAsyncBatcher: dependencies: @@ -3871,15 +3871,15 @@ importers: specifier: workspace:* version: link:../../../packages/solid-pacer solid-js: - specifier: ^1.9.12 + specifier: ^1.9.13 version: 1.9.13 devDependencies: vite: - specifier: ^8.0.12 - version: 8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) + specifier: ^8.0.16 + version: 8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) vite-plugin-solid: specifier: ^2.11.12 - version: 2.11.12(@testing-library/jest-dom@6.9.1)(solid-js@1.9.13)(vite@8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + version: 2.11.12(@testing-library/jest-dom@6.9.1)(solid-js@1.9.13)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) examples/solid/createAsyncDebouncer: dependencies: @@ -3887,15 +3887,15 @@ importers: specifier: workspace:* version: link:../../../packages/solid-pacer solid-js: - specifier: ^1.9.12 + specifier: ^1.9.13 version: 1.9.13 devDependencies: vite: - specifier: ^8.0.12 - version: 8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) + specifier: ^8.0.16 + version: 8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) vite-plugin-solid: specifier: ^2.11.12 - version: 2.11.12(@testing-library/jest-dom@6.9.1)(solid-js@1.9.13)(vite@8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + version: 2.11.12(@testing-library/jest-dom@6.9.1)(solid-js@1.9.13)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) examples/solid/createAsyncQueuer: dependencies: @@ -3903,15 +3903,15 @@ importers: specifier: workspace:* version: link:../../../packages/solid-pacer solid-js: - specifier: ^1.9.12 + specifier: ^1.9.13 version: 1.9.13 devDependencies: vite: - specifier: ^8.0.12 - version: 8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) + specifier: ^8.0.16 + version: 8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) vite-plugin-solid: specifier: ^2.11.12 - version: 2.11.12(@testing-library/jest-dom@6.9.1)(solid-js@1.9.13)(vite@8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + version: 2.11.12(@testing-library/jest-dom@6.9.1)(solid-js@1.9.13)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) examples/solid/createAsyncRateLimiter: dependencies: @@ -3919,15 +3919,15 @@ importers: specifier: workspace:* version: link:../../../packages/solid-pacer solid-js: - specifier: ^1.9.12 + specifier: ^1.9.13 version: 1.9.13 devDependencies: vite: - specifier: ^8.0.12 - version: 8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) + specifier: ^8.0.16 + version: 8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) vite-plugin-solid: specifier: ^2.11.12 - version: 2.11.12(@testing-library/jest-dom@6.9.1)(solid-js@1.9.13)(vite@8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + version: 2.11.12(@testing-library/jest-dom@6.9.1)(solid-js@1.9.13)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) examples/solid/createAsyncThrottler: dependencies: @@ -3935,15 +3935,15 @@ importers: specifier: workspace:* version: link:../../../packages/solid-pacer solid-js: - specifier: ^1.9.12 + specifier: ^1.9.13 version: 1.9.13 devDependencies: vite: - specifier: ^8.0.12 - version: 8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) + specifier: ^8.0.16 + version: 8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) vite-plugin-solid: specifier: ^2.11.12 - version: 2.11.12(@testing-library/jest-dom@6.9.1)(solid-js@1.9.13)(vite@8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + version: 2.11.12(@testing-library/jest-dom@6.9.1)(solid-js@1.9.13)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) examples/solid/createBatcher: dependencies: @@ -3951,15 +3951,15 @@ importers: specifier: workspace:* version: link:../../../packages/solid-pacer solid-js: - specifier: ^1.9.12 + specifier: ^1.9.13 version: 1.9.13 devDependencies: vite: - specifier: ^8.0.12 - version: 8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) + specifier: ^8.0.16 + version: 8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) vite-plugin-solid: specifier: ^2.11.12 - version: 2.11.12(@testing-library/jest-dom@6.9.1)(solid-js@1.9.13)(vite@8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + version: 2.11.12(@testing-library/jest-dom@6.9.1)(solid-js@1.9.13)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) examples/solid/createDebouncedSignal: dependencies: @@ -3967,15 +3967,15 @@ importers: specifier: workspace:* version: link:../../../packages/solid-pacer solid-js: - specifier: ^1.9.12 + specifier: ^1.9.13 version: 1.9.13 devDependencies: vite: - specifier: ^8.0.12 - version: 8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) + specifier: ^8.0.16 + version: 8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) vite-plugin-solid: specifier: ^2.11.12 - version: 2.11.12(@testing-library/jest-dom@6.9.1)(solid-js@1.9.13)(vite@8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + version: 2.11.12(@testing-library/jest-dom@6.9.1)(solid-js@1.9.13)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) examples/solid/createDebouncedValue: dependencies: @@ -3983,15 +3983,15 @@ importers: specifier: workspace:* version: link:../../../packages/solid-pacer solid-js: - specifier: ^1.9.12 + specifier: ^1.9.13 version: 1.9.13 devDependencies: vite: - specifier: ^8.0.12 - version: 8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) + specifier: ^8.0.16 + version: 8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) vite-plugin-solid: specifier: ^2.11.12 - version: 2.11.12(@testing-library/jest-dom@6.9.1)(solid-js@1.9.13)(vite@8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + version: 2.11.12(@testing-library/jest-dom@6.9.1)(solid-js@1.9.13)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) examples/solid/createDebouncer: dependencies: @@ -3999,15 +3999,15 @@ importers: specifier: workspace:* version: link:../../../packages/solid-pacer solid-js: - specifier: ^1.9.12 + specifier: ^1.9.13 version: 1.9.13 devDependencies: vite: - specifier: ^8.0.12 - version: 8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) + specifier: ^8.0.16 + version: 8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) vite-plugin-solid: specifier: ^2.11.12 - version: 2.11.12(@testing-library/jest-dom@6.9.1)(solid-js@1.9.13)(vite@8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + version: 2.11.12(@testing-library/jest-dom@6.9.1)(solid-js@1.9.13)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) examples/solid/createQueuedSignal: dependencies: @@ -4021,15 +4021,15 @@ importers: specifier: workspace:* version: link:../../../packages/solid-pacer-devtools solid-js: - specifier: ^1.9.12 + specifier: ^1.9.13 version: 1.9.13 devDependencies: vite: - specifier: ^8.0.12 - version: 8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) + specifier: ^8.0.16 + version: 8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) vite-plugin-solid: specifier: ^2.11.12 - version: 2.11.12(@testing-library/jest-dom@6.9.1)(solid-js@1.9.13)(vite@8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + version: 2.11.12(@testing-library/jest-dom@6.9.1)(solid-js@1.9.13)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) examples/solid/createQueuer: dependencies: @@ -4043,15 +4043,15 @@ importers: specifier: workspace:* version: link:../../../packages/solid-pacer-devtools solid-js: - specifier: ^1.9.12 + specifier: ^1.9.13 version: 1.9.13 devDependencies: vite: - specifier: ^8.0.12 - version: 8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) + specifier: ^8.0.16 + version: 8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) vite-plugin-solid: specifier: ^2.11.12 - version: 2.11.12(@testing-library/jest-dom@6.9.1)(solid-js@1.9.13)(vite@8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + version: 2.11.12(@testing-library/jest-dom@6.9.1)(solid-js@1.9.13)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) examples/solid/createRateLimitedSignal: dependencies: @@ -4059,15 +4059,15 @@ importers: specifier: workspace:* version: link:../../../packages/solid-pacer solid-js: - specifier: ^1.9.12 + specifier: ^1.9.13 version: 1.9.13 devDependencies: vite: - specifier: ^8.0.12 - version: 8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) + specifier: ^8.0.16 + version: 8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) vite-plugin-solid: specifier: ^2.11.12 - version: 2.11.12(@testing-library/jest-dom@6.9.1)(solid-js@1.9.13)(vite@8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + version: 2.11.12(@testing-library/jest-dom@6.9.1)(solid-js@1.9.13)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) examples/solid/createRateLimitedValue: dependencies: @@ -4075,15 +4075,15 @@ importers: specifier: workspace:* version: link:../../../packages/solid-pacer solid-js: - specifier: ^1.9.12 + specifier: ^1.9.13 version: 1.9.13 devDependencies: vite: - specifier: ^8.0.12 - version: 8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) + specifier: ^8.0.16 + version: 8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) vite-plugin-solid: specifier: ^2.11.12 - version: 2.11.12(@testing-library/jest-dom@6.9.1)(solid-js@1.9.13)(vite@8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + version: 2.11.12(@testing-library/jest-dom@6.9.1)(solid-js@1.9.13)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) examples/solid/createRateLimiter: dependencies: @@ -4091,15 +4091,15 @@ importers: specifier: workspace:* version: link:../../../packages/solid-pacer solid-js: - specifier: ^1.9.12 + specifier: ^1.9.13 version: 1.9.13 devDependencies: vite: - specifier: ^8.0.12 - version: 8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) + specifier: ^8.0.16 + version: 8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) vite-plugin-solid: specifier: ^2.11.12 - version: 2.11.12(@testing-library/jest-dom@6.9.1)(solid-js@1.9.13)(vite@8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + version: 2.11.12(@testing-library/jest-dom@6.9.1)(solid-js@1.9.13)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) examples/solid/createThrottledSignal: dependencies: @@ -4107,15 +4107,15 @@ importers: specifier: workspace:* version: link:../../../packages/solid-pacer solid-js: - specifier: ^1.9.12 + specifier: ^1.9.13 version: 1.9.13 devDependencies: vite: - specifier: ^8.0.12 - version: 8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) + specifier: ^8.0.16 + version: 8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) vite-plugin-solid: specifier: ^2.11.12 - version: 2.11.12(@testing-library/jest-dom@6.9.1)(solid-js@1.9.13)(vite@8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + version: 2.11.12(@testing-library/jest-dom@6.9.1)(solid-js@1.9.13)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) examples/solid/createThrottledValue: dependencies: @@ -4123,15 +4123,15 @@ importers: specifier: workspace:* version: link:../../../packages/solid-pacer solid-js: - specifier: ^1.9.12 + specifier: ^1.9.13 version: 1.9.13 devDependencies: vite: - specifier: ^8.0.12 - version: 8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) + specifier: ^8.0.16 + version: 8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) vite-plugin-solid: specifier: ^2.11.12 - version: 2.11.12(@testing-library/jest-dom@6.9.1)(solid-js@1.9.13)(vite@8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + version: 2.11.12(@testing-library/jest-dom@6.9.1)(solid-js@1.9.13)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) examples/solid/createThrottler: dependencies: @@ -4139,15 +4139,15 @@ importers: specifier: workspace:* version: link:../../../packages/solid-pacer solid-js: - specifier: ^1.9.12 + specifier: ^1.9.13 version: 1.9.13 devDependencies: vite: - specifier: ^8.0.12 - version: 8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) + specifier: ^8.0.16 + version: 8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) vite-plugin-solid: specifier: ^2.11.12 - version: 2.11.12(@testing-library/jest-dom@6.9.1)(solid-js@1.9.13)(vite@8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + version: 2.11.12(@testing-library/jest-dom@6.9.1)(solid-js@1.9.13)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) examples/solid/debounce: dependencies: @@ -4155,15 +4155,15 @@ importers: specifier: workspace:* version: link:../../../packages/solid-pacer solid-js: - specifier: ^1.9.12 + specifier: ^1.9.13 version: 1.9.13 devDependencies: vite: - specifier: ^8.0.12 - version: 8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) + specifier: ^8.0.16 + version: 8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) vite-plugin-solid: specifier: ^2.11.12 - version: 2.11.12(@testing-library/jest-dom@6.9.1)(solid-js@1.9.13)(vite@8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + version: 2.11.12(@testing-library/jest-dom@6.9.1)(solid-js@1.9.13)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) examples/solid/queue: dependencies: @@ -4177,15 +4177,15 @@ importers: specifier: workspace:* version: link:../../../packages/solid-pacer-devtools solid-js: - specifier: ^1.9.12 + specifier: ^1.9.13 version: 1.9.13 devDependencies: vite: - specifier: ^8.0.12 - version: 8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) + specifier: ^8.0.16 + version: 8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) vite-plugin-solid: specifier: ^2.11.12 - version: 2.11.12(@testing-library/jest-dom@6.9.1)(solid-js@1.9.13)(vite@8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + version: 2.11.12(@testing-library/jest-dom@6.9.1)(solid-js@1.9.13)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) examples/solid/rateLimit: dependencies: @@ -4193,15 +4193,15 @@ importers: specifier: workspace:* version: link:../../../packages/solid-pacer solid-js: - specifier: ^1.9.12 + specifier: ^1.9.13 version: 1.9.13 devDependencies: vite: - specifier: ^8.0.12 - version: 8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) + specifier: ^8.0.16 + version: 8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) vite-plugin-solid: specifier: ^2.11.12 - version: 2.11.12(@testing-library/jest-dom@6.9.1)(solid-js@1.9.13)(vite@8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + version: 2.11.12(@testing-library/jest-dom@6.9.1)(solid-js@1.9.13)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) examples/solid/throttle: dependencies: @@ -4209,15 +4209,15 @@ importers: specifier: workspace:* version: link:../../../packages/solid-pacer solid-js: - specifier: ^1.9.12 + specifier: ^1.9.13 version: 1.9.13 devDependencies: vite: - specifier: ^8.0.12 - version: 8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) + specifier: ^8.0.16 + version: 8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) vite-plugin-solid: specifier: ^2.11.12 - version: 2.11.12(@testing-library/jest-dom@6.9.1)(solid-js@1.9.13)(vite@8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + version: 2.11.12(@testing-library/jest-dom@6.9.1)(solid-js@1.9.13)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) examples/vanilla/LiteBatcher: dependencies: @@ -4226,8 +4226,8 @@ importers: version: link:../../../packages/pacer-lite devDependencies: vite: - specifier: ^8.0.12 - version: 8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) + specifier: ^8.0.16 + version: 8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) examples/vanilla/LiteDebouncer: dependencies: @@ -4236,8 +4236,8 @@ importers: version: link:../../../packages/pacer-lite devDependencies: vite: - specifier: ^8.0.12 - version: 8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) + specifier: ^8.0.16 + version: 8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) examples/vanilla/LiteQueuer: dependencies: @@ -4246,8 +4246,8 @@ importers: version: link:../../../packages/pacer-lite devDependencies: vite: - specifier: ^8.0.12 - version: 8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) + specifier: ^8.0.16 + version: 8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) examples/vanilla/LiteRateLimiter: dependencies: @@ -4256,8 +4256,8 @@ importers: version: link:../../../packages/pacer-lite devDependencies: vite: - specifier: ^8.0.12 - version: 8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) + specifier: ^8.0.16 + version: 8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) examples/vanilla/LiteThrottler: dependencies: @@ -4266,8 +4266,8 @@ importers: version: link:../../../packages/pacer-lite devDependencies: vite: - specifier: ^8.0.12 - version: 8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) + specifier: ^8.0.16 + version: 8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) examples/vanilla/liteBatch: dependencies: @@ -4276,8 +4276,8 @@ importers: version: link:../../../packages/pacer-lite devDependencies: vite: - specifier: ^8.0.12 - version: 8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) + specifier: ^8.0.16 + version: 8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) examples/vanilla/liteDebounce: dependencies: @@ -4286,8 +4286,8 @@ importers: version: link:../../../packages/pacer-lite devDependencies: vite: - specifier: ^8.0.12 - version: 8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) + specifier: ^8.0.16 + version: 8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) examples/vanilla/liteQueue: dependencies: @@ -4296,8 +4296,8 @@ importers: version: link:../../../packages/pacer-lite devDependencies: vite: - specifier: ^8.0.12 - version: 8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) + specifier: ^8.0.16 + version: 8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) examples/vanilla/liteRateLimit: dependencies: @@ -4306,8 +4306,8 @@ importers: version: link:../../../packages/pacer-lite devDependencies: vite: - specifier: ^8.0.12 - version: 8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) + specifier: ^8.0.16 + version: 8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) examples/vanilla/liteThrottle: dependencies: @@ -4316,21 +4316,21 @@ importers: version: link:../../../packages/pacer-lite devDependencies: vite: - specifier: ^8.0.12 - version: 8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) + specifier: ^8.0.16 + version: 8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) packages/angular-pacer: dependencies: '@tanstack/angular-store': specifier: ^0.11.0 - version: 0.11.0(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)) + version: 0.11.0(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)) '@tanstack/pacer': specifier: workspace:* version: link:../pacer devDependencies: '@angular/core': - specifier: ^21.2.12 - version: 21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2) + specifier: ^21.2.16 + version: 21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2) '@types/node': specifier: ^25.7.0 version: 25.7.0 @@ -4351,7 +4351,7 @@ importers: version: 0.5.2(csstype@3.2.3)(solid-js@1.9.13) '@tanstack/devtools-utils': specifier: ^0.5.0 - version: 0.5.0(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(@types/react@19.2.15)(preact@10.29.2)(react@19.2.6)(solid-js@1.9.13) + version: 0.5.0(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(@types/react@19.2.17)(preact@10.29.2)(react@19.2.7)(solid-js@1.9.13) '@tanstack/pacer': specifier: workspace:* version: link:../pacer @@ -4365,21 +4365,21 @@ importers: specifier: ^3.2.3 version: 3.2.3 dayjs: - specifier: ^1.11.20 + specifier: ^1.11.21 version: 1.11.21 goober: specifier: ^2.1.19 version: 2.1.19(csstype@3.2.3) solid-js: - specifier: ^1.9.12 + specifier: ^1.9.13 version: 1.9.13 devDependencies: rolldown-plugin-solid: specifier: ^0.2.1 - version: 0.2.1(rolldown@1.0.3)(solid-js@1.9.13) + version: 0.2.1(rolldown@1.1.0)(solid-js@1.9.13) tsdown: - specifier: ^0.22.0 - version: 0.22.1(oxc-resolver@11.20.0)(publint@0.3.21)(typescript@6.0.3) + specifier: ^0.22.2 + version: 0.22.2(oxc-resolver@11.20.0)(publint@0.3.21)(typescript@6.0.3) vite-plugin-solid: specifier: ^2.11.12 version: 2.11.12(@testing-library/jest-dom@6.9.1)(solid-js@1.9.13)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) @@ -4406,14 +4406,14 @@ importers: specifier: ^7.1.1 version: 7.1.1(eslint@10.4.1(jiti@2.7.0)) preact: - specifier: ^10.29.1 + specifier: ^10.29.2 version: 10.29.2 packages/preact-pacer-devtools: dependencies: '@tanstack/devtools-utils': specifier: ^0.5.0 - version: 0.5.0(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(@types/react@19.2.15)(preact@10.29.2)(react@19.2.6)(solid-js@1.9.13) + version: 0.5.0(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(@types/react@19.2.17)(preact@10.29.2)(react@19.2.7)(solid-js@1.9.13) '@tanstack/pacer-devtools': specifier: workspace:* version: link:../pacer-devtools @@ -4428,7 +4428,7 @@ importers: specifier: ^3.2.3 version: 3.2.3 preact: - specifier: ^10.29.1 + specifier: ^10.29.2 version: 10.29.2 packages/react-pacer: @@ -4438,19 +4438,19 @@ importers: version: link:../pacer '@tanstack/react-store': specifier: ^0.11.0 - version: 0.11.0(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + version: 0.11.0(react-dom@19.2.7(react@19.2.7))(react@19.2.7) react-dom: specifier: '>=16.8' - version: 19.2.6(react@19.2.6) + version: 19.2.7(react@19.2.7) devDependencies: '@eslint-react/eslint-plugin': - specifier: ^5.7.7 - version: 5.8.8(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3) + specifier: ^5.8.17 + version: 5.8.17(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3) '@types/react': - specifier: ^19.2.14 - version: 19.2.15 + specifier: ^19.2.17 + version: 19.2.17 '@vitejs/plugin-react': - specifier: ^6.0.1 + specifier: ^6.0.2 version: 6.0.2(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) eslint-plugin-react-compiler: specifier: 19.1.0-rc.2 @@ -4459,35 +4459,35 @@ importers: specifier: ^7.1.1 version: 7.1.1(eslint@10.4.1(jiti@2.7.0)) react: - specifier: ^19.2.6 - version: 19.2.6 + specifier: ^19.2.7 + version: 19.2.7 packages/react-pacer-devtools: dependencies: '@tanstack/devtools-utils': specifier: ^0.5.0 - version: 0.5.0(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(@types/react@19.2.15)(preact@10.29.2)(react@19.2.6)(solid-js@1.9.13) + version: 0.5.0(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(@types/react@19.2.17)(preact@10.29.2)(react@19.2.7)(solid-js@1.9.13) '@tanstack/pacer-devtools': specifier: workspace:* version: link:../pacer-devtools '@types/react': specifier: '>=16.8' - version: 19.2.15 + version: 19.2.17 '@types/react-dom': specifier: '>=16.8' - version: 19.2.3(@types/react@19.2.15) + version: 19.2.3(@types/react@19.2.17) react: specifier: '>=16.8' - version: 19.2.6 + version: 19.2.7 react-dom: specifier: '>=16.8' - version: 19.2.6(react@19.2.6) + version: 19.2.7(react@19.2.7) devDependencies: '@eslint-react/eslint-plugin': - specifier: ^5.7.7 - version: 5.8.8(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3) + specifier: ^5.8.17 + version: 5.8.17(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3) '@vitejs/plugin-react': - specifier: ^6.0.1 + specifier: ^6.0.2 version: 6.0.2(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) csstype: specifier: ^3.2.3 @@ -4509,7 +4509,7 @@ importers: version: 0.11.0(solid-js@1.9.13) devDependencies: solid-js: - specifier: ^1.9.12 + specifier: ^1.9.13 version: 1.9.13 vite-plugin-solid: specifier: ^2.11.12 @@ -4519,7 +4519,7 @@ importers: dependencies: '@tanstack/devtools-utils': specifier: ^0.5.0 - version: 0.5.0(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(@types/react@19.2.15)(preact@10.29.2)(react@19.2.6)(solid-js@1.9.13) + version: 0.5.0(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(@types/react@19.2.17)(preact@10.29.2)(react@19.2.7)(solid-js@1.9.13) '@tanstack/pacer-devtools': specifier: workspace:* version: link:../pacer-devtools @@ -4599,13 +4599,13 @@ packages: resolution: {integrity: sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==} engines: {node: '>=6.0.0'} - '@angular-devkit/architect@0.2102.13': - resolution: {integrity: sha512-fheyi0gPx6b7tT+WQ+ePlzdGqKjPLUK72wg5Z9pkVtQ5+VN/8yB9mlRlmoivngd2FeNG9wMeNynWZGYycnOWVw==} + '@angular-devkit/architect@0.2102.14': + resolution: {integrity: sha512-0+vjVsCkMyJdVjz5XkPW+Bdf/9TI8V2voomx/+o0o+oOaqqiEhptQWFnaIlLr7HasjB0LxXK5P9L0oQ61vxj8Q==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} hasBin: true - '@angular-devkit/core@21.2.13': - resolution: {integrity: sha512-9jLaHcUr6BumIY9nCsBib1q62p259nf++gd2igYJ7mLm1w/0wEacsZ1cC8wCGEe6vx8a+DrD+EVCQ6zivePG2A==} + '@angular-devkit/core@21.2.14': + resolution: {integrity: sha512-RSOWXB9bFc2nwRWMxbIT0RbSNFUrwfBo4N5MNxbyQ69Ndc0gVm3h+3ArHv0qotH4d+pJYbm5ttXu8YqR2kc0CA==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} peerDependencies: chokidar: ^5.0.0 @@ -4613,12 +4613,12 @@ packages: chokidar: optional: true - '@angular-devkit/schematics@21.2.13': - resolution: {integrity: sha512-gifpOcMNiAy49lQmQKhzpxoSfS3qJQSEdJSF5m7RVFkAcmllfcCD76GPN4dhho3wdAnbZ3qr54LtDqrGY4xNjw==} + '@angular-devkit/schematics@21.2.14': + resolution: {integrity: sha512-KMJlQSBEzI4+Cy1Zh72gmGQNN2I1vY+nj9CoRcZPBIi1si+0ZAc49XT85eYl+eQumNTVQviUG7LQqgLDAHml+g==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} - '@angular/build@21.2.13': - resolution: {integrity: sha512-Y9TDAaTQ+E5LScCKA/hPZmns/7Mpu6J2BiPj2cETA1xNjvgRpeb5Mh32KuhZb20NSFLvjpdnLuBTTtbym7hevw==} + '@angular/build@21.2.14': + resolution: {integrity: sha512-l8JB326iIwum2WmbopUUFdiuYsbHchix6MH8o6F6FA7LJr8QLTvipwwbw+Jx31/RE50WkGmzsZ1fBDw/cMbmUw==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} peerDependencies: '@angular/compiler': ^21.0.0 @@ -4628,7 +4628,7 @@ packages: '@angular/platform-browser': ^21.0.0 '@angular/platform-server': ^21.0.0 '@angular/service-worker': ^21.0.0 - '@angular/ssr': ^21.2.13 + '@angular/ssr': ^21.2.14 karma: ^6.4.0 less: ^4.2.0 ng-packagr: ^21.0.0 @@ -4663,38 +4663,38 @@ packages: vitest: optional: true - '@angular/cli@21.2.13': - resolution: {integrity: sha512-j1kOV/f0og/3xCwG7Y8RyPd6V7uYfX2NuvXbvN1mzgxLLN2mu6CTsvPg5l/9Pu9SJI3KOPRgDxWyuP3k8KuzMg==} + '@angular/cli@21.2.14': + resolution: {integrity: sha512-S8jExTjxPJILwpg2lu3DohSASVZ8DLhSNCmOe7z0qF9VskRSjC7SIQv1rq36tsJkenxuA72gjVOHZv+uSRT8HA==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} hasBin: true - '@angular/common@21.2.15': - resolution: {integrity: sha512-PHbICQe4YCXnax2FcmKUpiffs8XPW9A0KlZF35qgJoQyBMBZx5F8c8geCh25jxtq77n3eBTmOa/WIAdSqiitkQ==} + '@angular/common@21.2.16': + resolution: {integrity: sha512-htHNepKzjIjkc5BQ7MKDN0bVDOfQpFr/fGUxa6irC0kFLfWt7idUTdNcxypRvjCCTuBYHkjr74fH4QKu+qvPXg==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} peerDependencies: - '@angular/core': 21.2.15 + '@angular/core': 21.2.16 rxjs: ^6.5.3 || ^7.4.0 - '@angular/compiler-cli@21.2.15': - resolution: {integrity: sha512-/MU7OA9d/e9P5SthR+N6JJObBmzcGsgNQaeQ2YfSUnU0lCRVQweTWwxLFDbfU6UX8MZFWB6pdI57zod8r5kXUw==} + '@angular/compiler-cli@21.2.16': + resolution: {integrity: sha512-w2ck3o+uw29AZEGK3HvOsF/ZRiPcfoq2TaDtiNjdH+svhwawt9PfMXrDbbIKF30prWzKLpT3UsCqTz1awv7Ubw==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} hasBin: true peerDependencies: - '@angular/compiler': 21.2.15 + '@angular/compiler': 21.2.16 typescript: '>=5.9 <6.1' peerDependenciesMeta: typescript: optional: true - '@angular/compiler@21.2.15': - resolution: {integrity: sha512-nwpNb+NbVUNzR3cck0QXbU/oFK7BpmXOXVnN/w7+P4+TsFUYeTtO1Ojbc15jkqe6mSM0lBvGlcoztVblHQkqcw==} + '@angular/compiler@21.2.16': + resolution: {integrity: sha512-hVjp93gYgNj5aRbCQUK7L+pOfdqk96lCtmSL2hOL725Pmib9NyNIrA3ISfAQHN+Qo70763WUZahOiqBBOzfAcg==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} - '@angular/core@21.2.15': - resolution: {integrity: sha512-J5JsUnNtQURdeA7EA3DoCsMBizW3l01gfqM326Al72Ou3woFWmRb5P3LOXpIOzAeMQhO6Z5tW+B1t+4qmoq7uw==} + '@angular/core@21.2.16': + resolution: {integrity: sha512-uufKORlB0jeYdqOvjAfMYgqIqmJentOj8XvTUxsFP5k85xxzXsDarSpP199YQz6jhJJQYNOWIloDkUTQJi5rNA==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} peerDependencies: - '@angular/compiler': 21.2.15 + '@angular/compiler': 21.2.16 rxjs: ^6.5.3 || ^7.4.0 zone.js: ~0.15.0 || ~0.16.0 peerDependenciesMeta: @@ -4703,33 +4703,33 @@ packages: zone.js: optional: true - '@angular/forms@21.2.15': - resolution: {integrity: sha512-swGUHgbBrPNvODPR9qBP6+vT2EHiyW361iEgS3HpTmvDhF/kD4l8NE0vh3P5N0DnEtGh4umOCKfQ1w6hPJ7lqA==} + '@angular/forms@21.2.16': + resolution: {integrity: sha512-2djTJmTpg/MkQ2kdCI9k0LT4RL9/Hg03fDUNN2eN5c04FIk99D3yHXUJYLwiaErLuLQNkU8HaijluKHdH93cWQ==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} peerDependencies: - '@angular/common': 21.2.15 - '@angular/core': 21.2.15 - '@angular/platform-browser': 21.2.15 + '@angular/common': 21.2.16 + '@angular/core': 21.2.16 + '@angular/platform-browser': 21.2.16 rxjs: ^6.5.3 || ^7.4.0 - '@angular/platform-browser@21.2.15': - resolution: {integrity: sha512-O4ZHVV/rxkK1AuiD9M3UssL/HkoQvBcZy2+U421IMNibclGhwH9aRwc/0ZlQ7zpseS9+KPZ23FebvN4/92IbPg==} + '@angular/platform-browser@21.2.16': + resolution: {integrity: sha512-59ToWYDb+O3fS0+Y4ubQqV0zY6sf2esLZ19AT7JKXN7Akqbz7aQ2/3k3PKmfhwKWek5o3lkuNz8YhxKQruNh8Q==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} peerDependencies: - '@angular/animations': 21.2.15 - '@angular/common': 21.2.15 - '@angular/core': 21.2.15 + '@angular/animations': 21.2.16 + '@angular/common': 21.2.16 + '@angular/core': 21.2.16 peerDependenciesMeta: '@angular/animations': optional: true - '@angular/router@21.2.15': - resolution: {integrity: sha512-Cej4hYkmaTB6wXn1xQPlr4O1wHgUD0WLv//Oue1IssKqL8vkzic5f5x/H/bxtxxGlSnc+i6uIUF/lvjdGoWk/A==} + '@angular/router@21.2.16': + resolution: {integrity: sha512-0+Pyh0uT4vCLabKoGCARYWlwpz4DgZI9AE01n8s9u/nKAZuEMnJtLLnaUtHEMI8nJSqpgnS/5AthuJZdDEfkYw==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} peerDependencies: - '@angular/common': 21.2.15 - '@angular/core': 21.2.15 - '@angular/platform-browser': 21.2.15 + '@angular/common': 21.2.16 + '@angular/core': 21.2.16 + '@angular/platform-browser': 21.2.16 rxjs: ^6.5.3 || ^7.4.0 '@asamuzakjp/css-color@5.1.11': @@ -5522,50 +5522,50 @@ packages: resolution: {integrity: sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==} engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0} - '@eslint-react/ast@5.8.8': - resolution: {integrity: sha512-hWSxSJpEPJhDZjw0F19w+2zb3+cKv+9JlbnKQ+jli9Jxk8LZrdwRrwPqMoM+9Z3KJUFXFFnRtvdxLO1UqRjVdA==} + '@eslint-react/ast@5.8.17': + resolution: {integrity: sha512-Uiwo4otiYF+gtpPCjd2631IKo5nq9tB/ejd15i1TbYRrZYM46EbgaZbrdJyFu/34BQDZwTmAPv7pNg4fwO6cPQ==} engines: {node: '>=22.0.0'} peerDependencies: eslint: ^10.3.0 typescript: '*' - '@eslint-react/core@5.8.8': - resolution: {integrity: sha512-Cnmq9c64rKGM1qlNIO6cJ3th4QqrdZQaT3/9N77h0Casy/soyZIhp4pP79dxw7OdKjTCi/fYz4HZgDVQhxuTzQ==} + '@eslint-react/core@5.8.17': + resolution: {integrity: sha512-S9a2oaqs72o0OqBIilaiONX1x8RexBw/MXGOuWT9ZZNju0HDhS5mFhLfzkUXuc5xfM2EKJAWUCeHF5cJEnicHQ==} engines: {node: '>=22.0.0'} peerDependencies: eslint: ^10.3.0 typescript: '*' - '@eslint-react/eslint-plugin@5.8.8': - resolution: {integrity: sha512-Sqymf1X2Z5P8tJsrd8W/HYscY5ndt096L0aYwbCQ7mp9iorBiydchpwelcI2vWAqzRhbhHEMC5le9N55hbQEaQ==} + '@eslint-react/eslint-plugin@5.8.17': + resolution: {integrity: sha512-CRc8R8zPBW3EIALxnA9q8ocTavaaeR0Jcy5MqCUm24OJ05aVo6OTlyZMB7hcGNt1f6pbdG/H5/qkvxT2UTO3xQ==} engines: {node: '>=22.0.0'} peerDependencies: eslint: ^10.3.0 typescript: '*' - '@eslint-react/eslint@5.8.8': - resolution: {integrity: sha512-cwRHjR17dRPlcTTfLbWCeDky8drxVp+0wEgtrEgdJmaXeYkZB9OdWTMLhXkx0pNcrYiI5IVwjjFvt5QgR57aaQ==} + '@eslint-react/eslint@5.8.17': + resolution: {integrity: sha512-SCwTtq8hkZ+vN1hC+LrdNjbixonA/h/A9QmgYUHDBJHg57MXg+ZJQu65HMLqsnyHrJy4FkpzxfUDYv2HN8ty/Q==} engines: {node: '>=22.0.0'} peerDependencies: eslint: ^10.3.0 typescript: '*' - '@eslint-react/jsx@5.8.8': - resolution: {integrity: sha512-2mzIejyw9oPZmt25R4KFYn8XxPThm4tFNFR48DCcZNHmp7+In5/Kei8+WYv2GHgU3NbJ9lY5TUsZZIrIT7sObQ==} + '@eslint-react/jsx@5.8.17': + resolution: {integrity: sha512-dS5XufYvUawwiox2uhUX3NNe7DFvRwduywij1DkWeHZ/MGBo3b2TVx0+ajBQhxxrnrouhfxyj1xvsOs7g7u2xQ==} engines: {node: '>=22.0.0'} peerDependencies: eslint: ^10.3.0 typescript: '*' - '@eslint-react/shared@5.8.8': - resolution: {integrity: sha512-9quBoistLX1FoafVVP8lanKZXLUZVjPkUZmmPOmp+kvyJsXGlqus35BYCM4NRQOF9r5v+eSoodjq0N5kq2ADqA==} + '@eslint-react/shared@5.8.17': + resolution: {integrity: sha512-H1EFkvB9DlDs3GyimcjcjFnTf2YrUZHSMjdzi9GJMI++JyxwRJMk74Pavh1NHOnN8i5OGO3hxBq3P/HCPbsGDA==} engines: {node: '>=22.0.0'} peerDependencies: eslint: ^10.3.0 typescript: '*' - '@eslint-react/var@5.8.8': - resolution: {integrity: sha512-H4PLMCw92mFf0bUOu29DKjOPrkvx+b5LEe1pUy9EaOqdb94PvYeB1JeND7djWLF1/ZWWqL8kQF8w0/vF/q1ufg==} + '@eslint-react/var@5.8.17': + resolution: {integrity: sha512-eo4FLnTl5lOKlh4mdJzZF2X7VBFUMQzvEC7VqKQWOZKSKxJqWxBb5c3/PkCkixxLQR0uGgvYz7cH6SNpEIxQbg==} engines: {node: '>=22.0.0'} peerDependencies: eslint: ^10.3.0 @@ -6253,12 +6253,12 @@ packages: '@oxc-project/types@0.113.0': resolution: {integrity: sha512-Tp3XmgxwNQ9pEN9vxgJBAqdRamHibi76iowQ38O2I4PMpcvNRQNVsU2n1x1nv9yh0XoTrGFzf7cZSGxmixxrhA==} - '@oxc-project/types@0.132.0': - resolution: {integrity: sha512-FESMOxil5Se014ui/Eq8fT5uHJo6nIRwH0PfJrZJXs6Gek3ZVFOrpUv3YIZT20m+extU98Hg1Ym72U58rlsxUQ==} - '@oxc-project/types@0.133.0': resolution: {integrity: sha512-KzkdCd6Uxqnf6l3HOw1xfatAlUURA0g14cvBYFyJ5SaNOQbOUvBr9PKArcPcrNIeRsBdgcUzOGrhKveVpvOIGA==} + '@oxc-project/types@0.134.0': + resolution: {integrity: sha512-T0xuRRKrQFmocH8y+jGfpmSkGcheaJExY9lEihmR1Gm2aH+75B8CzgU2rABRQSzzDxLjZ15Sc0bRVLj5lVeNXQ==} + '@oxc-resolver/binding-android-arm-eabi@11.20.0': resolution: {integrity: sha512-IjfWOXRgJFNdORDl+Uf1aibNgZY2guOD3zmOhx1BGVb/MIiqlFTdmjpQNplSN58lhWehnX4UNqC3QwpUo8pjJg==} cpu: [arm] @@ -6489,14 +6489,14 @@ packages: cpu: [arm64] os: [android] - '@rolldown/binding-android-arm64@1.0.2': - resolution: {integrity: sha512-ZS4D1JPGn/MYQN/SYDWftIE/nVsM8j/AFOYEzAoOE2O3NktQOZru+/vYXGbR/qtdLdIfGCP0lcoJiYVzsEz+iQ==} + '@rolldown/binding-android-arm64@1.0.3': + resolution: {integrity: sha512-454rs7jHngixp/NMxd5srYD57OnzSlZ/eFTETjORQHLwJG1lRtmNOJcBerZlfu4GjKqeq8aCCIQrMdHyhI51Hw==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [android] - '@rolldown/binding-android-arm64@1.0.3': - resolution: {integrity: sha512-454rs7jHngixp/NMxd5srYD57OnzSlZ/eFTETjORQHLwJG1lRtmNOJcBerZlfu4GjKqeq8aCCIQrMdHyhI51Hw==} + '@rolldown/binding-android-arm64@1.1.0': + resolution: {integrity: sha512-gCYzGOSkYY6Z034suzd20euvds7lPzMEEla62DJGE/ZAlR4OMBnNbvnBSsIGUCAr52gaWMsloGxP4tVGtN5aCA==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [android] @@ -6507,14 +6507,14 @@ packages: cpu: [arm64] os: [darwin] - '@rolldown/binding-darwin-arm64@1.0.2': - resolution: {integrity: sha512-vdFA9+C/rekyGce7WqHs/xoT0ioZEWaOFyZLIV1mEeNFaFDUQrPIo8Vs2GvJ6eetb3rzDUtUBgzto3ExpXJB3w==} + '@rolldown/binding-darwin-arm64@1.0.3': + resolution: {integrity: sha512-PcAhP+ynjURNyy8SKGl5DQP94aGuB/7JrXJb/t7P+hanXvQVMWzUvRRhBAcg/lNRadBhoUPqSoP4xw5tR/KBEA==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [darwin] - '@rolldown/binding-darwin-arm64@1.0.3': - resolution: {integrity: sha512-PcAhP+ynjURNyy8SKGl5DQP94aGuB/7JrXJb/t7P+hanXvQVMWzUvRRhBAcg/lNRadBhoUPqSoP4xw5tR/KBEA==} + '@rolldown/binding-darwin-arm64@1.1.0': + resolution: {integrity: sha512-JQBD77MNgu+4Z6RAyg69acugdrhhVoWesr3l47zohYZ2YV2fwkWMArkN/2p4l6Ei+Sno7W5q+UsKdVWq5Ens0w==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [darwin] @@ -6525,14 +6525,14 @@ packages: cpu: [x64] os: [darwin] - '@rolldown/binding-darwin-x64@1.0.2': - resolution: {integrity: sha512-BewSOwTHazv77DTYiAZXSqqKZ4KP/KonFisDMVU7PImxoWfB2aepnPhd2E4SWz3zDzYgDNbs6jBmTdgNnF02GA==} + '@rolldown/binding-darwin-x64@1.0.3': + resolution: {integrity: sha512-9YpfeUvSE2RS7wysJ81uOZkXJz7f7Q55H2Gvp3VEw/EsahqDtrphrZ0EwDLK5vvKOzaCrBsjF8JmnMLcUt78Gg==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [darwin] - '@rolldown/binding-darwin-x64@1.0.3': - resolution: {integrity: sha512-9YpfeUvSE2RS7wysJ81uOZkXJz7f7Q55H2Gvp3VEw/EsahqDtrphrZ0EwDLK5vvKOzaCrBsjF8JmnMLcUt78Gg==} + '@rolldown/binding-darwin-x64@1.1.0': + resolution: {integrity: sha512-p/8cXUTK4Sob604e+xxPhVSbDFf29E6J0l/xESM9rdCfn3aDai3nEs6TnMHUsdD5aNlFz0+gDbiGlozLKGa2YA==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [darwin] @@ -6543,14 +6543,14 @@ packages: cpu: [x64] os: [freebsd] - '@rolldown/binding-freebsd-x64@1.0.2': - resolution: {integrity: sha512-m41o7M0YWtUdqk61Tb+jnKb2rN++iRdIASlExkUoKfIAH30DOHCB8fVLzSUpbWHHU8esmEioY62PxzexE8MBuA==} + '@rolldown/binding-freebsd-x64@1.0.3': + resolution: {integrity: sha512-yB1IlAsSNHncV6SCTL27/MVGR5htvQsoGxIv5KMGXALp+Ll1wYsn+x98M9MW7qa+NdSbvrrY7ANI4wLJ0n1e6g==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [freebsd] - '@rolldown/binding-freebsd-x64@1.0.3': - resolution: {integrity: sha512-yB1IlAsSNHncV6SCTL27/MVGR5htvQsoGxIv5KMGXALp+Ll1wYsn+x98M9MW7qa+NdSbvrrY7ANI4wLJ0n1e6g==} + '@rolldown/binding-freebsd-x64@1.1.0': + resolution: {integrity: sha512-KbtOSlVv6fElujiZWMcC3aQYhEwLVVf073RcwlSmpGQvIsKZFUqc0ef4sjUuurRwfbiI6JJXji9DQn+86hawmQ==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [freebsd] @@ -6561,14 +6561,14 @@ packages: cpu: [arm] os: [linux] - '@rolldown/binding-linux-arm-gnueabihf@1.0.2': - resolution: {integrity: sha512-jcojB9H7W/jS29pMKWAK1N+fU99vXodHDTatS3b3y/XSOCiHo0kkA74pL3jJmkoQtYpOCxDvaKs1fo2Ij/1X5w==} + '@rolldown/binding-linux-arm-gnueabihf@1.0.3': + resolution: {integrity: sha512-Yi30IVAAfLUCy2MseFjbB1jAMDl1VMCAas5StnYp8da9+CKvMd2H2cbEjWcw5NPaPqzvYkVIaF1nNUG+b7u/sw==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm] os: [linux] - '@rolldown/binding-linux-arm-gnueabihf@1.0.3': - resolution: {integrity: sha512-Yi30IVAAfLUCy2MseFjbB1jAMDl1VMCAas5StnYp8da9+CKvMd2H2cbEjWcw5NPaPqzvYkVIaF1nNUG+b7u/sw==} + '@rolldown/binding-linux-arm-gnueabihf@1.1.0': + resolution: {integrity: sha512-9fZ9i0o0/MQaw7om6Z6TsT7tfCk0jtbEFtC+aPqZL5RNsGWNcHvn6EHgL3dAprjq+AZzPTAQjg2JtpJaMt+6pg==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm] os: [linux] @@ -6580,15 +6580,15 @@ packages: os: [linux] libc: [glibc] - '@rolldown/binding-linux-arm64-gnu@1.0.2': - resolution: {integrity: sha512-1jn6qDU5iiOgFgygDzKUuKP0maTi0/f1+sBLgvij/76C77Nm3ts6ufz9Bjg5q5dduxiUIxtq86JIoBvo1xQ4Ig==} + '@rolldown/binding-linux-arm64-gnu@1.0.3': + resolution: {integrity: sha512-jsO7R8To+AdlYgUmN5sHSCZbfhtMBkO0WUx8iORQnPcMMdgr7qM2DQmMwgabs3GhNztdmoKkMKQFHD6DTMCIQw==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [linux] libc: [glibc] - '@rolldown/binding-linux-arm64-gnu@1.0.3': - resolution: {integrity: sha512-jsO7R8To+AdlYgUmN5sHSCZbfhtMBkO0WUx8iORQnPcMMdgr7qM2DQmMwgabs3GhNztdmoKkMKQFHD6DTMCIQw==} + '@rolldown/binding-linux-arm64-gnu@1.1.0': + resolution: {integrity: sha512-+tog7T66i+yFyIuuAnjL6xmW182W/qTBOUt6BtQ6lBIM1Eikh/fSMz4HGgvuCp5uU0zuIVWng7kDYthjCMOHcg==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [linux] @@ -6601,43 +6601,43 @@ packages: os: [linux] libc: [musl] - '@rolldown/binding-linux-arm64-musl@1.0.2': - resolution: {integrity: sha512-QVLO/czFMdoMFSqlX3bcswcJNm/23r+qoa/jgtmFc/qEp6/jXmIkDjF/XIo8dPfGaiwy1xfQn8o77L79GeXFgw==} + '@rolldown/binding-linux-arm64-musl@1.0.3': + resolution: {integrity: sha512-VWkUHwWriDciit80wleYwKILoR/KMvxh/IdwS/paX+ZgpuRpCrKLUdadJbc0NpBEiyhpYawsJ73j9aCvOH+f7Q==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [linux] libc: [musl] - '@rolldown/binding-linux-arm64-musl@1.0.3': - resolution: {integrity: sha512-VWkUHwWriDciit80wleYwKILoR/KMvxh/IdwS/paX+ZgpuRpCrKLUdadJbc0NpBEiyhpYawsJ73j9aCvOH+f7Q==} + '@rolldown/binding-linux-arm64-musl@1.1.0': + resolution: {integrity: sha512-4b7yruLIIj/oZ3GpcLOvxcLCLDMraohn3IhQfN2hBP4w9UekG0DTIajWguJosRGfySf/+h/NwRUiMKoCpxCrqQ==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [linux] libc: [musl] - '@rolldown/binding-linux-ppc64-gnu@1.0.2': - resolution: {integrity: sha512-hgO5Abm0w5UL6FEa2iFnZqo2KlK7TQ5QhV5x09hujBf7t5KzHQ1VmfPuTpqRy/rNlSxua3eWH374xxiVrP+lcA==} + '@rolldown/binding-linux-ppc64-gnu@1.0.3': + resolution: {integrity: sha512-5f1laC0SlIR0yDbFCd8acUhvJIag6N3zC5P7oUPN6wX0aOma+uKJ0wBDH5aq7I1PVI2ttTlhJwzwRIBnLiSGEg==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [ppc64] os: [linux] libc: [glibc] - '@rolldown/binding-linux-ppc64-gnu@1.0.3': - resolution: {integrity: sha512-5f1laC0SlIR0yDbFCd8acUhvJIag6N3zC5P7oUPN6wX0aOma+uKJ0wBDH5aq7I1PVI2ttTlhJwzwRIBnLiSGEg==} + '@rolldown/binding-linux-ppc64-gnu@1.1.0': + resolution: {integrity: sha512-QRDOVZd0bhQ5jLsUsCC3dUxDWdTSVY9WMznowZgCGOrZfLLgctWpelhUASEiBwsXfat/JwYnVd1EaxMhqyT+UQ==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [ppc64] os: [linux] libc: [glibc] - '@rolldown/binding-linux-s390x-gnu@1.0.2': - resolution: {integrity: sha512-fy8rXxuYEu602abC8MUNaPjYLIFzReOaEIEMKMUa0rFEUxNpVXhs15KSSQ4qlqSaM7B6rcj9rDZgADh/IGDzLQ==} + '@rolldown/binding-linux-s390x-gnu@1.0.3': + resolution: {integrity: sha512-Iq4ko0r4XsgbrF/LunNgHtAGLRRVE2kXonAXQ/MV0mC6jQpMOhW1SvtZja2EhC/kd05++bP78dsqBeIQyYJ6Yg==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [s390x] os: [linux] libc: [glibc] - '@rolldown/binding-linux-s390x-gnu@1.0.3': - resolution: {integrity: sha512-Iq4ko0r4XsgbrF/LunNgHtAGLRRVE2kXonAXQ/MV0mC6jQpMOhW1SvtZja2EhC/kd05++bP78dsqBeIQyYJ6Yg==} + '@rolldown/binding-linux-s390x-gnu@1.1.0': + resolution: {integrity: sha512-ypxT+Hq76NFG7woFbNbySnGEajFuYuIXeKz/jfCU+lXUoxfi3zLE6OG/ZQNeK3RpZSYJlAe2bokpsQ046CaieQ==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [s390x] os: [linux] @@ -6650,15 +6650,15 @@ packages: os: [linux] libc: [glibc] - '@rolldown/binding-linux-x64-gnu@1.0.2': - resolution: {integrity: sha512-0+bOkiQ779+r1WpoHOWHqncvyySci0vKph+myNDYb+im6meJAzHQXay6oEgnkHuUGouM1LKTZwqKpBow6Kj7CQ==} + '@rolldown/binding-linux-x64-gnu@1.0.3': + resolution: {integrity: sha512-B8m6tD5+/N5FeNQFbKlLA/2yVq9ycQP1SeedyEYYKWBNR3ZQbkvIUcNnDNM03lO1l5F2roiiFJGgvoLLyZXtSg==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [linux] libc: [glibc] - '@rolldown/binding-linux-x64-gnu@1.0.3': - resolution: {integrity: sha512-B8m6tD5+/N5FeNQFbKlLA/2yVq9ycQP1SeedyEYYKWBNR3ZQbkvIUcNnDNM03lO1l5F2roiiFJGgvoLLyZXtSg==} + '@rolldown/binding-linux-x64-gnu@1.1.0': + resolution: {integrity: sha512-IdovCmfROFmpTLahdecTDFL74aLERVYN68F/mLZjfVh6LfoplPfI6deyHNMTcVujbokDV5k05XrFO22zfv+qjg==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [linux] @@ -6671,15 +6671,15 @@ packages: os: [linux] libc: [musl] - '@rolldown/binding-linux-x64-musl@1.0.2': - resolution: {integrity: sha512-mjSkrzZK5Qsl0a9d1JgILOiuZOSDTVdKENcSXBoqbzSrspLR/4/IRVDo5wd2GgZjNss/viBFJdeq+j7qH2nypw==} + '@rolldown/binding-linux-x64-musl@1.0.3': + resolution: {integrity: sha512-pSdpdUJHkuCxun9LE7jvgUB9qsRgaiyNNCX7m/AvHTcq67AiT/Yhoxvw5zPfhrM8k/BfP8ce/hMOpthKDpEUow==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [linux] libc: [musl] - '@rolldown/binding-linux-x64-musl@1.0.3': - resolution: {integrity: sha512-pSdpdUJHkuCxun9LE7jvgUB9qsRgaiyNNCX7m/AvHTcq67AiT/Yhoxvw5zPfhrM8k/BfP8ce/hMOpthKDpEUow==} + '@rolldown/binding-linux-x64-musl@1.1.0': + resolution: {integrity: sha512-pcA8xlFp2tyk9T2R6Fi/rPe3bQ1MA+sSMDNUU5Ogu80GHOatkE4P8YCreGAvZErm5Ho2YRXnyvNrWiRncfVysQ==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [linux] @@ -6691,14 +6691,14 @@ packages: cpu: [arm64] os: [openharmony] - '@rolldown/binding-openharmony-arm64@1.0.2': - resolution: {integrity: sha512-1v5vHasdfQAZoEHakBV72LIFAC9JjnymsiKxp+GEr/ma3+NJCPSaYK+qavInOovJkgwFrs7GccX2d6IgDA3Z5w==} + '@rolldown/binding-openharmony-arm64@1.0.3': + resolution: {integrity: sha512-OXXS3RKJgX2uLwM+gYyuH5omcH8fL1LJs96pZGgtetVCahON57+d4SJHzTgZiOjxgGkSnpXpOsWuPDGAKAigEg==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [openharmony] - '@rolldown/binding-openharmony-arm64@1.0.3': - resolution: {integrity: sha512-OXXS3RKJgX2uLwM+gYyuH5omcH8fL1LJs96pZGgtetVCahON57+d4SJHzTgZiOjxgGkSnpXpOsWuPDGAKAigEg==} + '@rolldown/binding-openharmony-arm64@1.1.0': + resolution: {integrity: sha512-4+fexHayrLCWpriPh4c6dNvL4an34DEZCG7zOM/FD5QNF6h8DT+bDXzyB/kfC8lDJbaFb7jKShtnjDQFXVQEjg==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [openharmony] @@ -6708,13 +6708,13 @@ packages: engines: {node: '>=14.0.0'} cpu: [wasm32] - '@rolldown/binding-wasm32-wasi@1.0.2': - resolution: {integrity: sha512-mb1VobWn6NheziTk5/WEaR6AKVbrwT5sOi6C7zk3gy/pD1qtJfU1j4PgTo2NJnOtbL9Dl3Aeei8w9jJ7qC2jZQ==} + '@rolldown/binding-wasm32-wasi@1.0.3': + resolution: {integrity: sha512-JTtb8BWFynicNSoPrehsCzBtOKjZ6jhMiPFEmOiuXg1Fl8dn2KHQob+GuPSGR0dryQa1PQJbzjF3dqO/whhjLg==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [wasm32] - '@rolldown/binding-wasm32-wasi@1.0.3': - resolution: {integrity: sha512-JTtb8BWFynicNSoPrehsCzBtOKjZ6jhMiPFEmOiuXg1Fl8dn2KHQob+GuPSGR0dryQa1PQJbzjF3dqO/whhjLg==} + '@rolldown/binding-wasm32-wasi@1.1.0': + resolution: {integrity: sha512-SbL++MNmOw6QamrwIGDMSSfM4ceTzFr+RjbOExJSLLBinScU4WI5OdA413h1qwPw2yH7lVF1+H4svQ+6mSXKTQ==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [wasm32] @@ -6724,14 +6724,14 @@ packages: cpu: [arm64] os: [win32] - '@rolldown/binding-win32-arm64-msvc@1.0.2': - resolution: {integrity: sha512-SqKonF56vA/L2yHwHYcEp2P34URpOZ7d1fS635cTkpDnUtEGdUbhI6NzsPdqeSWvAAeGDrxjWjNmibDIdFf9/A==} + '@rolldown/binding-win32-arm64-msvc@1.0.3': + resolution: {integrity: sha512-gEdFFEN70A/jxb2svrWsN3aDL7OUtmvlOy+6fa2jxG8K0wQ1ZbdeLGnidov6Yu5/733dI5ySfzFlQ/cb0bSz1g==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [win32] - '@rolldown/binding-win32-arm64-msvc@1.0.3': - resolution: {integrity: sha512-gEdFFEN70A/jxb2svrWsN3aDL7OUtmvlOy+6fa2jxG8K0wQ1ZbdeLGnidov6Yu5/733dI5ySfzFlQ/cb0bSz1g==} + '@rolldown/binding-win32-arm64-msvc@1.1.0': + resolution: {integrity: sha512-+xTE6XC7wBgk0VKRXGG+QAnyW5S9b8vfsFpiMjf0waQTmSQSU8onsH/beyZ8X4aXVveJnotiy7VDjLOaW8bTrg==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [win32] @@ -6742,14 +6742,14 @@ packages: cpu: [x64] os: [win32] - '@rolldown/binding-win32-x64-msvc@1.0.2': - resolution: {integrity: sha512-v7qRI7gXLRINcOGXt+7YmAZ6iFuyZVMIoXAxhd8oP+DR9dLfL9GfNIx7PLMxmhZdvq8waUJBQiWN9EKNy+TRBQ==} + '@rolldown/binding-win32-x64-msvc@1.0.3': + resolution: {integrity: sha512-eXB7CHuaQdqmJcc3koCNtNPmT/bj2gc999kUFgBxG8Ac0NdgXc4rkCHhqrgrhN3zddvvvrgzj1e90SuSfmyIXA==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [win32] - '@rolldown/binding-win32-x64-msvc@1.0.3': - resolution: {integrity: sha512-eXB7CHuaQdqmJcc3koCNtNPmT/bj2gc999kUFgBxG8Ac0NdgXc4rkCHhqrgrhN3zddvvvrgzj1e90SuSfmyIXA==} + '@rolldown/binding-win32-x64-msvc@1.1.0': + resolution: {integrity: sha512-Ogji1TQNqH3ACLnYr+1Ns1nyrJ0CO2P585u9Hsh02pXvtFiFpgtgT2b3P4PnCOU86VVCvqtAeCN4OftMT8KU4w==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [win32] @@ -6911,8 +6911,8 @@ packages: cpu: [x64] os: [win32] - '@schematics/angular@21.2.13': - resolution: {integrity: sha512-e5guslSLKbb3PJ6gUuVqM+V9xgn68cJkG1IyBohho34shbpOeoWW2eYdWQQjxvn0KUdgEhYSRBluBamCHngaUA==} + '@schematics/angular@21.2.14': + resolution: {integrity: sha512-rIEdtNTdCCTwuo7B4tMoq5qmbLXdBgmW6Ays1hyno//4OE+HFtvlWZd+hl6KceEyN00IcZ2HRaPnfd71E1JnoA==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} '@shikijs/engine-oniguruma@3.23.0': @@ -7098,11 +7098,11 @@ packages: peerDependencies: preact: ^10.0.0 - '@tanstack/query-core@5.100.14': - resolution: {integrity: sha512-5X41dGpxgeaHISCRW2oYwcSycZeULZzAunaudXT9ov1KOTj9xwt0CH6hbwqP1/z74ZWF7rYFnDpyYH07XFcZew==} + '@tanstack/query-core@5.101.0': + resolution: {integrity: sha512-cQetA74EB+seWySv1TTKr828TnP0u39m6LykwDXIo84SNortpDkp30TMEjkqtYCNP9c40uT/iwl6MLiufEt0Ow==} - '@tanstack/query-devtools@5.100.14': - resolution: {integrity: sha512-g96SmSSQecYTYcyuAMRXr895GplJv01UGt7qttQWPOUyZ5EGz5tbRc589bMc2m5BsPFD6O0PCEAHdbDYNP6UBw==} + '@tanstack/query-devtools@5.101.0': + resolution: {integrity: sha512-MVqw17k08RQtGGLEL654+dX/btbX9p/8WjkznO//zusLTMaObxi3Q+MoFwGVkC9K3tqjn8qrrNhJevXx4fJTeQ==} '@tanstack/react-devtools@0.10.5': resolution: {integrity: sha512-orVsRJ7oAXFb7oyafQCgx9YuK44jpILh5T/ddYuxAsolNfN5DZBr5/NLrWErD7HCGIzvYzg1TZI4sPxmiKvtvA==} @@ -7120,14 +7120,14 @@ packages: react: '>=16.8' react-dom: '>=16.8' - '@tanstack/react-query-devtools@5.100.14': - resolution: {integrity: sha512-JkP5VDgKOw3t/QSA1OABRHEqx8BuNs5MfvZRooNqdvN57SzTuGq3fKR1a2IH5rqa5HDLUm+FOXUEnB9ueHiLzg==} + '@tanstack/react-query-devtools@5.101.0': + resolution: {integrity: sha512-cpZA0+WqKXwrwMfiWZEGGF6QrIWVQFbhBtxqDF5sQsAfrFf47HIE6fiPbQU3wyAUEN2+7UNqLCQe7oG6m3f93w==} peerDependencies: - '@tanstack/react-query': ^5.100.14 + '@tanstack/react-query': ^5.101.0 react: ^18 || ^19 - '@tanstack/react-query@5.100.14': - resolution: {integrity: sha512-oOr6aRdSFEwWhzxEkD/9ZcItM3+LjBSkeVmadWKwUssAHTsqd/7bOjWrX4AbvEkoEhgAxzN0Xk6H/aYzXiYBAw==} + '@tanstack/react-query@5.101.0': + resolution: {integrity: sha512-rLlJXSpkqfizLWgkR5+eLeIk0MvTx/meEIR7LRjxic+qxiQP8zVjq7BqQkiCMNLQBlLfuOLqqr6KO5GtrDlmSg==} peerDependencies: react: ^18 || ^19 @@ -7230,8 +7230,8 @@ packages: peerDependencies: '@types/react': ^19.2.0 - '@types/react@19.2.15': - resolution: {integrity: sha512-eRwcGNHve+E8qtEQSSRl6urh+rFop4v8gm6O8rGv25CodbvFdLjA1vVQ1KkiFE0w0UPOnb8tDiFKL5lp0rtY5Q==} + '@types/react@19.2.17': + resolution: {integrity: sha512-MXfmqaVPEVgkBT/aY0aGCkRWWtByiYQXo3xdQ8r5RzuFrPiRn8Gar2tQdXSUQ2GKV3bkXckek89V8wQBY2Q/Aw==} '@types/trusted-types@2.0.7': resolution: {integrity: sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw==} @@ -7266,8 +7266,8 @@ packages: peerDependencies: typescript: '>=4.8.4 <6.1.0' - '@typescript-eslint/project-service@8.60.0': - resolution: {integrity: sha512-aZu74NNKJeUWqCjDddzdiKaS82dgYgV/vmf+Ui3ZdZejmgfXR/q+pRumgobnQ2cCJTgGTWp4ypiwsuofFubavg==} + '@typescript-eslint/project-service@8.61.0': + resolution: {integrity: sha512-DV42F7MLJO6Rax7SK1yg43tcnEfGUrurSpSxKuVX+a3RCTzBlH3fuxprrOJXKCJGAaw82xXocikJ0uQaqwXgGA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: typescript: '>=4.8.4 <6.1.0' @@ -7276,8 +7276,8 @@ packages: resolution: {integrity: sha512-W1Lur1oF50FxSnNdGp3Vs6P+yBRSmZiw4IIjEeYxd8UQJwhUF0gDgDD/W/Tgmh73mxgEU3qX0Bzdl/NGuSPEpQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@typescript-eslint/scope-manager@8.60.0': - resolution: {integrity: sha512-pFzqhllJMs+jghLQWzV00ds39xLzuyqPSev5pd8f4Ir0rtKR3ZLUB4/4dhjOFighWb9larvtfJvqL+4yKDI3Xw==} + '@typescript-eslint/scope-manager@8.61.0': + resolution: {integrity: sha512-IWdXFHFSb6mlC3HPc7QsLDm5zYEbUla6trDEHf32D3/dnuUyXd87plScSNXSbm0/RxMvObpI17sv/EDTGrGZkA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} '@typescript-eslint/tsconfig-utils@8.58.0': @@ -7286,8 +7286,8 @@ packages: peerDependencies: typescript: '>=4.8.4 <6.1.0' - '@typescript-eslint/tsconfig-utils@8.60.0': - resolution: {integrity: sha512-BZPR3RGYlAXnly6ymAxfkVn5rCbZzQNou0rxv3GfWZ8cTQp+hhVd73khbGLAd8k1TlAPLISH337M+tAgAnaJDQ==} + '@typescript-eslint/tsconfig-utils@8.61.0': + resolution: {integrity: sha512-O5Amvdv9ztMpxpf+vmFULGG78IE6Qwdr3bCGvqwG4nwc9H2qXkOYJJnRbRHyMkQTjv1d03olqwwwzHLMqpFePQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: typescript: '>=4.8.4 <6.1.0' @@ -7299,8 +7299,8 @@ packages: eslint: ^8.57.0 || ^9.0.0 || ^10.0.0 typescript: '>=4.8.4 <6.1.0' - '@typescript-eslint/type-utils@8.60.0': - resolution: {integrity: sha512-SX46wEUtitCpq7AN38HkUU/+zvUpdKf7ephtWAFgckH8O7PQIyL5gvrhQgBLuEYgLfuKWOVvWVskMbuFHAz5xg==} + '@typescript-eslint/type-utils@8.61.0': + resolution: {integrity: sha512-TuBiQYIkd97yBfInHCTKVYMbX4kvEmpOEuixIuzCU9p8BGT1SfyyO0d0IfDMbPIHcjn/hWnusUX5e8v5Xg+X8A==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 || ^10.0.0 @@ -7310,8 +7310,8 @@ packages: resolution: {integrity: sha512-O9CjxypDT89fbHxRfETNoAnHj/i6IpRK0CvbVN3qibxlLdo5p5hcLmUuCCrHMpxiWSwKyI8mCP7qRNYuOJ0Uww==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@typescript-eslint/types@8.60.0': - resolution: {integrity: sha512-AsE7x2XaAK+CVbeih0Fvbn+r1qHxtpLDJ3XUuFcIinT318T90yHMJC+Zgv+jUuDjQQd06HKwxnDu6sz1IcTilA==} + '@typescript-eslint/types@8.61.0': + resolution: {integrity: sha512-9QTQpZ5Iin4CdIodfbDQFSeiSJKidgYJYug1P9CC2xWgUTvlmixViqDZNciMjwLBZyJnG4tGmPl97rVAFb1AJg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} '@typescript-eslint/typescript-estree@8.58.0': @@ -7320,8 +7320,8 @@ packages: peerDependencies: typescript: '>=4.8.4 <6.1.0' - '@typescript-eslint/typescript-estree@8.60.0': - resolution: {integrity: sha512-3AcZNBGMClm6CXDyo8kYvVGT/sx29sS0oBsIb9oZI2gunA4Vm2M3YHzRLPvsUBBsl+yB5FPtltq7gGH0iTlp9g==} + '@typescript-eslint/typescript-estree@8.61.0': + resolution: {integrity: sha512-42zatd5qSvvcV1JdDBCLxYRznvP4eIHpPoZXdkPFnAmanA4FuZ5dibSnCBggY8hQnqajPpoGjXFdZ7fIJKQnlA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: typescript: '>=4.8.4 <6.1.0' @@ -7333,8 +7333,8 @@ packages: eslint: ^8.57.0 || ^9.0.0 || ^10.0.0 typescript: '>=4.8.4 <6.1.0' - '@typescript-eslint/utils@8.60.0': - resolution: {integrity: sha512-HtXuPfrHTyBDkameWpl+vJb1Uevu2tznAyahM1Oc4AENidCLTPiZDWIo4GfcxNdC/RcfGcadzzkqbRG87dUrQA==} + '@typescript-eslint/utils@8.61.0': + resolution: {integrity: sha512-3bzFt7ImFMW/jVYwJamDoe/dMOdFLSC6pom6rRjdh4SZJEYupyMzem8e7vKZLclLfpHjlwSAXOUxtKxGXUiLqA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 || ^10.0.0 @@ -7344,8 +7344,8 @@ packages: resolution: {integrity: sha512-XJ9UD9+bbDo4a4epraTwG3TsNPeiB9aShrUneAVXy8q4LuwowN+qu89/6ByLMINqvIMeI9H9hOHQtg/ijrYXzQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@typescript-eslint/visitor-keys@8.60.0': - resolution: {integrity: sha512-9WI52t8ZGLVGrPMBet25yAftqY/n95+zmoUUtJBBQTKDSKUu7OsPTroT2op7U9JatkoRccL0YkWDNMFfC4Sjxg==} + '@typescript-eslint/visitor-keys@8.61.0': + resolution: {integrity: sha512-QVLZu3ZPQEE+HICQyAMZ2yLQhxf0meY/wx6Hx14YcTNj13JB3qHlX3lJ02L3fLGHgERRH71kvYDwiXIguT3AjQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} '@unrs/resolver-binding-android-arm-eabi@1.11.1': @@ -7470,11 +7470,11 @@ packages: babel-plugin-react-compiler: optional: true - '@vitest/expect@4.1.7': - resolution: {integrity: sha512-1R+tw0ortHEbZDGMymm+pN7/AFQ/RkFFdtd7EN+VBpynKmLbP8A3rpEXdshBJ7+8hQ9zBJh/i1s0yKNtxAnU7w==} + '@vitest/expect@4.1.8': + resolution: {integrity: sha512-h3nDO677RDLEGlBxyQ5CW8RlMThSKSRLUePLOx09gNIWRL40edgA1GCZSZgf1W55MFAG6/Sw14KeaAnqv0NKdQ==} - '@vitest/mocker@4.1.7': - resolution: {integrity: sha512-vY7nuamKgfvpA1Koa3oYIw/k7D6kZnpGyNMZW8loow2bsBYla1TFdqTaXncWdRn4pgwNs+90RhnXhJScDwQeJA==} + '@vitest/mocker@4.1.8': + resolution: {integrity: sha512-LEiN/xe4OSIbKe9HQIp5OC24agGD9J5CnmMgsLohVVoOPWL9a2sBoR6VBx43jQZb7Kr1l4RCuyCJzcAa0+dojw==} peerDependencies: msw: ^2.4.9 vite: ^6.0.0 || ^7.0.0 || ^8.0.0 @@ -7484,20 +7484,20 @@ packages: vite: optional: true - '@vitest/pretty-format@4.1.7': - resolution: {integrity: sha512-umgCarTOYQWIaDMvGDRZij+6b9oVeLIyJzfN+AS88e0ZOU3QTgNNSTtjQOpcvWr3np1N0j4WgZj+sb3oYBDscw==} + '@vitest/pretty-format@4.1.8': + resolution: {integrity: sha512-9GasEBxpZ1VYIpqHf/0+YGg121uSNwCKOJqIrTwWP/TB7DmFCiaBpNl3aPZzoLWfWkuqhbH8vJIVobZkvdo2cA==} - '@vitest/runner@4.1.7': - resolution: {integrity: sha512-BapjmAQ2aI78WdMEfeUWivnfVzB+VPGwWRQcJE0OUq7qEeEcBsCSf+0T5iREBNE5nBb4wA5Ya0W6IA+sghdEFw==} + '@vitest/runner@4.1.8': + resolution: {integrity: sha512-EmVxeBAfMJvycdjd6Hm+RbFBbA9fKvo0Kx37hNpBYoYeavH3RNsBXWDooR1mgD52dCrxIIuP7UotpfiwOikvcg==} - '@vitest/snapshot@4.1.7': - resolution: {integrity: sha512-ZacLzja+TmJeZ1h14xW2FB/WpeimUD3haBXQPyJqxvo8jQTmfeA8zv58mtjN2C7EHXZDYVcVYdYmAxjkWVvKCw==} + '@vitest/snapshot@4.1.8': + resolution: {integrity: sha512-acfZboRmAIf05DEKcBQy33VXojFJjtUdLyo7oOmV9kebb2xdU01UknNiPuPZoJZQyO7DF0gZdTGTpeAzET9QPQ==} - '@vitest/spy@4.1.7': - resolution: {integrity: sha512-kbkI5LMWakyuTIvs6fUJ5qdIVb1XVKsYJAT4OJ938cHMROYMSfmoQdZy0aaAnjbbc8F61vkoTqz/Az+/HiIu5Q==} + '@vitest/spy@4.1.8': + resolution: {integrity: sha512-6EevtBp6OZOPF7bmz36HrGMeP3txgVSrgebWxHOafDXGkhIzfXK14f8KF6MuFfgXXUeHxmpD3BQxkV00/3s5mA==} - '@vitest/utils@4.1.7': - resolution: {integrity: sha512-T532WBu791cBxJlCl6SO+J14l81DQx6uQHm1bQbmCDY7nqlEIgkza/UFnSBNaUtSf41unldDFjdOBYEQC4b5Hw==} + '@vitest/utils@4.1.8': + resolution: {integrity: sha512-uOJamYALNhfJ6iolExyQM40yIQwDqYnkKtQ5VCiSe17E33H0aQ/u+1GlRuz4LZBk6Mm3sg90G9hEbmEt37C1Zg==} '@yarnpkg/lockfile@1.1.0': resolution: {integrity: sha512-GpSwvyXOcOOlV70vbnzjj4fW5xW/FdUF6nQEt1ENy7m4ZCczi1+/buVUPAqmGfqznsORNFzUMjctTIp8a9tuCQ==} @@ -7709,6 +7709,10 @@ packages: buffer-from@1.1.2: resolution: {integrity: sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==} + buffer-image-size@0.6.4: + resolution: {integrity: sha512-nEh+kZOPY1w+gcCMobZ6ETUp9WfibndnosbpwB1iJk/8Gt5ZF2bhS6+B6bPYz424KtwsR6Rflc3tCz1/ghX2dQ==} + engines: {node: '>=4.0'} + buffer@5.7.1: resolution: {integrity: sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==} @@ -8174,8 +8178,8 @@ packages: peerDependencies: eslint: '>=7' - eslint-plugin-react-dom@5.8.8: - resolution: {integrity: sha512-/LJV9CsNHF+cysy79Q0eG7rJ6Nwd+BfJFDiNjVK9dijJM3zvPjPz0zrjCDCc1sk4c++AQCdfJxhdxtHjH55HlQ==} + eslint-plugin-react-dom@5.8.17: + resolution: {integrity: sha512-/q1bhyaTp3WlpGsOZK87IgucZhWluqPP5s4ognbMKiNwUNAbqSGJGTIgQcCiZCL6g4LCf4YOT2EWcb7cDemcTQ==} engines: {node: '>=22.0.0'} peerDependencies: eslint: ^10.3.0 @@ -8187,36 +8191,36 @@ packages: peerDependencies: eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0 || ^10.0.0 - eslint-plugin-react-jsx@5.8.8: - resolution: {integrity: sha512-IcLHXnWB5xqjK/YnhZ8dnjYy2JloWsqTFxgaHONr7NAXpD//tSaOfdVF7Iwjmgxb33fyB3SNQ1ff97bgLuvfYQ==} + eslint-plugin-react-jsx@5.8.17: + resolution: {integrity: sha512-BSxPkmpkNhpwXR6HTZTbEpqxSyIEVUwiBmD/LYMugyUpnNcVR4D6lsXFAIBJk53/3Xj+lsAdqAp/iM/cXfo2EA==} engines: {node: '>=22.0.0'} peerDependencies: eslint: ^10.3.0 typescript: '*' - eslint-plugin-react-naming-convention@5.8.8: - resolution: {integrity: sha512-0GzT/FZV3wbz+XjYtkcxN9W3PwWLuKYiW0LHHUYGESuxqFKlm8iqjZb2ITxfScWKsfdHJ/eYu1ksO0DF3FNK2w==} + eslint-plugin-react-naming-convention@5.8.17: + resolution: {integrity: sha512-nwl2Dzc6MkVAdMpr0lLN/krlXOuAxSY7WWGRcjyQUfeld+zhsLhZzecatXBwhbMuRyyQUK+iyweGgT37RTjpwQ==} engines: {node: '>=22.0.0'} peerDependencies: eslint: ^10.3.0 typescript: '*' - eslint-plugin-react-rsc@5.8.8: - resolution: {integrity: sha512-+6SsDrFhoQodn9kXRfCKIgvsdPGbtkFNIEftoKSvQz4OPO6kIbd3iwP5NpI3zsWFc2Q4Vd1rTJK2r6Pvdi9rhw==} + eslint-plugin-react-rsc@5.8.17: + resolution: {integrity: sha512-w/4e5GbQWvrvbEJwn99iMd8rNyPz11arcLChptWiv0bFZ1mUTYk3//Xw5poNF1oo9RCVDhFBPL3/D74aQ4ev6g==} engines: {node: '>=22.0.0'} peerDependencies: eslint: ^10.3.0 typescript: '*' - eslint-plugin-react-web-api@5.8.8: - resolution: {integrity: sha512-5qZmcVC7zPCujE6zh875zooZ4+30tNHpJ6MqFj9gXDDEYDdJ/qaq6f6C1853XrnE88Rvjfjg2DqLViTnaUSEGA==} + eslint-plugin-react-web-api@5.8.17: + resolution: {integrity: sha512-d7uZrXxepncDAhNiTVnGm46Qm2jIVaWRsXWxjO6CrcN2vzEBh5APuZewwxMksiV4Cui+zt+AwcV2GcmVW4Mt2A==} engines: {node: '>=22.0.0'} peerDependencies: eslint: ^10.3.0 typescript: '*' - eslint-plugin-react-x@5.8.8: - resolution: {integrity: sha512-mbrVmwcbJuuHW5M+uwM2kTvl/Tq/7NkWEJ1lx1Ulb+i0dkXpP2Acr2rBqpX7oOyCzEjwTpALDav+RGI5IYOV1g==} + eslint-plugin-react-x@5.8.17: + resolution: {integrity: sha512-bZ1MtPKDOrGEMmq73S9RddS+eRp5BkTY5ZlHCkZAs4JC3goLY49Z4RyOFD+56cRHSJXBlM5nCWK7pTjHh9gs+g==} engines: {node: '>=22.0.0'} peerDependencies: eslint: ^10.3.0 @@ -8524,8 +8528,8 @@ packages: graceful-fs@4.2.11: resolution: {integrity: sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==} - happy-dom@20.9.0: - resolution: {integrity: sha512-GZZ9mKe8r646NUAf/zemnGbjYh4Bt8/MqASJY+pSm5ZDtc3YQox+4gsLI7yi1hba6o+eCsGxpHn5+iEVn31/FQ==} + happy-dom@20.10.2: + resolution: {integrity: sha512-5p9Sxis3eowDJKqx90QCsgbNA02XXqJ59NOHvD4V6cxp+rP4d/xOyVx7uY3hS8hiUbY1VeiFH8lbJ81AyuDVLQ==} engines: {node: '>=20.0.0'} has-bigints@1.1.0: @@ -8877,8 +8881,8 @@ packages: keyv@4.5.4: resolution: {integrity: sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==} - knip@6.15.0: - resolution: {integrity: sha512-uBaKFEGcu/HG4EY2gWFBMr+fBF43Jftoc2riJX51TKME1Z46C8UQIbNEusenYbEWihphxe2PY0Kns0yPvPYz4A==} + knip@6.16.1: + resolution: {integrity: sha512-TKMn1rxgH6h9vXR9Y0B+Cq7AdPTr9EI02IwoT65NzqYUkvoDQAaJ/aPybiFpAhZ1px6cNYYwXf86iHkBgzCo9w==} engines: {node: ^20.19.0 || >=22.12.0} hasBin: true @@ -9488,8 +9492,8 @@ packages: engines: {node: '>=10.13.0'} hasBin: true - prettier@3.8.3: - resolution: {integrity: sha512-7igPTM53cGHMW8xWuVTydi2KO233VFiTNyF5hLJqpilHfmn8C8gPf+PS7dUT64YcXFbiMGZxS9pCSxL/Dxm/Jw==} + prettier@3.8.4: + resolution: {integrity: sha512-N2MylSdi48+5N/6S5j+maeHbUSIzzZ5uOcX5Hm4QpV8Dkb1HFjfAKTKX6yNPJQD9AhcT3ifHNB66tWTTJDi11Q==} engines: {node: '>=14'} hasBin: true @@ -9547,16 +9551,16 @@ packages: resolution: {integrity: sha512-K5zQjDllxWkf7Z5xJdV0/B0WTNqx6vxG70zJE4N0kBs4LovmEYWJzQGxC9bS9RAKu3bgM40lrd5zoLJ12MQ5BA==} engines: {node: '>= 0.10'} - react-dom@19.2.6: - resolution: {integrity: sha512-0prMI+hvBbPjsWnxDLxlCGyM8PN6UuWjEUCYmZhO67xIV9Xasa/r/vDnq+Xyq4Lo27g8QSbO5YzARu0D1Sps3g==} + react-dom@19.2.7: + resolution: {integrity: sha512-t0BRVXvbiE/o20Hfw669rLbMCDWtYZLvmJigy2f0MxsXF+71pxhR3xOkspmsO8h3ZlNzyibAmtCa3l4lYKk6gQ==} peerDependencies: - react: ^19.2.6 + react: ^19.2.7 react-is@17.0.2: resolution: {integrity: sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==} - react@19.2.6: - resolution: {integrity: sha512-sfWGGfavi0xr8Pg0sVsyHMAOziVYKgPLNrS7ig+ivMNb3wbCBw3KxtflsGBAwD3gYQlE/AEZsTLgToRrSCjb0Q==} + react@19.2.7: + resolution: {integrity: sha512-HNe9WslTbXmFK8o8cmwgAeJFSBvt1bPdHCVKtaaV+WlAN36mpT4hcRpwbf3fY56ar2oIXzsBpOAiIRHAdY0OlQ==} engines: {node: '>=0.10.0'} read-yaml-file@1.1.0: @@ -9655,13 +9659,13 @@ packages: engines: {node: ^20.19.0 || >=22.12.0} hasBin: true - rolldown@1.0.2: - resolution: {integrity: sha512-oZx5zVDtVB44AW3eaifgDml1gWRDZGvjcfdxonE4swNPG98PrrXjaO/KrnUjzlMnztCCRVlUueA1kCXhARGk6g==} + rolldown@1.0.3: + resolution: {integrity: sha512-i00lAJ2ks1BYr7rjNjKC7BcqAS7nVfiT3QX1SI5aY+AFHblCmaUf9OE9dbdzDvW6dJxbi2ZCZiy9v3CcwOiX3g==} engines: {node: ^20.19.0 || >=22.12.0} hasBin: true - rolldown@1.0.3: - resolution: {integrity: sha512-i00lAJ2ks1BYr7rjNjKC7BcqAS7nVfiT3QX1SI5aY+AFHblCmaUf9OE9dbdzDvW6dJxbi2ZCZiy9v3CcwOiX3g==} + rolldown@1.1.0: + resolution: {integrity: sha512-zpMvlJhs5PkXRTtKc0CaLBVI9AR/VDiJFpM+kx//hgToEca7FgMlGjaRIisXBcb19T76LswgmKECSQ96hjWr5A==} engines: {node: ^20.19.0 || >=22.12.0} hasBin: true @@ -10008,8 +10012,8 @@ packages: tinybench@2.9.0: resolution: {integrity: sha512-0+DUvqWMValLmha6lr4kD8iAMK1HzV0/aKnCtWb9v9641TnP/MFb7Pc2bxoxQjTXAErryXVgUOfv2YqNllqGeg==} - tinyexec@1.1.2: - resolution: {integrity: sha512-dAqSqE/RabpBKI8+h26GfLq6Vb3JVXs30XYQjdMjaj/c2tS8IYYMbIzP599KtRj7c57/wYApb3QjgRgXmrCukA==} + tinyexec@1.2.4: + resolution: {integrity: sha512-SHf/r48b7vOrjve9PxJo3MN5v5yuyjHvdUcrQffT3WXMUfnGmHDVbC4k3sHJaJTgZCwpUplIaAo5ANtMyp3YHg==} engines: {node: '>=18'} tinyglobby@0.2.15: @@ -10076,14 +10080,14 @@ packages: resolution: {integrity: sha512-NoZ4roiN7LnbKn9QqE1amc9DJfzvZXxF4xDavcOWt1BPkdx+m+0gJuPM+S0vCe7zTJMYUP0R8pO2XMr+Y8oLIg==} engines: {node: '>=6'} - tsdown@0.22.1: - resolution: {integrity: sha512-Ldx1jLyDFEzsN/fMBi2TBVaZe4fuEJhIiHjQhX0pV7oa5uYz5Imdivs5mNzEXOrMEtFRR6C9BQ2YqLoroffB+Q==} + tsdown@0.22.2: + resolution: {integrity: sha512-VX9gsyKXsTnBZjnIM4jsHl9aRv+GfgkE/k1hQslilaBfZMlaw3JuGR+6yhiU0QxWBtOCDnTjwOSoXzgB7Rr50g==} engines: {node: ^22.18.0 || >=24.0.0} hasBin: true peerDependencies: '@arethetypeswrong/core': ^0.18.1 - '@tsdown/css': 0.22.1 - '@tsdown/exe': 0.22.1 + '@tsdown/css': 0.22.2 + '@tsdown/exe': 0.22.2 '@vitejs/devtools': '*' publint: ^0.3.8 tsx: '*' @@ -10267,49 +10271,6 @@ packages: yaml: optional: true - vite@8.0.14: - resolution: {integrity: sha512-s4BJJ+5y1pYL6Otw51FHhVJQhPnuRinKig64g/1+EUNaJsd3gCKdD31IPFvswUgW9/60QT9oFHbZHbQK5imcxw==} - engines: {node: ^20.19.0 || >=22.12.0} - hasBin: true - peerDependencies: - '@types/node': ^20.19.0 || >=22.12.0 - '@vitejs/devtools': ^0.1.18 - esbuild: ^0.27.0 || ^0.28.0 - jiti: '>=1.21.0' - less: ^4.0.0 - sass: ^1.70.0 - sass-embedded: ^1.70.0 - stylus: '>=0.54.8' - sugarss: ^5.0.0 - terser: ^5.16.0 - tsx: ^4.8.1 - yaml: ^2.4.2 - peerDependenciesMeta: - '@types/node': - optional: true - '@vitejs/devtools': - optional: true - esbuild: - optional: true - jiti: - optional: true - less: - optional: true - sass: - optional: true - sass-embedded: - optional: true - stylus: - optional: true - sugarss: - optional: true - terser: - optional: true - tsx: - optional: true - yaml: - optional: true - vite@8.0.16: resolution: {integrity: sha512-h9bXPmJichP5fLmVQo3PyaGSDE2n3aPuomeAlVRm0JLmt4rY6zmPKd59HYI4LNW8oTK7tlTsuC7l/m7awx9Jcw==} engines: {node: ^20.19.0 || >=22.12.0} @@ -10361,20 +10322,20 @@ packages: vite: optional: true - vitest@4.1.7: - resolution: {integrity: sha512-flYyaFd2CgoCoU+0UKt3pxksgC+S02iTDN0n3LtqaMeXsI9SBcdNujc2k0DeFLzUn/0k538yNjOSdwgCqcrwJA==} + vitest@4.1.8: + resolution: {integrity: sha512-flY6ScbCIt9HThs+C5HS7jvGOB560DJtk/Z15IQROTA6zEy49Nh8T/dofWTQL+n3vswqn87sbJNiuqw1SDp5Ig==} engines: {node: ^20.0.0 || ^22.0.0 || >=24.0.0} hasBin: true peerDependencies: '@edge-runtime/vm': '*' '@opentelemetry/api': ^1.9.0 '@types/node': ^20.0.0 || ^22.0.0 || >=24.0.0 - '@vitest/browser-playwright': 4.1.7 - '@vitest/browser-preview': 4.1.7 - '@vitest/browser-webdriverio': 4.1.7 - '@vitest/coverage-istanbul': 4.1.7 - '@vitest/coverage-v8': 4.1.7 - '@vitest/ui': 4.1.7 + '@vitest/browser-playwright': 4.1.8 + '@vitest/browser-preview': 4.1.8 + '@vitest/browser-webdriverio': 4.1.8 + '@vitest/coverage-istanbul': 4.1.8 + '@vitest/coverage-v8': 4.1.8 + '@vitest/ui': 4.1.8 happy-dom: '*' jsdom: '*' vite: ^6.0.0 || ^7.0.0 || ^8.0.0 @@ -10503,8 +10464,8 @@ packages: wrappy@1.0.2: resolution: {integrity: sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==} - ws@8.20.0: - resolution: {integrity: sha512-sAt8BhgNbzCtgGbt2OxmpuryO63ZoDk/sqaB/znQm94T4fCEsy/yV+7CdC1kJhOU9lboAEU7R3kquuycDoibVA==} + ws@8.21.0: + resolution: {integrity: sha512-Vsp28b7DRcimFQvrqu2Wek3z1iYxDCWqHYB8Qsnk/S4RfaCQzPGPyBNuVjJV3cd6UiKtUtp6sNM77gWvzcCH+g==} engines: {node: '>=10.0.0'} peerDependencies: bufferutil: ^4.0.1 @@ -10691,14 +10652,14 @@ snapshots: '@jridgewell/gen-mapping': 0.3.13 '@jridgewell/trace-mapping': 0.3.31 - '@angular-devkit/architect@0.2102.13(chokidar@5.0.0)': + '@angular-devkit/architect@0.2102.14(chokidar@5.0.0)': dependencies: - '@angular-devkit/core': 21.2.13(chokidar@5.0.0) + '@angular-devkit/core': 21.2.14(chokidar@5.0.0) rxjs: 7.8.2 transitivePeerDependencies: - chokidar - '@angular-devkit/core@21.2.13(chokidar@5.0.0)': + '@angular-devkit/core@21.2.14(chokidar@5.0.0)': dependencies: ajv: 8.18.0 ajv-formats: 3.0.1(ajv@8.18.0) @@ -10709,9 +10670,9 @@ snapshots: optionalDependencies: chokidar: 5.0.0 - '@angular-devkit/schematics@21.2.13(chokidar@5.0.0)': + '@angular-devkit/schematics@21.2.14(chokidar@5.0.0)': dependencies: - '@angular-devkit/core': 21.2.13(chokidar@5.0.0) + '@angular-devkit/core': 21.2.14(chokidar@5.0.0) jsonc-parser: 3.3.1 magic-string: 0.30.21 ora: 9.3.0 @@ -10719,12 +10680,12 @@ snapshots: transitivePeerDependencies: - chokidar - '@angular/build@21.2.13(@angular/compiler-cli@21.2.15(@angular/compiler@21.2.15)(typescript@6.0.3))(@angular/compiler@21.2.15)(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(@angular/platform-browser@21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)))(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)(@types/node@25.7.0)(chokidar@5.0.0)(jiti@2.7.0)(lightningcss@1.32.0)(postcss@8.5.15)(tslib@2.8.1)(typescript@6.0.3)(vitest@4.1.7(@types/node@25.7.0)(happy-dom@20.9.0)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)))(yaml@2.9.0)': + '@angular/build@21.2.14(@angular/compiler-cli@21.2.16(@angular/compiler@21.2.16)(typescript@6.0.3))(@angular/compiler@21.2.16)(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(@angular/platform-browser@21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)))(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)(@types/node@25.7.0)(chokidar@5.0.0)(jiti@2.7.0)(lightningcss@1.32.0)(postcss@8.5.15)(tslib@2.8.1)(typescript@6.0.3)(vitest@4.1.8(@types/node@25.7.0)(happy-dom@20.10.2)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)))(yaml@2.9.0)': dependencies: '@ampproject/remapping': 2.3.0 - '@angular-devkit/architect': 0.2102.13(chokidar@5.0.0) - '@angular/compiler': 21.2.15 - '@angular/compiler-cli': 21.2.15(@angular/compiler@21.2.15)(typescript@6.0.3) + '@angular-devkit/architect': 0.2102.14(chokidar@5.0.0) + '@angular/compiler': 21.2.16 + '@angular/compiler-cli': 21.2.16(@angular/compiler@21.2.16)(typescript@6.0.3) '@babel/core': 7.29.0 '@babel/helper-annotate-as-pure': 7.27.3 '@babel/helper-split-export-declaration': 7.24.7 @@ -10753,11 +10714,11 @@ snapshots: vite: 7.3.2(@types/node@25.7.0)(jiti@2.7.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.9.0) watchpack: 2.5.1 optionalDependencies: - '@angular/core': 21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2) - '@angular/platform-browser': 21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)) + '@angular/core': 21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2) + '@angular/platform-browser': 21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)) lmdb: 3.5.1 postcss: 8.5.15 - vitest: 4.1.7(@types/node@25.7.0)(happy-dom@20.9.0)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + vitest: 4.1.8(@types/node@25.7.0)(happy-dom@20.10.2)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) transitivePeerDependencies: - '@emnapi/core' - '@emnapi/runtime' @@ -10773,15 +10734,15 @@ snapshots: - tsx - yaml - '@angular/cli@21.2.13(@types/node@25.7.0)(chokidar@5.0.0)': + '@angular/cli@21.2.14(@types/node@25.7.0)(chokidar@5.0.0)': dependencies: - '@angular-devkit/architect': 0.2102.13(chokidar@5.0.0) - '@angular-devkit/core': 21.2.13(chokidar@5.0.0) - '@angular-devkit/schematics': 21.2.13(chokidar@5.0.0) + '@angular-devkit/architect': 0.2102.14(chokidar@5.0.0) + '@angular-devkit/core': 21.2.14(chokidar@5.0.0) + '@angular-devkit/schematics': 21.2.14(chokidar@5.0.0) '@inquirer/prompts': 7.10.1(@types/node@25.7.0) '@listr2/prompt-adapter-inquirer': 3.0.5(@inquirer/prompts@7.10.1(@types/node@25.7.0))(@types/node@25.7.0)(listr2@9.0.5) '@modelcontextprotocol/sdk': 1.26.0(zod@4.3.6) - '@schematics/angular': 21.2.13(chokidar@5.0.0) + '@schematics/angular': 21.2.14(chokidar@5.0.0) '@yarnpkg/lockfile': 1.1.0 algoliasearch: 5.48.1 ini: 6.0.0 @@ -10799,15 +10760,15 @@ snapshots: - chokidar - supports-color - '@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2)': + '@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2)': dependencies: - '@angular/core': 21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2) + '@angular/core': 21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2) rxjs: 7.8.2 tslib: 2.8.1 - '@angular/compiler-cli@21.2.15(@angular/compiler@21.2.15)(typescript@6.0.3)': + '@angular/compiler-cli@21.2.16(@angular/compiler@21.2.16)(typescript@6.0.3)': dependencies: - '@angular/compiler': 21.2.15 + '@angular/compiler': 21.2.16 '@babel/core': 7.29.0 '@jridgewell/sourcemap-codec': 1.5.5 chokidar: 5.0.0 @@ -10821,37 +10782,37 @@ snapshots: transitivePeerDependencies: - supports-color - '@angular/compiler@21.2.15': + '@angular/compiler@21.2.16': dependencies: tslib: 2.8.1 - '@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)': + '@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)': dependencies: rxjs: 7.8.2 tslib: 2.8.1 optionalDependencies: - '@angular/compiler': 21.2.15 + '@angular/compiler': 21.2.16 - '@angular/forms@21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(@angular/platform-browser@21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)))(rxjs@7.8.2)': + '@angular/forms@21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(@angular/platform-browser@21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)))(rxjs@7.8.2)': dependencies: - '@angular/common': 21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2) - '@angular/core': 21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2) - '@angular/platform-browser': 21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)) + '@angular/common': 21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2) + '@angular/core': 21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2) + '@angular/platform-browser': 21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)) '@standard-schema/spec': 1.1.0 rxjs: 7.8.2 tslib: 2.8.1 - '@angular/platform-browser@21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))': + '@angular/platform-browser@21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))': dependencies: - '@angular/common': 21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2) - '@angular/core': 21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2) + '@angular/common': 21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2) + '@angular/core': 21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2) tslib: 2.8.1 - '@angular/router@21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(@angular/platform-browser@21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)))(rxjs@7.8.2)': + '@angular/router@21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(@angular/platform-browser@21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)))(rxjs@7.8.2)': dependencies: - '@angular/common': 21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2) - '@angular/core': 21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2) - '@angular/platform-browser': 21.2.15(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2)) + '@angular/common': 21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2) + '@angular/core': 21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2) + '@angular/platform-browser': 21.2.16(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2)) rxjs: 7.8.2 tslib: 2.8.1 @@ -11564,73 +11525,73 @@ snapshots: '@eslint-community/regexpp@4.12.2': {} - '@eslint-react/ast@5.8.8(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3)': + '@eslint-react/ast@5.8.17(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3)': dependencies: - '@typescript-eslint/types': 8.60.0 - '@typescript-eslint/typescript-estree': 8.60.0(typescript@6.0.3) - '@typescript-eslint/utils': 8.60.0(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3) + '@typescript-eslint/types': 8.61.0 + '@typescript-eslint/typescript-estree': 8.61.0(typescript@6.0.3) + '@typescript-eslint/utils': 8.61.0(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3) eslint: 10.4.1(jiti@2.7.0) string-ts: 2.3.1 typescript: 6.0.3 transitivePeerDependencies: - supports-color - '@eslint-react/core@5.8.8(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3)': + '@eslint-react/core@5.8.17(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3)': dependencies: - '@eslint-react/ast': 5.8.8(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3) - '@eslint-react/eslint': 5.8.8(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3) - '@eslint-react/jsx': 5.8.8(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3) - '@eslint-react/shared': 5.8.8(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3) - '@eslint-react/var': 5.8.8(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3) - '@typescript-eslint/scope-manager': 8.60.0 - '@typescript-eslint/types': 8.60.0 - '@typescript-eslint/utils': 8.60.0(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3) + '@eslint-react/ast': 5.8.17(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3) + '@eslint-react/eslint': 5.8.17(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3) + '@eslint-react/jsx': 5.8.17(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3) + '@eslint-react/shared': 5.8.17(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3) + '@eslint-react/var': 5.8.17(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3) + '@typescript-eslint/scope-manager': 8.61.0 + '@typescript-eslint/types': 8.61.0 + '@typescript-eslint/utils': 8.61.0(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3) eslint: 10.4.1(jiti@2.7.0) ts-pattern: 5.9.0 typescript: 6.0.3 transitivePeerDependencies: - supports-color - '@eslint-react/eslint-plugin@5.8.8(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3)': + '@eslint-react/eslint-plugin@5.8.17(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3)': dependencies: - '@eslint-react/shared': 5.8.8(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3) + '@eslint-react/shared': 5.8.17(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3) eslint: 10.4.1(jiti@2.7.0) - eslint-plugin-react-dom: 5.8.8(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3) - eslint-plugin-react-jsx: 5.8.8(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3) - eslint-plugin-react-naming-convention: 5.8.8(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3) - eslint-plugin-react-rsc: 5.8.8(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3) - eslint-plugin-react-web-api: 5.8.8(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3) - eslint-plugin-react-x: 5.8.8(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3) + eslint-plugin-react-dom: 5.8.17(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3) + eslint-plugin-react-jsx: 5.8.17(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3) + eslint-plugin-react-naming-convention: 5.8.17(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3) + eslint-plugin-react-rsc: 5.8.17(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3) + eslint-plugin-react-web-api: 5.8.17(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3) + eslint-plugin-react-x: 5.8.17(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3) typescript: 6.0.3 transitivePeerDependencies: - supports-color - '@eslint-react/eslint@5.8.8(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3)': + '@eslint-react/eslint@5.8.17(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3)': dependencies: - '@typescript-eslint/utils': 8.60.0(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3) + '@typescript-eslint/utils': 8.61.0(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3) eslint: 10.4.1(jiti@2.7.0) typescript: 6.0.3 transitivePeerDependencies: - supports-color - '@eslint-react/jsx@5.8.8(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3)': + '@eslint-react/jsx@5.8.17(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3)': dependencies: - '@eslint-react/ast': 5.8.8(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3) - '@eslint-react/eslint': 5.8.8(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3) - '@eslint-react/shared': 5.8.8(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3) - '@eslint-react/var': 5.8.8(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3) - '@typescript-eslint/types': 8.60.0 - '@typescript-eslint/utils': 8.60.0(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3) + '@eslint-react/ast': 5.8.17(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3) + '@eslint-react/eslint': 5.8.17(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3) + '@eslint-react/shared': 5.8.17(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3) + '@eslint-react/var': 5.8.17(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3) + '@typescript-eslint/types': 8.61.0 + '@typescript-eslint/utils': 8.61.0(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3) eslint: 10.4.1(jiti@2.7.0) ts-pattern: 5.9.0 typescript: 6.0.3 transitivePeerDependencies: - supports-color - '@eslint-react/shared@5.8.8(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3)': + '@eslint-react/shared@5.8.17(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3)': dependencies: - '@eslint-react/eslint': 5.8.8(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3) - '@typescript-eslint/utils': 8.60.0(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3) + '@eslint-react/eslint': 5.8.17(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3) + '@typescript-eslint/utils': 8.61.0(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3) eslint: 10.4.1(jiti@2.7.0) ts-pattern: 5.9.0 typescript: 6.0.3 @@ -11638,13 +11599,13 @@ snapshots: transitivePeerDependencies: - supports-color - '@eslint-react/var@5.8.8(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3)': + '@eslint-react/var@5.8.17(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3)': dependencies: - '@eslint-react/ast': 5.8.8(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3) - '@eslint-react/eslint': 5.8.8(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3) - '@typescript-eslint/scope-manager': 8.60.0 - '@typescript-eslint/types': 8.60.0 - '@typescript-eslint/utils': 8.60.0(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3) + '@eslint-react/ast': 5.8.17(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3) + '@eslint-react/eslint': 5.8.17(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3) + '@typescript-eslint/scope-manager': 8.61.0 + '@typescript-eslint/types': 8.61.0 + '@typescript-eslint/utils': 8.61.0(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3) eslint: 10.4.1(jiti@2.7.0) ts-pattern: 5.9.0 typescript: 6.0.3 @@ -12205,10 +12166,10 @@ snapshots: '@oxc-project/types@0.113.0': {} - '@oxc-project/types@0.132.0': {} - '@oxc-project/types@0.133.0': {} + '@oxc-project/types@0.134.0': {} + '@oxc-resolver/binding-android-arm-eabi@11.20.0': optional: true @@ -12333,25 +12294,6 @@ snapshots: '@parcel/watcher-win32-x64': 2.5.6 optional: true - '@preact/preset-vite@2.10.5(@babel/core@7.29.0)(preact@10.29.2)(rollup@4.60.1)(vite@8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0))': - dependencies: - '@babel/core': 7.29.0 - '@babel/plugin-transform-react-jsx': 7.28.6(@babel/core@7.29.0) - '@babel/plugin-transform-react-jsx-development': 7.27.1(@babel/core@7.29.0) - '@prefresh/vite': 2.4.12(preact@10.29.2)(vite@8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) - '@rollup/pluginutils': 5.3.0(rollup@4.60.1) - babel-plugin-transform-hook-names: 1.0.2(@babel/core@7.29.0) - debug: 4.4.3 - magic-string: 0.30.21 - picocolors: 1.1.1 - vite: 8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) - vite-prerender-plugin: 0.5.13(vite@8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) - zimmerframe: 1.1.4 - transitivePeerDependencies: - - preact - - rollup - - supports-color - '@preact/preset-vite@2.10.5(@babel/core@7.29.0)(preact@10.29.2)(rollup@4.60.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0))': dependencies: '@babel/core': 7.29.0 @@ -12379,18 +12321,6 @@ snapshots: '@prefresh/utils@1.2.1': {} - '@prefresh/vite@2.4.12(preact@10.29.2)(vite@8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0))': - dependencies: - '@babel/core': 7.29.0 - '@prefresh/babel-plugin': 0.5.3 - '@prefresh/core': 1.5.9(preact@10.29.2) - '@prefresh/utils': 1.2.1 - '@rollup/pluginutils': 4.2.1 - preact: 10.29.2 - vite: 8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) - transitivePeerDependencies: - - supports-color - '@prefresh/vite@2.4.12(preact@10.29.2)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0))': dependencies: '@babel/core': 7.29.0 @@ -12412,105 +12342,105 @@ snapshots: '@rolldown/binding-android-arm64@1.0.0-rc.4': optional: true - '@rolldown/binding-android-arm64@1.0.2': - optional: true - '@rolldown/binding-android-arm64@1.0.3': optional: true - '@rolldown/binding-darwin-arm64@1.0.0-rc.4': + '@rolldown/binding-android-arm64@1.1.0': optional: true - '@rolldown/binding-darwin-arm64@1.0.2': + '@rolldown/binding-darwin-arm64@1.0.0-rc.4': optional: true '@rolldown/binding-darwin-arm64@1.0.3': optional: true - '@rolldown/binding-darwin-x64@1.0.0-rc.4': + '@rolldown/binding-darwin-arm64@1.1.0': optional: true - '@rolldown/binding-darwin-x64@1.0.2': + '@rolldown/binding-darwin-x64@1.0.0-rc.4': optional: true '@rolldown/binding-darwin-x64@1.0.3': optional: true - '@rolldown/binding-freebsd-x64@1.0.0-rc.4': + '@rolldown/binding-darwin-x64@1.1.0': optional: true - '@rolldown/binding-freebsd-x64@1.0.2': + '@rolldown/binding-freebsd-x64@1.0.0-rc.4': optional: true '@rolldown/binding-freebsd-x64@1.0.3': optional: true - '@rolldown/binding-linux-arm-gnueabihf@1.0.0-rc.4': + '@rolldown/binding-freebsd-x64@1.1.0': optional: true - '@rolldown/binding-linux-arm-gnueabihf@1.0.2': + '@rolldown/binding-linux-arm-gnueabihf@1.0.0-rc.4': optional: true '@rolldown/binding-linux-arm-gnueabihf@1.0.3': optional: true - '@rolldown/binding-linux-arm64-gnu@1.0.0-rc.4': + '@rolldown/binding-linux-arm-gnueabihf@1.1.0': optional: true - '@rolldown/binding-linux-arm64-gnu@1.0.2': + '@rolldown/binding-linux-arm64-gnu@1.0.0-rc.4': optional: true '@rolldown/binding-linux-arm64-gnu@1.0.3': optional: true - '@rolldown/binding-linux-arm64-musl@1.0.0-rc.4': + '@rolldown/binding-linux-arm64-gnu@1.1.0': optional: true - '@rolldown/binding-linux-arm64-musl@1.0.2': + '@rolldown/binding-linux-arm64-musl@1.0.0-rc.4': optional: true '@rolldown/binding-linux-arm64-musl@1.0.3': optional: true - '@rolldown/binding-linux-ppc64-gnu@1.0.2': + '@rolldown/binding-linux-arm64-musl@1.1.0': optional: true '@rolldown/binding-linux-ppc64-gnu@1.0.3': optional: true - '@rolldown/binding-linux-s390x-gnu@1.0.2': + '@rolldown/binding-linux-ppc64-gnu@1.1.0': optional: true '@rolldown/binding-linux-s390x-gnu@1.0.3': optional: true - '@rolldown/binding-linux-x64-gnu@1.0.0-rc.4': + '@rolldown/binding-linux-s390x-gnu@1.1.0': optional: true - '@rolldown/binding-linux-x64-gnu@1.0.2': + '@rolldown/binding-linux-x64-gnu@1.0.0-rc.4': optional: true '@rolldown/binding-linux-x64-gnu@1.0.3': optional: true - '@rolldown/binding-linux-x64-musl@1.0.0-rc.4': + '@rolldown/binding-linux-x64-gnu@1.1.0': optional: true - '@rolldown/binding-linux-x64-musl@1.0.2': + '@rolldown/binding-linux-x64-musl@1.0.0-rc.4': optional: true '@rolldown/binding-linux-x64-musl@1.0.3': optional: true - '@rolldown/binding-openharmony-arm64@1.0.0-rc.4': + '@rolldown/binding-linux-x64-musl@1.1.0': optional: true - '@rolldown/binding-openharmony-arm64@1.0.2': + '@rolldown/binding-openharmony-arm64@1.0.0-rc.4': optional: true '@rolldown/binding-openharmony-arm64@1.0.3': optional: true + '@rolldown/binding-openharmony-arm64@1.1.0': + optional: true + '@rolldown/binding-wasm32-wasi@1.0.0-rc.4(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)': dependencies: '@napi-rs/wasm-runtime': 1.1.4(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0) @@ -12519,14 +12449,14 @@ snapshots: - '@emnapi/runtime' optional: true - '@rolldown/binding-wasm32-wasi@1.0.2': + '@rolldown/binding-wasm32-wasi@1.0.3': dependencies: '@emnapi/core': 1.10.0 '@emnapi/runtime': 1.10.0 '@napi-rs/wasm-runtime': 1.1.4(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0) optional: true - '@rolldown/binding-wasm32-wasi@1.0.3': + '@rolldown/binding-wasm32-wasi@1.1.0': dependencies: '@emnapi/core': 1.10.0 '@emnapi/runtime': 1.10.0 @@ -12536,19 +12466,19 @@ snapshots: '@rolldown/binding-win32-arm64-msvc@1.0.0-rc.4': optional: true - '@rolldown/binding-win32-arm64-msvc@1.0.2': + '@rolldown/binding-win32-arm64-msvc@1.0.3': optional: true - '@rolldown/binding-win32-arm64-msvc@1.0.3': + '@rolldown/binding-win32-arm64-msvc@1.1.0': optional: true '@rolldown/binding-win32-x64-msvc@1.0.0-rc.4': optional: true - '@rolldown/binding-win32-x64-msvc@1.0.2': + '@rolldown/binding-win32-x64-msvc@1.0.3': optional: true - '@rolldown/binding-win32-x64-msvc@1.0.3': + '@rolldown/binding-win32-x64-msvc@1.1.0': optional: true '@rolldown/pluginutils@1.0.0': {} @@ -12643,10 +12573,10 @@ snapshots: '@rollup/rollup-win32-x64-msvc@4.60.1': optional: true - '@schematics/angular@21.2.13(chokidar@5.0.0)': + '@schematics/angular@21.2.14(chokidar@5.0.0)': dependencies: - '@angular-devkit/core': 21.2.13(chokidar@5.0.0) - '@angular-devkit/schematics': 21.2.13(chokidar@5.0.0) + '@angular-devkit/core': 21.2.14(chokidar@5.0.0) + '@angular-devkit/schematics': 21.2.14(chokidar@5.0.0) jsonc-parser: 3.3.1 transitivePeerDependencies: - chokidar @@ -12758,7 +12688,7 @@ snapshots: '@stylistic/eslint-plugin@5.10.0(eslint@10.4.1(jiti@2.7.0))': dependencies: '@eslint-community/eslint-utils': 4.9.1(eslint@10.4.1(jiti@2.7.0)) - '@typescript-eslint/types': 8.60.0 + '@typescript-eslint/types': 8.61.0 eslint: 10.4.1(jiti@2.7.0) eslint-visitor-keys: 4.2.1 espree: 10.4.0 @@ -12776,10 +12706,10 @@ snapshots: transitivePeerDependencies: - encoding - '@tanstack/angular-store@0.11.0(@angular/common@21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))': + '@tanstack/angular-store@0.11.0(@angular/common@21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))': dependencies: - '@angular/common': 21.2.15(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(rxjs@7.8.2) - '@angular/core': 21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2) + '@angular/common': 21.2.16(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(rxjs@7.8.2) + '@angular/core': 21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2) '@tanstack/store': 0.11.0 '@tanstack/devtools-client@0.0.6': @@ -12788,7 +12718,7 @@ snapshots: '@tanstack/devtools-event-bus@0.4.1': dependencies: - ws: 8.20.0 + ws: 8.21.0 transitivePeerDependencies: - bufferutil - utf-8-validate @@ -12804,12 +12734,12 @@ snapshots: transitivePeerDependencies: - csstype - '@tanstack/devtools-utils@0.5.0(@angular/core@21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2))(@types/react@19.2.15)(preact@10.29.2)(react@19.2.6)(solid-js@1.9.13)': + '@tanstack/devtools-utils@0.5.0(@angular/core@21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2))(@types/react@19.2.17)(preact@10.29.2)(react@19.2.7)(solid-js@1.9.13)': optionalDependencies: - '@angular/core': 21.2.15(@angular/compiler@21.2.15)(rxjs@7.8.2) - '@types/react': 19.2.15 + '@angular/core': 21.2.16(@angular/compiler@21.2.16)(rxjs@7.8.2) + '@types/react': 19.2.17 preact: 10.29.2 - react: 19.2.6 + react: 19.2.7 solid-js: 1.9.13 '@tanstack/devtools@0.12.2(csstype@3.2.3)(solid-js@1.9.13)': @@ -12828,12 +12758,12 @@ snapshots: - csstype - utf-8-validate - '@tanstack/eslint-config@0.4.0(@typescript-eslint/utils@8.60.0(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3))(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3)': + '@tanstack/eslint-config@0.4.0(@typescript-eslint/utils@8.61.0(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3))(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3)': dependencies: '@eslint/js': 10.0.1(eslint@10.4.1(jiti@2.7.0)) '@stylistic/eslint-plugin': 5.10.0(eslint@10.4.1(jiti@2.7.0)) eslint: 10.4.1(jiti@2.7.0) - eslint-plugin-import-x: 4.16.2(@typescript-eslint/utils@8.60.0(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3))(eslint@10.4.1(jiti@2.7.0)) + eslint-plugin-import-x: 4.16.2(@typescript-eslint/utils@8.61.0(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3))(eslint@10.4.1(jiti@2.7.0)) eslint-plugin-n: 17.24.0(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3) globals: 17.4.0 typescript-eslint: 8.58.0(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3) @@ -12861,46 +12791,46 @@ snapshots: '@tanstack/store': 0.11.0 preact: 10.29.2 - '@tanstack/query-core@5.100.14': {} + '@tanstack/query-core@5.101.0': {} - '@tanstack/query-devtools@5.100.14': {} + '@tanstack/query-devtools@5.101.0': {} - '@tanstack/react-devtools@0.10.5(@types/react-dom@19.2.3(@types/react@19.2.15))(@types/react@19.2.15)(csstype@3.2.3)(react-dom@19.2.6(react@19.2.6))(react@19.2.6)(solid-js@1.9.13)': + '@tanstack/react-devtools@0.10.5(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(csstype@3.2.3)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(solid-js@1.9.13)': dependencies: '@tanstack/devtools': 0.12.2(csstype@3.2.3)(solid-js@1.9.13) - '@types/react': 19.2.15 - '@types/react-dom': 19.2.3(@types/react@19.2.15) - react: 19.2.6 - react-dom: 19.2.6(react@19.2.6) + '@types/react': 19.2.17 + '@types/react-dom': 19.2.3(@types/react@19.2.17) + react: 19.2.7 + react-dom: 19.2.7(react@19.2.7) transitivePeerDependencies: - bufferutil - csstype - solid-js - utf-8-validate - '@tanstack/react-persister@0.1.1(react-dom@19.2.6(react@19.2.6))(react@19.2.6)': + '@tanstack/react-persister@0.1.1(react-dom@19.2.7(react@19.2.7))(react@19.2.7)': dependencies: '@tanstack/persister': 0.1.1 - react: 19.2.6 - react-dom: 19.2.6(react@19.2.6) + react: 19.2.7 + react-dom: 19.2.7(react@19.2.7) - '@tanstack/react-query-devtools@5.100.14(@tanstack/react-query@5.100.14(react@19.2.6))(react@19.2.6)': + '@tanstack/react-query-devtools@5.101.0(@tanstack/react-query@5.101.0(react@19.2.7))(react@19.2.7)': dependencies: - '@tanstack/query-devtools': 5.100.14 - '@tanstack/react-query': 5.100.14(react@19.2.6) - react: 19.2.6 + '@tanstack/query-devtools': 5.101.0 + '@tanstack/react-query': 5.101.0(react@19.2.7) + react: 19.2.7 - '@tanstack/react-query@5.100.14(react@19.2.6)': + '@tanstack/react-query@5.101.0(react@19.2.7)': dependencies: - '@tanstack/query-core': 5.100.14 - react: 19.2.6 + '@tanstack/query-core': 5.101.0 + react: 19.2.7 - '@tanstack/react-store@0.11.0(react-dom@19.2.6(react@19.2.6))(react@19.2.6)': + '@tanstack/react-store@0.11.0(react-dom@19.2.7(react@19.2.7))(react@19.2.7)': dependencies: '@tanstack/store': 0.11.0 - react: 19.2.6 - react-dom: 19.2.6(react@19.2.6) - use-sync-external-store: 1.6.0(react@19.2.6) + react: 19.2.7 + react-dom: 19.2.7(react@19.2.7) + use-sync-external-store: 1.6.0(react@19.2.7) '@tanstack/solid-devtools@0.8.5(csstype@3.2.3)(solid-js@1.9.13)': dependencies: @@ -13015,11 +12945,11 @@ snapshots: dependencies: undici-types: 7.21.0 - '@types/react-dom@19.2.3(@types/react@19.2.15)': + '@types/react-dom@19.2.3(@types/react@19.2.17)': dependencies: - '@types/react': 19.2.15 + '@types/react': 19.2.17 - '@types/react@19.2.15': + '@types/react@19.2.17': dependencies: csstype: 3.2.3 @@ -13063,17 +12993,17 @@ snapshots: '@typescript-eslint/project-service@8.58.0(typescript@6.0.3)': dependencies: - '@typescript-eslint/tsconfig-utils': 8.60.0(typescript@6.0.3) - '@typescript-eslint/types': 8.60.0 + '@typescript-eslint/tsconfig-utils': 8.61.0(typescript@6.0.3) + '@typescript-eslint/types': 8.61.0 debug: 4.4.3 typescript: 6.0.3 transitivePeerDependencies: - supports-color - '@typescript-eslint/project-service@8.60.0(typescript@6.0.3)': + '@typescript-eslint/project-service@8.61.0(typescript@6.0.3)': dependencies: - '@typescript-eslint/tsconfig-utils': 8.60.0(typescript@6.0.3) - '@typescript-eslint/types': 8.60.0 + '@typescript-eslint/tsconfig-utils': 8.61.0(typescript@6.0.3) + '@typescript-eslint/types': 8.61.0 debug: 4.4.3 typescript: 6.0.3 transitivePeerDependencies: @@ -13084,16 +13014,16 @@ snapshots: '@typescript-eslint/types': 8.58.0 '@typescript-eslint/visitor-keys': 8.58.0 - '@typescript-eslint/scope-manager@8.60.0': + '@typescript-eslint/scope-manager@8.61.0': dependencies: - '@typescript-eslint/types': 8.60.0 - '@typescript-eslint/visitor-keys': 8.60.0 + '@typescript-eslint/types': 8.61.0 + '@typescript-eslint/visitor-keys': 8.61.0 '@typescript-eslint/tsconfig-utils@8.58.0(typescript@6.0.3)': dependencies: typescript: 6.0.3 - '@typescript-eslint/tsconfig-utils@8.60.0(typescript@6.0.3)': + '@typescript-eslint/tsconfig-utils@8.61.0(typescript@6.0.3)': dependencies: typescript: 6.0.3 @@ -13109,11 +13039,11 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/type-utils@8.60.0(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3)': + '@typescript-eslint/type-utils@8.61.0(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3)': dependencies: - '@typescript-eslint/types': 8.60.0 - '@typescript-eslint/typescript-estree': 8.60.0(typescript@6.0.3) - '@typescript-eslint/utils': 8.60.0(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3) + '@typescript-eslint/types': 8.61.0 + '@typescript-eslint/typescript-estree': 8.61.0(typescript@6.0.3) + '@typescript-eslint/utils': 8.61.0(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3) debug: 4.4.3 eslint: 10.4.1(jiti@2.7.0) ts-api-utils: 2.5.0(typescript@6.0.3) @@ -13123,7 +13053,7 @@ snapshots: '@typescript-eslint/types@8.58.0': {} - '@typescript-eslint/types@8.60.0': {} + '@typescript-eslint/types@8.61.0': {} '@typescript-eslint/typescript-estree@8.58.0(typescript@6.0.3)': dependencies: @@ -13140,12 +13070,12 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/typescript-estree@8.60.0(typescript@6.0.3)': + '@typescript-eslint/typescript-estree@8.61.0(typescript@6.0.3)': dependencies: - '@typescript-eslint/project-service': 8.60.0(typescript@6.0.3) - '@typescript-eslint/tsconfig-utils': 8.60.0(typescript@6.0.3) - '@typescript-eslint/types': 8.60.0 - '@typescript-eslint/visitor-keys': 8.60.0 + '@typescript-eslint/project-service': 8.61.0(typescript@6.0.3) + '@typescript-eslint/tsconfig-utils': 8.61.0(typescript@6.0.3) + '@typescript-eslint/types': 8.61.0 + '@typescript-eslint/visitor-keys': 8.61.0 debug: 4.4.3 minimatch: 10.2.5 semver: 7.8.1 @@ -13166,12 +13096,12 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/utils@8.60.0(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3)': + '@typescript-eslint/utils@8.61.0(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3)': dependencies: '@eslint-community/eslint-utils': 4.9.1(eslint@10.4.1(jiti@2.7.0)) - '@typescript-eslint/scope-manager': 8.60.0 - '@typescript-eslint/types': 8.60.0 - '@typescript-eslint/typescript-estree': 8.60.0(typescript@6.0.3) + '@typescript-eslint/scope-manager': 8.61.0 + '@typescript-eslint/types': 8.61.0 + '@typescript-eslint/typescript-estree': 8.61.0(typescript@6.0.3) eslint: 10.4.1(jiti@2.7.0) typescript: 6.0.3 transitivePeerDependencies: @@ -13182,9 +13112,9 @@ snapshots: '@typescript-eslint/types': 8.58.0 eslint-visitor-keys: 5.0.1 - '@typescript-eslint/visitor-keys@8.60.0': + '@typescript-eslint/visitor-keys@8.61.0': dependencies: - '@typescript-eslint/types': 8.60.0 + '@typescript-eslint/types': 8.61.0 eslint-visitor-keys: 5.0.1 '@unrs/resolver-binding-android-arm-eabi@1.11.1': @@ -13250,54 +13180,49 @@ snapshots: dependencies: vite: 7.3.2(@types/node@25.7.0)(jiti@2.7.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.9.0) - '@vitejs/plugin-react@6.0.2(vite@8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0))': - dependencies: - '@rolldown/pluginutils': 1.0.0 - vite: 8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) - '@vitejs/plugin-react@6.0.2(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0))': dependencies: '@rolldown/pluginutils': 1.0.0 vite: 8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) - '@vitest/expect@4.1.7': + '@vitest/expect@4.1.8': dependencies: '@standard-schema/spec': 1.1.0 '@types/chai': 5.2.3 - '@vitest/spy': 4.1.7 - '@vitest/utils': 4.1.7 + '@vitest/spy': 4.1.8 + '@vitest/utils': 4.1.8 chai: 6.2.2 tinyrainbow: 3.1.0 - '@vitest/mocker@4.1.7(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0))': + '@vitest/mocker@4.1.8(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0))': dependencies: - '@vitest/spy': 4.1.7 + '@vitest/spy': 4.1.8 estree-walker: 3.0.3 magic-string: 0.30.21 optionalDependencies: vite: 8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) - '@vitest/pretty-format@4.1.7': + '@vitest/pretty-format@4.1.8': dependencies: tinyrainbow: 3.1.0 - '@vitest/runner@4.1.7': + '@vitest/runner@4.1.8': dependencies: - '@vitest/utils': 4.1.7 + '@vitest/utils': 4.1.8 pathe: 2.0.3 - '@vitest/snapshot@4.1.7': + '@vitest/snapshot@4.1.8': dependencies: - '@vitest/pretty-format': 4.1.7 - '@vitest/utils': 4.1.7 + '@vitest/pretty-format': 4.1.8 + '@vitest/utils': 4.1.8 magic-string: 0.30.21 pathe: 2.0.3 - '@vitest/spy@4.1.7': {} + '@vitest/spy@4.1.8': {} - '@vitest/utils@4.1.7': + '@vitest/utils@4.1.8': dependencies: - '@vitest/pretty-format': 4.1.7 + '@vitest/pretty-format': 4.1.8 convert-source-map: 2.0.0 tinyrainbow: 3.1.0 @@ -13520,6 +13445,10 @@ snapshots: buffer-from@1.1.2: {} + buffer-image-size@0.6.4: + dependencies: + '@types/node': 25.7.0 + buffer@5.7.1: dependencies: base64-js: 1.5.1 @@ -14018,10 +13947,10 @@ snapshots: eslint: 10.4.1(jiti@2.7.0) eslint-compat-utils: 0.5.1(eslint@10.4.1(jiti@2.7.0)) - eslint-plugin-import-x@4.16.2(@typescript-eslint/utils@8.60.0(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3))(eslint@10.4.1(jiti@2.7.0)): + eslint-plugin-import-x@4.16.2(@typescript-eslint/utils@8.61.0(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3))(eslint@10.4.1(jiti@2.7.0)): dependencies: '@package-json/types': 0.0.12 - '@typescript-eslint/types': 8.60.0 + '@typescript-eslint/types': 8.61.0 comment-parser: 1.4.6 debug: 4.4.3 eslint: 10.4.1(jiti@2.7.0) @@ -14032,7 +13961,7 @@ snapshots: stable-hash-x: 0.2.0 unrs-resolver: 1.11.1 optionalDependencies: - '@typescript-eslint/utils': 8.60.0(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3) + '@typescript-eslint/utils': 8.61.0(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3) transitivePeerDependencies: - supports-color @@ -14063,14 +13992,14 @@ snapshots: transitivePeerDependencies: - supports-color - eslint-plugin-react-dom@5.8.8(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3): + eslint-plugin-react-dom@5.8.17(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3): dependencies: - '@eslint-react/ast': 5.8.8(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3) - '@eslint-react/eslint': 5.8.8(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3) - '@eslint-react/jsx': 5.8.8(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3) - '@eslint-react/shared': 5.8.8(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3) - '@typescript-eslint/types': 8.60.0 - '@typescript-eslint/utils': 8.60.0(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3) + '@eslint-react/ast': 5.8.17(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3) + '@eslint-react/eslint': 5.8.17(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3) + '@eslint-react/jsx': 5.8.17(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3) + '@eslint-react/shared': 5.8.17(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3) + '@typescript-eslint/types': 8.61.0 + '@typescript-eslint/utils': 8.61.0(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3) compare-versions: 6.1.1 eslint: 10.4.1(jiti@2.7.0) typescript: 6.0.3 @@ -14088,57 +14017,57 @@ snapshots: transitivePeerDependencies: - supports-color - eslint-plugin-react-jsx@5.8.8(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3): + eslint-plugin-react-jsx@5.8.17(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3): dependencies: - '@eslint-react/ast': 5.8.8(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3) - '@eslint-react/core': 5.8.8(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3) - '@eslint-react/eslint': 5.8.8(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3) - '@eslint-react/jsx': 5.8.8(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3) - '@eslint-react/shared': 5.8.8(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3) - '@typescript-eslint/types': 8.60.0 - '@typescript-eslint/utils': 8.60.0(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3) + '@eslint-react/ast': 5.8.17(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3) + '@eslint-react/core': 5.8.17(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3) + '@eslint-react/eslint': 5.8.17(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3) + '@eslint-react/jsx': 5.8.17(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3) + '@eslint-react/shared': 5.8.17(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3) + '@typescript-eslint/types': 8.61.0 + '@typescript-eslint/utils': 8.61.0(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3) eslint: 10.4.1(jiti@2.7.0) typescript: 6.0.3 transitivePeerDependencies: - supports-color - eslint-plugin-react-naming-convention@5.8.8(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3): + eslint-plugin-react-naming-convention@5.8.17(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3): dependencies: - '@eslint-react/ast': 5.8.8(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3) - '@eslint-react/core': 5.8.8(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3) - '@eslint-react/eslint': 5.8.8(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3) - '@eslint-react/var': 5.8.8(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3) - '@typescript-eslint/types': 8.60.0 - '@typescript-eslint/utils': 8.60.0(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3) + '@eslint-react/ast': 5.8.17(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3) + '@eslint-react/core': 5.8.17(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3) + '@eslint-react/eslint': 5.8.17(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3) + '@eslint-react/var': 5.8.17(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3) + '@typescript-eslint/types': 8.61.0 + '@typescript-eslint/utils': 8.61.0(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3) eslint: 10.4.1(jiti@2.7.0) ts-pattern: 5.9.0 typescript: 6.0.3 transitivePeerDependencies: - supports-color - eslint-plugin-react-rsc@5.8.8(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3): + eslint-plugin-react-rsc@5.8.17(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3): dependencies: - '@eslint-react/ast': 5.8.8(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3) - '@eslint-react/core': 5.8.8(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3) - '@eslint-react/eslint': 5.8.8(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3) - '@eslint-react/shared': 5.8.8(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3) - '@eslint-react/var': 5.8.8(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3) - '@typescript-eslint/types': 8.60.0 - '@typescript-eslint/utils': 8.60.0(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3) + '@eslint-react/ast': 5.8.17(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3) + '@eslint-react/core': 5.8.17(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3) + '@eslint-react/eslint': 5.8.17(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3) + '@eslint-react/shared': 5.8.17(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3) + '@eslint-react/var': 5.8.17(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3) + '@typescript-eslint/types': 8.61.0 + '@typescript-eslint/utils': 8.61.0(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3) eslint: 10.4.1(jiti@2.7.0) typescript: 6.0.3 transitivePeerDependencies: - supports-color - eslint-plugin-react-web-api@5.8.8(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3): + eslint-plugin-react-web-api@5.8.17(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3): dependencies: - '@eslint-react/ast': 5.8.8(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3) - '@eslint-react/core': 5.8.8(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3) - '@eslint-react/eslint': 5.8.8(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3) - '@eslint-react/shared': 5.8.8(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3) - '@eslint-react/var': 5.8.8(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3) - '@typescript-eslint/types': 8.60.0 - '@typescript-eslint/utils': 8.60.0(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3) + '@eslint-react/ast': 5.8.17(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3) + '@eslint-react/core': 5.8.17(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3) + '@eslint-react/eslint': 5.8.17(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3) + '@eslint-react/shared': 5.8.17(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3) + '@eslint-react/var': 5.8.17(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3) + '@typescript-eslint/types': 8.61.0 + '@typescript-eslint/utils': 8.61.0(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3) birecord: 0.1.1 eslint: 10.4.1(jiti@2.7.0) ts-pattern: 5.9.0 @@ -14146,19 +14075,19 @@ snapshots: transitivePeerDependencies: - supports-color - eslint-plugin-react-x@5.8.8(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3): - dependencies: - '@eslint-react/ast': 5.8.8(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3) - '@eslint-react/core': 5.8.8(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3) - '@eslint-react/eslint': 5.8.8(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3) - '@eslint-react/jsx': 5.8.8(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3) - '@eslint-react/shared': 5.8.8(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3) - '@eslint-react/var': 5.8.8(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3) - '@typescript-eslint/scope-manager': 8.60.0 - '@typescript-eslint/type-utils': 8.60.0(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3) - '@typescript-eslint/types': 8.60.0 - '@typescript-eslint/typescript-estree': 8.60.0(typescript@6.0.3) - '@typescript-eslint/utils': 8.60.0(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3) + eslint-plugin-react-x@5.8.17(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3): + dependencies: + '@eslint-react/ast': 5.8.17(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3) + '@eslint-react/core': 5.8.17(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3) + '@eslint-react/eslint': 5.8.17(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3) + '@eslint-react/jsx': 5.8.17(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3) + '@eslint-react/shared': 5.8.17(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3) + '@eslint-react/var': 5.8.17(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3) + '@typescript-eslint/scope-manager': 8.61.0 + '@typescript-eslint/type-utils': 8.61.0(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3) + '@typescript-eslint/types': 8.61.0 + '@typescript-eslint/typescript-estree': 8.61.0(typescript@6.0.3) + '@typescript-eslint/utils': 8.61.0(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3) compare-versions: 6.1.1 eslint: 10.4.1(jiti@2.7.0) string-ts: 2.3.1 @@ -14247,7 +14176,7 @@ snapshots: esrap@2.2.4: dependencies: '@jridgewell/sourcemap-codec': 1.5.5 - '@typescript-eslint/types': 8.60.0 + '@typescript-eslint/types': 8.61.0 esrecurse@4.3.0: dependencies: @@ -14505,14 +14434,15 @@ snapshots: graceful-fs@4.2.11: {} - happy-dom@20.9.0: + happy-dom@20.10.2: dependencies: '@types/node': 25.7.0 '@types/whatwg-mimetype': 3.0.2 '@types/ws': 8.18.1 + buffer-image-size: 0.6.4 entities: 7.0.1 whatwg-mimetype: 3.0.0 - ws: 8.20.0 + ws: 8.21.0 transitivePeerDependencies: - bufferutil - utf-8-validate @@ -14834,13 +14764,12 @@ snapshots: dependencies: json-buffer: 3.0.1 - knip@6.15.0: + knip@6.16.1: dependencies: fdir: 6.5.0(picomatch@4.0.4) formatly: 0.3.0 get-tsconfig: 4.14.0 jiti: 2.7.0 - minimist: 1.2.8 oxc-parser: 0.133.0 oxc-resolver: 11.20.0 picomatch: 4.0.4 @@ -15617,14 +15546,14 @@ snapshots: premove@4.0.0: {} - prettier-plugin-svelte@3.5.2(prettier@3.8.3)(svelte@5.55.1): + prettier-plugin-svelte@3.5.2(prettier@3.8.4)(svelte@5.55.1): dependencies: - prettier: 3.8.3 + prettier: 3.8.4 svelte: 5.55.1 prettier@2.8.8: {} - prettier@3.8.3: {} + prettier@3.8.4: {} pretty-format@27.5.1: dependencies: @@ -15676,14 +15605,14 @@ snapshots: iconv-lite: 0.7.2 unpipe: 1.0.0 - react-dom@19.2.6(react@19.2.6): + react-dom@19.2.7(react@19.2.7): dependencies: - react: 19.2.6 + react: 19.2.7 scheduler: 0.27.0 react-is@17.0.2: {} - react@19.2.6: {} + react@19.2.7: {} read-yaml-file@1.1.0: dependencies: @@ -15744,7 +15673,7 @@ snapshots: rfdc@1.4.1: {} - rolldown-plugin-dts@0.25.2(oxc-resolver@11.20.0)(rolldown@1.0.3)(typescript@6.0.3): + rolldown-plugin-dts@0.25.2(oxc-resolver@11.20.0)(rolldown@1.1.0)(typescript@6.0.3): dependencies: '@babel/generator': 8.0.0-rc.6 '@babel/helper-validator-identifier': 8.0.0-rc.6 @@ -15754,18 +15683,18 @@ snapshots: dts-resolver: 3.0.0(oxc-resolver@11.20.0) get-tsconfig: 5.0.0-beta.5 obug: 2.1.1 - rolldown: 1.0.3 + rolldown: 1.1.0 optionalDependencies: typescript: 6.0.3 transitivePeerDependencies: - oxc-resolver - rolldown-plugin-solid@0.2.1(rolldown@1.0.3)(solid-js@1.9.13): + rolldown-plugin-solid@0.2.1(rolldown@1.1.0)(solid-js@1.9.13): dependencies: '@babel/core': 7.29.0 '@babel/preset-typescript': 7.28.5(@babel/core@7.29.0) babel-preset-solid: 1.9.12(@babel/core@7.29.0)(solid-js@1.9.13) - rolldown: 1.0.3 + rolldown: 1.1.0 solid-js: 1.9.13 transitivePeerDependencies: - supports-color @@ -15792,27 +15721,6 @@ snapshots: - '@emnapi/core' - '@emnapi/runtime' - rolldown@1.0.2: - dependencies: - '@oxc-project/types': 0.132.0 - '@rolldown/pluginutils': 1.0.0 - optionalDependencies: - '@rolldown/binding-android-arm64': 1.0.2 - '@rolldown/binding-darwin-arm64': 1.0.2 - '@rolldown/binding-darwin-x64': 1.0.2 - '@rolldown/binding-freebsd-x64': 1.0.2 - '@rolldown/binding-linux-arm-gnueabihf': 1.0.2 - '@rolldown/binding-linux-arm64-gnu': 1.0.2 - '@rolldown/binding-linux-arm64-musl': 1.0.2 - '@rolldown/binding-linux-ppc64-gnu': 1.0.2 - '@rolldown/binding-linux-s390x-gnu': 1.0.2 - '@rolldown/binding-linux-x64-gnu': 1.0.2 - '@rolldown/binding-linux-x64-musl': 1.0.2 - '@rolldown/binding-openharmony-arm64': 1.0.2 - '@rolldown/binding-wasm32-wasi': 1.0.2 - '@rolldown/binding-win32-arm64-msvc': 1.0.2 - '@rolldown/binding-win32-x64-msvc': 1.0.2 - rolldown@1.0.3: dependencies: '@oxc-project/types': 0.133.0 @@ -15834,6 +15742,27 @@ snapshots: '@rolldown/binding-win32-arm64-msvc': 1.0.3 '@rolldown/binding-win32-x64-msvc': 1.0.3 + rolldown@1.1.0: + dependencies: + '@oxc-project/types': 0.134.0 + '@rolldown/pluginutils': 1.0.0 + optionalDependencies: + '@rolldown/binding-android-arm64': 1.1.0 + '@rolldown/binding-darwin-arm64': 1.1.0 + '@rolldown/binding-darwin-x64': 1.1.0 + '@rolldown/binding-freebsd-x64': 1.1.0 + '@rolldown/binding-linux-arm-gnueabihf': 1.1.0 + '@rolldown/binding-linux-arm64-gnu': 1.1.0 + '@rolldown/binding-linux-arm64-musl': 1.1.0 + '@rolldown/binding-linux-ppc64-gnu': 1.1.0 + '@rolldown/binding-linux-s390x-gnu': 1.1.0 + '@rolldown/binding-linux-x64-gnu': 1.1.0 + '@rolldown/binding-linux-x64-musl': 1.1.0 + '@rolldown/binding-openharmony-arm64': 1.1.0 + '@rolldown/binding-wasm32-wasi': 1.1.0 + '@rolldown/binding-win32-arm64-msvc': 1.1.0 + '@rolldown/binding-win32-x64-msvc': 1.1.0 + rollup@4.60.1: dependencies: '@types/estree': 1.0.8 @@ -16244,7 +16173,7 @@ snapshots: tinybench@2.9.0: {} - tinyexec@1.1.2: {} + tinyexec@1.2.4: {} tinyglobby@0.2.15: dependencies: @@ -16301,7 +16230,7 @@ snapshots: minimist: 1.2.8 strip-bom: 3.0.0 - tsdown@0.22.1(oxc-resolver@11.20.0)(publint@0.3.21)(typescript@6.0.3): + tsdown@0.22.2(oxc-resolver@11.20.0)(publint@0.3.21)(typescript@6.0.3): dependencies: ansis: 4.3.1 cac: 7.0.0 @@ -16311,10 +16240,10 @@ snapshots: import-without-cache: 0.4.0 obug: 2.1.1 picomatch: 4.0.4 - rolldown: 1.0.3 - rolldown-plugin-dts: 0.25.2(oxc-resolver@11.20.0)(rolldown@1.0.3)(typescript@6.0.3) + rolldown: 1.1.0 + rolldown-plugin-dts: 0.25.2(oxc-resolver@11.20.0)(rolldown@1.1.0)(typescript@6.0.3) semver: 7.8.1 - tinyexec: 1.1.2 + tinyexec: 1.2.4 tinyglobby: 0.2.17 tree-kill: 1.2.2 unconfig-core: 7.5.0 @@ -16431,9 +16360,9 @@ snapshots: dependencies: punycode: 2.3.1 - use-sync-external-store@1.6.0(react@19.2.6): + use-sync-external-store@1.6.0(react@19.2.7): dependencies: - react: 19.2.6 + react: 19.2.7 util-deprecate@1.0.2: {} @@ -16441,21 +16370,6 @@ snapshots: vary@1.1.2: {} - vite-plugin-solid@2.11.12(@testing-library/jest-dom@6.9.1)(solid-js@1.9.13)(vite@8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)): - dependencies: - '@babel/core': 7.29.0 - '@types/babel__core': 7.20.5 - babel-preset-solid: 1.9.12(@babel/core@7.29.0)(solid-js@1.9.13) - merge-anything: 5.1.7 - solid-js: 1.9.13 - solid-refresh: 0.6.3(solid-js@1.9.13) - vite: 8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) - vitefu: 1.1.2(vite@8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) - optionalDependencies: - '@testing-library/jest-dom': 6.9.1 - transitivePeerDependencies: - - supports-color - vite-plugin-solid@2.11.12(@testing-library/jest-dom@6.9.1)(solid-js@1.9.13)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)): dependencies: '@babel/core': 7.29.0 @@ -16471,16 +16385,6 @@ snapshots: transitivePeerDependencies: - supports-color - vite-prerender-plugin@0.5.13(vite@8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)): - dependencies: - kolorist: 1.8.0 - magic-string: 0.30.21 - node-html-parser: 6.1.13 - simple-code-frame: 1.3.0 - source-map: 0.7.6 - stack-trace: 1.0.0-pre2 - vite: 8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) - vite-prerender-plugin@0.5.13(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)): dependencies: kolorist: 1.8.0 @@ -16507,21 +16411,6 @@ snapshots: sass: 1.97.3 yaml: 2.9.0 - vite@8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0): - dependencies: - lightningcss: 1.32.0 - picomatch: 4.0.4 - postcss: 8.5.15 - rolldown: 1.0.2 - tinyglobby: 0.2.17 - optionalDependencies: - '@types/node': 25.7.0 - esbuild: 0.28.0 - fsevents: 2.3.3 - jiti: 2.7.0 - sass: 1.97.3 - yaml: 2.9.0 - vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0): dependencies: lightningcss: 1.32.0 @@ -16537,23 +16426,19 @@ snapshots: sass: 1.97.3 yaml: 2.9.0 - vitefu@1.1.2(vite@8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)): - optionalDependencies: - vite: 8.0.14(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) - vitefu@1.1.2(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)): optionalDependencies: vite: 8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) - vitest@4.1.7(@types/node@25.7.0)(happy-dom@20.9.0)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)): + vitest@4.1.8(@types/node@25.7.0)(happy-dom@20.10.2)(jsdom@29.1.1)(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)): dependencies: - '@vitest/expect': 4.1.7 - '@vitest/mocker': 4.1.7(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) - '@vitest/pretty-format': 4.1.7 - '@vitest/runner': 4.1.7 - '@vitest/snapshot': 4.1.7 - '@vitest/spy': 4.1.7 - '@vitest/utils': 4.1.7 + '@vitest/expect': 4.1.8 + '@vitest/mocker': 4.1.8(vite@8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0)) + '@vitest/pretty-format': 4.1.8 + '@vitest/runner': 4.1.8 + '@vitest/snapshot': 4.1.8 + '@vitest/spy': 4.1.8 + '@vitest/utils': 4.1.8 es-module-lexer: 2.0.0 expect-type: 1.3.0 magic-string: 0.30.21 @@ -16562,14 +16447,14 @@ snapshots: picomatch: 4.0.4 std-env: 4.0.0 tinybench: 2.9.0 - tinyexec: 1.1.2 + tinyexec: 1.2.4 tinyglobby: 0.2.17 tinyrainbow: 3.1.0 vite: 8.0.16(@types/node@25.7.0)(esbuild@0.28.0)(jiti@2.7.0)(sass@1.97.3)(yaml@2.9.0) why-is-node-running: 2.3.0 optionalDependencies: '@types/node': 25.7.0 - happy-dom: 20.9.0 + happy-dom: 20.10.2 jsdom: 29.1.1 transitivePeerDependencies: - msw @@ -16691,7 +16576,7 @@ snapshots: wrappy@1.0.2: {} - ws@8.20.0: {} + ws@8.21.0: {} xml-name-validator@5.0.0: {}