Skip to content

Migrate to rolldown and oxlint & update deps#1

Merged
repugraf merged 5 commits into
mainfrom
chore/migrate-rolldown-oxlint
May 20, 2026
Merged

Migrate to rolldown and oxlint & update deps#1
repugraf merged 5 commits into
mainfrom
chore/migrate-rolldown-oxlint

Conversation

@repugraf

@repugraf repugraf commented May 20, 2026

Copy link
Copy Markdown
Owner

Summary

Migrates the project's JS/TS tooling to faster Rust-based equivalents:

  • ESLint → oxlint for linting
  • Rollup → rolldown for bundling, with rolldown-plugin-dts replacing @rollup/plugin-typescript + rollup-plugin-dts
  • tsc is no longer part of the build pipeline — emit is fully owned by rolldown; tsconfig.json becomes type-check-only (noEmit: true)
  • Prettier is kept — no published oxc formatter on npm yet

Updates dependencies to latest versions & applies required updates

Motivation

oxlint and rolldown are largely drop-in replacements but are significantly faster (native Rust). This reduces local-dev and CI feedback time without changing the published artifact layout.

@repugraf repugraf self-assigned this May 20, 2026
@repugraf repugraf changed the title Migrate to rolldown and oxlint Migrate to rolldown and oxlint & Update deps May 20, 2026
@repugraf repugraf changed the title Migrate to rolldown and oxlint & Update deps Migrate to rolldown and oxlint & update deps May 20, 2026
@repugraf repugraf merged commit e442432 into main May 20, 2026
1 check passed
@repugraf repugraf deleted the chore/migrate-rolldown-oxlint branch May 20, 2026 17:31
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