Align monorepo configuration with Kubb structure and migrate to tsdown#116
Closed
Align monorepo configuration with Kubb structure and migrate to tsdown#116
Conversation
Review or Edit in CodeSandboxOpen the branch in Web Editor • VS Code • Insiders |
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. |
Co-authored-by: stijnvanhulle <5904681+stijnvanhulle@users.noreply.github.com>
Co-authored-by: stijnvanhulle <5904681+stijnvanhulle@users.noreply.github.com>
Co-authored-by: stijnvanhulle <5904681+stijnvanhulle@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update template for monorepo support in Kubb repo
Align monorepo configuration with Kubb structure
Jan 8, 2026
Owner
|
@copilot Update readme to have more information about the template |
Co-authored-by: stijnvanhulle <5904681+stijnvanhulle@users.noreply.github.com>
Author
Updated the README with comprehensive documentation including:
Commit: de88f53 |
Owner
|
@copilot repalce tsup with tsdown like we have done for the Kubb repo |
Removed packageManager field from package.json.
Removed packageManager field and adjusted engines.
Removed logo and screenshot from the README.
Owner
Co-authored-by: stijnvanhulle <5904681+stijnvanhulle@users.noreply.github.com>
Author
Replaced tsup with tsdown across the entire monorepo:
All packages build successfully with tsdown and typecheck passes. Commit: 6d9e3e5 |
Copilot
AI
changed the title
Align monorepo configuration with Kubb structure
Align monorepo configuration with Kubb structure and migrate to tsdown
Jan 8, 2026
Copilot stopped work on behalf of
stijnvanhulle due to an error
January 8, 2026 12:27
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update template based on Kubb repo monorepo support changes
Summary
This PR successfully updates the template repository to align with the monorepo structure and configuration used in the Kubb repository (https://github.com/kubb-labs/kubb). All changes have been implemented, tested, and verified.
Completed Changes
pnpm-workspace.yamlto use the simplified format (remove comments, simplify glob patterns)turbo.jsonto use modern v2 configuration format (tasksinstead ofpipeline, add globalDependencies and globalEnv)package.jsonworkspace configuration to match Kubb's simplified approachKey Improvements
Build System Migration
packages/config/tsup-configtopackages/config/tsdown-configtsuptotsdowntsup.config.tsfiles totsdown.config.tswith tsdown configuration.mjs(ESM) and.cjs(CommonJS) extensions.d.mtsand.d.ctsTesting Results
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.