Skip to content

Comments

chore(deps): update rust crates#8244

Merged
renovate[bot] merged 3 commits intomainfrom
renovate/rust-crates
Feb 9, 2026
Merged

chore(deps): update rust crates#8244
renovate[bot] merged 3 commits intomainfrom
renovate/rust-crates

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 8, 2026

This PR contains the following updates:

Package Type Update Change
anyhow workspace.dependencies patch 1.0.1001.0.101
flate2 workspace.dependencies patch =1.1.8=1.1.9
insta (source) workspace.dependencies patch 1.46.21.46.3
jsonschema workspace.dependencies minor 0.40.00.41.0
memchr workspace.dependencies minor 2.7.62.8.0
regex workspace.dependencies patch 1.12.21.12.3

Release Notes

dtolnay/anyhow (anyhow)

v1.0.101

Compare Source

rust-lang/flate2-rs (flate2)

v1.1.9: - upgrade zlib-rs to version 0.6.0

Compare Source

What's Changed

New Contributors

Full Changelog: rust-lang/flate2-rs@1.1.8...1.1.9

mitsuhiko/insta (insta)

v1.46.3

Compare Source

  • Fix inline escaped snapshots incorrectly stripping leading newlines when content contains control characters like carriage returns. The escaped format (used for snapshots with control chars) now correctly preserves the original content without stripping a non-existent formatting newline. #​865
Stranger6667/jsonschema (jsonschema)

v0.41.0

Performance
  • Replace regex-based uri-template format validation with a hand-rolled RFC 6570 parser.
  • Specialize items keyword for simple type schemas ({"type": "string"}, {"type": "number"}, etc.) to eliminate dynamic dispatch overhead.
  • Precompute regex matches on known properties.
  • Faster unevaluatedProperties validation via O(1) property lookup and short-circuit oneOf evaluation.
  • Use HashMap for large set of properties.
  • Lower HashMap threshold from 40 to 15 properties for faster property lookups.
BurntSushi/memchr (memchr)

v2.8.0

Compare Source

rust-lang/regex (regex)

v1.12.3

Compare Source

===================
This release excludes some unnecessary things from the archive published to
crates.io. Specifically, fuzzing data and various shell scripts are now
excluded. If you run into problems, please file an issue.

Improvements:

  • #​1319:
    Switch from a Cargo exclude list to an include list, and exclude some
    unnecessary stuff.

Configuration

📅 Schedule: Branch creation - "before 10am 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 (squash) February 8, 2026 16:22
@netlify
Copy link

netlify bot commented Feb 8, 2026

Deploy Preview for rolldown-rs canceled.

Name Link
🔨 Latest commit 1d50f0a
🔍 Latest deploy log https://app.netlify.com/projects/rolldown-rs/deploys/69892282f2ba700008ef2659

@github-actions
Copy link
Contributor

github-actions bot commented Feb 8, 2026

Benchmarks Rust

group                                                        pr                                     target
-----                                                        --                                     ------
bundle/bundle@multi-duplicated-top-level-symbol              1.00     69.1±1.42ms        ? ?/sec    1.01     69.9±2.36ms        ? ?/sec
bundle/bundle@multi-duplicated-top-level-symbol-sourcemap    1.00     74.7±1.37ms        ? ?/sec    1.01     75.5±2.36ms        ? ?/sec
bundle/bundle@rome_ts                                        1.02    101.8±2.92ms        ? ?/sec    1.00     99.6±1.92ms        ? ?/sec
bundle/bundle@rome_ts-sourcemap                              1.01    112.3±2.39ms        ? ?/sec    1.00    111.5±3.44ms        ? ?/sec
bundle/bundle@threejs                                        1.01     36.9±2.61ms        ? ?/sec    1.00     36.7±2.29ms        ? ?/sec
bundle/bundle@threejs-sourcemap                              1.00     40.5±0.69ms        ? ?/sec    1.01     41.0±0.62ms        ? ?/sec
bundle/bundle@threejs10x                                     1.00    362.0±4.26ms        ? ?/sec    1.01    365.9±4.66ms        ? ?/sec
bundle/bundle@threejs10x-sourcemap                           1.00    418.9±4.47ms        ? ?/sec    1.02    426.4±5.91ms        ? ?/sec
scan/scan@rome_ts                                            1.01     81.6±1.75ms        ? ?/sec    1.00     80.9±1.68ms        ? ?/sec
scan/scan@threejs                                            1.00     28.4±1.86ms        ? ?/sec    1.00     28.4±1.79ms        ? ?/sec
scan/scan@threejs10x                                         1.00    286.1±5.22ms        ? ?/sec    1.01    288.8±5.04ms        ? ?/sec

@renovate renovate bot force-pushed the renovate/rust-crates branch from b458a31 to 1c9ae22 Compare February 8, 2026 20:54
@renovate
Copy link
Contributor Author

renovate bot commented Feb 8, 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.

@renovate renovate bot merged commit c81f0af into main Feb 9, 2026
58 checks passed
@renovate renovate bot deleted the renovate/rust-crates branch February 9, 2026 00:06
This was referenced Feb 11, 2026
shulaoda added a commit that referenced this pull request Feb 11, 2026
## [1.0.0-rc.4] - 2026-02-11

💡 Granular `comments` Option
- New `output.comments` option provides fine-grained control over comment preservation
- The `output.legalComments` option is now deprecated and use `comments.legal` instead

### 🚀 Features

- rename error name to `RolldownError` from `RollupError` (#8262) by @sapphi-red
- add hidden `resolve_tsconfig` function for Vite (#8257) by @sapphi-red
- rust: introduce `rolldown_watcher` (#8161) by @hyf0
- unify `comments` and `legalComments` into a single granular `comments` option (#8229) by @IWANABETHATGUY
- add builtin plugin for visualizing chunk graph (#8162) by @IWANABETHATGUY
- show import declaration location in AssignToImport errors (#8222) by @Copilot
- show import declaration span in CannotCallNamespace error (#8223) by @Copilot
- emit error when plugin accidentally removes runtime module symbols (#8203) by @IWANABETHATGUY
- support tsconfig loading & inputMap for `transform` (#8180) by @sapphi-red
- rolldown_plugin_vite_reporter: update warning message to link to Rolldown docs (#8205) by @sapphi-red

### 🐛 Bug Fixes

- avoid panic on untranspiled JSX syntax by reporting a diagnostic error (#8226) by @IWANABETHATGUY
- rolldown_plugin_vite_import_glob: relax absolute path check and improve invalid glob warning (#8219) by @shulaoda
- merge chunks after detect circular reference (#8154) by @IWANABETHATGUY
- rust: detect runtime module side effects based on its content (#8209) by @hyf0

### 🚜 Refactor

- rename `other` to `jsdoc` in comments options (#8256) by @IWANABETHATGUY
- rename chunk-visualize plugin with bundle-analyzer plugin (#8255) by @IWANABETHATGUY
- remove EXPORT_UNDEFINED_VARIABLE error (#8228) by @Copilot
- consolidate missing runtime symbol errors into a single diagnostic (#8220) by @IWANABETHATGUY
- stabilize `parse` and `parseSync` (#8215) by @sapphi-red
- return errors instead of panicking on builtin plugin conversion failure (#8217) by @shulaoda
- expose `parse` / `minify` / `transform` from `rolldown/utils` (#8214) by @sapphi-red
- prepare defer chunk merging (#8153) by @IWANABETHATGUY

### 📚 Documentation

- remove `<script>` escape behavior difference note from `platform` option (#8253) by @sapphi-red
- TypeScript & JSX support by plugins (#8183) by @sapphi-red

### 🧪 Testing

- ensure runtime module is preserved even if it's not used but has side effects (#8213) by @hyf0

### ⚙️ Miscellaneous Tasks

- deps: update oxc to v0.113.0 (#8267) by @renovate[bot]
- deps: update dependency oxlint-tsgolint to v0.12.0 (#8272) by @renovate[bot]
- deps: update oxc apps (#8269) by @renovate[bot]
- deps: update test262 submodule for tests (#8261) by @sapphi-red
- deps: update crate-ci/typos action to v1.43.4 (#8260) by @renovate[bot]
- deps: update dependency esbuild to v0.27.3 (#8250) by @renovate[bot]
- deps: update rust crates (#8244) by @renovate[bot]
- deps: update dependency semver to v7.7.4 (#8247) by @renovate[bot]
- deps: update github-actions (#8243) by @renovate[bot]
- deps: update npm packages (#8245) by @renovate[bot]
- deps: update oxc resolver to v11.17.1 (#8240) by @renovate[bot]
- deps: update rust crate oxc_sourcemap to v6.0.2 (#8241) by @renovate[bot]
- rust: handle ignored `RUSTSEC-2025-0141` cargo check error (#8235) by @hyf0
- deps: update dependency oxlint-tsgolint to v0.11.5 (#8233) by @renovate[bot]
- deps: update dependency rolldown-plugin-dts to ^0.22.0 (#8232) by @renovate[bot]
- deps: update crate-ci/typos action to v1.43.3 (#8225) by @renovate[bot]
- deps: update dependency rolldown-plugin-dts to v0.21.9 (#8224) by @renovate[bot]
- deps: update crate-ci/typos action to v1.43.2 (#8212) by @renovate[bot]
- remove rolldown_plugin_vite_wasm_helper (#8207) by @shulaoda
- build docs for production (#8206) by @sapphi-red

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