Skip to content

chore(deps): lock file maintenance rust crates#5879

Merged
renovate[bot] merged 1 commit intomainfrom
renovate/rust-crates
Aug 24, 2025
Merged

chore(deps): lock file maintenance rust crates#5879
renovate[bot] merged 1 commit intomainfrom
renovate/rust-crates

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 24, 2025

This PR contains the following updates:

Package Type Update Change
lockFileMaintenance All locks refreshed
bitflags workspace.dependencies patch 2.9.2 -> 2.9.3
form_urlencoded workspace.dependencies patch 1.2.1 -> 1.2.2
indexmap workspace.dependencies minor 2.10.0 -> 2.11.0
percent-encoding workspace.dependencies patch 2.3.1 -> 2.3.2
phf workspace.dependencies minor 0.12.0 -> 0.13.0
prettyplease workspace.dependencies patch 0.2.36 -> 0.2.37
regex workspace.dependencies patch 1.11.1 -> 1.11.2
serde_json workspace.dependencies patch 1.0.142 -> 1.0.143
url workspace.dependencies patch 2.5.4 -> 2.5.7

🔧 This Pull Request updates lock files to use the latest dependency versions.


Release Notes

bitflags/bitflags (bitflags)

v2.9.3

Compare Source

What's Changed

New Contributors

Full Changelog: bitflags/bitflags@2.9.2...2.9.3

servo/rust-url (form_urlencoded)

v1.2.2

Compare Source

indexmap-rs/indexmap (indexmap)

v2.11.0

Compare Source

  • Added insert_sorted_by and insert_sorted_by_key methods to IndexMap,
    IndexSet, and VacantEntry, like customizable versions of insert_sorted.
  • Added is_sorted, is_sorted_by, and is_sorted_by_key methods to
    IndexMap and IndexSet, as well as their Slice counterparts.
  • Added sort_by_key and sort_unstable_by_key methods to IndexMap and
    IndexSet, as well as parallel counterparts.
  • Added replace_index methods to IndexMap, IndexSet, and VacantEntry
    to replace the key (or set value) at a given index.
  • Added optional sval serialization support.
rust-phf/rust-phf (phf)

v0.13.1

Compare Source

Full Changelog: rust-phf/rust-phf@v0.13.0...v0.13.1

v0.13.0

Compare Source

This version has been yanked as the dependency tree was broken.

What's Changed
New Contributors

Full Changelog: rust-phf/rust-phf@v0.12.1...v0.13.0

dtolnay/prettyplease (prettyplease)

v0.2.37

Compare Source

  • Replace ~const syntax with [const] conditionally const syntax (#​123)
rust-lang/regex (regex)

v1.11.2

Compare Source

===================
This is a new patch release of regex with some minor fixes.

Improvements:

  • BUG #​1217:
    Switch recommendation from once_cell to std::sync::LazyLock.

Bug fixes:

  • BUG #​1281:
    Remove fuzz/ and record/ directories from published crate on crates.io.
serde-rs/json (serde_json)

v1.0.143

Compare Source


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 August 24, 2025 16:51
@netlify
Copy link

netlify bot commented Aug 24, 2025

Deploy Preview for rolldown-rs canceled.

Name Link
🔨 Latest commit 794f000
🔍 Latest deploy log https://app.netlify.com/projects/rolldown-rs/deploys/68ab4466b027b0000898920f

@renovate renovate bot force-pushed the renovate/rust-crates branch from 55de8e4 to 794f000 Compare August 24, 2025 16:57
@github-actions
Copy link
Contributor

Benchmarks Rust

group                                                        pr                                     target
-----                                                        --                                     ------
bundle/bundle@multi-duplicated-top-level-symbol              1.01     81.5±2.92ms        ? ?/sec    1.00     80.6±1.71ms        ? ?/sec
bundle/bundle@multi-duplicated-top-level-symbol-sourcemap    1.01     92.3±3.06ms        ? ?/sec    1.00     91.7±2.73ms        ? ?/sec
bundle/bundle@rome_ts                                        1.02    123.4±4.05ms        ? ?/sec    1.00    121.3±2.00ms        ? ?/sec
bundle/bundle@rome_ts-sourcemap                              1.00    141.5±2.22ms        ? ?/sec    1.01    142.2±4.93ms        ? ?/sec
bundle/bundle@threejs                                        1.04     46.9±1.35ms        ? ?/sec    1.00     45.0±1.00ms        ? ?/sec
bundle/bundle@threejs-sourcemap                              1.00     54.3±1.47ms        ? ?/sec    1.00     54.3±1.15ms        ? ?/sec
bundle/bundle@threejs10x                                     1.00    470.4±5.53ms        ? ?/sec    1.00    471.4±5.62ms        ? ?/sec
bundle/bundle@threejs10x-sourcemap                           1.00    547.7±5.45ms        ? ?/sec    1.01    552.4±7.16ms        ? ?/sec
scan/scan@rome_ts                                            1.02    100.5±2.87ms        ? ?/sec    1.00     98.8±1.77ms        ? ?/sec
scan/scan@threejs                                            1.00     34.3±0.55ms        ? ?/sec    1.03     35.3±2.13ms        ? ?/sec
scan/scan@threejs10x                                         1.00    356.9±4.05ms        ? ?/sec    1.01    360.5±5.33ms        ? ?/sec

@renovate renovate bot added this pull request to the merge queue Aug 24, 2025
Merged via the queue into main with commit 26c3f16 Aug 24, 2025
35 checks passed
@renovate renovate bot deleted the renovate/rust-crates branch August 24, 2025 17:22
shulaoda added a commit that referenced this pull request Aug 25, 2025
## [1.0.0-beta.34] - 2025-08-25

### 💥 BREAKING CHANGES

- improve merging of top-level `transform` option with `tsconfig` (#5882) by @shulaoda
- support top-level `tsconfig` (#5842) by @shulaoda

### 🚀 Features

- rolldown_plugin_esm_external_require: export namespace directly for Node builtin modules (#5885) by @shulaoda
- rolldown_plugin_dynamic_import_vars: warn by default when errors occur (#5866) by @shulaoda
- support adding note for diagnostic (#5864) by @IWANABETHATGUY
- rolldown_plugin_vite_css_post: align partial css chunk logic (#5861) by @shulaoda
- setup `rolldown_binding_watcher` (#5859) by @hyf0
- rolldown_plugin_vite_css_post: align css url replace logic (#5857) by @shulaoda
- node/dev: binding for `DevEngine` (#5852) by @hyf0
- dev: introduce `DevEngine` to support build for devlopement scenario (#5808) by @hyf0
- Show a information log to tell built-in features if a plugin covered by built-in features are used (#5845) by @IWANABETHATGUY
- rolldown_plugin_vite_css_post: align partial css url replace logic (#5837) by @shulaoda
- rolldown_plugin_vite_css_post: align CSS chunk concatenation logic (#5836) by @shulaoda
- rolldown_plugin_transform: support `useDefineForClassFields=false` with `target>=es2022` (#5841) by @sapphi-red
- expose `esmExternalRequirePlugin` (#5810) by @shulaoda
- rolldown_plugin_esm_external_require: basic implementation (#5809) by @shulaoda
- rolldown: oxc v0.82.3 (#5807) by @Boshen
- expose `oxc_minifier` options (#5804) by @IWANABETHATGUY
- rolldown_plugin_require_to_import: initialize (#5797) by @shulaoda
- adjust codegen `initial_indent` for concatenateWrappedModule (#5779) by @IWANABETHATGUY
- rolldown: align default value of `option.context` (#5745) by @situ2001

### 🐛 Bug Fixes

- topLevelVar option removes class name, causing a TypeError in static block (#5888) by @IWANABETHATGUY
- a esm module required by other module can't be a inner module of concatenateModuleGroup (#5875) by @IWANABETHATGUY
- rolldown_plugin_transform: align `lang` logic correctly (#5874) by @shulaoda
- Runtime error occurs depending on the lazy import order. (#5873) by @IWANABETHATGUY
- when importee is ts or tsx adding potential false positive note for `missing_export` diagnostic (#5862) by @IWANABETHATGUY
- hmr: boundary and accept_via was reversed (#5843) by @sapphi-red
- returning result of this.resolve in resolveId hook impacts bundle size (#5851) by @IWANABETHATGUY
- rolldown_plugin_transform: set `typescript.removeClassFieldsWithoutInitializer` for `useDefineForClassFields=false` (#5840) by @sapphi-red
- hmr: `import.meta.hot.accept` in patch file should work (#5823) by @sapphi-red
- proper handle pife and profiler_names for concatenate_wrapped_modules (#5835) by @IWANABETHATGUY
- jsx preserve break component which is default export (#5751) by @shulaoda
- hmr: ensure patch file name to be unique (#5825) by @sapphi-red
- hmr: re-execute the boundary module rather than the accepted module (#5822) by @sapphi-red
- Rolldown cannot treeshake unused branch (#5829) by @IWANABETHATGUY
- `inlineConst` with constant propagation (#5826) by @IWANABETHATGUY
- don't mangle variable names when `minify: 'dce-only'` is used (#5830) by @sapphi-red
- return actual normalized minify options (#5818) by @IWANABETHATGUY
- plugin/vite-resolve: try non-prefixed index before prefixed index (#5801) by @sapphi-red
- throw a semantic error message instead of panic (#5796) by @AliceLanniste
- rolldown: run DCE on chunk when `minify: dce-only` (#5792) by @Boshen
- the import attribute has been removed. (#5794) by @IWANABETHATGUY
- don't match CRLF for `/./` (#5790) by @IWANABETHATGUY
- node: allow `output.topLevelVar` by options validator (#5789) by @sapphi-red
- node: allow `transform.jsx: 'preserve'` by options validator (#5781) by @sapphi-red
- preserve default export for `preserveModules` (#5780) by @shulaoda
- browser: sync exports (#5776) by @sxzz
- rolldown_plugin_transform: skip builtin transform for module id with null byte (#5775) by @hi-ogawa

### 🚜 Refactor

- move common transform types into rolldown_common (#5876) by @shulaoda
- rolldown_plugin_vite_css_post: extract `finalize_vite_css_urls` (#5860) by @shulaoda
- rust: make `NotifyWatcher` WASM-compatible (#5855) by @hyf0
- rust/dev: remove improper deref for `BuildDriver` (#5854) by @hyf0
- incremental: use `clone_in_with_semantic_ids` for program cloning (#5853) by @shulaoda
- rolldown_plugin_esm_external_require: tweak code (#5824) by @shulaoda
- improve `resolve_dependencies` (#5795) by @shulaoda
- simplify method calls in `PluginContext` (#5785) by @situ2001

### 📚 Documentation

- builtin-plugins: clarify behavior of `esmExternalRequirePlugin` (#5886) by @sapphi-red
- builtin-plugins: add documentation for `esmExternalRequirePlugin` (#5813) by @shulaoda
- support extracting doc for reference type (#5834) by @IWANABETHATGUY
- optimization.inlineConst (#5831) by @IWANABETHATGUY
- update description for output.minify (#5816) by @IWANABETHATGUY
- plugins: extract plugins into a separate section (#5812) by @shulaoda

### ⚡ Performance

- string_wizard: reduce allocation (#5793) by @Brooooooklyn

### 🧪 Testing

- hmr: import.meta.hot.accept cases (#5821) by @sapphi-red
- hmr: static import cases (#5820) by @sapphi-red
- hmr: no boundary full reload case (#5819) by @sapphi-red

### ⚙️ Miscellaneous Tasks

- deps: update `oxc-resolver` to v11.7.0 (#5889) by @shulaoda
- deps: lock file maintenance (#5880) by @renovate[bot]
- deps: lock file maintenance rust crates (#5881) by @renovate[bot]
- deps: update github-actions (#5877) by @renovate[bot]
- deps: lock file maintenance rust crates (#5879) by @renovate[bot]
- deps: lock file maintenance npm packages (#5878) by @renovate[bot]
- bump rolldown-ariadne (#5863) by @IWANABETHATGUY
- remove usage of `quote_expr`, `quote_stmt` (#5858) by @IWANABETHATGUY
- vite-tests: run all test suites even if some test suites failed (#5828) by @sapphi-red
- vite-tests: set `_VITE_TEST_JS_PLUGIN` instead of `_VITE_TEST_NATIVE_PLUGIN` (#5827) by @sapphi-red
- deps: use `vitepress@^2.0.0-alpha.12` instead (#5811) by @shulaoda
- deps: update dependency rolldown-plugin-dts to v0.15.7 (#5814) by @renovate[bot]
- add example with oxc transform styled components plugin (#5800) by @IWANABETHATGUY
- deprecate top-level `jsx` option in favor of `transform.jsx` (#5783) by @shulaoda
- deps: update crate-ci/typos action to v1.35.5 (#5786) by @renovate[bot]
- update default value of options.context (#5777) by @IWANABETHATGUY

### ◀️ Revert

- "fix: jsx preserve break component which is default export (#5764)" (#5856) by @shulaoda

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.

0 participants