Skip to content

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

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

ci(changesets): version packages (beta)#699
github-actions[bot] wants to merge 1 commit 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
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