-
Notifications
You must be signed in to change notification settings - Fork 21
chore: mention mise
and aqua
in the readme
#409
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
11a6372
to
dafb107
Compare
### From mise | ||
|
||
```sh | ||
mise use jsonschema |
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.
Interesting. I never hears about these package managers. Are they specifically integrating with this tool? Might be worth putting a link to their homepages and the manifests that they have created for this tool, if any?
For the context, I use To make The idea was to add just a short note that |
Nice! Sounds very interesting indeed. If you can add a link to the |
Signed-off-by: mrazauskas <tom@mrazauskas.de>
dafb107
to
314f9fb
Compare
Yes but.. (; I was thinking to add the For me it seems that all this are only implementation details, or? |
Yeah, no worries. We can merge and feel free to send follow up PRs updating the docs if you want! |
Merged! Thanks a lot @mrazauskas. Out of curiosity, what are you using the tool for? |
Great! I use Your approach of schema tests is exactly what I was looking for some time. The tests live here. By the way, |
That's amazing to hear 🚀 . If you have any feature requests around JSON Schema, just let me know. We are always trying to get more feedback from real-world use cases like yours. |
⚠️ **CAUTION: this is a major update, indicating a breaking change!**⚠️ This MR contains the following updates: | Package | Update | Change | |---|---|---| | [sourcemeta/jsonschema](https://github.com/sourcemeta/jsonschema) | major | `v10.0.0` -> `v11.0.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> ### [`v11.0.0`](https://github.com/sourcemeta/jsonschema/releases/tag/v11.0.0) [Compare Source](sourcemeta/jsonschema@v10.0.0...v11.0.0) #### What's Changed - Deploy CLI binaries to PyPI by [@​jviotti](https://github.com/jviotti) in sourcemeta/jsonschema#407 - Mention the `mise` package manager in the README by [@​mrazauskas](https://github.com/mrazauskas) in sourcemeta/jsonschema#409 - Implement new linting rules (`additional_items_with_schema_items`, `draft_official_dialect_without_empty_fragment`, `else_empty`, `then_empty`, and `modern_official_dialect_with_empty_fragment`) [@​jviotti](https://github.com/jviotti) in sourcemeta/jsonschema#410 - Add new linting rules around `propertyNames` by [@​jviotti](https://github.com/jviotti) in sourcemeta/jsonschema#413 - Implement new linting rules (`draft_ref_siblings` and `equal_numeric_bounds_to_const`) by [@​jviotti](https://github.com/jviotti) in sourcemeta/jsonschema#414 - Extend the scope of the `non_applicable_type_specific_keywords` linting rule to cover `const` and `enum` by [@​jviotti](https://github.com/jviotti) in sourcemeta/jsonschema#414 - Stop moving all unknown keywords to the bottom of the schemas in `fmt` by [@​jviotti](https://github.com/jviotti) in sourcemeta/jsonschema#414 - Provide better error messages on relative meta-schema references by [@​jviotti](https://github.com/jviotti) in sourcemeta/jsonschema#415 - Minor revisions to schema locations in `inspect --json` by [@​jviotti](https://github.com/jviotti) in sourcemeta/jsonschema#415 #### New Contributors - [@​mrazauskas](https://github.com/mrazauskas) made their first contribution in sourcemeta/jsonschema#409 **Full Changelog**: sourcemeta/jsonschema@v10.0.0...v11.0.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:eyJjcmVhdGVkSW5WZXIiOiI0MS41MS4xIiwidXBkYXRlZEluVmVyIjoiNDEuNTEuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiUmVub3ZhdGUgQm90Il19-->
Please, consider mentioning
mise
andaqua
in the readme.Reference:
jsonschema
was recently added to theaqua
(aquaproj/aqua-registry#39066) andmise
(jdx/mise#5714) registries.Thanks for this project! I was looking for a tool like this one for some time.