-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
chore(deps): update all non-major dependencies #9731
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
WalkthroughBatched minor and patch dependency and devDependency version bumps across many example, integration, package, and root package.json files. No source code, API, or runtime control-flow changes were introduced. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Suggested reviewers
Poem
Pre-merge checks and finishing touches❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
Comment |
|
Command | Status | Duration | Result |
---|---|---|---|
nx affected --targets=test:sherif,test:knip,tes... |
❌ Failed | 3m 38s | View ↗ |
nx run-many --target=build --exclude=examples/*... |
✅ Succeeded | 1m 25s | View ↗ |
☁️ Nx Cloud last updated this comment at 2025-10-07 19:59:18
UTC
Sizes for commit d38f292:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 1
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
⛔ Files ignored due to path filters (1)
pnpm-lock.yaml
is excluded by!**/pnpm-lock.yaml
📒 Files selected for processing (76)
examples/angular/auto-refetching/package.json
(1 hunks)examples/angular/basic-persister/package.json
(1 hunks)examples/angular/basic/package.json
(1 hunks)examples/angular/devtools-panel/package.json
(1 hunks)examples/angular/infinite-query-with-max-pages/package.json
(1 hunks)examples/angular/optimistic-updates/package.json
(1 hunks)examples/angular/pagination/package.json
(1 hunks)examples/angular/query-options-from-a-service/package.json
(1 hunks)examples/angular/router/package.json
(1 hunks)examples/angular/rxjs/package.json
(1 hunks)examples/angular/simple/package.json
(1 hunks)examples/react/algolia/package.json
(2 hunks)examples/react/basic-graphql-request/package.json
(1 hunks)examples/react/basic/package.json
(1 hunks)examples/react/chat/package.json
(1 hunks)examples/react/default-query-function/package.json
(1 hunks)examples/react/devtools-panel/package.json
(1 hunks)examples/react/eslint-legacy/package.json
(1 hunks)examples/react/offline/package.json
(1 hunks)examples/react/playground/package.json
(1 hunks)examples/react/react-native/package.json
(1 hunks)examples/react/react-router/package.json
(1 hunks)examples/react/rick-morty/package.json
(1 hunks)examples/react/shadow-dom/package.json
(1 hunks)examples/react/simple/package.json
(1 hunks)examples/react/star-wars/package.json
(1 hunks)examples/react/suspense/package.json
(1 hunks)examples/solid/astro/package.json
(1 hunks)examples/solid/basic-graphql-request/package.json
(1 hunks)examples/solid/basic/package.json
(1 hunks)examples/solid/default-query-function/package.json
(1 hunks)examples/solid/simple/package.json
(1 hunks)examples/solid/solid-start-streaming/package.json
(1 hunks)examples/svelte/auto-refetching/package.json
(1 hunks)examples/svelte/basic/package.json
(1 hunks)examples/svelte/load-more-infinite-scroll/package.json
(1 hunks)examples/svelte/optimistic-updates/package.json
(1 hunks)examples/svelte/playground/package.json
(1 hunks)examples/svelte/simple/package.json
(1 hunks)examples/svelte/ssr/package.json
(1 hunks)examples/svelte/star-wars/package.json
(1 hunks)examples/vue/basic/package.json
(1 hunks)examples/vue/dependent-queries/package.json
(1 hunks)examples/vue/nuxt3/package.json
(1 hunks)examples/vue/persister/package.json
(1 hunks)examples/vue/simple/package.json
(1 hunks)integrations/angular-cli-20/package.json
(1 hunks)integrations/react-next-15/package.json
(1 hunks)integrations/react-vite/package.json
(1 hunks)integrations/react-webpack-4/package.json
(1 hunks)integrations/react-webpack-5/package.json
(1 hunks)integrations/solid-vite/package.json
(1 hunks)integrations/svelte-vite/package.json
(1 hunks)integrations/vue-vite/package.json
(1 hunks)package.json
(2 hunks)packages/angular-query-experimental/package.json
(1 hunks)packages/angular-query-persist-client/package.json
(1 hunks)packages/eslint-plugin-query/package.json
(1 hunks)packages/query-async-storage-persister/package.json
(1 hunks)packages/query-broadcast-client-experimental/package.json
(1 hunks)packages/query-core/package.json
(1 hunks)packages/query-devtools/package.json
(1 hunks)packages/query-persist-client-core/package.json
(1 hunks)packages/query-sync-storage-persister/package.json
(1 hunks)packages/query-test-utils/package.json
(1 hunks)packages/react-query-devtools/package.json
(1 hunks)packages/react-query-next-experimental/package.json
(1 hunks)packages/react-query-persist-client/package.json
(1 hunks)packages/react-query/package.json
(1 hunks)packages/solid-query-devtools/package.json
(1 hunks)packages/solid-query-persist-client/package.json
(1 hunks)packages/solid-query/package.json
(1 hunks)packages/svelte-query-devtools/package.json
(1 hunks)packages/svelte-query-persist-client/package.json
(1 hunks)packages/svelte-query/package.json
(1 hunks)packages/vue-query/package.json
(1 hunks)
🧰 Additional context used
🧠 Learnings (1)
📚 Learning: 2025-09-02T17:57:33.184Z
Learnt from: TkDodo
PR: TanStack/query#9612
File: packages/query-async-storage-persister/src/asyncThrottle.ts:0-0
Timestamp: 2025-09-02T17:57:33.184Z
Learning: When importing from tanstack/query-core in other TanStack Query packages like query-async-storage-persister, a workspace dependency "tanstack/query-core": "workspace:*" needs to be added to the package.json.
Applied to files:
packages/query-core/package.json
packages/react-query/package.json
packages/query-persist-client-core/package.json
packages/query-broadcast-client-experimental/package.json
packages/query-sync-storage-persister/package.json
packages/query-async-storage-persister/package.json
packages/svelte-query-devtools/package.json
integrations/solid-vite/package.json
packages/solid-query-persist-client/package.json
packages/svelte-query-persist-client/package.json
packages/react-query-next-experimental/package.json
packages/solid-query-devtools/package.json
packages/react-query-persist-client/package.json
packages/react-query-devtools/package.json
packages/svelte-query/package.json
integrations/react-vite/package.json
integrations/react-next-15/package.json
packages/angular-query-experimental/package.json
packages/angular-query-persist-client/package.json
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (2)
- GitHub Check: Preview
- GitHub Check: Test
🔇 Additional comments (17)
packages/solid-query-devtools/package.json (1)
68-72
: Solid devtool deps align with latest patches.The patched versions of
solid-js
,vite-plugin-solid
, andnpm-run-all2
stay within existing peer ranges and match the rest of the Solid workspace upgrades. Looks good.packages/query-devtools/package.json (1)
67-81
: Solid devtools stack remains coherent.The Solid-related tooling and styling packages now target the same 1.9.9/0.3.x patch line as the other packages in this PR, so the matrix stays consistent. No blockers spotted.
integrations/angular-cli-20/package.json (1)
11-26
: Angular example tracks 20.3.x baseline cleanly.The dependency set (framework, CLI/build, zone.js) now lines up with Angular 20.3.x, matching the other Angular examples. Nothing further needed.
package.json (1)
8-81
: Root tooling refresh looks safe.The pnpm bump plus lint/test/tooling updates remain within compatible ranges used across the repo. No regressions anticipated.
packages/query-broadcast-client-experimental/package.json (1)
62-68
: Broadcast client deps updated without surprises.
broadcast-channel
7.1.0 and the associated React tooling bumps are patch-level and align with the rest of the workspace.packages/angular-query-experimental/package.json (1)
92-103
: Angular devDeps synchronized with 20.3.x.Bringing the package’s dev tooling up to the 20.3.x line keeps it consistent with the integration and example apps. Everything remains within the existing peer requirements.
examples/react/eslint-legacy/package.json (1)
23-23
: React example tooling in sync.The plugin bump mirrors the other React examples, keeping the toolchain consistent. All good.
examples/react/playground/package.json (1)
17-17
: Playground matches the updated React toolchain.
@vitejs/plugin-react
is now aligned with the rest of the React examples. Looks solid.examples/react/shadow-dom/package.json (1)
19-19
: Upgrade aligns with current Vite tooling.Bumping
@vitejs/plugin-react
to^4.7.0
keeps this example in sync with the rest of the React demos and matches the Vite 6.3.x toolchain already declared. Looks good.examples/react/suspense/package.json (1)
19-19
: Consistent plugin bump.Updating
@vitejs/plugin-react
here to^4.7.0
stays aligned with the tooling stack used across the React examples, so this looks good.examples/react/simple/package.json (1)
17-17
: LGTM for the plugin update.The move to
@vitejs/plugin-react@^4.7.0
keeps this example consistent with the rest of the React suite and the current Vite major.examples/vue/basic/package.json (1)
16-16
: Vue plugin bump looks good.
@vitejs/plugin-vue
→^5.2.4
keeps this example aligned with the newer Vite 6.3.x stack; no concerns.examples/vue/simple/package.json (1)
16-16
: Consistent Vue tooling upgrade.Updating
@vitejs/plugin-vue
to^5.2.4
keeps this sample aligned with the other Vue examples and current Vite.examples/react/default-query-function/package.json (1)
17-17
: React plugin update verified.The
@vitejs/plugin-react
upgrade to^4.7.0
matches the rest of the project’s tooling updates—looks good here.examples/react/devtools-panel/package.json (1)
17-17
: Tooling bump confirmed.Moving
@vitejs/plugin-react
to^4.7.0
aligns this package with the updated toolchain across the React examples.examples/react/basic-graphql-request/package.json (2)
13-14
: GraphQL stack bump LGTM.
graphql@^16.11.0
andgraphql-request@^7.2.0
remain within the 16.x/7.x lines, so no breaking API changes are expected. Combined with the Vite React plugin bump, this keeps the example current.
19-19
: React plugin upgrade approved.The
@vitejs/plugin-react
update to^4.7.0
matches the rest of the repo’s tooling—looks good.
"expo": "^52.0.47", | ||
"expo-constants": "^17.1.7", | ||
"expo-status-bar": "^2.2.3", | ||
"react": "^19.0.0", | ||
"react-native": "^0.76.3", | ||
"react-native-gesture-handler": "^2.20.2", | ||
"react-native-paper": "^5.12.5", | ||
"react-native-reanimated": "^3.16.2", | ||
"react-native-safe-area-context": "^4.12.0", | ||
"react-native-screens": "^4.1.0", | ||
"react-native-web": "^0.19.13" | ||
"react-native": "^0.81.4", | ||
"react-native-gesture-handler": "^2.28.0", | ||
"react-native-paper": "^5.14.5", | ||
"react-native-reanimated": "^3.19.1", | ||
"react-native-safe-area-context": "^4.14.1", | ||
"react-native-screens": "^4.16.0", | ||
"react-native-web": "^0.21.1" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Expo SDK 52 is tied to React Native 0.76.x—revert the 0.81.x bump.
Expo SDK 52 still ships with React Native 0.76.x. Setting "react-native": "^0.81.4"
(and matching ecosystem packages) will desynchronize the managed workflow and cause native builds to fail because Expo cannot provide the 0.81 toolchain. Please keep react-native
(and the dependent react-native-*
packages) on the Expo-supported 0.76.x line.
- "react-native": "^0.81.4",
- "react-native-gesture-handler": "^2.28.0",
- "react-native-paper": "^5.14.5",
- "react-native-reanimated": "^3.19.1",
- "react-native-safe-area-context": "^4.14.1",
- "react-native-screens": "^4.16.0",
- "react-native-web": "^0.21.1"
+ "react-native": "0.76.3",
+ "react-native-gesture-handler": "^2.16.2",
+ "react-native-paper": "^5.12.5",
+ "react-native-reanimated": "^3.10.1",
+ "react-native-safe-area-context": "^4.9.0",
+ "react-native-screens": "^3.31.1",
+ "react-native-web": "^0.19.12"
📝 Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.
"expo": "^52.0.47", | |
"expo-constants": "^17.1.7", | |
"expo-status-bar": "^2.2.3", | |
"react": "^19.0.0", | |
"react-native": "^0.76.3", | |
"react-native-gesture-handler": "^2.20.2", | |
"react-native-paper": "^5.12.5", | |
"react-native-reanimated": "^3.16.2", | |
"react-native-safe-area-context": "^4.12.0", | |
"react-native-screens": "^4.1.0", | |
"react-native-web": "^0.19.13" | |
"react-native": "^0.81.4", | |
"react-native-gesture-handler": "^2.28.0", | |
"react-native-paper": "^5.14.5", | |
"react-native-reanimated": "^3.19.1", | |
"react-native-safe-area-context": "^4.14.1", | |
"react-native-screens": "^4.16.0", | |
"react-native-web": "^0.21.1" | |
"expo": "^52.0.47", | |
"expo-constants": "^17.1.7", | |
"expo-status-bar": "^2.2.3", | |
"react": "^19.0.0", | |
"react-native": "0.76.3", | |
"react-native-gesture-handler": "^2.16.2", | |
"react-native-paper": "^5.12.5", | |
"react-native-reanimated": "^3.10.1", | |
"react-native-safe-area-context": "^4.9.0", | |
"react-native-screens": "^3.31.1", | |
"react-native-web": "^0.19.12" |
🤖 Prompt for AI Agents
In examples/react/react-native/package.json around lines 19 to 29, the project
upgrades react-native (and related react-native-* packages) to a 0.81.x
ecosystem that is incompatible with Expo SDK 52; revert react-native to the
Expo-supported 0.76.x version and align the react-native-* package versions to
the matching releases for SDK 52 (restore versions known to ship with Expo SDK
52), update react (if needed) to the compatible version, then run package
install and validate with expo doctor / Expo build to ensure the managed
workflow is synchronized.
2c5f855
to
c1de76b
Compare
ff89619
to
d8a8586
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 1
♻️ Duplicate comments (1)
examples/react/react-native/package.json (1)
19-29
: Expo SDK 52 is tied to React Native 0.76.x—0.81.x will break managed builds.Expo 52’s runtime ships with the React Native 0.76 toolchain. Jumping the example to
react-native
^0.81.4 (and the matchingreact-native-*
packages) desynchronizes the managed workflow—expo prebuild
/builds will fail because Expo cannot vend the 0.81 native binaries yet. Please keep the React Native stack on the Expo-supported 0.76 line until the SDK advances.- "expo": "^52.0.47", + "expo": "^52.0.47", - "react-native": "^0.81.4", - "react-native-gesture-handler": "^2.28.0", - "react-native-paper": "^5.14.5", - "react-native-reanimated": "^3.19.2", - "react-native-safe-area-context": "^4.14.1", - "react-native-screens": "^4.16.0", - "react-native-web": "^0.21.1" + "react-native": "0.76.3", + "react-native-gesture-handler": "^2.16.2", + "react-native-paper": "^5.12.5", + "react-native-reanimated": "^3.10.1", + "react-native-safe-area-context": "^4.9.0", + "react-native-screens": "^3.31.1", + "react-native-web": "^0.19.12"Also ensure any other Expo-managed packages stay aligned with the SDK’s pinned versions.
🧹 Nitpick comments (1)
examples/angular/optimistic-updates/package.json (1)
20-20
: Align version ranges for consistencyConsider using tilde ranges for patch updates (as in other Angular examples): zone.js "~0.15.1" and typescript "~5.8.3".
Also applies to: 26-26
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
⛔ Files ignored due to path filters (1)
pnpm-lock.yaml
is excluded by!**/pnpm-lock.yaml
📒 Files selected for processing (76)
examples/angular/auto-refetching/package.json
(1 hunks)examples/angular/basic-persister/package.json
(1 hunks)examples/angular/basic/package.json
(1 hunks)examples/angular/devtools-panel/package.json
(1 hunks)examples/angular/infinite-query-with-max-pages/package.json
(1 hunks)examples/angular/optimistic-updates/package.json
(1 hunks)examples/angular/pagination/package.json
(1 hunks)examples/angular/query-options-from-a-service/package.json
(1 hunks)examples/angular/router/package.json
(1 hunks)examples/angular/rxjs/package.json
(1 hunks)examples/angular/simple/package.json
(1 hunks)examples/react/algolia/package.json
(2 hunks)examples/react/basic-graphql-request/package.json
(1 hunks)examples/react/basic/package.json
(1 hunks)examples/react/chat/package.json
(1 hunks)examples/react/default-query-function/package.json
(1 hunks)examples/react/devtools-panel/package.json
(1 hunks)examples/react/eslint-legacy/package.json
(1 hunks)examples/react/offline/package.json
(1 hunks)examples/react/playground/package.json
(1 hunks)examples/react/react-native/package.json
(1 hunks)examples/react/react-router/package.json
(1 hunks)examples/react/rick-morty/package.json
(1 hunks)examples/react/shadow-dom/package.json
(1 hunks)examples/react/simple/package.json
(1 hunks)examples/react/star-wars/package.json
(1 hunks)examples/react/suspense/package.json
(1 hunks)examples/solid/astro/package.json
(1 hunks)examples/solid/basic-graphql-request/package.json
(1 hunks)examples/solid/basic/package.json
(1 hunks)examples/solid/default-query-function/package.json
(1 hunks)examples/solid/simple/package.json
(1 hunks)examples/solid/solid-start-streaming/package.json
(1 hunks)examples/svelte/auto-refetching/package.json
(1 hunks)examples/svelte/basic/package.json
(1 hunks)examples/svelte/load-more-infinite-scroll/package.json
(1 hunks)examples/svelte/optimistic-updates/package.json
(1 hunks)examples/svelte/playground/package.json
(1 hunks)examples/svelte/simple/package.json
(1 hunks)examples/svelte/ssr/package.json
(1 hunks)examples/svelte/star-wars/package.json
(1 hunks)examples/vue/basic/package.json
(1 hunks)examples/vue/dependent-queries/package.json
(1 hunks)examples/vue/nuxt3/package.json
(1 hunks)examples/vue/persister/package.json
(1 hunks)examples/vue/simple/package.json
(1 hunks)integrations/angular-cli-20/package.json
(1 hunks)integrations/react-next-15/package.json
(1 hunks)integrations/react-vite/package.json
(1 hunks)integrations/react-webpack-4/package.json
(1 hunks)integrations/react-webpack-5/package.json
(1 hunks)integrations/solid-vite/package.json
(1 hunks)integrations/svelte-vite/package.json
(1 hunks)integrations/vue-vite/package.json
(1 hunks)package.json
(2 hunks)packages/angular-query-experimental/package.json
(1 hunks)packages/angular-query-persist-client/package.json
(1 hunks)packages/eslint-plugin-query/package.json
(1 hunks)packages/query-async-storage-persister/package.json
(1 hunks)packages/query-broadcast-client-experimental/package.json
(1 hunks)packages/query-core/package.json
(1 hunks)packages/query-devtools/package.json
(1 hunks)packages/query-persist-client-core/package.json
(1 hunks)packages/query-sync-storage-persister/package.json
(1 hunks)packages/query-test-utils/package.json
(1 hunks)packages/react-query-devtools/package.json
(1 hunks)packages/react-query-next-experimental/package.json
(1 hunks)packages/react-query-persist-client/package.json
(1 hunks)packages/react-query/package.json
(1 hunks)packages/solid-query-devtools/package.json
(1 hunks)packages/solid-query-persist-client/package.json
(1 hunks)packages/solid-query/package.json
(1 hunks)packages/svelte-query-devtools/package.json
(1 hunks)packages/svelte-query-persist-client/package.json
(1 hunks)packages/svelte-query/package.json
(1 hunks)packages/vue-query/package.json
(1 hunks)
✅ Files skipped from review due to trivial changes (1)
- examples/vue/basic/package.json
🚧 Files skipped from review as they are similar to previous changes (51)
- examples/solid/default-query-function/package.json
- packages/query-async-storage-persister/package.json
- packages/react-query-next-experimental/package.json
- examples/react/offline/package.json
- examples/angular/devtools-panel/package.json
- examples/vue/dependent-queries/package.json
- examples/svelte/simple/package.json
- examples/svelte/basic/package.json
- packages/solid-query-persist-client/package.json
- examples/vue/persister/package.json
- packages/react-query-devtools/package.json
- integrations/react-vite/package.json
- examples/angular/auto-refetching/package.json
- examples/react/simple/package.json
- examples/svelte/playground/package.json
- packages/query-core/package.json
- packages/svelte-query/package.json
- examples/svelte/auto-refetching/package.json
- examples/react/rick-morty/package.json
- examples/solid/basic-graphql-request/package.json
- packages/query-persist-client-core/package.json
- examples/solid/basic/package.json
- examples/angular/basic-persister/package.json
- examples/react/chat/package.json
- packages/query-sync-storage-persister/package.json
- examples/angular/router/package.json
- examples/angular/pagination/package.json
- examples/svelte/load-more-infinite-scroll/package.json
- examples/react/eslint-legacy/package.json
- examples/react/basic/package.json
- examples/react/default-query-function/package.json
- examples/solid/simple/package.json
- examples/solid/solid-start-streaming/package.json
- packages/eslint-plugin-query/package.json
- packages/vue-query/package.json
- examples/angular/rxjs/package.json
- packages/solid-query/package.json
- examples/react/react-router/package.json
- examples/vue/simple/package.json
- integrations/react-next-15/package.json
- examples/solid/astro/package.json
- examples/react/shadow-dom/package.json
- packages/react-query/package.json
- integrations/svelte-vite/package.json
- examples/svelte/optimistic-updates/package.json
- packages/svelte-query-devtools/package.json
- integrations/solid-vite/package.json
- examples/svelte/star-wars/package.json
- examples/react/suspense/package.json
- examples/react/star-wars/package.json
- packages/svelte-query-persist-client/package.json
🧰 Additional context used
🧠 Learnings (1)
📚 Learning: 2025-09-02T17:57:33.184Z
Learnt from: TkDodo
PR: TanStack/query#9612
File: packages/query-async-storage-persister/src/asyncThrottle.ts:0-0
Timestamp: 2025-09-02T17:57:33.184Z
Learning: When importing from tanstack/query-core in other TanStack Query packages like query-async-storage-persister, a workspace dependency "tanstack/query-core": "workspace:*" needs to be added to the package.json.
Applied to files:
packages/angular-query-experimental/package.json
packages/react-query-persist-client/package.json
packages/solid-query-devtools/package.json
packages/query-broadcast-client-experimental/package.json
packages/angular-query-persist-client/package.json
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (2)
- GitHub Check: Test
- GitHub Check: Preview
🔇 Additional comments (6)
packages/angular-query-experimental/package.json (1)
92-104
: LGTM; workspace linkage and dev tooling updates look correctDev deps align with Angular 20; workspace dep on query-core is correctly declared.
packages/query-devtools/package.json (1)
67-81
: LGTM; Solid + tooling bumps are consistentMinor/patch upgrades; no API surface changes here.
package.json (1)
8-8
: Tooling upgrades and overrides look coherentVite 6 + Vitest 3 are aligned; TS matrix deps match package test scripts. Overrides centralize workspace resolution. Ship it.
Please run the full CI suite (nx affected) after merge to catch any latent peer-dep warnings introduced by the upgrades.
Also applies to: 43-82, 83-110
packages/query-test-utils/package.json (1)
38-38
: LGTM; routine bumpNo impact beyond scripts.
packages/solid-query-devtools/package.json (1)
68-72
: LGTM; versions align with peer rangesBumps are within supported peer ranges.
packages/query-broadcast-client-experimental/package.json (1)
61-68
: Confirm broadcast-channel SSR compatibility; no version mismatches
- @vitejs/plugin-react ^4.7.0 consistently pairs with Vite ^6.3.6 across all packages.
- broadcast-channel ^7.1.0 is scoped to this package; run SSR/tests to ensure ESM support.
"@angular/common": "^20.3.3", | ||
"@angular/compiler": "^20.3.3", | ||
"@angular/core": "^20.3.3", | ||
"@angular/forms": "^20.3.3", | ||
"@angular/platform-browser": "^20.3.3", | ||
"@angular/router": "^20.3.3", | ||
"@tanstack/angular-query-experimental": "^5.90.2", | ||
"rxjs": "~7.8.2", | ||
"tslib": "^2.8.1", | ||
"zone.js": "~0.15.1" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🧩 Analysis chain
Angular 20 + TS/zone/rxjs compatibility check
Looks good. Please verify Angular 20.3.x supports Typescript 5.8 and zone.js 0.15.x to avoid peer warning noise.
Also applies to: 23-25
🌐 Web query:
Which TypeScript versions are officially supported by Angular 20.3.x, and what is the required zone.js version?
💡 Result:
- Supported TypeScript versions for Angular 20.3.x: ^20.19.0, ^22.12.0, ^24.0.0. [1]
- Required zone.js version: >=5.9.0 <6.0.0. [1]
Sources: Angular Version Compatibility table. [1]
Bump TypeScript and zone.js to Angular 20.3.x supported ranges
- In integrations/angular-cli-20/package.json (lines 11–20), update
"typescript"
to one of the supported versions (e.g.^22.12.0
or^24.0.0
). - Update
"zone.js"
to a version>=5.9.0 <6.0.0
to satisfy Angular 20.3.x peer requirements.
🤖 Prompt for AI Agents
In integrations/angular-cli-20/package.json around lines 11–20, update the
TypeScript and zone.js dependency entries to versions supported by Angular
20.3.x: add or replace the "typescript" entry with a supported range such as
"^22.12.0" or "^24.0.0", and update the "zone.js" entry to a version satisfying
>=5.9.0 <6.0.0 (e.g., "^5.9.0"); save the file and run npm/yarn install to
regenerate the lockfile.
d8a8586
to
d38f292
Compare
This PR contains the following updates:
5.2.1
->5.40.0
^20.0.0
->^20.3.3
^20.0.0
->^20.3.4
^20.0.0
->^20.3.4
^20.0.0
->^20.3.3
^20.0.0
->^20.3.3
^20.0.0
->^20.3.3
^20.0.0
->^20.3.3
^20.0.0
->^20.3.3
^20.0.0
->^20.3.3
^20.0.0
->^20.3.3
^0.15.3
->^0.18.2
^5.0.7
->^5.1.1
^8.1.3
->^8.2.8
^7.26.0
->^7.28.4
^7.24.9
->^7.28.4
^7.26.0
->^7.28.3
^7.25.9
->^7.27.1
^2.29.5
->^2.29.7
^2.0.1
->^2.0.6
^10.0.5
->^10.0.11
^0.4.4
->^0.5.1
^0.13.4
->^0.13.11
^1.2.2
->^1.5.2
^2.0.26
->^2.1.3
^1.1.3
->^1.2.0
^6.1.0
->^6.1.1
^2.42.2
->^2.46.2
^2.4.0
->^2.5.4
^4.1.13
->^4.1.14
^4.0.14
->^4.1.14
^5.76.0
->^5.90.2
^0.20.2
->^0.20.3
^18.0.0
->^18.1.0
^10.4.0
->^10.4.1
^6.8.0
->^6.9.1
^16.1.0
->^16.3.0
^2.0.0
->^2.0.1
^5.0.4
->^5.0.5
^8.44.1
->^8.46.0
^8.44.1
->^8.46.0
^8.44.1
->^8.46.0
^4.3.4
->^4.7.0
^5.2.1
->^5.2.4
^1.1.36
->^1.3.16
^6.6.3
->^6.6.4
^8.3.0
->^8.4.1
^7.0.0
->^7.1.0
^9.36.0
->^9.37.0
^50.5.0
->^50.8.0
^6.0.0-rc.2
->^6.1.1
^3.11.0
->^3.12.4
^1.2.1
->^1.2.2
^52.0.11
->^52.0.47
^17.0.3
->^17.1.7
^2.0.0
->^2.2.3
^2.1.16
->^2.1.18
^16.9.0
->^16.11.0
^7.1.2
->^7.2.0
^5.6.3
->^5.6.4
^6.2.1
->^6.2.2
^5.63.1
->^5.64.2
^2.6.6
->^2.11.3
^5.0.0
->^5.0.2
^3.12.4
->^3.19.3
21.5.3
->21.6.3
10.17.0
->10.18.1
^0.3.13
->^0.3.14
^2.5.2
->^2.6.0
^0.76.3
->^0.81.4
^2.20.2
->^2.28.0
^5.12.5
->^5.14.5
^3.16.2
->^3.19.2
^4.12.0
->^4.14.1
^4.1.0
->^4.16.0
^0.19.13
->^0.21.1
^6.25.1
->^6.30.1
^6.25.1
->^6.30.1
^8.0.0
->^8.4.0
~7.8.0
->~7.8.2
^1.9.7
->^1.9.9
^0.2.3
->^0.3.0
^5.39.3
->^5.39.10
^4.3.1
->^4.3.2
^4.1.13
->^4.1.14
^3.4.7
->^3.4.18
^4.0.14
->^4.1.14
^2.3.0
->^2.8.1
^0.5.3
->^0.5.8
4.2.3
->4.5.4
^0.9.0
->^0.10.0
^2.11.6
->^2.11.9
~0.15.0
->~0.15.1
0.15.0
->0.15.1
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
algolia/algoliasearch-client-javascript (@algolia/client-search)
v5.40.0
Compare Source
v5.39.0
Compare Source
v5.38.0
Compare Source
composition
&composition-full
(#5333) by @ClaraMullerv5.37.0
Compare Source
v5.36.0
Compare Source
Configuration
📅 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 becomes conflicted, 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.