Skip to content

Comments

chore(deps): update dependency justinrainbow/json-schema to v6.7.2#22

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/justinrainbow-json-schema-6.x-lockfile
Open

chore(deps): update dependency justinrainbow/json-schema to v6.7.2#22
renovate[bot] wants to merge 1 commit intomainfrom
renovate/justinrainbow-json-schema-6.x-lockfile

Conversation

@renovate
Copy link

@renovate renovate bot commented Feb 7, 2025

This PR contains the following updates:

Package Change Age Confidence
justinrainbow/json-schema 6.0.06.7.2 age confidence

Release Notes

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

v6.7.2

Compare Source

Fixed
  • Fix idn_to_ascii deprecation warning by using INTL_IDNA_VARIANT_UTS46 (#​887)

v6.7.1

Compare Source

Fixed
  • Fix TypeError in pattern property validation with integer keys (#​880)

v6.7.0

Compare Source

Fixed
  • Enforce RFC 1035 hostname label length limits in draft 3/4 (#​878)
  • UriRetriever: Include actual media type in InvalidSchemaMediaTypeException message (#​872)
  • docs: Correct trailing spaces in Markdown (#​873)
Added
  • Feat: Add Draft-07 support (#​847)
  • Automate changelog updates on PR merge (#​874)
Changed
  • Add automated release workflow with changelog integration (#​879)
  • Fix welcome workflow permission errors from forked PRs (#​875)

v6.6.4

Compare Source

Changed
  • ci: Run workflows against 5.x.x branches (#​859)
Fixed
  • UriValidator: Allow file:/ and file:/// (#​856)
  • Fix .php-cs-fixer.dist.php export-ignore (#​861)

v6.6.3

Compare Source

Changed
  • Restricted mark-mabe/php-enum dependency to ^4.4 due to lower versions emitting a warning on PHP 8 (#​854)

v6.6.2

Compare Source

Changed
  • Move PHP 8.5 to default add PHP 8.6 as experimental (#​852)
Fixed
  • Allow underscore and tilde in URI hostnames as per RFC 3986 (#​853)

v6.6.1

Compare Source

Changed
Fixed
  • Don't skip ref expanding for property called enum when child of property called properties (#​851)

v6.6.0

Compare Source

Added
  • Add lint check for class autoloading PSR compliance (#​845)
  • add implementation for strict fully validating using draft-06 schema (#​843)

v6.5.2

Compare Source

Fixed
  • Fix issue when http headers are already present (#​843)

v6.5.1

Compare Source

Changed
  • ci: Add PHP 8.5 to pipeline, ignoring dependencies and as experimental (#​842)

v6.5.0

Compare Source

Changed
  • Update test case to current (PHP) standards (#​831)
  • Upgrade test suite to use generators (#​834)
  • update to latest json schema test suite (#​821)
Fixed
  • Fix PHP 8.5 $http_response_header deprecation (#​840)

v6.4.2

Compare Source

Fixed
  • Fix objects are non-unique despite key order (#​819)
  • Id's not being resolved and id property affects sibling ref which it should not do (#​828)
Changed
  • Added extra breaking change to UPDATE-6.0.md regarding BaseConstraint::addError signature change (#​823)
  • Update constraint class to PHP 7.2 language level (#​824)
  • Update base constraint class to PHP 7.2 language level (#​826)
Added
  • Introduce 32 bits CI workflow on latest php version (#​825)

v6.4.1

Compare Source

Fixed
  • Fix support for 32bits PHP (#​817)

v6.4.0

Compare Source

Added
  • Run PHPStan using the lowest and highest php version (#​811)
Fixed
  • Use parallel-lint and cs2pr for improved feedback on linting errors (#​812)
  • Array with number values with mathematical equality are considered valid (#​813)
Changed
  • Correct PHPStan findings in validator (#​808)
  • Add cs2pr handling for php-cs-fixer; avoid doing composer install (#​814)
  • prepare PHP 8.5 in CI (#​815)

v6.3.1

Compare Source

Fixed
  • ensure numeric issues in const are correctly evaluated (#​805)
  • fix 6.3.0 regression with comparison of null values during validation (#​806)

v6.3.0

Compare Source

Fixed
  • only check minProperties or maxProperties on objects (#​802)
  • replace filter_var for uri and uri-reference to userland code to be RFC 3986 compliant (#​800)
  • avoid duplicate workflow runs (#​804)

v6.2.1

Compare Source

Fixed
  • allow items: true to pass validation (#​801)
Changed
  • Include actual count in collection constraint errors (#​797)

v6.2.0

Compare Source

Added
  • Welcome first time contributors (#​782)
Fixed
  • Add required permissions for welcome action (#​789)
  • Upgrade php cs fixer to latest (#​783)
  • Create deep copy before checking each sub schema in oneOf (#​791)
  • Create deep copy before checking each sub schema in anyOf (#​792)
  • Correctly set the schema ID when passing it as assoc array (#​794)
  • Create deep copy before checking each sub schema in oneOf when only check_mode_apply_defaults is set (#​795)
  • Additional property casted into int when actually is numeric string (#​784)
Changed
  • Used PHPStan's int-mask-of type where applicable (#​779)
  • Fixed some PHPStan errors (#​781)
  • Cleanup redundant checks (#​796)

v6.1.0

Compare Source

Added
  • Add return types in the test suite (#​748)
  • Add test case for validating array of strings with objects (#​704)
  • Add contributing information, contributor recognition and security information (#​771)
Fixed
  • Correct misconfigured mocks in JsonSchema\Tests\Uri\UriRetrieverTest (#​741)
  • Fix pugx badges in README (#​742)
  • Add missing property in UriResolverTest (#​743)
  • Correct casing of paths used in tests (#​745)
  • Resolve deprecations of optional parameter (#​752)
  • Fix wrong combined paths when traversing upward, fixes #​557 (#​652)
  • Correct PHPStan baseline (#​764)
  • Correct spacing issue in README.md (#​763)
  • Format attribute: do not validate data instances that aren't the instance type to validate (#​773)
Changed
  • Bump to minimum PHP 7.2 (#​746)
  • Replace traditional syntax array with short syntax array (#​747)
  • Increase phpstan level to 8 with baseline to swallow existing errors (#​673)
  • Add ext-json to composer.json to ensure JSON extension available (#​759)
  • Add visibility modifiers to class constants (#​757)
  • Include PHP 8.4 in workflow (#​765)
  • Add strict_types=1 to all classes in ./src (#​758)
  • Raise minimum level of marc-mabe/php-enum (#​766)
  • Cleanup test from @​param annotations (#​768)
  • Remove obsolete PHP 7.1 version check (#​772)

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 force-pushed the renovate/justinrainbow-json-schema-6.x-lockfile branch from 4931f4b to 8510515 Compare February 28, 2025 04:00
@renovate renovate bot changed the title fix(deps): update dependency justinrainbow/json-schema to v6.1.0 fix(deps): update dependency justinrainbow/json-schema to v6.2.0 Feb 28, 2025
@renovate renovate bot force-pushed the renovate/justinrainbow-json-schema-6.x-lockfile branch from 8510515 to 78a2e4e Compare March 7, 2025 03:52
@renovate renovate bot changed the title fix(deps): update dependency justinrainbow/json-schema to v6.2.0 fix(deps): update dependency justinrainbow/json-schema to v6.2.1 Mar 7, 2025
@renovate renovate bot force-pushed the renovate/justinrainbow-json-schema-6.x-lockfile branch from 78a2e4e to 103be0a Compare March 15, 2025 00:00
@renovate renovate bot changed the title fix(deps): update dependency justinrainbow/json-schema to v6.2.1 fix(deps): update dependency justinrainbow/json-schema to v6.3.0 Mar 15, 2025
@renovate renovate bot force-pushed the renovate/justinrainbow-json-schema-6.x-lockfile branch from 103be0a to 059888c Compare March 21, 2025 07:55
@renovate renovate bot changed the title fix(deps): update dependency justinrainbow/json-schema to v6.3.0 fix(deps): update dependency justinrainbow/json-schema to v6.3.1 Mar 21, 2025
@renovate renovate bot force-pushed the renovate/justinrainbow-json-schema-6.x-lockfile branch from 059888c to cbe8756 Compare April 3, 2025 23:51
@renovate renovate bot changed the title fix(deps): update dependency justinrainbow/json-schema to v6.3.1 fix(deps): update dependency justinrainbow/json-schema to v6.4.0 Apr 3, 2025
@renovate renovate bot force-pushed the renovate/justinrainbow-json-schema-6.x-lockfile branch from cbe8756 to e695eb0 Compare April 5, 2025 04:04
@renovate renovate bot changed the title fix(deps): update dependency justinrainbow/json-schema to v6.4.0 fix(deps): update dependency justinrainbow/json-schema to v6.4.1 Apr 5, 2025
@renovate renovate bot force-pushed the renovate/justinrainbow-json-schema-6.x-lockfile branch from e695eb0 to 8c92552 Compare June 6, 2025 11:44
@renovate renovate bot changed the title fix(deps): update dependency justinrainbow/json-schema to v6.4.1 fix(deps): update dependency justinrainbow/json-schema to v6.4.2 Jun 6, 2025
@renovate renovate bot changed the title fix(deps): update dependency justinrainbow/json-schema to v6.4.2 fix(deps): update dependency justinrainbow/json-schema to v6.5.1 Sep 1, 2025
@renovate renovate bot force-pushed the renovate/justinrainbow-json-schema-6.x-lockfile branch from 8c92552 to dbd8947 Compare September 1, 2025 11:38
@renovate renovate bot force-pushed the renovate/justinrainbow-json-schema-6.x-lockfile branch from dbd8947 to 4b62d7c Compare September 11, 2025 08:08
@renovate renovate bot changed the title fix(deps): update dependency justinrainbow/json-schema to v6.5.1 fix(deps): update dependency justinrainbow/json-schema to v6.5.2 Sep 11, 2025
@renovate renovate bot changed the title fix(deps): update dependency justinrainbow/json-schema to v6.5.2 chore(deps): update dependency justinrainbow/json-schema to v6.5.2 Sep 26, 2025
@renovate renovate bot force-pushed the renovate/justinrainbow-json-schema-6.x-lockfile branch from 4b62d7c to 8539509 Compare October 10, 2025 19:46
@renovate renovate bot changed the title chore(deps): update dependency justinrainbow/json-schema to v6.5.2 chore(deps): update dependency justinrainbow/json-schema to v6.6.0 Oct 10, 2025
@renovate renovate bot force-pushed the renovate/justinrainbow-json-schema-6.x-lockfile branch from 8539509 to 336523d Compare November 8, 2025 07:54
@renovate renovate bot changed the title chore(deps): update dependency justinrainbow/json-schema to v6.6.0 chore(deps): update dependency justinrainbow/json-schema to v6.6.1 Nov 8, 2025
@renovate renovate bot force-pushed the renovate/justinrainbow-json-schema-6.x-lockfile branch from 336523d to bb5394a Compare November 29, 2025 15:08
@renovate renovate bot changed the title chore(deps): update dependency justinrainbow/json-schema to v6.6.1 chore(deps): update dependency justinrainbow/json-schema to v6.6.2 Nov 29, 2025
@renovate renovate bot force-pushed the renovate/justinrainbow-json-schema-6.x-lockfile branch from bb5394a to 34a98a0 Compare December 2, 2025 23:06
@renovate renovate bot changed the title chore(deps): update dependency justinrainbow/json-schema to v6.6.2 chore(deps): update dependency justinrainbow/json-schema to v6.6.3 Dec 2, 2025
@renovate renovate bot force-pushed the renovate/justinrainbow-json-schema-6.x-lockfile branch from 34a98a0 to 11912f6 Compare January 3, 2026 11:12
@renovate renovate bot changed the title chore(deps): update dependency justinrainbow/json-schema to v6.6.3 chore(deps): update dependency justinrainbow/json-schema to v6.6.4 Jan 3, 2026
@renovate renovate bot changed the title chore(deps): update dependency justinrainbow/json-schema to v6.6.4 chore(deps): update dependency justinrainbow/json-schema to v6.7.1 Feb 14, 2026
@renovate renovate bot force-pushed the renovate/justinrainbow-json-schema-6.x-lockfile branch from 11912f6 to d451ca3 Compare February 14, 2026 03:56
@renovate renovate bot force-pushed the renovate/justinrainbow-json-schema-6.x-lockfile branch from d451ca3 to ffac395 Compare February 16, 2026 12:09
@renovate renovate bot changed the title chore(deps): update dependency justinrainbow/json-schema to v6.7.1 chore(deps): update dependency justinrainbow/json-schema to v6.7.2 Feb 16, 2026
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.

0 participants