Skip to content

Comments

chore(deps): update rust crate schemars to v1#5103

Merged
renovate[bot] merged 2 commits intomainfrom
renovate/major-rust-crates
Jun 29, 2025
Merged

chore(deps): update rust crate schemars to v1#5103
renovate[bot] merged 2 commits intomainfrom
renovate/major-rust-crates

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jun 29, 2025

This PR contains the following updates:

Package Type Update Change
schemars (source) workspace.dependencies major 0.9.0 -> 1.0.0

Release Notes

GREsau/schemars (schemars)

v1.0.3

Compare Source

Fixed

v1.0.2

Compare Source

Fixed

v1.0.1

Compare Source

Fixed

v1.0.0

Compare Source

This is a major release with many additions, fixes and changes since 0.8 (but not many since 0.9). While the basic usage (deriving JsonSchema and using schema_for!() or SchemaGenerator) is mostly unchanged, you may wish to consult the migration guide which covers some of the most significant changes.

Changes since 1.0.0-rc.2:

Added
  • #[schemars(bound = ...)] attributes are now used from fields as well as containers
  • The Schema::pointer(...) method now works when given a JSON pointer in URI Fragment representation with a leading # character. In particular, this means that you can now lookup a schema from a $ref value using that method.
Fixed

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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • 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 June 29, 2025 16:22
@netlify
Copy link

netlify bot commented Jun 29, 2025

Deploy Preview for rolldown-rs canceled.

Name Link
🔨 Latest commit 6bfea2f
🔍 Latest deploy log https://app.netlify.com/projects/rolldown-rs/deploys/6861711a02d4140008500ffc

@renovate renovate bot force-pushed the renovate/major-rust-crates branch 3 times, most recently from 25b11a7 to a295c08 Compare June 29, 2025 16:46
@renovate renovate bot force-pushed the renovate/major-rust-crates branch from a295c08 to 6ae385e Compare June 29, 2025 16:48
@renovate renovate bot added this pull request to the merge queue Jun 29, 2025
@renovate
Copy link
Contributor Author

renovate bot commented Jun 29, 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.

Merged via the queue into main with commit 33e54a9 Jun 29, 2025
36 checks passed
@renovate renovate bot deleted the renovate/major-rust-crates branch June 29, 2025 17:13
@github-actions
Copy link
Contributor

Benchmarks Rust

group                                                        pr                                     target
-----                                                        --                                     ------
bundle/bundle@multi-duplicated-top-level-symbol              1.00     78.8±2.61ms        ? ?/sec    1.01     79.4±2.62ms        ? ?/sec
bundle/bundle@multi-duplicated-top-level-symbol-sourcemap    1.00     88.7±1.90ms        ? ?/sec    1.01     89.2±2.50ms        ? ?/sec
bundle/bundle@rome_ts                                        1.00    114.6±2.23ms        ? ?/sec    1.00    114.5±2.13ms        ? ?/sec
bundle/bundle@rome_ts-sourcemap                              1.00    135.1±2.32ms        ? ?/sec    1.00    134.8±1.87ms        ? ?/sec
bundle/bundle@threejs                                        1.00     41.3±1.29ms        ? ?/sec    1.01     41.7±1.10ms        ? ?/sec
bundle/bundle@threejs-sourcemap                              1.00     51.1±2.44ms        ? ?/sec    1.01     51.4±1.55ms        ? ?/sec
bundle/bundle@threejs10x                                     1.00    439.1±6.18ms        ? ?/sec    1.00    440.0±5.83ms        ? ?/sec
bundle/bundle@threejs10x-sourcemap                           1.00    508.1±5.05ms        ? ?/sec    1.00    510.3±6.93ms        ? ?/sec
scan/scan@rome_ts                                            1.00     87.3±1.40ms        ? ?/sec    1.04     91.0±1.95ms        ? ?/sec
scan/scan@threejs                                            1.00     31.2±1.87ms        ? ?/sec    1.02     31.8±2.13ms        ? ?/sec
scan/scan@threejs10x                                         1.00    321.2±4.73ms        ? ?/sec    1.00    322.7±5.13ms        ? ?/sec

Boshen pushed a commit that referenced this pull request Jun 30, 2025
## [1.0.0-beta.22] - 2025-06-30

### 🚀 Features

- plugin: use `Log` instead of `BuildDiagnostic` for `PluginContext#log` (#5099) by @shulaoda
- plugin: support info/warn/debug in native plugin context (#5098) by @shulaoda
- plugin: support vite plugin custom in `PluginContext#resolve` (#5097) by @shulaoda
- rolldown_plugin_import_glob: align edge cases with `rolldown-vite` (#5094) by @shulaoda
- rolldown_plugin_vite_resolve: align subpath import resolution (#5093) by @shulaoda
- add commonjs tree shake option (#5096) by @IWANABETHATGUY
- rolldown_plugin_web_worker_post: align with `rolldown-vite` (#5092) by @shulaoda
- manual-chunks: support `getModuleInfo` (#5087) by @hyf0
- advanced-chunks: support `getModuleInfo` in `groups.{group}.name` (#5086) by @hyf0

### 🚜 Refactor

- rolldown_loader_utils: inline unnecessary `binary_to_esm` (#5100) by @shulaoda

### ⚡ Performance

- hmr: remove `console.debug` in `runtime.registerModule` (#5091) by @sapphi-red
- hmr: remove no-op `runtime.__toCommonJS` call (#5089) by @sapphi-red

### ⚙️ Miscellaneous Tasks

- deps: lock file maintenance rust crates (#5105) by @renovate[bot]
- deps: lock file maintenance npm packages (#5104) by @renovate[bot]
- deps: update rust crate schemars to v1 (#5103) by @renovate[bot]
- deps: update dependency vite to v7 (#5102) by @renovate[bot]
- deps: update github-actions (#5101) by @renovate[bot]
- deps: update dependency rolldown-plugin-dts to v0.13.12 (#5088) by @renovate[bot]
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