upgrade-oxc

CRITICAL: Run each step sequentially ONE AT A TIME. Wait for each command to FULLY COMPLETE before proceeding to the next step. DO NOT run multiple commands in parallel - they have dependencies on each other.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "upgrade-oxc" with this command: npx skills add rolldown/rolldown/rolldown-rolldown-upgrade-oxc

Upgrade OXC

CRITICAL: Run each step sequentially ONE AT A TIME. Wait for each command to FULLY COMPLETE before proceeding to the next step. DO NOT run multiple commands in parallel - they have dependencies on each other.

Steps

  • git checkout main && git pull origin main

  • just setup

  • npm view @oxc-project/types version

  • note the version

  • Edit pnpm-workspace.yaml : update @oxc-project/runtime , @oxc-project/types , oxc-minify , oxc-parser , oxc-transform to the version from step 3 (use =x.y.z format)

  • cargo search oxc_allocator --limit 1

  • note the version

  • cargo search oxc_resolver --limit 1

  • note the version

  • Edit Cargo.toml : update oxc , oxc_allocator , oxc_ecmascript , oxc_minify_napi , oxc_parser_napi , oxc_transform_napi , oxc_traverse to version from step 5; update oxc_resolver , oxc_resolver_napi to version from step 6

  • cargo update oxc oxc_allocator oxc_ecmascript oxc_minify_napi oxc_parser_napi oxc_transform_napi oxc_traverse oxc_resolver oxc_resolver_napi oxc_sourcemap oxc_index

  • pnpm install

  • install updated npm packages

  • cargo check

  • if there are errors, fix all breaking changes before proceeding. Common breaking changes include renamed types, changed method signatures, or removed APIs. Study the error messages carefully and update the code accordingly.

  • just update-generated-code

  • just test-update

  • just ued

  • just roll

  • run the full build, lint, and test suite. Fix any remaining breaking changes or test failures before proceeding.

  • git status --short && git diff --stat

  • verify expected files changed

  • Summarize the upgrade by reporting: (a) the old and new versions, (b) number of files changed, (c) any breaking changes that were fixed, and (d) notable changes in the diff

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

tsdown

No summary provided by upstream source.

Repository SourceNeeds Review
General

image-gen

Generate AI images from text prompts. Triggers on: "生成图片", "画一张", "AI图", "generate image", "配图", "create picture", "draw", "visualize", "generate an image".

Archived SourceRecently Updated
General

explainer

Create explainer videos with narration and AI-generated visuals. Triggers on: "解说视频", "explainer video", "explain this as a video", "tutorial video", "introduce X (video)", "解释一下XX(视频形式)".

Archived SourceRecently Updated