Skip to content

build: use tsdown#511

Merged
sushichan044 merged 3 commits intomainfrom
build-with-tsdown
Jul 18, 2025
Merged

build: use tsdown#511
sushichan044 merged 3 commits intomainfrom
build-with-tsdown

Conversation

@sushichan044
Copy link
Copy Markdown
Contributor

  • bye rollup
  • faster build

build: fix publint issues
@sushichan044 sushichan044 requested a review from Copilot July 18, 2025 07:58
@sushichan044 sushichan044 self-assigned this Jul 18, 2025
@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented Jul 18, 2025

🦋 Changeset detected

Latest commit: f4f35dd

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 3 packages
Name Type
@virtual-live-lab/eslint-config Patch
@virtual-live-lab/prettier-config Patch
@virtual-live-lab/stylelint-config Patch

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

@github-actions github-actions Bot added eslint issues about eslint prettier Issues about prettier stylelint Issues about stylelint labels Jul 18, 2025
Signed-off-by: Kentaro Suzuki <71284054+sushichan044@users.noreply.github.com>
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

Comment thread packages/eslint-config/tsdown.config.ts
@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new Bot commented Jul 18, 2025

Open in StackBlitz

npm i https://pkg.pr.new/@virtual-live-lab/eslint-config@511
npm i https://pkg.pr.new/@virtual-live-lab/prettier-config@511
npm i https://pkg.pr.new/@virtual-live-lab/stylelint-config@511

commit: f4f35dd

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Jul 18, 2025

✅ Snapshot test success

See the details: workflow run

@sushichan044 sushichan044 merged commit 86e676f into main Jul 18, 2025
8 checks passed
@sushichan044 sushichan044 deleted the build-with-tsdown branch July 18, 2025 08:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

eslint issues about eslint prettier Issues about prettier stylelint Issues about stylelint

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants