Skip to content

fix(deps): update rolldown-related dependencies#66

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/rolldown-related-dependencies
Open

fix(deps): update rolldown-related dependencies#66
renovate[bot] wants to merge 1 commit intomainfrom
renovate/rolldown-related-dependencies

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 11, 2026

This PR contains the following updates:

Package Change Age Confidence
@oxc-project/types (source) ^0.126.0^0.129.0 age confidence
oxc-parser (source) ^0.126.0^0.129.0 age confidence
rolldown (source) ^1.0.0-rc.16^1.0.0 age confidence
rolldown (source) 1.0.0-rc.161.0.0 age confidence
tsdown (source) ^0.21.9^0.22.0 age confidence
vite (source) ^8.0.9^8.0.11 age confidence

Release Notes

oxc-project/oxc (oxc-parser)

v0.129.0

🐛 Bug Fixes
  • 429deac napi/parser: Export visitorKeys from wasm entrypoint (#​21996) (NullVoxPopuli)

v0.128.0

💥 BREAKING CHANGES
  • 502e804 ast: [BREAKING] Reduce size of TSTypePredicateName (#​21711) (overlookmotel)
  • 5651539 ast: [BREAKING] Reduce size of JSXExpression (#​21710) (overlookmotel)
  • c44e280 ast: [BREAKING] Reduce size of ArrayExpressionElement (#​21709) (overlookmotel)
⚡ Performance
  • 9fa362e napi/parser: Do not generate tokens except in tests (#​21811) (overlookmotel)
🛡️ Security

v0.127.0

🐛 Bug Fixes
  • 00fc136 codegen: Preserve coverage comments before object properties (#​21312) (bab)
rolldown/rolldown (rolldown)

v1.0.0

Compare Source

🐛 Bug Fixes
🚜 Refactor
📚 Documentation
⚡ Performance
⚙️ Miscellaneous Tasks

v1.0.0-rc.18

Compare Source

💥 BREAKING CHANGES
🐛 Bug Fixes
🚜 Refactor
📚 Documentation
⚙️ Miscellaneous Tasks
❤️ New Contributors

v1.0.0-rc.17

Compare Source

🐛 Bug Fixes
🚜 Refactor
📚 Documentation
⚡ Performance
  • rolldown_plugin_vite_import_glob: skip self-import earlier using raw path comparison (#​9193) by @​shulaoda
🧪 Testing
⚙️ Miscellaneous Tasks
❤️ New Contributors
rolldown/tsdown (tsdown)

v0.22.0

Compare Source

   🚨 Breaking Changes
  • Drop Node.js < 22.18.0 support, make unrun optional, add tsx config loader  -  by @​sxzz (a1042)
  • dts: Auto-enable dts when tsconfig declaration is true  -  by @​sxzz in #​872 (085f0)
  • publint: Use pkg from publint results, require publint v0.3.8+  -  by @​sxzz (413bb)
   🚀 Features
   🐞 Bug Fixes

🔄 Migration Guide

Node.js version

Upgrade to Node.js 22.18.0 or later. Bun and Deno remain supported (experimental).

unrun is no longer bundled

If your environment relies on the unrun config loader (i.e. you're on a Node version without native TypeScript support and use the default auto loader), install it manually:

npm i -D unrun

# or, alternatively, the new tsx loader:
npm i -D tsx

If you use Node.js 22.18.0+ with native TypeScript support, no change is needed — the auto loader will pick native.

dts auto-enabled from tsconfig

If your tsconfig.json has compilerOptions.declaration: true but you do not want tsdown to emit .d.ts files, opt out explicitly:

// tsdown.config.ts
export default defineConfig({
  dts: false,
})
exports.bin auto-detection

Any entry chunk containing a shebang (e.g. #!/usr/bin/env node) now causes tsdown to write a bin field in package.json automatically. The semantics differ slightly from explicit bin: true:

Value Single shebang Multiple shebangs No shebangs
(unset) Auto-set bin Warn, skip Silent
true Auto-set bin Throw Warn
false No bin No bin No bin

To opt out entirely:

export default defineConfig({
  exports: { bin: false },
})
Links

v0.21.10

Compare Source

   🚀 Features
    View changes on GitHub
vitejs/vite (vite)

v8.0.11

Compare Source

Features
Bug Fixes
Documentation
Miscellaneous Chores
Code Refactoring
Tests

v8.0.10

Compare Source

Features
Bug Fixes
  • hmrClient.logger.debug and hmrClient.logger.error looked different from other HMR logs (#​22147) (a4d828f)
  • css: show filename in CSS minification warnings for .css?inline (#​22292) (83f0a78)
  • optimizer: allow user transform.target to override default in optimizeDeps (#​22273) (5c7cec6)
  • remove format sniffing module resolution from JS resolver (#​22297) (b8a21cc)
Code Refactoring

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, only on Monday (* 0-3 * * 1)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@socket-security
Copy link
Copy Markdown

socket-security Bot commented May 11, 2026

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Added@​oxc-project/​types@​0.129.01001007296100
Addedrolldown@​1.0.0951007899100
Updatedvite@​8.0.9 ⏵ 8.0.119910082 +198100
Updatedtsdown@​0.21.9 ⏵ 0.22.098 +110088 +196 +1100
Updatedoxc-parser@​0.126.0 ⏵ 0.129.095100100 +196 +1100

View full report

@renovate renovate Bot force-pushed the renovate/rolldown-related-dependencies branch from 0da7599 to 5db3f64 Compare May 11, 2026 03:18
@renovate renovate Bot force-pushed the renovate/rolldown-related-dependencies branch from 5db3f64 to f9e7a13 Compare May 11, 2026 03:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants