Skip to content

ci#10289

Merged
TkDodo merged 5 commits into
mainfrom
feature/debug-ci
Mar 18, 2026
Merged

ci#10289
TkDodo merged 5 commits into
mainfrom
feature/debug-ci

Conversation

@TkDodo
Copy link
Copy Markdown
Collaborator

@TkDodo TkDodo commented Mar 18, 2026

Summary by CodeRabbit

  • Chores
    • Updated development tooling dependencies across multiple packages to enhance the development environment and build support.

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Mar 18, 2026

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 1186620c-7b63-4a01-8659-0147753ccfdc

📥 Commits

Reviewing files that changed from the base of the PR and between 0c2cb73 and 13be816.

⛔ Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
📒 Files selected for processing (6)
  • packages/preact-query-devtools/package.json
  • packages/preact-query-persist-client/package.json
  • packages/preact-query/package.json
  • packages/svelte-query-devtools/package.json
  • packages/svelte-query-persist-client/package.json
  • packages/svelte-query/package.json

📝 Walkthrough

Walkthrough

TypeScript 5.9.3 is added as a devDependency across six package.json files in the monorepo. The update affects packages for both Preact and Svelte query implementations, including their devtools and persist-client variants. No runtime code or public APIs are impacted.

Changes

Cohort / File(s) Summary
Preact Packages
packages/preact-query-devtools/package.json, packages/preact-query-persist-client/package.json, packages/preact-query/package.json
Added TypeScript 5.9.3 to devDependencies.
Svelte Packages
packages/svelte-query-devtools/package.json, packages/svelte-query-persist-client/package.json, packages/svelte-query/package.json
Added TypeScript 5.9.3 to devDependencies alongside svelte-check.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Poem

🐰 A TypeScript tale of versions true,
5.9.3 brings all things new,
Across the packages, far and wide,
Devtools and clients side by side,
Preact and Svelte, united in code,
Upon TypeScript's stable road!

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feature/debug-ci
📝 Coding Plan
  • Generate coding plan for human review comments

Comment @coderabbitai help to get the list of available commands and usage tips.

@nx-cloud
Copy link
Copy Markdown

nx-cloud Bot commented Mar 18, 2026

View your CI Pipeline Execution ↗ for commit 13be816

Command Status Duration Result
nx run-many --target=build --exclude=examples/*... ✅ Succeeded <1s View ↗
nx affected --targets=test:sherif,test:knip,tes... ✅ Succeeded 43s View ↗

☁️ Nx Cloud last updated this comment at 2026-03-18 13:40:02 UTC

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Mar 18, 2026

🚀 Changeset Version Preview

4 package(s) bumped directly, 12 bumped as dependents.

🟨 Minor bumps

Package Version Reason
@tanstack/preact-query 5.93.0 → 5.94.0 Changeset
@tanstack/query-core 5.90.20 → 5.91.0 Changeset
@tanstack/react-query 5.90.21 → 5.91.0 Changeset

🟩 Patch bumps

Package Version Reason
@tanstack/vue-query 5.92.9 → 5.92.10 Changeset
@tanstack/angular-query-experimental 5.90.25 → 5.90.26 Dependent
@tanstack/angular-query-persist-client 5.62.29 → 5.62.30 Dependent
@tanstack/preact-query-persist-client 5.92.0 → 5.92.1 Dependent
@tanstack/query-async-storage-persister 5.90.24 → 5.90.25 Dependent
@tanstack/query-broadcast-client-experimental 5.90.20 → 5.90.21 Dependent
@tanstack/query-persist-client-core 5.92.1 → 5.92.2 Dependent
@tanstack/query-sync-storage-persister 5.90.24 → 5.90.25 Dependent
@tanstack/react-query-persist-client 5.90.24 → 5.90.25 Dependent
@tanstack/solid-query 5.91.0 → 5.91.1 Dependent
@tanstack/solid-query-persist-client 5.90.25 → 5.90.26 Dependent
@tanstack/svelte-query 6.1.0 → 6.1.1 Dependent
@tanstack/svelte-query-persist-client 6.0.22 → 6.0.23 Dependent

@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new Bot commented Mar 18, 2026

More templates

@tanstack/angular-query-experimental

npm i https://pkg.pr.new/@tanstack/angular-query-experimental@10289

@tanstack/eslint-plugin-query

npm i https://pkg.pr.new/@tanstack/eslint-plugin-query@10289

@tanstack/preact-query

npm i https://pkg.pr.new/@tanstack/preact-query@10289

@tanstack/preact-query-devtools

npm i https://pkg.pr.new/@tanstack/preact-query-devtools@10289

@tanstack/preact-query-persist-client

npm i https://pkg.pr.new/@tanstack/preact-query-persist-client@10289

@tanstack/query-async-storage-persister

npm i https://pkg.pr.new/@tanstack/query-async-storage-persister@10289

@tanstack/query-broadcast-client-experimental

npm i https://pkg.pr.new/@tanstack/query-broadcast-client-experimental@10289

@tanstack/query-core

npm i https://pkg.pr.new/@tanstack/query-core@10289

@tanstack/query-devtools

npm i https://pkg.pr.new/@tanstack/query-devtools@10289

@tanstack/query-persist-client-core

npm i https://pkg.pr.new/@tanstack/query-persist-client-core@10289

@tanstack/query-sync-storage-persister

npm i https://pkg.pr.new/@tanstack/query-sync-storage-persister@10289

@tanstack/react-query

npm i https://pkg.pr.new/@tanstack/react-query@10289

@tanstack/react-query-devtools

npm i https://pkg.pr.new/@tanstack/react-query-devtools@10289

@tanstack/react-query-next-experimental

npm i https://pkg.pr.new/@tanstack/react-query-next-experimental@10289

@tanstack/react-query-persist-client

npm i https://pkg.pr.new/@tanstack/react-query-persist-client@10289

@tanstack/solid-query

npm i https://pkg.pr.new/@tanstack/solid-query@10289

@tanstack/solid-query-devtools

npm i https://pkg.pr.new/@tanstack/solid-query-devtools@10289

@tanstack/solid-query-persist-client

npm i https://pkg.pr.new/@tanstack/solid-query-persist-client@10289

@tanstack/svelte-query

npm i https://pkg.pr.new/@tanstack/svelte-query@10289

@tanstack/svelte-query-devtools

npm i https://pkg.pr.new/@tanstack/svelte-query-devtools@10289

@tanstack/svelte-query-persist-client

npm i https://pkg.pr.new/@tanstack/svelte-query-persist-client@10289

@tanstack/vue-query

npm i https://pkg.pr.new/@tanstack/vue-query@10289

@tanstack/vue-query-devtools

npm i https://pkg.pr.new/@tanstack/vue-query-devtools@10289

commit: 6f77d1d

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Mar 18, 2026

size-limit report 📦

Path Size
react full 11.96 KB (0%)
react minimal 8.98 KB (0%)

@TkDodo TkDodo marked this pull request as ready for review March 18, 2026 13:38
@TkDodo TkDodo merged commit 81689b6 into main Mar 18, 2026
6 of 7 checks passed
@TkDodo TkDodo deleted the feature/debug-ci branch March 18, 2026 13:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant