Skip to content

ci: Version Packages - #506

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
changeset-release/main
Open

ci: Version Packages#506
github-actions[bot] wants to merge 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented Aug 30, 2026

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

create-start-app@0.59.43

Patch Changes

create-tanstack@0.54.43

Patch Changes

create-tanstack-app@0.54.43

Patch Changes

create-tsrouter-app@0.54.43

Patch Changes

@tanstack/create-start@0.59.43

Patch Changes

@tanstack/cli@0.70.3

Patch Changes

@tanstack/create@0.69.3

Patch Changes

  • Wire TanStack Intent up in on-demand discovery mode instead of writing the full (#497)
    skill-to-task mapping table into AGENTS.md. Generated projects previously got
    an install --map block listing every skill for every installed package — 99
    lines in a default app, growing with each add-on — which every agent re-read on
    every invocation. Plain install emits a 10-line pointer telling the agent to
    run intent list and intent load <package>#<skill> when a task actually calls
    for one. The "next steps" output now shows those two commands, rendered for the
    project's package manager.

  • Drop unused React Query imports from the generated React router.tsx. The (#498)
    tanstack-query branch imported ReactNode, QueryClient and the
    TanstackQueryProvider default export whenever the add-on was enabled, but
    ReactNode and TanstackQueryProvider are only referenced inside the tRPC
    Wrap block and QueryClient was never referenced at all. Generated projects
    set noUnusedLocals: true, so a fresh scaffold shipped code that violates its
    own tsconfig. The two tRPC-only imports are now gated behind
    addOnEnabled.tRPC and the QueryClient import is removed.

  • Drop two dead imports from the generated tRPC integration. api.trpc.$.tsx (#498)
    imported createServerFileRoute from @tanstack/react-start/server, but the
    route was already migrated to createFileRoute(...)({ server: { handlers } })
    and that symbol is no longer exported, so the leftover import was both unused
    and unresolvable. The tRPC branch of root-provider.tsx imported
    QueryClientProvider, which it never renders —
    setupRouterSsrQueryIntegration supplies the query client. Generated projects
    set noUnusedLocals: true, so both showed up as errors in a fresh scaffold.

@github-actions
github-actions Bot force-pushed the changeset-release/main branch from 5c89aa2 to 4b9093c Compare August 30, 2026 19:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants