Skip to content

ci(changesets): version packages (beta)#700

Merged
stijnvanhulle merged 2 commits into
mainfrom
changeset-release/main
Jul 15, 2026
Merged

ci(changesets): version packages (beta)#700
stijnvanhulle merged 2 commits into
mainfrom
changeset-release/main

Conversation

@github-actions

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.

⚠️⚠️⚠️⚠️⚠️⚠️

main is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, run changeset pre exit on main.

⚠️⚠️⚠️⚠️⚠️⚠️

Releases

@kubb/plugin-react-query@5.0.0-beta.100

Major Changes

  • #697 21e9408 Thanks @stijnvanhulle! - Skip suspense and infinite query files entirely when hooks is false, and default pluginReactQuery's suspense option to false.

    With hooks: false (the default), the suspense and infinite generators still resolved and wrote a file. They only skipped the use* hook body, so every query operation got a Suspense/Infinite-suffixed queryOptions/queryKey pair with no way to call the hook it was named for. The generators now check hooks before resolving a file at all, the same guard hookOptionsGenerator already used, so those files stop generating unless you opt into hooks.

    pluginReactQuery's suspense option now defaults to false instead of {}, matching infinite's existing off-by-default convention. Combined with the fix above, this also clears the suspense boilerplate for anyone who left suspense unset.

    Breaking change:

    • pluginReactQuery({ suspense: {} }) is required to opt back into suspense query generation; unset suspense no longer generates anything.
    • Any config with suspense, infinite, or both set while leaving hooks at its default (false) stops emitting <op>SuspenseQueryOptions, <op>SuspenseInfiniteQueryOptions, and <op>InfiniteQueryOptions (and their matching query key exports). Set hooks: true to keep generating them.

@kubb/plugin-vue-query@5.0.0-beta.100

Major Changes

  • #697 21e9408 Thanks @stijnvanhulle! - Skip suspense and infinite query files entirely when hooks is false, and default pluginReactQuery's suspense option to false.

    With hooks: false (the default), the suspense and infinite generators still resolved and wrote a file. They only skipped the use* hook body, so every query operation got a Suspense/Infinite-suffixed queryOptions/queryKey pair with no way to call the hook it was named for. The generators now check hooks before resolving a file at all, the same guard hookOptionsGenerator already used, so those files stop generating unless you opt into hooks.

    pluginReactQuery's suspense option now defaults to false instead of {}, matching infinite's existing off-by-default convention. Combined with the fix above, this also clears the suspense boilerplate for anyone who left suspense unset.

    Breaking change:

    • pluginReactQuery({ suspense: {} }) is required to opt back into suspense query generation; unset suspense no longer generates anything.
    • Any config with suspense, infinite, or both set while leaving hooks at its default (false) stops emitting <op>SuspenseQueryOptions, <op>SuspenseInfiniteQueryOptions, and <op>InfiniteQueryOptions (and their matching query key exports). Set hooks: true to keep generating them.

@kubb/plugin-cypress@5.0.0-beta.100

Patch Changes

  • #692 3d6f94b Thanks @stijnvanhulle! - Consume the Url path-template helper from kubb/kit instead of a locally duplicated copy in @internals/utils, now that kubb core exposes Url.toSafeTemplate and Url.toGroupedTemplateString alongside its existing toPath/toTemplateString/toObject. Requires kubb/@kubb/kit 5.0.0-beta.98 or later.

@kubb/plugin-msw@5.0.0-beta.100

Patch Changes

  • #692 3d6f94b Thanks @stijnvanhulle! - Consume the Url path-template helper from kubb/kit instead of a locally duplicated copy in @internals/utils, now that kubb core exposes Url.toSafeTemplate and Url.toGroupedTemplateString alongside its existing toPath/toTemplateString/toObject. Requires kubb/@kubb/kit 5.0.0-beta.98 or later.

tests-3.0.x@0.0.1-beta.41

Patch Changes

  • Updated dependencies [3d6f94b, 21e9408]:
    • @kubb/plugin-cypress@5.0.0-beta.100
    • @kubb/plugin-msw@5.0.0-beta.100
    • @kubb/plugin-react-query@5.0.0-beta.100
    • @kubb/plugin-vue-query@5.0.0-beta.100

e2e@0.0.1-beta.34

Patch Changes

  • Updated dependencies [3d6f94b, 21e9408]:
    • @kubb/plugin-cypress@5.0.0-beta.100
    • @kubb/plugin-msw@5.0.0-beta.100
    • @kubb/plugin-react-query@5.0.0-beta.100

@codesandbox

codesandbox Bot commented Jul 15, 2026

Copy link
Copy Markdown

Review or Edit in CodeSandbox

Open the branch in Web EditorVS CodeInsiders

Open Preview

@dosubot dosubot Bot added the size:M This PR changes 30-99 lines, ignoring generated files. label Jul 15, 2026
@stijnvanhulle stijnvanhulle merged commit 77c17cf into main Jul 15, 2026
4 of 5 checks passed
@stijnvanhulle stijnvanhulle deleted the changeset-release/main branch July 15, 2026 08:29
@github-actions

Copy link
Copy Markdown
Contributor Author

Size Change: 0 B

Total Size: 290 kB

ℹ️ View Unchanged
Filename Size
packages/plugin-axios/dist/index.cjs 14.1 kB
packages/plugin-axios/dist/index.js 13.6 kB
packages/plugin-axios/dist/rolldown-runtime-C0LytTxp.js 168 B
packages/plugin-cypress/dist/index.cjs 5.06 kB
packages/plugin-cypress/dist/index.js 4.99 kB
packages/plugin-cypress/dist/rolldown-runtime-C0LytTxp.js 168 B
packages/plugin-faker/dist/index.cjs 13.6 kB
packages/plugin-faker/dist/index.js 13.5 kB
packages/plugin-faker/dist/rolldown-runtime-C0LytTxp.js 168 B
packages/plugin-fetch/dist/index.cjs 14.1 kB
packages/plugin-fetch/dist/index.js 13.6 kB
packages/plugin-fetch/dist/rolldown-runtime-C0LytTxp.js 168 B
packages/plugin-mcp/dist/index.cjs 9.43 kB
packages/plugin-mcp/dist/index.js 8.95 kB
packages/plugin-mcp/dist/rolldown-runtime-C0LytTxp.js 168 B
packages/plugin-msw/dist/index.cjs 5.33 kB
packages/plugin-msw/dist/index.js 5.24 kB
packages/plugin-msw/dist/rolldown-runtime-C0LytTxp.js 168 B
packages/plugin-react-query/dist/index.cjs 17 kB
packages/plugin-react-query/dist/index.js 16.4 kB
packages/plugin-react-query/dist/rolldown-runtime-C0LytTxp.js 168 B
packages/plugin-redoc/dist/index.cjs 2.21 kB
packages/plugin-redoc/dist/index.js 1.75 kB
packages/plugin-redoc/dist/rolldown-runtime-C0LytTxp.js 168 B
packages/plugin-swr/dist/index.cjs 11.1 kB
packages/plugin-swr/dist/index.js 10.6 kB
packages/plugin-swr/dist/rolldown-runtime-C0LytTxp.js 168 B
packages/plugin-ts/dist/index.cjs 23.2 kB
packages/plugin-ts/dist/index.js 22.5 kB
packages/plugin-ts/dist/rolldown-runtime-CNktS9qV.js 291 B
packages/plugin-vue-query/dist/index.cjs 14 kB
packages/plugin-vue-query/dist/index.js 13.5 kB
packages/plugin-vue-query/dist/rolldown-runtime-C0LytTxp.js 168 B
packages/plugin-zod/dist/index.cjs 17.1 kB
packages/plugin-zod/dist/index.js 16.9 kB
packages/plugin-zod/dist/rolldown-runtime-C0LytTxp.js 168 B

compressed-size-action

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:M This PR changes 30-99 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant