Skip to content

Conversation

@jviotti
Copy link
Member

@jviotti jviotti commented Nov 17, 2025

Fixes: sourcemeta/studio#67
Signed-off-by: Juan Cruz Viotti jv@jviotti.com

Fixes: sourcemeta/studio#67
Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
@jviotti jviotti merged commit 036d0e4 into main Nov 18, 2025
11 checks passed
@jviotti jviotti deleted the linting-issues branch November 18, 2025 13:04
tmeijn pushed a commit to tmeijn/dotfiles that referenced this pull request Nov 21, 2025
This MR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [sourcemeta/jsonschema](https://github.com/sourcemeta/jsonschema) | minor | `v12.2.1` -> `v12.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>

### [`v12.6.0`](https://github.com/sourcemeta/jsonschema/releases/tag/v12.6.0)

[Compare Source](sourcemeta/jsonschema@v12.5.1...v12.6.0)

#### What's Changed

- Extend `validate` to take directories as input by [@&#8203;jviotti](https://github.com/jviotti) in [#&#8203;546](sourcemeta/jsonschema#546)

**Full Changelog**: <sourcemeta/jsonschema@v12.5.1...v12.6.0>

### [`v12.5.1`](https://github.com/sourcemeta/jsonschema/releases/tag/v12.5.1)

[Compare Source](sourcemeta/jsonschema@v12.5.0...v12.5.1)

#### What's Changed

- Fix formatting inconsistencies of high-precision real numbers by [@&#8203;jviotti](https://github.com/jviotti) in [#&#8203;549](sourcemeta/jsonschema#549)

**Full Changelog**: <sourcemeta/jsonschema@v12.5.0...v12.5.1>

### [`v12.5.0`](https://github.com/sourcemeta/jsonschema/releases/tag/v12.5.0)

[Compare Source](sourcemeta/jsonschema@v12.4.0...v12.5.0)

#### What's Changed

- Add a linter rule to detect invalid local `$ref`s by [@&#8203;jviotti](https://github.com/jviotti) in [#&#8203;544](sourcemeta/jsonschema#544)
- Improve handling of high-precision real numbers by [@&#8203;jviotti](https://github.com/jviotti) in [#&#8203;548](sourcemeta/jsonschema#548)

**Full Changelog**: <sourcemeta/jsonschema@v12.4.0...v12.5.0>

### [`v12.4.0`](https://github.com/sourcemeta/jsonschema/releases/tag/v12.4.0)

[Compare Source](sourcemeta/jsonschema@v12.3.0...v12.4.0)

#### What's Changed

- More strictly reject `$ref` sibling to keywords like `$id` and `$schema` in JSON Schema Draft 7 and older [@&#8203;jviotti](https://github.com/jviotti) in [#&#8203;541](sourcemeta/jsonschema#541)
- Configure Bash auto-completion for the Ubuntu Snap by [@&#8203;jviotti](https://github.com/jviotti) in [#&#8203;540](sourcemeta/jsonschema#540)
- Improve linter with regards to cross-dialect embedded resources by [@&#8203;jviotti](https://github.com/jviotti) in [#&#8203;542](sourcemeta/jsonschema#542)

**Full Changelog**: <sourcemeta/jsonschema@v12.3.0...v12.4.0>

### [`v12.3.0`](https://github.com/sourcemeta/jsonschema/releases/tag/v12.3.0)

[Compare Source](sourcemeta/jsonschema@v12.2.1...v12.3.0)

#### What's Changed

- Support Bash and Zsh autocompletion by [@&#8203;jviotti](https://github.com/jviotti) in [#&#8203;538](sourcemeta/jsonschema#538)
  - Note: these files are now present in the final archive, but you might need to manually source them depending on your preferred installation mechanism
- Add decimal arbitrary precision support (as a fallback that only applies to `std::int64_t` and `double` parsing failures) by [@&#8203;jviotti](https://github.com/jviotti) in [#&#8203;539](sourcemeta/jsonschema#539)
- Fix various linting auto fixing rules that would lead to semantically different schemas by [@&#8203;jviotti](https://github.com/jviotti) in [#&#8203;539](sourcemeta/jsonschema#539)

**Full Changelog**: <sourcemeta/jsonschema@v12.2.1...v12.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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNzMuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE3My4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJSZW5vdmF0ZSBCb3QiXX0=-->
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.

Embedded schemas aren't handled properly

2 participants