Skip to content

Comments

feat(rolldown): oxc v0.97.0#6940

Merged
graphite-app[bot] merged 1 commit intomainfrom
11-11-feat_rolldown_oxc_v0.97.0
Nov 12, 2025
Merged

feat(rolldown): oxc v0.97.0#6940
graphite-app[bot] merged 1 commit intomainfrom
11-11-feat_rolldown_oxc_v0.97.0

Conversation

@Boshen
Copy link
Member

@Boshen Boshen commented Nov 11, 2025

The 3 changed files are waiting for upstream:

Handing the rest of the API changes to @sapphi-red

error[E0063]: missing field `treeshake` in initializer of `oxc_minify_napi::CompressOptions`
  --> crates/rolldown_binding/src/utils/minify_options_conversion.rs:22:3
   |
22 |   oxc_minify_napi::CompressOptions {
   |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `treeshake`

@graphite-app
Copy link
Contributor

graphite-app bot commented Nov 11, 2025

How to use the Graphite Merge Queue

Add the label graphite: merge to this PR to add it to the merge queue.

You must have a Graphite account in order to use the merge queue. Sign up using this link.

An organization admin has enabled the Graphite Merge Queue in this repository.

Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue.

@netlify
Copy link

netlify bot commented Nov 11, 2025

Deploy Preview for rolldown-rs ready!

Name Link
🔨 Latest commit 330d127
🔍 Latest deploy log https://app.netlify.com/projects/rolldown-rs/deploys/691415327e3e38000833c054
😎 Deploy Preview https://deploy-preview-6940--rolldown-rs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@github-actions
Copy link
Contributor

github-actions bot commented Nov 11, 2025

Benchmarks Rust

group                                                        pr                                     target
-----                                                        --                                     ------
bundle/bundle@multi-duplicated-top-level-symbol              1.00     66.4±1.49ms        ? ?/sec    1.01     66.9±1.58ms        ? ?/sec
bundle/bundle@multi-duplicated-top-level-symbol-sourcemap    1.00     73.5±1.55ms        ? ?/sec    1.00     73.6±1.68ms        ? ?/sec
bundle/bundle@rome_ts                                        1.00    105.7±1.62ms        ? ?/sec    1.01    106.6±1.36ms        ? ?/sec
bundle/bundle@rome_ts-sourcemap                              1.00    120.2±1.37ms        ? ?/sec    1.01    122.0±4.70ms        ? ?/sec
bundle/bundle@threejs                                        1.00     39.7±1.58ms        ? ?/sec    1.03     40.7±2.50ms        ? ?/sec
bundle/bundle@threejs-sourcemap                              1.00     43.6±0.51ms        ? ?/sec    1.02     44.5±0.61ms        ? ?/sec
bundle/bundle@threejs10x                                     1.00    397.1±6.92ms        ? ?/sec    1.00    397.7±5.28ms        ? ?/sec
bundle/bundle@threejs10x-sourcemap                           1.00   465.7±17.38ms        ? ?/sec    1.00    467.7±4.19ms        ? ?/sec
scan/scan@rome_ts                                            1.00     81.0±1.73ms        ? ?/sec    1.00     81.3±1.87ms        ? ?/sec
scan/scan@threejs                                            1.01     28.2±1.79ms        ? ?/sec    1.00     28.0±0.34ms        ? ?/sec
scan/scan@threejs10x                                         1.00    284.1±3.32ms        ? ?/sec    1.01    286.2±3.79ms        ? ?/sec

@Boshen Boshen removed their assignment Nov 11, 2025
@sapphi-red sapphi-red force-pushed the 11-11-feat_rolldown_oxc_v0.97.0 branch from a432e1b to 5b3f114 Compare November 12, 2025 04:30
Copy link
Member


How to use the Graphite Merge Queue

Add the label graphite: merge to this PR to add it to the merge queue.

You must have a Graphite account in order to use the merge queue. Sign up using this link.

An organization admin has enabled the Graphite Merge Queue in this repository.

Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue.

This stack of pull requests is managed by Graphite. Learn more about stacking.

@sapphi-red sapphi-red force-pushed the 11-11-feat_rolldown_oxc_v0.97.0 branch from 5b3f114 to d81a0ae Compare November 12, 2025 04:36
@sapphi-red sapphi-red marked this pull request as ready for review November 12, 2025 04:43
@sapphi-red sapphi-red force-pushed the 11-11-feat_rolldown_oxc_v0.97.0 branch from d81a0ae to 1b06b68 Compare November 12, 2025 04:47
@graphite-app
Copy link
Contributor

graphite-app bot commented Nov 12, 2025

Merge activity

The 3 changed files are waiting for upstream:

* evanw/esbuild#4323

Handing the rest of the API changes to @sapphi-red

```
error[E0063]: missing field `treeshake` in initializer of `oxc_minify_napi::CompressOptions`
  --> crates/rolldown_binding/src/utils/minify_options_conversion.rs:22:3
   |
22 |   oxc_minify_napi::CompressOptions {
   |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `treeshake`
```
@graphite-app graphite-app bot force-pushed the 11-11-feat_rolldown_oxc_v0.97.0 branch from 1b06b68 to 330d127 Compare November 12, 2025 05:03
@graphite-app graphite-app bot merged commit 330d127 into main Nov 12, 2025
29 checks passed
@graphite-app graphite-app bot deleted the 11-11-feat_rolldown_oxc_v0.97.0 branch November 12, 2025 05:16
shulaoda pushed a commit that referenced this pull request Nov 12, 2025
## [1.0.0-beta.50] - 2025-11-12

### 🚀 Features

- rolldown: oxc_resolver v11.13.2 (#6956) by @Boshen
- rolldown: oxc v0.97.0 (#6940) by @Boshen

### 🐛 Bug Fixes

- handle error when creating output chunk directories (#6953) by @sapphi-red
- throw error if `experimental.hmr` is set for APIs other than `dev` (#6860) by @Copilot
- apply output.paths transformation to chunk.imports and generated code (#6923) by @Copilot

### 🚜 Refactor

- use `anyhow::Context::context` where applicable (#6952) by @sapphi-red
- dev: use actor design pattern and allow to recover from intial build error (#6936) by @hyf0

### 📚 Documentation

- add sitemap (#6929) by @mdong1909

### 🧪 Testing

- validate publishConfig.exports matches exports field (#6950) by @Copilot
- re-enable output/paths/function test (#6934) by @Copilot

### ⚙️ Miscellaneous Tasks

- rename `rolldown_watcher` to `rolldown_fs_watcher` (#6958) by @hyf0
- enable trust policy (#6948) by @iiio2
- deps: update napi (#6951) by @renovate[bot]
- deps: update dependency rolldown-plugin-dts to v0.17.6 (#6947) by @renovate[bot]
- deps: update npm packages (#6937) by @renovate[bot]
- deps: update dependency tsdown to v0.16.2 (#6933) by @renovate[bot]

### ❤️ New Contributors

* @mdong1909 made their first contribution in [#6929](#6929)

Co-authored-by: sapphi-red <[email protected]>
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.

2 participants