Skip to content

chore(deps): update oxc to v0.115.0#8430

Merged
shulaoda merged 2 commits intomainfrom
renovate/oxc
Feb 23, 2026
Merged

chore(deps): update oxc to v0.115.0#8430
shulaoda merged 2 commits intomainfrom
renovate/oxc

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 23, 2026

This PR contains the following updates:

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

Release Notes

oxc-project/oxc (oxc-parser)

v0.115.0

oxc-project/oxc (oxc-transform)

v0.115.0


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 23, 2026 14:17
@socket-security
Copy link

socket-security bot commented Feb 23, 2026

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

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updated@​oxc-project/​types@​0.114.0 ⏵ 0.115.01001007296 +1100
Updated@​oxc-project/​runtime@​0.114.0 ⏵ 0.115.0100 +11007596 +1100
Updatedoxc-minify@​0.114.0 ⏵ 0.115.098 +51009496 +2100
Updatedoxc-transform@​0.114.0 ⏵ 0.115.094 -41009696100
Updatedoxc-parser@​0.114.0 ⏵ 0.115.095 +110010096 +1100

View full report

@netlify
Copy link

netlify bot commented Feb 23, 2026

Deploy Preview for rolldown-rs canceled.

Name Link
🔨 Latest commit 88de45f
🔍 Latest deploy log https://app.netlify.com/projects/rolldown-rs/deploys/699c680cf3e18400080557da

@shulaoda shulaoda disabled auto-merge February 23, 2026 14:24
@shulaoda shulaoda self-assigned this Feb 23, 2026
@github-actions
Copy link
Contributor

github-actions bot commented Feb 23, 2026

Benchmarks Rust

group                                                        pr                                     target
-----                                                        --                                     ------
bundle/bundle@multi-duplicated-top-level-symbol              1.02     69.4±3.75ms        ? ?/sec    1.00     68.2±2.06ms        ? ?/sec
bundle/bundle@multi-duplicated-top-level-symbol-sourcemap    1.05     78.5±6.07ms        ? ?/sec    1.00     75.0±2.49ms        ? ?/sec
bundle/bundle@rome_ts                                        1.02    101.7±3.92ms        ? ?/sec    1.00     99.6±2.52ms        ? ?/sec
bundle/bundle@rome_ts-sourcemap                              1.01    113.2±3.68ms        ? ?/sec    1.00    112.4±2.65ms        ? ?/sec
bundle/bundle@threejs                                        1.01     36.5±2.14ms        ? ?/sec    1.00     36.1±2.09ms        ? ?/sec
bundle/bundle@threejs-sourcemap                              1.02     41.3±1.92ms        ? ?/sec    1.00     40.3±1.12ms        ? ?/sec
bundle/bundle@threejs10x                                     1.01    368.4±7.71ms        ? ?/sec    1.00    366.2±8.67ms        ? ?/sec
bundle/bundle@threejs10x-sourcemap                           1.00    424.8±9.00ms        ? ?/sec    1.00   425.7±10.59ms        ? ?/sec
scan/scan@rome_ts                                            1.00     78.3±2.67ms        ? ?/sec    1.00     78.1±2.07ms        ? ?/sec
scan/scan@threejs                                            1.00     27.4±0.70ms        ? ?/sec    1.01     27.8±0.90ms        ? ?/sec
scan/scan@threejs10x                                         1.00    280.6±6.96ms        ? ?/sec    1.01    282.7±7.11ms        ? ?/sec

@renovate
Copy link
Contributor Author

renovate bot commented Feb 23, 2026

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@shulaoda shulaoda merged commit 2c571c8 into main Feb 23, 2026
59 checks passed
@shulaoda shulaoda deleted the renovate/oxc branch February 23, 2026 14:55
shulaoda added a commit that referenced this pull request Feb 26, 2026
## [1.0.0-rc.6] - 2026-02-26

### 💥 BREAKING CHANGES

- css: remove `css_entry_filenames` , `css_chunk_filenames` and related code (#8402) by @hyf0
- css: drop builtin CSS bundling to explore alternative solutions (#8399) by @hyf0

### 🚀 Features

- rust/data-url: use hash as id for data url modules to prevent long string overhead (#8420) by @hyf0
- validate bundle stays within output dir (#8441) by @sapphi-red
- rust: support `PluginOrder::PinPost` (#8417) by @hyf0
- support `ModuleType:Copy` (#8407) by @hyf0
- expose `ESTree` types from `rolldown/utils` (#8400) by @sapphi-red

### 🐛 Bug Fixes

- incorrect sourcemap when postBanner/postFooter is used with shebang (#8459) by @Copilot
- resolver: disable node_path option to align ESM resolver behavior (#8472) by @sapphi-red
- parse `.js` within `"type": "commonjs"` as ESM for now (#8470) by @sapphi-red
- case-insensitive filename conflict detection for chunk deduplication (#8458) by @Copilot
- prevent inlining CJS exports that are mutated by importers (#8456) by @IWANABETHATGUY
- parse `.cjs` / `.cts` / `.js` within `"type": "commonjs"` as CommonJS (#8455) by @sapphi-red
- plugin/copy-module: correct hooks' priority (#8423) by @hyf0
- plugin/chunk-import-map: ensure `render_chunk_meta` run after users plugin (#8422) by @hyf0
- rust: correct hooks order of `DataUriPlugin` (#8418) by @hyf0
- `jsx.preserve` should also considering tsconfig json preserve (#8324) by @IWANABETHATGUY
- `deferred_scan_data.rs "Should have resolved id: NotFound"` error (#8379) by @sapphi-red
- cli: require value for `--dir`/`-d` and `--file`/`-o` (#8378) by @Copilot
- dev: avoid mutex deadlock caused by inconsistent lock order (#8370) by @sapphi-red

### 🚜 Refactor

- watch: rename TaskStart/TaskEnd to BundleStart/BundleEnd (#8463) by @hyf0
- rust: rename `rolldown_plugin_data_uri` to `rolldown_plugin_data_url` (#8421) by @hyf0
- bindingify-build-hook: extract helper for PluginContextImpl (#8438) by @ShroXd
- give source loading a proper name (#8436) by @IWANABETHATGUY
- ban holding DashMap refs across awaits (#8362) by @sapphi-red

### 📚 Documentation

- add glob pattern usage example to input option (#8469) by @IWANABETHATGUY
- remove `https://rolldown.rs` from links in reference docs (#8454) by @sapphi-red
- mention execution order issue in `output.codeSplitting` docs (#8452) by @sapphi-red
- clarify `output.comments` behavior a bit (#8451) by @sapphi-red
- replace npmjs package links with npmx.dev (#8439) by @Boshen
- reference: add `Exported from` for values / types exported from subpath exports (#8394) by @sapphi-red
- add JSDocs for APIs exposed from subpath exports (#8393) by @sapphi-red
- reference: generate reference pages for APIs exposed from subpath exports (#8392) by @sapphi-red
- avoid pipe character in codeSplitting example to fix broken rendering (#8391) by @IWANABETHATGUY

### ⚡ Performance

- avoid redundant PathBuf allocations in resolve paths (#8435) by @Brooooooklyn
- bump to `sugar_path@2` (#8432) by @hyf0
- use flag-based convergence detection in include_statements (#8412) by @Brooooooklyn

### 🧪 Testing

- execute `_test.mjs` even if `executeOutput` is false (#8398) by @sapphi-red
- add retry to tree-shake/module-side-effects-proxy4 as it is flaky (#8397) by @sapphi-red
- avoid `expect.assertions()` as it is not concurrent test friendly (#8383) by @sapphi-red
- disable `mockReset` option (#8382) by @sapphi-red
- fix flaky failure caused by concurrent resolveId calls (#8381) by @sapphi-red

### ⚙️ Miscellaneous Tasks

- deps: update dependency rollup to v4.59.0 [security] (#8471) by @renovate[bot]
- ai/design: add design doc about watch mode (#8453) by @hyf0
- deps: update oxc resolver to v11.19.0 (#8461) by @renovate[bot]
- ai: introduce progressive spec-driven development pattern (#8446) by @hyf0
- deprecate output.legalComments (#8450) by @sapphi-red
- deps: update dependency oxlint-tsgolint to v0.15.0 (#8448) by @renovate[bot]
- ai: make CLAUDE.md a symlink of AGENTS.md (#8445) by @hyf0
- deps: update rollup submodule for tests to v4.59.0 (#8433) by @sapphi-red
- deps: update test262 submodule for tests (#8434) by @sapphi-red
- deps: update oxc to v0.115.0 (#8430) by @renovate[bot]
- deps: update oxc apps (#8429) by @renovate[bot]
- deps: update npm packages (#8426) by @renovate[bot]
- deps: update rust crate owo-colors to v4.3.0 (#8428) by @renovate[bot]
- deps: update github-actions (#8424) by @renovate[bot]
- deps: update rust crates (#8425) by @renovate[bot]
- deps: update oxc resolver to v11.18.0 (#8406) by @renovate[bot]
- deps: update dependency oxlint-tsgolint to v0.14.2 (#8405) by @renovate[bot]
- ban `expect.assertions` in all fixture tests (#8395) by @sapphi-red
- deps: update oxc apps (#8389) by @renovate[bot]
- ban `expect.assertions` in fixture tests (#8387) by @sapphi-red
- enable lint for `_config.ts` files (#8386) by @sapphi-red
- deps: update dependency oxlint-tsgolint to v0.14.1 (#8385) by @renovate[bot]

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