Skip to content

fix: pin yuku-parser@0.6.5 for tsdown builds#15

Merged
SutuSebastian merged 1 commit into
mainfrom
fix/pin-yuku-parser
Jul 17, 2026
Merged

fix: pin yuku-parser@0.6.5 for tsdown builds#15
SutuSebastian merged 1 commit into
mainfrom
fix/pin-yuku-parser

Conversation

@SutuSebastian

@SutuSebastian SutuSebastian commented Jul 17, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Pin yuku-parser to 0.6.5 via root overrides so rolldown-plugin-dts (pulled in by tsdown) keeps a runtime walk export.
  • Unblocks CI on main after #14: Build / Typecheck / Test / Test (DOM) / Docs all failed with yuku-parser missing walk (broken in 0.6.6–0.6.8).

Test plan

  • bun install resolves nested rolldown-plugin-dtsyuku-parser@0.6.5
  • bun run build green locally
  • CI green on this PR

Summary by CodeRabbit

  • Chores
    • Updated a package version override to ensure consistent dependency resolution.

0.6.6+ dropped the runtime `walk` export that rolldown-plugin-dts imports, breaking every tsdown build on CI.
@coderabbitai

coderabbitai Bot commented Jul 17, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: bb4d9e03-5e5d-4671-8878-5d597b1bcbe6

📥 Commits

Reviewing files that changed from the base of the PR and between 013119a and 5c508c1.

⛔ Files ignored due to path filters (1)
  • bun.lock is excluded by !**/*.lock
📒 Files selected for processing (1)
  • package.json

📝 Walkthrough

Walkthrough

The package configuration adds an explicit yuku-parser version override of 0.6.5 while retaining the existing path-to-regexp override.

Changes

Dependency Override Update

Layer / File(s) Summary
Add yuku-parser override
package.json
The overrides object now pins yuku-parser to version 0.6.5.

Estimated code review effort: 1 (Trivial) | ~2 minutes

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately summarizes the main change: pinning yuku-parser to 0.6.5 for tsdown builds.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/pin-yuku-parser

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@changeset-bot

changeset-bot Bot commented Jul 17, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 5c508c1

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@SutuSebastian
SutuSebastian merged commit 40f767d into main Jul 17, 2026
15 checks passed
@SutuSebastian
SutuSebastian deleted the fix/pin-yuku-parser branch July 17, 2026 20:43
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