Fix bundling not de-duplicating equal schemas#669
Merged
Conversation
6d03f84 to
a7bdb28
Compare
Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
a7bdb28 to
f55d4e4
Compare
🤖 Augment PR SummarySummary: This PR fixes schema bundling so that identical schemas (especially embedded resources) are properly de-duplicated instead of being treated as conflicting duplicates. Changes:
Technical Notes: The new behavior relies on resource identifiers (absolute URIs via 🤖 Was this summary useful? React with 👍 or 👎 |
Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
tmeijn
pushed a commit
to tmeijn/dotfiles
that referenced
this pull request
Feb 24, 2026
This MR contains the following updates: | Package | Update | Change | |---|---|---| | [sourcemeta/jsonschema](https://github.com/sourcemeta/jsonschema) | patch | `v14.13.3` → `v14.13.4` | MR created with the help of [el-capitano/tools/renovate-bot](https://gitlab.com/el-capitano/tools/renovate-bot). **Proposed changes to behavior should be submitted there as MRs.** --- ### Release Notes <details> <summary>sourcemeta/jsonschema (sourcemeta/jsonschema)</summary> ### [`v14.13.4`](https://github.com/sourcemeta/jsonschema/releases/tag/v14.13.4) [Compare Source](sourcemeta/jsonschema@v14.13.3...v14.13.4) #### What's Changed - Fix bundling not de-duplicating equal schemas by [@​jviotti](https://github.com/jviotti) in [#​669](sourcemeta/jsonschema#669) - Improve error handling on `--resolve` meta-schema errors by [@​jviotti](https://github.com/jviotti) in [#​673](sourcemeta/jsonschema#673) - Respect ordering of `--resolve` arguments to avoid meta-schema ambiguity by [@​jviotti](https://github.com/jviotti) in [#​674](sourcemeta/jsonschema#674) **Full Changelog**: <sourcemeta/jsonschema@v14.13.3...v14.13.4> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever MR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this MR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box --- This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4zMS4xIiwidXBkYXRlZEluVmVyIjoiNDMuMzEuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiUmVub3ZhdGUgQm90IiwiYXV0b21hdGlvbjpib3QtYXV0aG9yZWQiLCJkZXBlbmRlbmN5LXR5cGU6OnBhdGNoIl19-->
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.
Signed-off-by: Juan Cruz Viotti jv@jviotti.com