Improve invalid pattern regex error messages and a regex bug#679
Merged
Improve invalid pattern regex error messages and a regex bug#679
pattern regex error messages and a regex bug#679Conversation
Fixes: #678 Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
9b9f412 to
3903f2f
Compare
🤖 Augment PR SummarySummary: Improves CLI diagnostics when schemas contain invalid regular expressions (e.g., invalid JSON Schema Changes:
Technical Notes: Vendor updates also include a Blaze evaluator dispatch refactor and several Core library changes (new preprocessor/forceinline utilities, URI template router view hardening, and additional I/O helpers). 🤖 Was this summary useful? React with 👍 or 👎 |
e4ed6dd to
cc4714f
Compare
pattern regex error messagespattern regex error messages and a regex bug
tmeijn
pushed a commit
to tmeijn/dotfiles
that referenced
this pull request
Mar 11, 2026
This MR contains the following updates: | Package | Update | Change | |---|---|---| | [sourcemeta/jsonschema](https://github.com/sourcemeta/jsonschema) | minor | `v14.13.4` → `v14.14.2` | 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.14.2`](https://github.com/sourcemeta/jsonschema/releases/tag/v14.14.2) [Compare Source](sourcemeta/jsonschema@v14.14.1...v14.14.2) #### What's Changed - Fix a false negative case of `required_properties_in_properties` in `lint` by [@​jviotti](https://github.com/jviotti) in [#​681](sourcemeta/jsonschema#681) **Full Changelog**: <sourcemeta/jsonschema@v14.14.1...v14.14.2> ### [`v14.14.1`](https://github.com/sourcemeta/jsonschema/releases/tag/v14.14.1) [Compare Source](sourcemeta/jsonschema@v14.14.0...v14.14.1) #### What's Changed - Fix NPM tests by [@​jviotti](https://github.com/jviotti) in [#​680](sourcemeta/jsonschema#680) **Full Changelog**: <sourcemeta/jsonschema@v14.14.0...v14.14.1> ### [`v14.14.0`](https://github.com/sourcemeta/jsonschema/releases/tag/v14.14.0) [Compare Source](sourcemeta/jsonschema@v14.13.4...v14.14.0) #### What's Changed - Better distinguish error categories using different exit codes by [@​RitoG09](https://github.com/RitoG09) in [#​648](sourcemeta/jsonschema#648) - Run a real FUSE test on CI on Linux by [@​jviotti](https://github.com/jviotti) in [#​652](sourcemeta/jsonschema#652) - Improve invalid `pattern` regex error messages and a regex bug by [@​jviotti](https://github.com/jviotti) in [#​679](sourcemeta/jsonschema#679) #### New Contributors - [@​RitoG09](https://github.com/RitoG09) made their first contribution in [#​648](sourcemeta/jsonschema#648) **Full Changelog**: <sourcemeta/jsonschema@v14.13.4...v14.14.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:eyJjcmVhdGVkSW5WZXIiOiI0My41NS4zIiwidXBkYXRlZEluVmVyIjoiNDMuNTcuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiUmVub3ZhdGUgQm90IiwiYXV0b21hdGlvbjpib3QtYXV0aG9yZWQiLCJkZXBlbmRlbmN5LXR5cGU6Om1pbm9yIl19-->
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.
Fixes: #678
Signed-off-by: Juan Cruz Viotti jv@jviotti.com