chore(deps): update all non-major dependencies#191
Conversation
|
View your CI Pipeline Execution ↗ for commit aeaf705
☁️ Nx Cloud last updated this comment at |
📝 WalkthroughWalkthroughThe PR performs coordinated dependency version updates across the entire monorepo, upgrading framework and tooling packages in 130+ Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
🧹 Nitpick comments (1)
examples/react/queue/package.json (1)
17-17: Consider adding caret prefix for consistency.The
@tanstack/react-devtoolsdependency uses an exact version (0.10.1) while other dependencies in this manifest use caret ranges (e.g.,^0.21.1,^19.2.14). For consistency and to allow compatible patch updates, consider using^0.10.1instead—unless exact versioning for devtools is intentional.🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed. In `@examples/react/queue/package.json` at line 17, The dependency entry for `@tanstack/react-devtools` uses an exact version string "0.10.1"; update that dependency value to use a caret-prefixed range "^0.10.1" so it matches the project's other caret-versioned dependencies and allows compatible patch/minor updates (locate the "@tanstack/react-devtools" entry in package.json and replace the version token accordingly).
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Nitpick comments:
In `@examples/react/queue/package.json`:
- Line 17: The dependency entry for `@tanstack/react-devtools` uses an exact
version string "0.10.1"; update that dependency value to use a caret-prefixed
range "^0.10.1" so it matches the project's other caret-versioned dependencies
and allows compatible patch/minor updates (locate the "@tanstack/react-devtools"
entry in package.json and replace the version token accordingly).
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro
Run ID: 081ec2b9-0f86-4a59-a3b9-18c88d5b0ae0
⛔ Files ignored due to path filters (1)
pnpm-lock.yamlis excluded by!**/pnpm-lock.yaml
📒 Files selected for processing (118)
examples/angular/asyncBatch/package.jsonexamples/angular/asyncDebounce/package.jsonexamples/angular/asyncRateLimit/package.jsonexamples/angular/asyncRetry/package.jsonexamples/angular/asyncThrottle/package.jsonexamples/angular/batch/package.jsonexamples/angular/debounce/package.jsonexamples/angular/injectAsyncBatchedCallback/package.jsonexamples/angular/injectAsyncBatcher/package.jsonexamples/angular/injectAsyncDebouncedCallback/package.jsonexamples/angular/injectAsyncDebouncer/package.jsonexamples/angular/injectAsyncQueuedSignal/package.jsonexamples/angular/injectAsyncQueuer/package.jsonexamples/angular/injectAsyncRateLimiter/package.jsonexamples/angular/injectAsyncRateLimiterWithPersister/package.jsonexamples/angular/injectAsyncThrottledCallback/package.jsonexamples/angular/injectAsyncThrottler/package.jsonexamples/angular/injectBatchedCallback/package.jsonexamples/angular/injectBatcher/package.jsonexamples/angular/injectDebouncedCallback/package.jsonexamples/angular/injectDebouncedSignal/package.jsonexamples/angular/injectDebouncedValue/package.jsonexamples/angular/injectDebouncer/package.jsonexamples/angular/injectQueuedSignal/package.jsonexamples/angular/injectQueuedValue/package.jsonexamples/angular/injectQueuer/package.jsonexamples/angular/injectQueuerWithPersister/package.jsonexamples/angular/injectRateLimitedCallback/package.jsonexamples/angular/injectRateLimitedSignal/package.jsonexamples/angular/injectRateLimitedValue/package.jsonexamples/angular/injectRateLimiter/package.jsonexamples/angular/injectRateLimiterWithPersister/package.jsonexamples/angular/injectThrottledCallback/package.jsonexamples/angular/injectThrottledSignal/package.jsonexamples/angular/injectThrottledValue/package.jsonexamples/angular/injectThrottler/package.jsonexamples/angular/queue/package.jsonexamples/angular/rateLimit/package.jsonexamples/angular/throttle/package.jsonexamples/preact/asyncBatch/package.jsonexamples/preact/asyncDebounce/package.jsonexamples/preact/asyncRateLimit/package.jsonexamples/preact/asyncRetry/package.jsonexamples/preact/asyncThrottle/package.jsonexamples/preact/batch/package.jsonexamples/preact/debounce/package.jsonexamples/preact/queue/package.jsonexamples/preact/rateLimit/package.jsonexamples/preact/throttle/package.jsonexamples/preact/useAsyncBatchedCallback/package.jsonexamples/preact/useAsyncBatcher/package.jsonexamples/preact/useAsyncDebouncedCallback/package.jsonexamples/preact/useAsyncDebouncer/package.jsonexamples/preact/useAsyncQueuedState/package.jsonexamples/preact/useAsyncQueuer/package.jsonexamples/preact/useAsyncRateLimiter/package.jsonexamples/preact/useAsyncRateLimiterWithPersister/package.jsonexamples/preact/useAsyncThrottledCallback/package.jsonexamples/preact/useAsyncThrottler/package.jsonexamples/preact/useBatchedCallback/package.jsonexamples/preact/useBatcher/package.jsonexamples/preact/useDebouncedCallback/package.jsonexamples/preact/useDebouncedState/package.jsonexamples/preact/useDebouncedValue/package.jsonexamples/preact/useDebouncer/package.jsonexamples/preact/useQueuedState/package.jsonexamples/preact/useQueuedValue/package.jsonexamples/preact/useQueuer/package.jsonexamples/preact/useQueuerWithPersister/package.jsonexamples/preact/useRateLimitedCallback/package.jsonexamples/preact/useRateLimitedState/package.jsonexamples/preact/useRateLimitedValue/package.jsonexamples/preact/useRateLimiter/package.jsonexamples/preact/useRateLimiterWithPersister/package.jsonexamples/preact/useThrottledCallback/package.jsonexamples/preact/useThrottledState/package.jsonexamples/preact/useThrottledValue/package.jsonexamples/preact/useThrottler/package.jsonexamples/preact/util-comparison/package.jsonexamples/react/queue/package.jsonexamples/react/react-query-debounced-prefetch/package.jsonexamples/react/react-query-queued-prefetch/package.jsonexamples/react/react-query-throttled-prefetch/package.jsonexamples/react/useQueuer/package.jsonexamples/react/util-comparison/package.jsonexamples/solid/asyncBatch/package.jsonexamples/solid/asyncDebounce/package.jsonexamples/solid/asyncRateLimit/package.jsonexamples/solid/asyncThrottle/package.jsonexamples/solid/batch/package.jsonexamples/solid/createAsyncBatcher/package.jsonexamples/solid/createAsyncDebouncer/package.jsonexamples/solid/createAsyncQueuer/package.jsonexamples/solid/createAsyncRateLimiter/package.jsonexamples/solid/createAsyncThrottler/package.jsonexamples/solid/createBatcher/package.jsonexamples/solid/createDebouncedSignal/package.jsonexamples/solid/createDebouncedValue/package.jsonexamples/solid/createDebouncer/package.jsonexamples/solid/createQueuedSignal/package.jsonexamples/solid/createQueuer/package.jsonexamples/solid/createRateLimitedSignal/package.jsonexamples/solid/createRateLimitedValue/package.jsonexamples/solid/createRateLimiter/package.jsonexamples/solid/createThrottledSignal/package.jsonexamples/solid/createThrottledValue/package.jsonexamples/solid/createThrottler/package.jsonexamples/solid/debounce/package.jsonexamples/solid/queue/package.jsonexamples/solid/rateLimit/package.jsonexamples/solid/throttle/package.jsonpackage.jsonpackages/angular-pacer/package.jsonpackages/pacer-devtools/package.jsonpackages/preact-pacer-devtools/package.jsonpackages/preact-pacer/package.jsonpackages/solid-pacer-devtools/package.jsonpackages/solid-pacer/package.json
This PR contains the following updates:
^21.2.5→^21.2.6^21.2.5→^21.2.6^21.2.6→^21.2.7^21.2.6→^21.2.7^21.2.6→^21.2.7^21.2.6→^21.2.7^21.2.6→^21.2.7^21.2.6→^21.2.7^21.2.6→^21.2.7^0.10.0→^0.10.10.10.0→0.10.1^5.95.2→^5.96.2^5.95.2→^5.96.20.8.0→0.8.1^10.1.0→^10.2.0^6.1.0→^6.3.0^22.6.3→^22.6.4^10.29.0→^10.29.1^1.11.0→^1.11.1^2.11.11→^2.11.12Release Notes
angular/angular-cli (@angular/build)
v21.2.6Compare Source
@angular/cli
@angular/build
angular/angular (@angular/common)
v21.2.7Compare Source
compiler
compiler-cli
core
object[data]as resource URL context (#67797)localize
router
TanStack/devtools (@tanstack/preact-devtools)
v0.10.1Patch Changes
e89cff4,e04bb11]:TanStack/devtools (@tanstack/react-devtools)
v0.10.1Patch Changes
e89cff4,e04bb11]:TanStack/query (@tanstack/react-query)
v5.96.2Compare Source
Patch Changes
v5.96.1Compare Source
Patch Changes
TanStack/query (@tanstack/react-query-devtools)
v5.96.2Compare Source
Patch Changes
v5.96.1Compare Source
Patch Changes
fix(build): exclude config files from production DTS rollup to prevent
@types/nodetype pollution (#10358)Updated dependencies []:
TanStack/devtools (@tanstack/solid-devtools)
v0.8.1Patch Changes
e89cff4,e04bb11]:eslint/eslint (eslint)
v10.2.0Compare Source
Features
586ec2ffeat: Addmeta.languagessupport to rules (#20571) (Copilot)14207defeat: addTemporaltono-obj-calls(#20675) (Pixel998)bbb2c93feat: add Temporal to ES2026 globals (#20672) (Pixel998)Bug Fixes
542cb3efix: update first-party dependencies (#20714) (Francesco Trotta)Documentation
a2af743docs: addlanguageto configuration objects (#20712) (Francesco Trotta)845f23fdocs: Update README (GitHub Actions Bot)5fbcf59docs: removesourceTypefrom ts playground link (#20477) (Tanuj Kanti)8702a47docs: Update README (GitHub Actions Bot)ddeadeddocs: Update README (GitHub Actions Bot)2b44966docs: add Major Releases section to Manage Releases (#20269) (Milos Djermanovic)eab65c7docs: updateeslintversions in examples (#20664) (루밀LuMir)3e4a299docs: update ESM Dependencies policies with note for own-usage packages (#20660) (Milos Djermanovic)Chores
8120e30refactor: extract no unmodified loop condition (#20679) (kuldeep kumar)46e8469chore: update dependency markdownlint-cli2 to ^0.22.0 (#20697) (renovate[bot])01ed3aatest: add unit tests for unicode utilities (#20622) (Manish chaudhary)811f493ci: remove--legacy-peer-depsfrom types integration tests (#20667) (Milos Djermanovic)6b86fcfchore: update dependency npm-run-all2 to v8 (#20663) (renovate[bot])632c4f8chore: addprettierupdate commit to.git-blame-ignore-revs(#20662) (루밀LuMir)b0b0f21chore: update dependency eslint-plugin-regexp to ^3.1.0 (#20659) (Milos Djermanovic)228a2ddchore: update dependency eslint-plugin-eslint-plugin to ^7.3.2 (#20661) (Milos Djermanovic)3ab4d7etest: Add tests for eslintrc-style keys (#20645) (kuldeep kumar)webpro-nl/knip (knip)
v6.3.0: Release 6.3.0Compare Source
83ee489)be16c54)91a1835)44bfd62)dc69868)module.registerhandling (b9e36ea)f81bd0f)v6.2.0: Release 6.2.0Compare Source
947893d) - thanks @MatissJanis!06e88d4) - thanks @brick-pixel!e34d3b0) - thanks @MatissJanis!4a64e0e)d8c0161)nrwl/nx (nx)
v22.6.4Compare Source
22.6.4 (2026-04-01)
🚀 Features
🩹 Fixes
❤️ Thank You
preactjs/preact (preact)
v10.29.1Compare Source
Fixes
Maintenance
.test.js->.test.jsxwhen JSX is used (#5058, thanks @marvinhagemeister)solidjs/vite-plugin-solid (vite-plugin-solid)
v2.11.12Compare Source
Patch Changes
9e46d91: fix: preserve jsx for rolldown dep scanConfiguration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.