Skip to content

chore(deps): update oxc to v0.113.0#8267

Merged
shulaoda merged 3 commits intomainfrom
renovate/oxc
Feb 11, 2026
Merged

chore(deps): update oxc to v0.113.0#8267
shulaoda merged 3 commits intomainfrom
renovate/oxc

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 10, 2026

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@oxc-project/runtime (source) =0.112.0=0.113.0 age adoption passing confidence pnpm.catalog.default minor
@oxc-project/types (source) =0.112.0=0.113.0 age adoption passing confidence pnpm.catalog.default minor
oxc (source) 0.112.00.113.0 age adoption passing confidence workspace.dependencies minor
oxc_allocator (source) 0.112.00.113.0 age adoption passing confidence workspace.dependencies minor
oxc_ecmascript (source) 0.112.00.113.0 age adoption passing confidence workspace.dependencies minor
oxc_minify_napi (source) 0.112.00.113.0 age adoption passing confidence workspace.dependencies minor
oxc_napi (source) 0.112.00.113.0 age adoption passing confidence workspace.dependencies minor
oxc_parser_napi (source) 0.112.00.113.0 age adoption passing confidence workspace.dependencies minor
oxc_transform_napi (source) 0.112.00.113.0 age adoption passing confidence workspace.dependencies minor
oxc_traverse (source) 0.112.00.113.0 age adoption passing confidence workspace.dependencies minor

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


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

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

@renovate renovate bot enabled auto-merge (squash) February 10, 2026 12:50
@socket-security
Copy link

socket-security bot commented Feb 10, 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.113.01001007296100
Updated@​oxc-project/​runtime@​0.112.0 ⏵ 0.113.01001007596 +1100

View full report

@socket-security
Copy link

socket-security bot commented Feb 10, 2026

All alerts resolved. Learn more about Socket for GitHub.

This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored.

View full report

@netlify
Copy link

netlify bot commented Feb 10, 2026

Deploy Preview for rolldown-rs canceled.

Name Link
🔨 Latest commit 88b6458
🔍 Latest deploy log https://app.netlify.com/projects/rolldown-rs/deploys/698c3e5e01ef3d0008a0b251

@shulaoda shulaoda self-assigned this Feb 11, 2026
VarKlass as VarKlass2,
FunctionDeclaration as FunctionDeclaration2,
VarFunction as VarFunction2,
VarKlass,
Copy link
Member

Choose a reason for hiding this comment

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

@github-actions
Copy link
Contributor

Benchmarks Rust

group                                                        pr                                     target
-----                                                        --                                     ------
bundle/bundle@multi-duplicated-top-level-symbol              1.00     67.0±0.98ms        ? ?/sec    1.06     70.7±1.84ms        ? ?/sec
bundle/bundle@multi-duplicated-top-level-symbol-sourcemap    1.00     73.5±1.27ms        ? ?/sec    1.02     75.3±1.80ms        ? ?/sec
bundle/bundle@rome_ts                                        1.00     98.1±1.56ms        ? ?/sec    1.01     99.4±2.34ms        ? ?/sec
bundle/bundle@rome_ts-sourcemap                              1.00    109.5±1.46ms        ? ?/sec    1.02    111.7±1.49ms        ? ?/sec
bundle/bundle@threejs                                        1.00     34.7±1.26ms        ? ?/sec    1.01     35.1±1.95ms        ? ?/sec
bundle/bundle@threejs-sourcemap                              1.00     39.1±0.53ms        ? ?/sec    1.00     39.2±0.41ms        ? ?/sec
bundle/bundle@threejs10x                                     1.00    358.3±2.60ms        ? ?/sec    1.00    359.8±4.84ms        ? ?/sec
bundle/bundle@threejs10x-sourcemap                           1.00    414.3±3.31ms        ? ?/sec    1.00    414.1±4.48ms        ? ?/sec
scan/scan@rome_ts                                            1.00     78.2±2.37ms        ? ?/sec    1.03     80.3±1.87ms        ? ?/sec
scan/scan@threejs                                            1.00     27.2±1.60ms        ? ?/sec    1.00     27.4±0.41ms        ? ?/sec
scan/scan@threejs10x                                         1.00    279.8±4.17ms        ? ?/sec    1.02    284.8±4.91ms        ? ?/sec

@shulaoda shulaoda removed the request for review from sapphi-red February 11, 2026 08:47
@shulaoda shulaoda merged commit fb40680 into main Feb 11, 2026
59 checks passed
@shulaoda shulaoda deleted the renovate/oxc branch February 11, 2026 09:29
@shulaoda
Copy link
Member

There doesn’t seem to be any actual issue here. If we decide to improve it later, we can open a follow-up PR. For now, this change is just a minor update.

@github-actions github-actions bot mentioned this pull request Feb 11, 2026
shulaoda added a commit that referenced this pull request Feb 11, 2026
## [1.0.0-rc.4] - 2026-02-11

💡 Granular `comments` Option
- New `output.comments` option provides fine-grained control over comment preservation
- The `output.legalComments` option is now deprecated and use `comments.legal` instead

### 🚀 Features

- rename error name to `RolldownError` from `RollupError` (#8262) by @sapphi-red
- add hidden `resolve_tsconfig` function for Vite (#8257) by @sapphi-red
- rust: introduce `rolldown_watcher` (#8161) by @hyf0
- unify `comments` and `legalComments` into a single granular `comments` option (#8229) by @IWANABETHATGUY
- add builtin plugin for visualizing chunk graph (#8162) by @IWANABETHATGUY
- show import declaration location in AssignToImport errors (#8222) by @Copilot
- show import declaration span in CannotCallNamespace error (#8223) by @Copilot
- emit error when plugin accidentally removes runtime module symbols (#8203) by @IWANABETHATGUY
- support tsconfig loading & inputMap for `transform` (#8180) by @sapphi-red
- rolldown_plugin_vite_reporter: update warning message to link to Rolldown docs (#8205) by @sapphi-red

### 🐛 Bug Fixes

- avoid panic on untranspiled JSX syntax by reporting a diagnostic error (#8226) by @IWANABETHATGUY
- rolldown_plugin_vite_import_glob: relax absolute path check and improve invalid glob warning (#8219) by @shulaoda
- merge chunks after detect circular reference (#8154) by @IWANABETHATGUY
- rust: detect runtime module side effects based on its content (#8209) by @hyf0

### 🚜 Refactor

- rename `other` to `jsdoc` in comments options (#8256) by @IWANABETHATGUY
- rename chunk-visualize plugin with bundle-analyzer plugin (#8255) by @IWANABETHATGUY
- remove EXPORT_UNDEFINED_VARIABLE error (#8228) by @Copilot
- consolidate missing runtime symbol errors into a single diagnostic (#8220) by @IWANABETHATGUY
- stabilize `parse` and `parseSync` (#8215) by @sapphi-red
- return errors instead of panicking on builtin plugin conversion failure (#8217) by @shulaoda
- expose `parse` / `minify` / `transform` from `rolldown/utils` (#8214) by @sapphi-red
- prepare defer chunk merging (#8153) by @IWANABETHATGUY

### 📚 Documentation

- remove `<script>` escape behavior difference note from `platform` option (#8253) by @sapphi-red
- TypeScript & JSX support by plugins (#8183) by @sapphi-red

### 🧪 Testing

- ensure runtime module is preserved even if it's not used but has side effects (#8213) by @hyf0

### ⚙️ Miscellaneous Tasks

- deps: update oxc to v0.113.0 (#8267) by @renovate[bot]
- deps: update dependency oxlint-tsgolint to v0.12.0 (#8272) by @renovate[bot]
- deps: update oxc apps (#8269) by @renovate[bot]
- deps: update test262 submodule for tests (#8261) by @sapphi-red
- deps: update crate-ci/typos action to v1.43.4 (#8260) by @renovate[bot]
- deps: update dependency esbuild to v0.27.3 (#8250) by @renovate[bot]
- deps: update rust crates (#8244) by @renovate[bot]
- deps: update dependency semver to v7.7.4 (#8247) by @renovate[bot]
- deps: update github-actions (#8243) by @renovate[bot]
- deps: update npm packages (#8245) by @renovate[bot]
- deps: update oxc resolver to v11.17.1 (#8240) by @renovate[bot]
- deps: update rust crate oxc_sourcemap to v6.0.2 (#8241) by @renovate[bot]
- rust: handle ignored `RUSTSEC-2025-0141` cargo check error (#8235) by @hyf0
- deps: update dependency oxlint-tsgolint to v0.11.5 (#8233) by @renovate[bot]
- deps: update dependency rolldown-plugin-dts to ^0.22.0 (#8232) by @renovate[bot]
- deps: update crate-ci/typos action to v1.43.3 (#8225) by @renovate[bot]
- deps: update dependency rolldown-plugin-dts to v0.21.9 (#8224) by @renovate[bot]
- deps: update crate-ci/typos action to v1.43.2 (#8212) by @renovate[bot]
- remove rolldown_plugin_vite_wasm_helper (#8207) by @shulaoda
- build docs for production (#8206) by @sapphi-red

Co-authored-by: shulaoda <165626830+shulaoda@users.noreply.github.com>
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