build: use tsdown#511
Merged
sushichan044 merged 3 commits intomainfrom Jul 18, 2025
Merged
Conversation
Contributor
sushichan044
commented
Jul 18, 2025
- bye rollup
- faster build
build: fix publint issues
🦋 Changeset detectedLatest commit: f4f35dd The changes in this PR will be included in the next version bump. This PR includes changesets to release 3 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Signed-off-by: Kentaro Suzuki <71284054+sushichan044@users.noreply.github.com>
There was a problem hiding this comment.
Pull Request Overview
This PR migrates the build system from Rollup/unbuild to tsdown for faster build performance across multiple packages in the monorepo.
- Replaces unbuild with tsdown as the build tool
- Updates package.json exports to use .js extensions instead of .mjs
- Adds build quality tools (publint, unplugin-unused) to the workspace
Reviewed Changes
Copilot reviewed 10 out of 11 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| pnpm-workspace.yaml | Updates workspace catalog with tsdown and build quality tools |
| packages/stylelint-config/tsdown.config.ts | Adds tsdown configuration for stylelint-config package |
| packages/stylelint-config/package.json | Updates build script and file extensions for tsdown |
| packages/stylelint-config/build.config.ts | Removes old unbuild configuration |
| packages/prettier-config/tsdown.config.ts | Adds tsdown configuration for prettier-config package |
| packages/prettier-config/package.json | Updates build script and file extensions for tsdown |
| packages/prettier-config/build.config.ts | Removes old unbuild configuration |
| packages/eslint-config/tsdown.config.ts | Adds tsdown configuration for eslint-config package |
| packages/eslint-config/package.json | Updates build script, file extensions, and repository URL |
| packages/eslint-config/build.config.ts | Removes old unbuild configuration |
Files not reviewed (1)
- pnpm-lock.yaml: Language not supported
commit: |
Contributor
✅ Snapshot test successSee the details: workflow run |
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.