Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jul 13, 2025

This PR contains the following updates:

Package Type Update Change
CodSpeedHQ/action action minor v3.5.0 -> v3.7.0
taiki-e/install-action action patch v2.56.6 -> v2.56.13

Release Notes

CodSpeedHQ/action (CodSpeedHQ/action)

v3.7.0

Compare Source

What's Changed

🚀 Features
🐛 Bug Fixes
⚙️ Internals

Full Changelog: CodSpeedHQ/action@v3.6.1...v3.7.0
Full Runner Changelog: https://github.com/CodSpeedHQ/runner/blob/main/CHANGELOG.md

v3.6.1

Compare Source

What's Changed

🚀 Features
🐛 Bug Fixes
⚙️ Internals

Full Changelog: CodSpeedHQ/action@v3.5.0...v3.6.1
Full Runner Changelog: https://github.com/CodSpeedHQ/runner/blob/main/CHANGELOG.md

taiki-e/install-action (taiki-e/install-action)

v2.56.13

Compare Source

Initial release


Configuration

📅 Schedule: Branch creation - "before 9am on monday" in timezone Asia/Shanghai, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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.

@renovate renovate bot enabled auto-merge July 13, 2025 16:09
@netlify
Copy link

netlify bot commented Jul 13, 2025

Deploy Preview for rolldown-rs canceled.

Name Link
🔨 Latest commit 70b4011
🔍 Latest deploy log https://app.netlify.com/projects/rolldown-rs/deploys/6873da477986d00008de77d9

@renovate renovate bot added this pull request to the merge queue Jul 13, 2025
@github-actions
Copy link
Contributor

Benchmarks Rust

group                                                        pr                                     target
-----                                                        --                                     ------
bundle/bundle@multi-duplicated-top-level-symbol              1.00     76.0±1.64ms        ? ?/sec    1.01     76.7±2.63ms        ? ?/sec
bundle/bundle@multi-duplicated-top-level-symbol-sourcemap    1.00     87.6±2.90ms        ? ?/sec    1.00     87.7±2.48ms        ? ?/sec
bundle/bundle@rome_ts                                        1.00    113.7±2.14ms        ? ?/sec    1.02    115.5±2.37ms        ? ?/sec
bundle/bundle@rome_ts-sourcemap                              1.00    133.6±2.11ms        ? ?/sec    1.00    133.9±1.60ms        ? ?/sec
bundle/bundle@threejs                                        1.00     41.7±1.63ms        ? ?/sec    1.00     41.7±1.11ms        ? ?/sec
bundle/bundle@threejs-sourcemap                              1.00     50.6±0.72ms        ? ?/sec    1.01     51.3±0.87ms        ? ?/sec
bundle/bundle@threejs10x                                     1.00    439.4±5.56ms        ? ?/sec    1.01    441.6±5.43ms        ? ?/sec
bundle/bundle@threejs10x-sourcemap                           1.00    513.9±5.79ms        ? ?/sec    1.00    514.4±4.53ms        ? ?/sec
scan/scan@rome_ts                                            1.00     90.1±1.80ms        ? ?/sec    1.00     90.0±1.56ms        ? ?/sec
scan/scan@threejs                                            1.02     32.1±1.89ms        ? ?/sec    1.00     31.5±0.58ms        ? ?/sec
scan/scan@threejs10x                                         1.00    326.5±3.58ms        ? ?/sec    1.00    327.9±4.54ms        ? ?/sec

Merged via the queue into main with commit a3a4228 Jul 13, 2025
39 checks passed
@renovate renovate bot deleted the renovate/github-actions branch July 13, 2025 16:23
This was referenced Jul 17, 2025
shulaoda pushed a commit that referenced this pull request Jul 17, 2025
## [1.0.0-beta.28] - 2025-07-17

### 🚀 Features

- rolldown: oxc v0.77.2 (#5328) by @Boshen
- hmr: add `module` and `exports` parameters to CJS initializer
functions (#5322) by @hyf0
- rolldown_plugin_transform: align with `vitejs/rolldown-vite#318`
(#5318) by @shulaoda
- rolldown_plugin_transform: align with `vitejs/rolldown-vite#315`
(#5315) by @shulaoda
- hmr: automatically disable treeshaking in hmr (#5311) by @hyf0
- hmr: use `trait HmrAstBuilder` to unify ast construction (#5310) by
@hyf0
- rolldown_plugin_chunk_import_map: basic implementation (#5307) by
@shulaoda
- add `watch.onInvalidate` (#5239) by @situ2001
- rolldown_plugin_chunk_import_map: implement initial `render_chunk`
logic (#5306) by @shulaoda
- rolldown: oxc v0.77.1 (#5304) by @Boshen
- js: expose `experimental.incrementalBuild` option (#5300) by
@IWANABETHATGUY
- js: support `experimental.onDemandWrapping` option (#5299) by
@IWANABETHATGUY
- support on demand wrapping for entry chunk (#5291) by @IWANABETHATGUY
- rolldown_plugin_chunk_import_map: initialize (#5289) by @shulaoda
- show owner module id for "canonical name not found for" errors (#5288)
by @sapphi-red

### 🐛 Bug Fixes

- only transform VarDeclaration when enable `keepNames` (#5323) by
@IWANABETHATGUY
- keepNames with special Ifstmt (#5320) by @IWANABETHATGUY
- incremental watch panic when adding dynamic import (#5309) by
@IWANABETHATGUY
- make leaf module wrapping optimization opt-in (#5305) by
@IWANABETHATGUY
- `keepNames` should consider exportNamed function declaration (#5298)
by @IWANABETHATGUY
- undefined `process.versions` for browser build (#5295) by @sxzz
- sanitizeFileName: entry name should be sanitized (#5283) by @shulaoda
- minify-internal-exports: ensure minifying internal exports stably
(#5281) by @hyf0
- keep legal and annotation comments for `minify: 'dce-only'` (#5280) by
@sapphi-red
- unstable chunk generation when `preserveEntrySignatures: false` is
used (#5274) by @IWANABETHATGUY

### 🚜 Refactor

- pass the while CodegenOptions to `EcmaCompiler::minify` (#5279) by
@sapphi-red
- avoid iterate `canonical_exports` twice (#5276) by @IWANABETHATGUY

### 📚 Documentation

- pluginutils: add README file (#5262) by @TheAlexLichter

### ⚡ Performance

- inline function expression when rewriting `name` property with
`keepNames` enabled (#5321) by @IWANABETHATGUY
- rolldown_sourcemap: cache source id -> source text mapping (#5285) by
@Boshen
- rolldown_sourcemap: disable rayon (#5284) by @Boshen

### 🧪 Testing

- rust: prevent meaningless snapshot change from bumping oxc runtime
versions (#5312) by @hyf0

### ⚙️ Miscellaneous Tasks

- upgrade to NAPI-RS 3.0 stable (#5324) by @Brooooooklyn
- infra: add onlyBuiltDependencies (#5287) by @situ2001
- improve the order of import keys in the exports field (#5314) by @btea
- deps: update dependency rolldown-plugin-dts to v0.13.14 (#5293) by
@renovate[bot]
- deps: lock file maintenance rust crates (#5267) by @renovate[bot]
- deps: lock file maintenance npm packages (#5266) by @renovate[bot]
- deps: update github-actions (#5265) by @renovate[bot]

### ❤️ New Contributors

* @situ2001 made their first contribution in
[#5287](#5287)

Co-authored-by: IWANABETHATGUY <[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.

1 participant