Skip to content

ci: Version Packages - #506

Merged
tannerlinsley merged 1 commit into
mainfrom
changeset-release/main
Sep 1, 2026
Merged

ci: Version Packages#506
tannerlinsley merged 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

@tanstack/cli@0.71.0

Minor Changes

  • Add Gold partner deployment targets for Render and Vercel to React and Solid (#507)
    scaffolds. Render generates package-manager-aware Blueprint commands, while
    Vercel generates explicit framework detection and Nitro Build Output API
    support.

Patch Changes

@tanstack/create@0.70.0

Minor Changes

  • Add Gold partner deployment targets for Render and Vercel to React and Solid (#507)
    scaffolds. Render generates package-manager-aware Blueprint commands, while
    Vercel generates explicit framework detection and Nitro Build Output API
    support.

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.

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

@github-actions
github-actions Bot force-pushed the changeset-release/main branch from 5c89aa2 to 4b9093c Compare August 30, 2026 19:35
@github-actions
github-actions Bot force-pushed the changeset-release/main branch from 4b9093c to 77da8a8 Compare September 1, 2026 01:02
@tannerlinsley
tannerlinsley merged commit 4f7744c into main Sep 1, 2026
2 checks passed
@tannerlinsley
tannerlinsley deleted the changeset-release/main branch September 1, 2026 01:05
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.

1 participant