Skip to content
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

chore(deps): update dependency justinrainbow/json-schema to v6 #134

Open
wants to merge 1 commit into
base: devel
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jul 30, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
justinrainbow/json-schema 5.3.0 -> 6.0.0 age adoption passing confidence

Release Notes

jsonrainbow/json-schema (justinrainbow/json-schema)

v6.0.0

Compare Source

Added
  • Add URI translation, package:// URI scheme & bundle spec schemas (#​362)
  • Add quiet option (#​382)
  • Add option to disable validation of "format" constraint (#​383)
  • Add more unit tests (#​366)
  • Reset errors prior to validation (#​386)
  • Allow the schema to be an associative array (#​389)
  • Enable FILTER_FLAG_EMAIL_UNICODE for email format if present (#​398)
  • Add enum wrapper (#​375)
  • Add option to validate the schema (#​357)
  • Add support for "const" (#​507)
  • Added note about supported Draft versions (#​620)
  • Add linting GH action
Changed
  • Centralize errors (#​364)
  • Revert "An email is a string, not much else." (#​373)
  • Improvements to type coercion (#​384)
  • Don't add a file:// prefix to URI that already have a scheme (#​455)
  • Enhancement: Normalize composer.json (#​505)
  • Correct echo sprintf for printf (#​634)
  • Streamline validation of Regex (#​650)
  • Streamline validation of patternProperties Regex (#​653)
  • Switch to GH Actions (#​670)
  • Updated PHPStan
  • Remove unwanted whitespace (#​700)
  • Bump to v4 versions of GitHub actions (#​722)
  • Update references to jsonrainbow (#​725)
Deprecated
  • Mark check() and coerce() as deprecated (#​476)
Removed
  • Remove stale files from #​357 (obviated by #​362) (#​400)
  • Remove unnecessary fallbacks when args accept null
  • Removed unused variable in UndefinedConstraint (#​698)
  • Remove dead block of code (#​710)
Fixed
  • Add use line for InvalidArgumentException (#​370)
  • Add use line for InvalidArgumentException & adjust scope (#​372)
  • Add provided schema under a dummy / internal URI (fixes #​376) (#​378)
  • Don't throw exceptions until after checking anyOf / oneOf (#​394)
  • Fix infinite recursion on some schemas when setting defaults (#​359) (#​365)
  • Fix autoload to work properly with composer dependencies (#​401)
  • Ignore $ref siblings & abort on infinite-loop references (#​437)
  • Don't cast multipleOf to be an integer for the error message (#​471)
  • Strict Enum/Const Object Checking (#​518)
  • Return original value when no cast (#​535)
  • Allow marc-mabe/php-enum v2.x and v3.x. (#​464)
  • Deprecated warning message on composer install command (#​614)
  • Allow marc-mabe/php-enum v4.x (#​629)
  • Fixed method convertJsonPointerIntoPropertyPath in wrong class (#​655)
  • Fix type validation failing for "any" and false-y type wording (#​686)
  • Correct code style
  • Fix: Clean up .gitattributes (#​687)
  • Fix: Order friendsofphp/php-cs-fixer rules (#​688)
  • HTTP to HTTPS redirection breaks remote reference resolution (#​709)
  • Corrected several typos and code style issues

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 PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the renovate label Jul 30, 2024
@coveralls
Copy link

coveralls commented Jul 30, 2024

Coverage Status

coverage: 57.758%. remained the same
when pulling e88ece2 on renovate/justinrainbow-json-schema-6.x
into 55d6fb8 on devel.

@renovate renovate bot force-pushed the renovate/justinrainbow-json-schema-6.x branch from 471441e to a8b25ef Compare July 30, 2024 22:45
@renovate renovate bot force-pushed the renovate/justinrainbow-json-schema-6.x branch 5 times, most recently from 7ec1670 to ae336e5 Compare August 14, 2024 00:37
@renovate renovate bot force-pushed the renovate/justinrainbow-json-schema-6.x branch 2 times, most recently from d1101cb to 8344024 Compare August 23, 2024 18:43
@renovate renovate bot force-pushed the renovate/justinrainbow-json-schema-6.x branch 2 times, most recently from 998dcff to df92189 Compare September 2, 2024 01:23
@renovate renovate bot force-pushed the renovate/justinrainbow-json-schema-6.x branch 3 times, most recently from cfb0e6c to 5fc57c4 Compare October 10, 2024 19:05
@renovate renovate bot force-pushed the renovate/justinrainbow-json-schema-6.x branch 4 times, most recently from ded4613 to 70d373b Compare October 31, 2024 17:33
@renovate renovate bot force-pushed the renovate/justinrainbow-json-schema-6.x branch 4 times, most recently from 2a121a0 to fd4ac3a Compare November 13, 2024 19:54
@renovate renovate bot force-pushed the renovate/justinrainbow-json-schema-6.x branch from fd4ac3a to 422c159 Compare November 18, 2024 18:56
@renovate renovate bot force-pushed the renovate/justinrainbow-json-schema-6.x branch 3 times, most recently from 6c5d66d to e597bed Compare December 10, 2024 03:43
@renovate renovate bot changed the title chore(deps): update dependency justinrainbow/json-schema to v6 chore(deps): update dependency justinrainbow/json-schema to v6 - autoclosed Dec 16, 2024
@renovate renovate bot closed this Dec 16, 2024
@renovate renovate bot deleted the renovate/justinrainbow-json-schema-6.x branch December 16, 2024 16:01
@renovate renovate bot changed the title chore(deps): update dependency justinrainbow/json-schema to v6 - autoclosed chore(deps): update dependency justinrainbow/json-schema to v6 Dec 16, 2024
@renovate renovate bot reopened this Dec 16, 2024
@renovate renovate bot force-pushed the renovate/justinrainbow-json-schema-6.x branch 5 times, most recently from fd91a58 to afd4bd0 Compare December 23, 2024 03:26
@renovate renovate bot force-pushed the renovate/justinrainbow-json-schema-6.x branch from afd4bd0 to b06dce2 Compare January 9, 2025 09:40
@renovate renovate bot force-pushed the renovate/justinrainbow-json-schema-6.x branch from b06dce2 to e88ece2 Compare January 9, 2025 21:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant