Skip to content

refactor(dev): remove deprecated new field from HMR options and related configurations#6337

Merged
graphite-app[bot] merged 1 commit intomainfrom
09-25-refactor_dev_remove_deprecated_new_field_from_hmr_options_and_related_configurations
Sep 25, 2025
Merged

refactor(dev): remove deprecated new field from HMR options and related configurations#6337
graphite-app[bot] merged 1 commit intomainfrom
09-25-refactor_dev_remove_deprecated_new_field_from_hmr_options_and_related_configurations

Conversation

@hyf0
Copy link
Member

@hyf0 hyf0 commented Sep 25, 2025

No description provided.

@hyf0 hyf0 marked this pull request as ready for review September 25, 2025 14:44
Copy link
Member Author

hyf0 commented Sep 25, 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.

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

@hyf0 hyf0 requested review from sapphi-red and shulaoda September 25, 2025 14:48
@github-actions
Copy link
Contributor

github-actions bot commented Sep 25, 2025

Benchmarks Rust

  • target: 09-25-refactor_dev_remove_unused_hmr_api(c376f9d)
  • pr: 09-25-refactor_dev_remove_deprecated_new_field_from_hmr_options_and_related_configurations(d31d4c6)
group                                                        pr                                     target
-----                                                        --                                     ------
bundle/bundle@multi-duplicated-top-level-symbol              1.00     61.0±1.20ms        ? ?/sec    1.05     64.2±1.47ms        ? ?/sec
bundle/bundle@multi-duplicated-top-level-symbol-sourcemap    1.00     67.1±1.20ms        ? ?/sec    1.06     71.1±1.38ms        ? ?/sec
bundle/bundle@rome_ts                                        1.00    103.6±1.57ms        ? ?/sec    1.00    104.1±1.85ms        ? ?/sec
bundle/bundle@rome_ts-sourcemap                              1.00    119.2±1.39ms        ? ?/sec    1.02    121.3±1.65ms        ? ?/sec
bundle/bundle@threejs                                        1.05     42.6±2.94ms        ? ?/sec    1.00     40.7±2.89ms        ? ?/sec
bundle/bundle@threejs-sourcemap                              1.00     48.3±0.61ms        ? ?/sec    1.01     48.8±0.97ms        ? ?/sec
bundle/bundle@threejs10x                                     1.00    415.3±9.22ms        ? ?/sec    1.01    419.5±6.34ms        ? ?/sec
bundle/bundle@threejs10x-sourcemap                           1.00    490.5±3.76ms        ? ?/sec    1.00    491.7±3.91ms        ? ?/sec
scan/scan@rome_ts                                            1.00     82.3±1.17ms        ? ?/sec    1.00     82.4±1.26ms        ? ?/sec
scan/scan@threejs                                            1.00     31.8±2.03ms        ? ?/sec    1.00     31.7±2.02ms        ? ?/sec
scan/scan@threejs10x                                         1.01    319.0±3.79ms        ? ?/sec    1.00    316.9±3.43ms        ? ?/sec

Copy link
Member Author

hyf0 commented Sep 25, 2025

Merge activity

  • Sep 25, 4:26 PM UTC: The merge label 'graphite: merge' was detected. This PR will be added to the Graphite merge queue once it meets the requirements.
  • Sep 25, 4:26 PM UTC: hyf0 added this pull request to the Graphite merge queue.
  • Sep 25, 4:42 PM UTC: The Graphite merge queue couldn't merge this PR because it was not satisfying all requirements (Failed CI: 'wasi-test (ubuntu-latest) / WASI Test', 'wasi-test (macos-latest) / WASI Test', 'wasi-test (windows-latest) / WASI Test').
  • Sep 25, 4:58 PM UTC: hyf0 added this pull request to the Graphite merge queue.
  • Sep 25, 4:59 PM UTC: Merged by the Graphite merge queue.

@graphite-app graphite-app bot force-pushed the 09-25-refactor_dev_remove_unused_hmr_api branch from 39a12f2 to c376f9d Compare September 25, 2025 16:27
@graphite-app graphite-app bot force-pushed the 09-25-refactor_dev_remove_deprecated_new_field_from_hmr_options_and_related_configurations branch from 59afb51 to d31d4c6 Compare September 25, 2025 16:27
Base automatically changed from 09-25-refactor_dev_remove_unused_hmr_api to main September 25, 2025 16:41
@graphite-app graphite-app bot merged commit d31d4c6 into main Sep 25, 2025
39 of 42 checks passed
@graphite-app graphite-app bot deleted the 09-25-refactor_dev_remove_deprecated_new_field_from_hmr_options_and_related_configurations branch September 25, 2025 16:59
shulaoda added a commit that referenced this pull request Sep 30, 2025
## [1.0.0-beta.41] - 2025-09-29

### 🚀 Features

- support `output.generatedCode.symbols` (#6335) by @IWANABETHATGUY
- rolldown: oxc v0.93.0 (#6364) by @Boshen
- rolldown_plugin_vite_html: finish script tag logic (#6355) by @shulaoda
- rolldown_plugin_vite_html: support inline html proxy (#6353) by @shulaoda
- rolldown_plugin_vite_html: transform script tag into js import (#6351) by @shulaoda
- rolldown_plugin_vite_html: overwrite script src url (#6349) by @shulaoda
- rolldown_plugin_vite_html: remove `vite-ignore` attribute (#6348) by @shulaoda
- rolldown_plugin_vite_html: use `html5ever` and `markup5ever_rcdom` (#6327) by @shulaoda
- rust/dev: support `on_output` callback (#6330) by @hyf0
- rust/dev: support `disable_watcher` (#6329) by @hyf0
- dev: introduce client/session concept into dev engine (#6297) by @hyf0

### 🐛 Bug Fixes

- 'asset' module type and CJS format produces warnings and wrong output (#6369) by @IWANABETHATGUY
- inlining constants in CJS by optimization.inlineConst incorrectly inlines non-constant values if the value is assigned more than once (#6328) by @IWANABETHATGUY
- dev: add `hasLatestBuildOutput` instead of `scheduleBuildIfStale` and add edit-reload test (#6321) by @sapphi-red

### 🚜 Refactor

- rust/dev: rename `HmrManager` to `HmrState` and tweak namings (#6358) by @hyf0
- rust/dev: use `Bundler` to expose hmr related methods (#6356) by @hyf0
- rolldown_plugin_vite_html: use `html5gum` instead (#6343) by @shulaoda
- dev: remove deprecated `new` field from HMR options and related configurations (#6337) by @hyf0
- dev: remove unused hmr API (#6336) by @hyf0
- make `cjs_ast_analyzer` immutable for better reuse (#6326) by @IWANABETHATGUY
- simplify logic for determining entry is_lived (#6325) by @IWANABETHATGUY

### ⚡ Performance

- dev: compute depended data incrementally (#6357) by @hyf0

### 🧪 Testing

- rust/hmr: use dev engine to test hmr (#6334) by @hyf0

### ⚙️ Miscellaneous Tasks

- deps: update notify (#6368) by @sapphi-red
- deps: lock file maintenance npm packages (#6366) by @renovate[bot]
- deps: update github-actions (#6365) by @renovate[bot]
- deps: update dependency rolldown-plugin-dts to v0.16.9 (#6354) by @renovate[bot]
- deps: update dependency tsdown to v0.15.5 (#6350) by @renovate[bot]
- node: use `catalog:` to unify version of all dependencies (#6339) by @hyf0
- ci: unify node installation via oxc-project/setup-node (#6338) by @Boshen
- deps: update crate-ci/typos action to v1.36.3 (#6341) by @renovate[bot]
- remove unused snapshots (#6331) by @IWANABETHATGUY

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.

2 participants