-
Notifications
You must be signed in to change notification settings - Fork 24
Implement a canonicalize command
#585
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
🤖 Augment PR SummarySummary: Adds a new Changes:
Technical Notes: Implementation uses 🤖 Was this summary useful? React with 👍 or 👎 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Review completed. 2 suggestions posted.
Comment augment review to trigger a new review at any time.
eca077c to
635ff92
Compare
Signed-off-by: Juan Cruz Viotti <[email protected]>
635ff92 to
8eb59b5
Compare
This MR contains the following updates: | Package | Update | Change | |---|---|---| | [sourcemeta/jsonschema](https://github.com/sourcemeta/jsonschema) | minor | `v13.2.1` → `v13.6.0` | 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> ### [`v13.6.0`](https://github.com/sourcemeta/jsonschema/releases/tag/v13.6.0) [Compare Source](sourcemeta/jsonschema@v13.5.0...v13.6.0) #### What's Changed - Emit CTRF output on `test` when `--json` is passed by [@​jviotti](https://github.com/jviotti) in [#​593](sourcemeta/jsonschema#593) - Disable `orphan_definitions` for now by [@​jviotti](https://github.com/jviotti) in [#​594](sourcemeta/jsonschema#594) **Full Changelog**: <sourcemeta/jsonschema@v13.5.0...v13.6.0> ### [`v13.5.0`](https://github.com/sourcemeta/jsonschema/releases/tag/v13.5.0) [Compare Source](sourcemeta/jsonschema@v13.4.0...v13.5.0) #### What's Changed - Fix minor shell auto-completion mismatches by [@​jviotti](https://github.com/jviotti) in [#​587](sourcemeta/jsonschema#587) - Lint property names that are not code-generation friendly by [@​jviotti](https://github.com/jviotti) in [#​588](sourcemeta/jsonschema#588) **Full Changelog**: <sourcemeta/jsonschema@v13.4.0...v13.5.0> ### [`v13.4.0`](https://github.com/sourcemeta/jsonschema/releases/tag/v13.4.0) [Compare Source](sourcemeta/jsonschema@v13.3.0...v13.4.0) #### What's Changed - Add various linter and canonicalizer new rules by [@​jviotti](https://github.com/jviotti) in [#​586](sourcemeta/jsonschema#586) **Full Changelog**: <sourcemeta/jsonschema@v13.3.0...v13.4.0> ### [`v13.3.0`](https://github.com/sourcemeta/jsonschema/releases/tag/v13.3.0) [Compare Source](sourcemeta/jsonschema@v13.2.1...v13.3.0) #### What's Changed - Implement a `canonicalize` command by [@​jviotti](https://github.com/jviotti) in [#​585](sourcemeta/jsonschema#585) **Full Changelog**: <sourcemeta/jsonschema@v13.2.1...v13.3.0> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever MR becomes conflicted, 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:eyJjcmVhdGVkSW5WZXIiOiI0Mi42NC4xIiwidXBkYXRlZEluVmVyIjoiNDIuNjYuOCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiUmVub3ZhdGUgQm90IiwiYXV0b21hdGlvbjpib3QtYXV0aG9yZWQiLCJkZXBlbmRlbmN5LXR5cGU6Om1pbm9yIl19-->
Signed-off-by: Juan Cruz Viotti [email protected]