myparcelnl / pdk

MyParcel Plugin Development Kit
0 stars 0 forks source link

build(deps): update justinrainbow/json-schema requirement from ^5.2 to ^5.2 || ^6.0 #295

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Updates the requirements on justinrainbow/json-schema to permit the latest version.

Release notes

Sourced from justinrainbow/json-schema's releases.

Version 6.0.0

[6.0.0] - 2024-07-30

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)

... (truncated)

Changelog

Sourced from justinrainbow/json-schema's changelog.

[6.0.0] - 2024-07-30

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)

... (truncated)

Commits
  • a38c619 docs: Add release version & data to changelog
  • 957ac43 Merge pull request #732 from jsonrainbow/Prepare-release-6
  • daee7cc docs: Add changelog and upgrade documentation
  • 47708f5 Merge pull request #709 from DannyvdSluijs/Issue-694
  • db59a8d Update references to jsonrainbow (#725)
  • 4f0e8f2 style: Correct code style violations
  • 4479f6e fix: Parse headers in reverse order to match with last header avoiding matche...
  • e6ea522 test: Remove file_get_contents override and incorrect/invaluable tests
  • b7475c0 test: Add test failure
  • 9e3c631 Merge pull request #710 from DannyvdSluijs/pr-641-alternative
  • Additional commits viewable in compare view


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 1 month ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.