chore(deps): update all non-major dependencies#10523
chore(deps): update all non-major dependencies#10523renovate[bot] wants to merge 1 commit intomainfrom
Conversation
|
Note Reviews pausedIt looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the Use the following commands to manage reviews:
Use the checkboxes below for quick actions:
📝 WalkthroughWalkthroughRepository-wide dependency version bumps across many example, integration, and package manifests (Angular → ^20.3.x, Svelte/Solid/Vite/plugin updates, React Vite plugin bumps, assorted example framework deps), plus root pnpm and dev-tooling upgrades. No source code or API signatures changed. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes Possibly related PRs
Suggested labels
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 docstrings
🧪 Generate unit tests (beta)
Comment |
|
| Command | Status | Duration | Result |
|---|---|---|---|
nx affected --targets=test:sherif,test:knip,tes... |
❌ Failed | 51s | View ↗ |
nx run-many --target=build --exclude=examples/*... |
❌ Failed | 11s | View ↗ |
☁️ Nx Cloud last updated this comment at 2026-04-23 13:00:21 UTC
🚀 Changeset Version Preview1 package(s) bumped directly, 23 bumped as dependents. 🟨 Minor bumps
🟩 Patch bumps
|
There was a problem hiding this comment.
Actionable comments posted: 2
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@examples/react/react-native/package.json`:
- Around line 19-29: package.json lists Expo SDK 52 but uses incompatible
dependency versions (e.g., "react-native": "0.85.1",
"react-native-gesture-handler", "react-native-reanimated",
"react-native-screens", "react-native-safe-area-context", "react-native-web");
fix by aligning these to the Expo SDK 52 compatibility matrix—either run the
recommended command `npx expo install expo@^52.0.0 --fix` to automatically set
compatible versions or manually update the dependencies to the supported
versions (react-native -> ~0.76.6, react-native-gesture-handler -> ~2.20.0,
react-native-reanimated -> ~3.16.1, react-native-screens -> ~4.4.0,
react-native-safe-area-context -> ~4.12.0, react-native-web -> ~0.19.13), then
install and commit the updated package.json.
In `@examples/vue/2.6-basic/package.json`:
- Around line 14-15: The package.json lists "vue": "2.6.14" but
"vue-template-compiler": "2.7.16", which must match exactly; update the
"vue-template-compiler" dependency to "2.6.14" to match the runtime (or
alternatively bump both "vue" and "vue-template-compiler" to 2.7.16 together).
Locate the dependencies in package.json and set the "vue-template-compiler"
version to the same exact version string as "vue" to resolve the
incompatibility.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro
Run ID: 933c3b88-a7ab-40f0-9361-50ce7d8cef6f
⛔ Files ignored due to path filters (1)
pnpm-lock.yamlis excluded by!**/pnpm-lock.yaml
📒 Files selected for processing (86)
examples/angular/auto-refetching/package.jsonexamples/angular/basic-persister/package.jsonexamples/angular/basic/package.jsonexamples/angular/devtools-panel/package.jsonexamples/angular/infinite-query-with-max-pages/package.jsonexamples/angular/optimistic-updates/package.jsonexamples/angular/pagination/package.jsonexamples/angular/query-options-from-a-service/package.jsonexamples/angular/router/package.jsonexamples/angular/rxjs/package.jsonexamples/angular/simple/package.jsonexamples/preact/simple/package.jsonexamples/react/algolia/package.jsonexamples/react/basic-graphql-request/package.jsonexamples/react/basic/package.jsonexamples/react/chat/package.jsonexamples/react/default-query-function/package.jsonexamples/react/devtools-panel/package.jsonexamples/react/eslint-legacy/package.jsonexamples/react/eslint-plugin-demo/package.jsonexamples/react/offline/package.jsonexamples/react/playground/package.jsonexamples/react/react-native/package.jsonexamples/react/react-router/package.jsonexamples/react/rick-morty/package.jsonexamples/react/shadow-dom/package.jsonexamples/react/simple/package.jsonexamples/react/star-wars/package.jsonexamples/react/suspense/package.jsonexamples/solid/astro/package.jsonexamples/solid/basic-graphql-request/package.jsonexamples/solid/basic/package.jsonexamples/solid/default-query-function/package.jsonexamples/solid/offline/package.jsonexamples/solid/simple/package.jsonexamples/solid/solid-start-streaming/package.jsonexamples/svelte/auto-refetching/package.jsonexamples/svelte/basic/package.jsonexamples/svelte/load-more-infinite-scroll/package.jsonexamples/svelte/optimistic-updates/package.jsonexamples/svelte/playground/package.jsonexamples/svelte/simple/package.jsonexamples/svelte/ssr/package.jsonexamples/svelte/star-wars/package.jsonexamples/vue/2.6-basic/package.jsonexamples/vue/2.7-basic/package.jsonexamples/vue/basic/package.jsonexamples/vue/dependent-queries/package.jsonexamples/vue/nuxt3/package.jsonexamples/vue/persister/package.jsonexamples/vue/simple/package.jsonintegrations/angular-cli-20/package.jsonintegrations/react-next-15/package.jsonintegrations/react-next-16/package.jsonintegrations/react-vite/package.jsonintegrations/react-webpack-4/package.jsonintegrations/react-webpack-5/package.jsonintegrations/solid-vite/package.jsonintegrations/svelte-vite/package.jsonintegrations/vue-vite/package.jsonpackage.jsonpackages/angular-query-experimental/package.jsonpackages/angular-query-persist-client/package.jsonpackages/eslint-plugin-query/package.jsonpackages/preact-query-devtools/package.jsonpackages/preact-query-persist-client/package.jsonpackages/preact-query/package.jsonpackages/query-async-storage-persister/package.jsonpackages/query-broadcast-client-experimental/package.jsonpackages/query-core/package.jsonpackages/query-devtools/package.jsonpackages/query-persist-client-core/package.jsonpackages/query-sync-storage-persister/package.jsonpackages/query-test-utils/package.jsonpackages/react-query-devtools/package.jsonpackages/react-query-next-experimental/package.jsonpackages/react-query-persist-client/package.jsonpackages/react-query/package.jsonpackages/solid-query-devtools/package.jsonpackages/solid-query-persist-client/package.jsonpackages/solid-query/package.jsonpackages/svelte-query-devtools/package.jsonpackages/svelte-query-persist-client/package.jsonpackages/svelte-query/package.jsonpackages/vue-query-devtools/package.jsonpackages/vue-query/package.json
| "vue": "2.6.14", | ||
| "vue-template-compiler": "2.6.14" | ||
| "vue-template-compiler": "2.7.16" |
There was a problem hiding this comment.
🧩 Analysis chain
🏁 Script executed:
#!/bin/bash
# Description: Check if vue-template-compiler 2.7.16 is compatible with Vue 2.6.14
# and search for any related configuration or documentation in the repo
# Search for Vue 2.6 compatibility notes or version pinning rationale
rg -i "vue.*2\.6.*2\.7|template-compiler.*2\.7" -C3
# Check if there's a specific reason for this version mismatch in comments or docs
fd -e md -e txt | xargs rg -i "vue-template-compiler.*2\.7"Repository: TanStack/query
Length of output: 1642
🌐 Web query:
Is vue-template-compiler 2.7.16 compatible with Vue 2.6.14?
💡 Result:
No, vue-template-compiler 2.7.16 is not compatible with Vue 2.6.14. The versions of vue and vue-template-compiler must match exactly to avoid compilation errors and runtime issues. Official Vue documentation and multiple GitHub issues confirm that vue-template-compiler checks the Vue version and throws a "version mismatch" error if they differ, even across minor releases within the 2.x series. For example, using vue-template-compiler 2.6.11 with Vue 2.6.10 fails, and templates compiled with 2.6.14 are incompatible with Vue 2.6.12 runtime due to changes in compilation output. Vue 2.7 introduced backported features like Composition API, and its compiler (2.7.16) produces render functions expecting Vue 2.7 runtime behavior. Use vue-template-compiler 2.6.14 with Vue 2.6.14 instead.
Citations:
- 1: Update vue-template-compiler to 2.6.11 problemVue packages version mismatch vuejs/vue#10932
- 2: https://vuejs.org/v2/guide/migration-vue-2-7.html
- 3: bug: slot fallback broken in components built with 2.6.14 running in 2.6.12 vuejs/vue#12314
- 4: https://stackoverflow.com/questions/67870284/how-to-fix-vue-packages-version-mismatch-from-vue-loader
- 5: Add path to resolved vue package to vue-template-compiler's "version mismatch" error vuejs/vue#9734
- 6: vue-template-compiler 2.6.12 vue packages version mismatch when build vuejs/vue#11605
Update vue-template-compiler to match the Vue 2.6.14 runtime version.
The vue-template-compiler version (2.7.16) is incompatible with the pinned vue runtime version (2.6.14). Vue requires the compiler and runtime versions to match exactly. Using 2.7.16 compiler with 2.6.14 runtime will cause build or runtime errors. Change "vue-template-compiler": "2.7.16" to "vue-template-compiler": "2.6.14" (matching the vue version), or upgrade both to 2.7.16 as shown in the examples/vue/2.7-basic example.
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.
In `@examples/vue/2.6-basic/package.json` around lines 14 - 15, The package.json
lists "vue": "2.6.14" but "vue-template-compiler": "2.7.16", which must match
exactly; update the "vue-template-compiler" dependency to "2.6.14" to match the
runtime (or alternatively bump both "vue" and "vue-template-compiler" to 2.7.16
together). Locate the dependencies in package.json and set the
"vue-template-compiler" version to the same exact version string as "vue" to
resolve the incompatibility.
0130e30 to
e4d97d7
Compare
1dae80a to
e070cfe
Compare
e070cfe to
9b9441e
Compare

This PR contains the following updates:
5.2.1→5.51.0^20.0.0→^20.3.19^20.0.0→^20.3.24^20.0.0→^20.3.24^20.0.0→^20.3.19^20.0.0→^20.3.19^20.0.0→^20.3.19^20.0.0→^20.3.19^20.0.0→^20.3.19^20.0.0→^20.3.19^20.0.0→^20.3.19^0.15.3→^0.18.2^0.9.4→^0.9.8^5.0.7→^5.1.3^7.26.0→^7.29.0^7.24.9→^7.29.0^7.26.0→^7.29.2^7.25.9→^7.28.5^2.29.8→^2.31.0^9.2.1→^9.8.0^2.0.1→^2.13.0^10.0.5→^10.0.11^0.4.4→^0.5.1^0.13.4→^0.13.11^2.10.2→^2.10.5^11.4.1→^11.5.2^12.0.0→^12.1.0^1.2.2→^1.5.3^2.0.26→^2.1.5^0.15.3→^0.16.1^1.1.3→^1.3.2^6.1.0→^6.1.1^2.4.0→^2.5.7^4.1.13→^4.2.4^4.0.14→^4.2.40.3.2→0.4.00.3.1→0.3.30.4.3→0.5.2^5.90.2→^5.99.2^18.0.0→^18.1.1^10.4.0→^10.4.1^6.8.0→^6.9.1^16.1.0→^16.3.2^5.2.8→^5.3.1^5.0.4→^5.0.88.58.1→8.59.0^8.48.0→^8.59.08.58.1→8.59.08.58.1→8.59.0^8.48.0→^8.59.08.58.1→8.59.08.58.1→8.59.08.58.1→8.59.08.58.1→8.59.08.58.1→8.59.08.58.1→8.59.0^8.58.1→^8.59.08.58.1→8.59.08.58.1→8.59.0^4.3.4→^4.7.0^5.2.1→^5.2.44.0.6→4.1.5^1.4.0→^1.6.16^6.6.3→^6.6.4^8.3.0→^8.4.1^7.0.0→^7.3.0^0.27.2→^0.28.0^9.36.0→^9.39.4^9.39.0→^9.39.4^50.5.0→^50.8.0^3.11.0→^3.17.1^10.5.0→^10.9.0^1.2.1→^1.2.2^52.0.11→^52.0.49^17.0.3→^17.1.8^2.0.0→^2.2.3^2.1.16→^2.1.18^16.9.0→^16.13.2^7.1.2→^7.4.0^5.6.3→^5.6.7^6.2.1→^6.2.2^27.0.0→^27.4.0^6.0.2→^6.6.1^4.0.2→^4.0.3^2.6.6→^2.13.5^5.0.0→^5.0.2^3.12.4→^3.21.222.1.3→22.6.510.24.0→10.33.2^10.28.0→^10.29.1^6.6.4→^6.6.7^3.7.4→^3.8.3^3.4.0→^3.5.1^0.3.13→^0.3.18^2.5.2→^2.6.0^0.76.3→^0.85.2^2.20.2→^2.31.1^5.12.5→^5.15.1^3.16.2→^3.19.5^4.12.0→^4.14.1^4.1.0→^4.24.0^0.19.13→^0.21.2^6.25.1→^6.30.3^6.25.1→^6.30.3^8.0.0→^8.4.0~7.8.0→~7.8.2^1.6.1→^1.11.1^12.0.0→^12.1.0^1.9.7→^1.9.12^0.2.3→^0.3.0^2.2.2→^2.2.6^5.39.3→^5.55.4^4.4.5→^4.4.6^4.3.1→^4.4.6^4.1.13→^4.2.4^3.4.7→^3.4.19^4.0.14→^4.2.4^0.2.15→^0.2.16^2.3.0→^2.8.1^8.54.0→^8.59.08.58.1→8.59.0^8.48.0→^8.59.0^0.5.3→^0.5.114.2.3→4.5.4^0.9.0→^0.10.0^2.11.6→^2.11.12^4.0.18→^4.1.52.6.14→2.7.16~0.15.0→~0.16.10.15.0→0.16.1Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
algolia/algoliasearch-client-javascript (@algolia/client-search)
[`v
Configuration
📅 Schedule: (UTC)
* 0-3 * * 1)🚦 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.