Skip to content

ci(changesets): version packages - #836

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

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

Conversation

@github-actions

@github-actions github-actions Bot commented Sep 3, 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.1

Patch Changes

  • #835 0e791e1 Thanks @julian99m! - Explicit types fields for each package.json exports entry, so that it works with tsconfig.json moduleResulotion: 'bundler'
  • Updated dependencies [0e791e1]:
    • @kubb/plugin-ts@5.0.1
    • @kubb/plugin-zod@5.1.3

@kubb/plugin-cypress@5.0.1

Patch Changes

  • #835 0e791e1 Thanks @julian99m! - Explicit types fields for each package.json exports entry, so that it works with tsconfig.json moduleResulotion: 'bundler'
  • Updated dependencies [0e791e1]:
    • @kubb/plugin-ts@5.0.1

@kubb/plugin-faker@5.0.3

Patch Changes

  • #835 0e791e1 Thanks @julian99m! - Explicit types fields for each package.json exports entry, so that it works with tsconfig.json moduleResulotion: 'bundler'
  • Updated dependencies [0e791e1]:
    • @kubb/plugin-ts@5.0.1

@kubb/plugin-fetch@5.2.1

Patch Changes

  • #835 0e791e1 Thanks @julian99m! - Explicit types fields for each package.json exports entry, so that it works with tsconfig.json moduleResulotion: 'bundler'
  • Updated dependencies [0e791e1]:
    • @kubb/plugin-ts@5.0.1
    • @kubb/plugin-zod@5.1.3

@kubb/plugin-mcp@5.0.1

Patch Changes

  • #835 0e791e1 Thanks @julian99m! - Explicit types fields for each package.json exports entry, so that it works with tsconfig.json moduleResulotion: 'bundler'
  • Updated dependencies [0e791e1]:
    • @kubb/plugin-ts@5.0.1
    • @kubb/plugin-zod@5.1.3

@kubb/plugin-msw@5.0.1

Patch Changes

  • #835 0e791e1 Thanks @julian99m! - Explicit types fields for each package.json exports entry, so that it works with tsconfig.json moduleResulotion: 'bundler'
  • Updated dependencies [0e791e1]:
    • @kubb/plugin-faker@5.0.3
    • @kubb/plugin-ts@5.0.1

@kubb/plugin-react-query@5.0.3

Patch Changes

  • #835 0e791e1 Thanks @julian99m! - Explicit types fields for each package.json exports entry, so that it works with tsconfig.json moduleResulotion: 'bundler'
  • Updated dependencies [0e791e1]:
    • @kubb/plugin-ts@5.0.1

@kubb/plugin-redoc@5.0.1

Patch Changes

  • #835 0e791e1 Thanks @julian99m! - Explicit types fields for each package.json exports entry, so that it works with tsconfig.json moduleResulotion: 'bundler'

@kubb/plugin-swr@5.0.2

Patch Changes

  • #835 0e791e1 Thanks @julian99m! - Explicit types fields for each package.json exports entry, so that it works with tsconfig.json moduleResulotion: 'bundler'
  • Updated dependencies [0e791e1]:
    • @kubb/plugin-ts@5.0.1

@kubb/plugin-ts@5.0.1

Patch Changes

  • #835 0e791e1 Thanks @julian99m! - Explicit types fields for each package.json exports entry, so that it works with tsconfig.json moduleResulotion: 'bundler'

@kubb/plugin-vue-query@5.0.2

Patch Changes

  • #835 0e791e1 Thanks @julian99m! - Explicit types fields for each package.json exports entry, so that it works with tsconfig.json moduleResulotion: 'bundler'
  • Updated dependencies [0e791e1]:
    • @kubb/plugin-ts@5.0.1

@kubb/plugin-zod@5.1.3

Patch Changes

  • #835 0e791e1 Thanks @julian99m! - Explicit types fields for each package.json exports entry, so that it works with tsconfig.json moduleResulotion: 'bundler'

@codesandbox

codesandbox Bot commented Sep 3, 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 3, 2026

Copy link
Copy Markdown

◈ PR Lens

🟢 +0 new · 🟠 ~12 changed · 🔴 -0 removed · 0 flows · 24 files · commit 0a0b9b2


Architecture

Architecture diagram for kubb-labs/plugins at 0a0b9b2

12 components touched across 7 lanes.

Open full size


Data flow

No data-flow sequence changed in this PR.


Drill down
Types & Validation — 2 components
🟡 CHANGED @⁠kubb/plugin-ts

Generates TypeScript types and AST structures. Bumped to v5.0.1 for exports types compatibility.

🟡 CHANGED @⁠kubb/plugin-zod

Generates Zod validation schemas. Bumped to v5.1.3 for exports types compatibility.

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

Generates native Fetch client calls. Bumped to v5.2.1 for exports types compatibility.

🟡 CHANGED @⁠kubb/plugin-axios

Generates Axios HTTP clients. Bumped to v5.2.1 for exports types compatibility.

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

Generates React Query hooks and options. Bumped to v5.0.3 for exports types compatibility.

🟡 CHANGED @⁠kubb/plugin-vue-query

Generates Vue Query composables. Bumped to v5.0.2 for exports types compatibility.

🟡 CHANGED @⁠kubb/plugin-swr

Generates SWR data-fetching hooks. Bumped to v5.0.2 for exports types compatibility.

Testing & Mocking — 3 components
🟡 CHANGED @⁠kubb/plugin-faker

Generates Faker mock factories. Bumped to v5.0.3 for exports types compatibility.

🟡 CHANGED @⁠kubb/plugin-msw

Generates MSW mock request handlers. Bumped to v5.0.1 for exports types compatibility.

🟡 CHANGED @⁠kubb/plugin-cypress

Generates Cypress command helpers. Bumped to v5.0.1 for exports types compatibility.

Integrations & Docs — 2 components
🟡 CHANGED @⁠kubb/plugin-mcp

Generates MCP tool definitions. Bumped to v5.0.1 for exports types compatibility.

🟡 CHANGED @⁠kubb/plugin-redoc

Generates ReDoc documentation bundles. Bumped to v5.0.1 for exports types compatibility.


View

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

Tip

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.

🪧 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.
  • 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.
  • PR Lens is free for open source. A star on the repository is what keeps it going.
  • 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 29a354f into main Sep 3, 2026
1 check passed
@stijnvanhulle
stijnvanhulle deleted the changeset-release/main branch September 3, 2026 13:16
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