Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 23, 2025

This PR contains the following updates:

Package Type Update Change
flate2 workspace.dependencies patch =1.1.2 -> =1.1.5
indexmap workspace.dependencies patch 2.12.0 -> 2.12.1
insta (source) workspace.dependencies minor 1.43.2 -> 1.44.1
json-strip-comments workspace.dependencies minor 3.0.1 -> 3.1.0
jsonschema workspace.dependencies minor 0.35.0 -> 0.37.0
rolldown-notify workspace.dependencies patch 8.2.1 -> 8.2.4
rolldown-notify-debouncer-full workspace.dependencies minor 0.6.0 -> 0.7.0
syn workspace.dependencies patch 2.0.110 -> 2.0.111

Release Notes

rust-lang/flate2-rs (flate2)

v1.1.5

Compare Source

This bugfix release fixes #​508, as flush didn't always work anymore in conjunction with miniz_oxide.

What's Changed

Full Changelog: rust-lang/flate2-rs@1.1.4...1.1.5

v1.1.4: - it's 1.1.3 with fixed documentation

Compare Source

See here for the changelog of v1.1.3: https://github.com/rust-lang/flate2-rs/releases/tag/1.1.3 .

Full Changelog: rust-lang/flate2-rs@1.1.3...1.1.4

v1.1.3

Compare Source

What's Changed

New Contributors

Full Changelog: rust-lang/flate2-rs@1.1.2...1.1.3

indexmap-rs/indexmap (indexmap)

v2.12.1

Compare Source

  • Simplified a lot of internals using hashbrown's new bucket API.
mitsuhiko/insta (insta)

v1.44.1

Compare Source

  • Add --dnd alias for --disable-nextest-doctest flag to make it easier to silence the deprecation warning. #​822
  • Update cargo-dist to 0.30.2 and fix Windows runner to use windows-2022. #​821

v1.44.0

Compare Source

  • Added non-interactive snapshot review and reject modes for use in non-TTY environments
    (LLMs, CI pipelines, scripts). cargo insta review --snapshot <path> and
    cargo insta reject --snapshot <path> now work without a terminal. Enhanced
    pending-snapshots output with usage instructions and workspace-relative paths. #​815
  • Add --disable-nextest-doctest flag to cargo insta test to disable running doctests with
    nextest. Shows a deprecation warning when nextest is used with doctests without this flag, to prepare cargo insta to no longer run
    a separate doctest process when using nextest in the future. #​803
  • Add ergonomic --test-runner-fallback / --no-test-runner-fallback flags to cargo insta test. #​811
  • Apply redactions to snapshot metadata. #​813
  • Remove confusing 'previously unseen snapshot' message. #​812
  • Speed up JSON float rendering. #​806 (@​nyurik)
  • Allow globset version up to 0.4.16. #​810 (@​g0hl1n)
  • Improve documentation. #​814 (@​tshepang)
  • We no longer trim starting newlines during assertions, which allows asserting
    the number of leading newlines match. Existing assertions with different
    leading newlines will pass and print a warning suggesting running with
    --force-update-snapshots. They may fail in the future. (Note that we still
    currently allow differing trailing newlines, though may adjust this in the
    future). #​563
oxc-project/json-strip-comments (json-strip-comments)

v3.1.0

Compare Source

Added
Other
  • (deps) update github-actions (#​114)
  • (deps) update dependency rust to v1.91.1 (#​113)
  • (deps) lock file maintenance (#​111)
  • (deps) update codspeedhq/action action to v4.3.3 (#​110)
  • (deps) lock file maintenance rust crates (#​109)
  • (deps) update oxc-project/setup-rust action to v1.0.8 (#​107)
  • (deps) update dependency rust to v1.91.0 (#​106)
  • (deps) lock file maintenance (#​103)
  • (deps) update codspeedhq/action action to v4.3.1 (#​102)
  • (deps) lock file maintenance rust crates (#​101)
  • (deps) update actions/setup-node action to v6 (#​99)
  • (deps) update codspeedhq/action action to v4.2.1 (#​98)
  • (deps) lock file maintenance rust crates (#​97)
  • (deps) update github-actions (#​95)
  • (deps) update github-actions (#​91)
  • (deps) update oxc-project/setup-rust action to v1.0.6 (#​89)
  • fix benchmark
  • (deps) lock file maintenance rust crates (#​86)
  • (deps) update github-actions (#​84)
  • (deps) update dependency rust to v1.90.0 (#​83)
Stranger6667/jsonschema (jsonschema)

v0.37.1

Fixed
  • Stack overflow on empty $ref value. #​886

v0.37.0

Added
  • evaluate() top-level function for convenient access to structured validation output.
  • CLI: Schema-only validation now also validates all referenced schemas. #​804
  • Support for additional contentEncoding values per RFC 4648: base64url, base32, base32hex, and base16. These encodings are now validated alongside the existing base64 support in Draft 6 and 7. #​26
  • validator.iter_errors(instance).into_errors(). It returns a ValidationErrors type that collects validation errors and implements std::error::Error. #​451
Changed
  • BREAKING: ValidationError fields are private; use instance(), kind(), instance_path(), and schema_path() instead of accessing struct fields directly.
  • BREAKING: ErrorIterator is now a newtype wrapper instead of Box<dyn ValidationErrorIterator>.
Performance
  • validate and other APIs returning Result<_, ValidationError> are 5–10% faster in some workloads due to the smaller error handle.
  • evaluate: Avoiding deep clones of unmatched keyword values (e.g., title, description, examples) on every schema node evaluation by using Arc internally. Can be multiple times faster for schemas with large annotations.

v0.36.0

Added
  • CLI: Structured --output flag|list|hierarchical modes now stream newline-delimited JSON records with schema/instance metadata plus JSON Schema Output v1 payloads (default text output remains human-readable).
  • CLI: --errors-only flag to suppress successful validation output and only show failures.
  • CLI: When invoked with only a schema file (no instances), validates the schema against its meta-schema. #​804
  • New Validator::evaluate() API exposes JSON Schema Output v1 (flag/list/hierarchical) reports along with iterator helpers for annotations and errors.
  • meta::validator_for() function to build validators for meta-schema validation with full Validator API access.
  • Validator now implements Clone. #​809
Removed
  • Validator::apply(), Output, and BasicOutput types have been removed in favor of the richer evaluate() API.
notify-rs/notify (rolldown-notify-debouncer-full)

v0.7.0

dtolnay/syn (syn)

v2.0.111

Compare Source

  • Allow first argument of braced!, bracketed!, parenthesized! to be an otherwise unused variable (#​1946)

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) November 23, 2025 16:22
@graphite-app
Copy link
Contributor

graphite-app bot commented Nov 23, 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 23, 2025

Deploy Preview for rolldown-rs canceled.

Name Link
🔨 Latest commit e204ad1
🔍 Latest deploy log https://app.netlify.com/projects/rolldown-rs/deploys/6926a60b1e576b0008fb10a3

@shulaoda shulaoda self-assigned this Nov 23, 2025
@renovate renovate bot force-pushed the renovate/rust-crates branch 2 times, most recently from 59f3efc to ab1c115 Compare November 23, 2025 20:03
@shulaoda shulaoda marked this pull request as draft November 23, 2025 20:03
auto-merge was automatically disabled November 23, 2025 20:03

Pull request was converted to draft

@renovate renovate bot force-pushed the renovate/rust-crates branch 2 times, most recently from 63858c1 to 55cfabd Compare November 23, 2025 20:11
@shulaoda shulaoda force-pushed the renovate/rust-crates branch from 55cfabd to e204ad1 Compare November 26, 2025 07:02
@renovate
Copy link
Contributor Author

renovate bot commented Nov 26, 2025

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.

@shulaoda shulaoda marked this pull request as ready for review November 26, 2025 07:03
Copilot AI review requested due to automatic review settings November 26, 2025 07:03
@shulaoda shulaoda merged commit facd6a8 into main Nov 26, 2025
40 checks passed
@shulaoda shulaoda deleted the renovate/rust-crates branch November 26, 2025 07:03
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates multiple Rust dependencies, with the most significant being jsonschema which is upgraded from 0.35.0 to 0.37.1. This is a breaking change that requires API migration due to ValidationError fields becoming private and requiring accessor methods. The other dependency updates mentioned in the PR description (flate2, indexmap, insta, json-strip-comments, rolldown-notify packages, and syn) appear to be handled through Cargo.lock updates only, as their Cargo.toml entries use semver ranges that allow these updates automatically.

Key changes:

  • Migration to jsonschema 0.37.1 with updated API usage
  • Transitive dependency changes in Cargo.lock (data-encoding replaces base64 for jsonschema)
  • Compatible updates to other dependencies via Cargo.lock

Reviewed changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.

File Description
Cargo.toml Updates jsonschema from 0.35.0 to 0.37.0
Cargo.lock Updates multiple dependencies and their transitive dependencies, including jsonschema to 0.37.1 and adds data-encoding
crates/rolldown_testing/src/test_config.rs Migrates to jsonschema's new API by changing field access to method call for instance_path()

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

json-escape-simd = "3"
json-strip-comments = "3"
jsonschema = { version = "0.35.0", default-features = false }
jsonschema = { version = "0.37.0", default-features = false }
Copy link

Copilot AI Nov 26, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The Cargo.toml specifies jsonschema version 0.37.0, but Cargo.lock shows 0.37.1 is installed. For consistency and to ensure the patch fix in 0.37.1 (which fixes a stack overflow on empty $ref value per the release notes) is always used, consider updating Cargo.toml to 0.37.1.

Suggested change
jsonschema = { version = "0.37.0", default-features = false }
jsonschema = { version = "0.37.1", default-features = false }

Copilot uses AI. Check for mistakes.
@github-actions
Copy link
Contributor

Benchmarks Rust

group                                                        pr                                     target
-----                                                        --                                     ------
bundle/bundle@multi-duplicated-top-level-symbol              1.00     64.1±1.69ms        ? ?/sec    1.05     67.6±2.12ms        ? ?/sec
bundle/bundle@multi-duplicated-top-level-symbol-sourcemap    1.00     69.7±1.69ms        ? ?/sec    1.03     72.1±2.25ms        ? ?/sec
bundle/bundle@rome_ts                                        1.00    108.6±3.18ms        ? ?/sec    1.01    109.8±2.31ms        ? ?/sec
bundle/bundle@rome_ts-sourcemap                              1.00    121.7±2.56ms        ? ?/sec    1.00    122.1±2.63ms        ? ?/sec
bundle/bundle@threejs                                        1.00     39.3±0.62ms        ? ?/sec    1.01     39.7±0.72ms        ? ?/sec
bundle/bundle@threejs-sourcemap                              1.00     43.9±0.80ms        ? ?/sec    1.03     45.2±1.05ms        ? ?/sec
bundle/bundle@threejs10x                                     1.00    392.0±5.10ms        ? ?/sec    1.01    394.5±5.03ms        ? ?/sec
bundle/bundle@threejs10x-sourcemap                           1.00    452.6±5.18ms        ? ?/sec    1.00    453.8±5.37ms        ? ?/sec
scan/scan@rome_ts                                            1.03     85.4±1.78ms        ? ?/sec    1.00     82.9±1.43ms        ? ?/sec
scan/scan@threejs                                            1.00     28.4±1.35ms        ? ?/sec    1.00     28.4±0.47ms        ? ?/sec
scan/scan@threejs10x                                         1.00    296.5±5.42ms        ? ?/sec    1.00    296.5±7.09ms        ? ?/sec

shulaoda added a commit that referenced this pull request Nov 26, 2025
## [1.0.0-beta.52] - 2025-11-26

💥 Breaking Change

- Change `output.generatedCode.profilerNames` default to `false`

🔧 Vite-Style TypeScript Configuration

- Rolldown now supports Vite-style automatic tsconfig resolution. Use `tsconfig: true` to enable auto-discovery mode where each module finds its nearest `tsconfig.json`. See more details [here](https://rolldown.rs/options/tsconfig)

⚙️ Upgraded to oxc v0.99.0

- Add `TSGlobalDeclaration` type
- More details: https://github.com/oxc-project/oxc/releases/tag/crates_v0.99.0

### 💥 BREAKING CHANGES

- change `output.generatedCode.profilerNames` default to false (#7139) by @Copilot

### 🚀 Features

- support vite-style tsconfig resolution (#6873) by @shulaoda
- rolldown: oxc v0.99.0  (#7165) by @camc314
- browser: export `plugins` (#7210) by @sxzz
- rolldown_plugin_vite_css_post: add `inline` parameter to `cssMinify` callback (#7191) by @shulaoda
- rolldown_plugin_vite_build_import_analysis: implement `render_chunk` to replace `__VITE_IS_MODERN__` flag (#7178) by @shulaoda
- rolldown_plugin_utils: optimize SVG data URL encoding (#7156) by @shulaoda
- dev: replace `DevEngine::hasLatestBuildOutput` with `DevEngine::getBundleState` (#7145) by @sapphi-red
- rolldown_plugin_vite_asset_import_meta_url: support `@vite-ignore` comment (#7141) by @shulaoda
- rolldown_plugin_vite_asset_import_meta_url: implement static URL processing (#7140) by @shulaoda
- rolldown_plugin_vite_asset_import_meta_url: align `asset_resolver` logic (#7137) by @shulaoda
- rolldown_plugin_vite_asset_import_meta_url: align `try_fs_resolve` logic (#7136) by @shulaoda
- rolldown_plugin_vite_asset_import_meta_url: validate relative paths (#7120) by @shulaoda
- export `viteAssetImportMetaUrlPlugin` and add dynamic URL tests (#7119) by @shulaoda

### 🐛 Bug Fixes

- watch overwrite rename event on linux (#7201) by @sapphi-red
- preserve name for parenthesized anonymous default exports and arrow functions with keepNames (#7159) by @Copilot
- rolldown_plugin_vite_html: add missing async attribute for inlined entry scripts (#7202) by @shulaoda
- respect target setting in DCE to prevent modern syntax generation (#7128) by @Copilot
- rolldown_plugin_vite_html: add semicolon to import statement in CSS removal (#7200) by @shulaoda
- rolldown_plugin_vite_html: use correct CSS asset filename in HTML injection (#7199) by @shulaoda
- rolldown_plugin_vite_css_post: handle scoped package names in lib CSS filename (#7198) by @shulaoda
- rolldown_plugin_vite_html: use patched `html5gum` with correct span tracking (#7193) by @shulaoda
- rolldown_plugin_vite_html: handle HTML strings in script tags correctly (#7192) by @shulaoda
- handle JSON import namespace property access correctly (#7190) by @IWANABETHATGUY
- only include runtime helpers from included modules (#7183) by @IWANABETHATGUY
- rolldown_plugin_vite_html: normalize paths to use forward slashes in `original_file_name` (#7175) by @shulaoda
- rolldown_plugin_vite_css_post: use `filename` instead of `reference_id` for imported assets (#7174) by @shulaoda
- rolldown_plugin_vite_css_post: correct regex escaping in pure CSS chunk pruning (#7173) by @shulaoda
- rolldown_plugin_vite_html: use correct dependency path for modulepreload links (#7172) by @shulaoda
- update cur_stmt_index when processing top level statements (#7157) by @IWANABETHATGUY
- rolldown_plugin_utils: strip leading character from public asset URL (#7170) by @shulaoda
- rolldown_plugin_vite_html: use correct `public_base` for `html_result_map` key (#7169) by @shulaoda
- rolldown_plugin_utils: correct runtime handling and escape single quotes in asset paths (#7168) by @shulaoda
- rolldown_plugin_utils: prevent data race in `file_to_url` cache (#7166) by @shulaoda
- rolldown_plugin_vite_asset_import_meta_url: correct glob pattern and query string handling in dynamic URLs (#7162) by @shulaoda
- rolldown_plugin_vite_css_post: use correct start position in magic string updates (#7158) by @shulaoda
- data race in `FileEmitter::emit_file` causing duplicate asset emissions (#7164) by @shulaoda
- dev: watch files even if the build failed (#7149) by @sapphi-red
- rolldown_plugin_utils: always use base64 encoding for data URLs (#7148) by @shulaoda
- preserve "default" name for anonymous default exports with keepNames (#7151) by @Copilot
- correctly handle cjs json module as entry point (#7147) by @IWANABETHATGUY
- rolldown_plugin_utils: correct `reference_id` parsing in `render_asset_url_in_js` (#7143) by @shulaoda
- rolldown_plugin_vite_asset_import_meta_url: exclude quotes from URL span (#7142) by @shulaoda
- rolldown_plugin_vite_asset_import_meta_url: use template literal for glob result indexing (#7134) by @shulaoda
- tree shake unused dynamic entry when `inlineDynamicImports` is enabled (#7129) by @IWANABETHATGUY
- correct return value of `parse` / `parseSync` functions (#7127) by @sapphi-red

### 🚜 Refactor

- rolldown_plugin_vite_transform: use `oxc_resolver` for tsconfig discovery (#7220) by @shulaoda
- rolldown_plugin_vite_resolve: use `resolve_file` for tsconfig discovery (#7216) by @shulaoda
- rolldown_plugin_utils: remove redundant `ViteMetadata::get_or_insert_default()` (#7189) by @shulaoda
- rolldown_plugin_utils: simplify `ViteMetadata::get()` to always return a value (#7188) by @shulaoda
- rolldown_utils: add `guess_mime_skip_utf8_check` for binary assets (#7161) by @shulaoda
- rolldown_plugin_utils: extract asset URL parsing into `AssetUrlIter` (#7144) by @shulaoda
- store pattern name in FilenameTemplate (#7132) by @IWANABETHATGUY

### 📚 Documentation

- tsconfig: document auto-discovery mode and improve structure (#7228) by @shulaoda
- add plugin hook filter compatibility and fallback guide (#7138) by @Copilot
- update top level navigation (#7092) by @mdong1909

### 🧪 Testing

- add tsconfig include/exclude/files matching test cases (#6899) by @shulaoda
- vite-tests: run `playwright install` in case playwright binary is missing (#7226) by @sapphi-red
- watch: close watcher when an error occured in the test cases (#7225) by @sapphi-red
- watch: reject `waitBuildFinished` if `ERROR` event occurs (#7224) by @sapphi-red

### ⚙️ Miscellaneous Tasks

- example: revert accidental changes to basic-typescript (#7227) by @shulaoda
- deps: update oxc apps (#7212) by @renovate[bot]
- deps: update rust crates (#7204) by @renovate[bot]
- deps: update `oxc_resolver_napi` to 11.14.0 (#7217) by @shulaoda
- deps: update oxc_resolver (#6909) by @shulaoda
- deps: update dependency glob to v13 (#7208) by @renovate[bot]
- deps: update actions/checkout action to v6 (#7207) by @renovate[bot]
- deps: update npm packages (#7206) by @renovate[bot]
- deps: update github-actions (#7205) by @renovate[bot]
- add missing status code comment (#7185) by @iiio2
- deps: update dependency oxlint-tsgolint to v0.8.1 (#7197) by @renovate[bot]
- rust: add more tracing log for hmr + dev logic (#7179) by @hyf0
- deps: update dependency oxlint-tsgolint to v0.8.0 (#7167) by @renovate[bot]
- deps: update dependency oxlint-tsgolint to v0.7.3 (#7133) by @renovate[bot]
- merge similar inlineDynamicImports test case (#7131) by @IWANABETHATGUY
- deps: update `rolldown-plugin-dts` to 0.18.0 (#7125) by @shulaoda

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.

2 participants