Skip to content

ci(changesets): version packages - #829

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

ci(changesets): version packages#829
stijnvanhulle merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented Sep 2, 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

@kubb/plugin-axios@5.2.0

Minor Changes

  • #820 15b789f Thanks @stijnvanhulle! - Generated calls now return a promise with an extra unwrap() method. Calling it gives you the bare
    success body, or rejects with error when the call was made with throwOnError: false.

    const { data, error } = await getPetById({ path: { petId: 1 } })
    const pet = await getPetById({ path: { petId: 1 } }).unwrap()

    Awaiting the call directly still gives the full result, so nothing existing changes.

    plugin-react-query, plugin-vue-query, and plugin-swr now build their generated query and
    mutation bodies on top of unwrap() too, instead of destructuring the result by hand.

@kubb/plugin-fetch@5.2.0

Minor Changes

  • #820 15b789f Thanks @stijnvanhulle! - Generated calls now return a promise with an extra unwrap() method. Calling it gives you the bare
    success body, or rejects with error when the call was made with throwOnError: false.

    const { data, error } = await getPetById({ path: { petId: 1 } })
    const pet = await getPetById({ path: { petId: 1 } }).unwrap()

    Awaiting the call directly still gives the full result, so nothing existing changes.

    plugin-react-query, plugin-vue-query, and plugin-swr now build their generated query and
    mutation bodies on top of unwrap() too, instead of destructuring the result by hand.

@kubb/plugin-react-query@5.0.2

Patch Changes

  • #820 15b789f Thanks @stijnvanhulle! - Generated calls now return a promise with an extra unwrap() method. Calling it gives you the bare
    success body, or rejects with error when the call was made with throwOnError: false.

    const { data, error } = await getPetById({ path: { petId: 1 } })
    const pet = await getPetById({ path: { petId: 1 } }).unwrap()

    Awaiting the call directly still gives the full result, so nothing existing changes.

    plugin-react-query, plugin-vue-query, and plugin-swr now build their generated query and
    mutation bodies on top of unwrap() too, instead of destructuring the result by hand.

@kubb/plugin-swr@5.0.1

Patch Changes

  • #820 15b789f Thanks @stijnvanhulle! - Generated calls now return a promise with an extra unwrap() method. Calling it gives you the bare
    success body, or rejects with error when the call was made with throwOnError: false.

    const { data, error } = await getPetById({ path: { petId: 1 } })
    const pet = await getPetById({ path: { petId: 1 } }).unwrap()

    Awaiting the call directly still gives the full result, so nothing existing changes.

    plugin-react-query, plugin-vue-query, and plugin-swr now build their generated query and
    mutation bodies on top of unwrap() too, instead of destructuring the result by hand.

@kubb/plugin-vue-query@5.0.1

Patch Changes

  • #820 15b789f Thanks @stijnvanhulle! - Generated calls now return a promise with an extra unwrap() method. Calling it gives you the bare
    success body, or rejects with error when the call was made with throwOnError: false.

    const { data, error } = await getPetById({ path: { petId: 1 } })
    const pet = await getPetById({ path: { petId: 1 } }).unwrap()

    Awaiting the call directly still gives the full result, so nothing existing changes.

    plugin-react-query, plugin-vue-query, and plugin-swr now build their generated query and
    mutation bodies on top of unwrap() too, instead of destructuring the result by hand.

@codesandbox

codesandbox Bot commented Sep 2, 2026

Copy link
Copy Markdown

Review or Edit in CodeSandbox

Open the branch in Web EditorVS CodeInsiders

Open Preview

@coldtea-pr-lens

coldtea-pr-lens Bot commented Sep 2, 2026

Copy link
Copy Markdown

◈ PR Lens

🟢 +0 new · 🟠 ~5 changed · 🔴 -0 removed · 0 flows · 10 files · commit 5dec151


Architecture

Architecture diagram for kubb-labs/plugins at 5dec151

5 components touched across 5 lanes.

Open full size


Data flow

No data-flow sequence changed in this PR.


Drill down
HTTP Clients — 2 components
🟡 CHANGED @⁠kubb/plugin-fetch

HTTP client generator package bumped to v5.2.0, publishing unwrap() method support.

🟡 CHANGED @⁠kubb/plugin-axios

Axios client generator package bumped to v5.2.0, publishing unwrap() method support.

Data Fetching Hooks — 3 components
🟡 CHANGED @⁠kubb/plugin-react-query

React Query hooks generator bumped to v5.0.2 to consume client unwrap() method.

🟡 CHANGED @⁠kubb/plugin-vue-query

Vue Query composables generator bumped to v5.0.1 to consume client unwrap() method.

🟡 CHANGED @⁠kubb/plugin-swr

SWR hooks generator bumped to v5.0.1 to consume client unwrap() method.


View

  • Architecture lens
  • Data flow lens
  • Expand every detail
  • Show unchanged neighbours

Tip

PR Lens is free for open source. A star on the repository is what keeps it going.

🪧 More tips
  • Run PR Lens on your own machine: npx skills add coldteadotai/pr-lens installs the agent skill. Then tell your coding agent: "Diagram the change you just made with PR Lens and attach it to the pull request."
  • Draw a diff before it is even a pull request: npx @coldtea/pr-lens-cli analyze --base origin/main reads the diff with your own model key, and npx @coldtea/pr-lens-cli render .pr-lens/graph.json draws the same lenses on your machine.
  • The boxes under View are live. Tick Architecture lens or Data flow lens to choose which diagrams appear, or Expand every detail to open every drill-down at once. The comment redraws in place a few seconds later.
  • Show unchanged neighbours lists the components this change did not touch alongside the ones it did, so the drill-down shows what the changed code sits next to.
  • GitHub will not let you zoom an image in a comment. The link under each diagram opens it full size on a page of its own, where you can.
  • The CLI's render picks up .github/pr-lens.yml automatically and applies your corrections (renames, exclusions, lane pins) at draw time.
  • Would you rather run it from CI on a key of your own? Add .github/workflows/pr-lens.yml with coldteadotai/pr-lens/packages/action@v0 and a model key in your repository secrets, say GEMINI_API_KEY. The Action asks Gemini by default, or OpenAI and any endpoint speaking /chat/completions through its provider input.
  • Push a new commit and the whole comment re-renders for the new head. An older run never overwrites a newer one, so a slow render cannot put a stale diagram back.
  • The diagrams follow your GitHub theme, so dark mode gets the dark render and light mode the light one, and the moving dots show this pull request's data in motion.

◈ Rendered by PR Lens · crafted with ❤️ by the Coldtea team · Something drawn wrong?

@stijnvanhulle
stijnvanhulle merged commit 69ebbb5 into main Sep 2, 2026
1 check passed
@stijnvanhulle
stijnvanhulle deleted the changeset-release/main branch September 2, 2026 19:22
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