chore(deps): update rust crate schemars to v1#5103
Merged
renovate[bot] merged 2 commits intomainfrom Jun 29, 2025
Merged
Conversation
✅ Deploy Preview for rolldown-rs canceled.
|
25b11a7 to
a295c08
Compare
a295c08 to
6ae385e
Compare
Contributor
Author
Edited/Blocked NotificationRenovate 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. |
Contributor
Benchmarks Rust |
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]
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.9.0->1.0.0Release Notes
GREsau/schemars (schemars)
v1.0.3Compare Source
Fixed
transparent(or newtype) struct and its field (https://github.com/GREsau/schemars/issues/446)json_schema!()macro compatibility when used from pre-2021 rust editions (https://github.com/GREsau/schemars/pull/447)v1.0.2Compare Source
Fixed
v1.0.1Compare Source
Fixed
JsonSchemawithno_stdbroken due tostd::borrow::ToOwnedtrait not being in scope (https://github.com/GREsau/schemars/issues/441)v1.0.0Compare 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
JsonSchemaand usingschema_for!()orSchemaGenerator) 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 containersSchema::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$refvalue using that method.Fixed
$refvalue (https://github.com/GREsau/schemars/pull/436)SchemaGenerator::subschema_for, reducing LLVM line count and improving compile times (https://github.com/GREsau/schemars/pull/439)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.
This PR was generated by Mend Renovate. View the repository job log.