-
-
Notifications
You must be signed in to change notification settings - Fork 81
chore(deps): update opis/json-schema requirement from 2.3 to 2.4.1 in /tools/src/test/php #560
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
Merged
jkowalleck
merged 1 commit into
master
from
dependabot/composer/tools/src/test/php/opis/json-schema-2.4.1
Jan 4, 2025
Merged
chore(deps): update opis/json-schema requirement from 2.3 to 2.4.1 in /tools/src/test/php #560
jkowalleck
merged 1 commit into
master
from
dependabot/composer/tools/src/test/php/opis/json-schema-2.4.1
Jan 4, 2025
Conversation
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
Updates the requirements on [opis/json-schema](https://github.com/opis/json-schema) to permit the latest version. - [Release notes](https://github.com/opis/json-schema/releases) - [Commits](opis/json-schema@2.3.0...2.4.1) --- updated-dependencies: - dependency-name: opis/json-schema dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
jkowalleck
approved these changes
Jan 4, 2025
n1ckl0sk0rtge
pushed a commit
to n1ckl0sk0rtge/specification
that referenced
this pull request
Feb 11, 2025
… /tools/src/test/php (CycloneDX#560) Updates the requirements on [opis/json-schema](https://github.com/opis/json-schema) to permit the latest version. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/opis/json-schema/releases">opis/json-schema's releases</a>.</em></p> <blockquote> <h2>v2.4.1</h2> <p>Fixes</p> <ul> <li>minor fixes to <code>Helper::isMultipleOf()</code> (<a href="https://redirect.github.com/opis/json-schema/issues/126">#126</a>)</li> </ul> <p>Also see <a href="https://github.com/opis/json-schema/releases/tag/2.4.0">changes in 2.4.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/opis/json-schema/commit/712827751c62b465daae6e725bf0cf5ffbf965e1"><code>7128277</code></a> Updated isMultipleOf helper</li> <li><a href="https://github.com/opis/json-schema/commit/a3be216465647f62f11a1e22d955daafa90959c5"><code>a3be216</code></a> Updated readme</li> <li><a href="https://github.com/opis/json-schema/commit/ddf937c77e40409fa53e4c795b3c1943e47e71f7"><code>ddf937c</code></a> StopAtFirstError (<a href="https://redirect.github.com/opis/json-schema/issues/147">#147</a>)</li> <li><a href="https://github.com/opis/json-schema/commit/d1389724c96f31335045c799207c79621268f177"><code>d138972</code></a> Fixed error message</li> <li><a href="https://github.com/opis/json-schema/commit/955ec444d6b813a3b0a72286859548a3e03cf2c3"><code>955ec44</code></a> Merge pull request <a href="https://redirect.github.com/opis/json-schema/issues/111">#111</a> from jsawo/patch-1</li> <li><a href="https://github.com/opis/json-schema/commit/5346c2e198b0ceb7fcc44e03d108c67864139581"><code>5346c2e</code></a> Merge pull request <a href="https://redirect.github.com/opis/json-schema/issues/109">#109</a> from dontub/patch-1</li> <li><a href="https://github.com/opis/json-schema/commit/7edd7818493077308cb917ec523f4c7606ed8b63"><code>7edd781</code></a> Fixed maxLength 0 bug</li> <li><a href="https://github.com/opis/json-schema/commit/c09b18d1bfddec20dc92fd4e93096b655efc331a"><code>c09b18d</code></a> Added php 8.3 to tests</li> <li><a href="https://github.com/opis/json-schema/commit/91a967595a91c78b0d2ad80e6e9bfa514fc074e0"><code>91a9675</code></a> Merge pull request <a href="https://redirect.github.com/opis/json-schema/issues/130">#130</a> from andrewmy/add-php-8.2</li> <li><a href="https://github.com/opis/json-schema/commit/61c06b8295373203711e593121d95d7a4b6f29c7"><code>61c06b8</code></a> Add PHP 8.2 to tests</li> <li>Additional commits viewable in <a href="https://github.com/opis/json-schema/compare/2.3.0...2.4.1">compare view</a></li> </ul> </details> <br /> 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 <dependency name> 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) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
n1ckl0sk0rtge
pushed a commit
to n1ckl0sk0rtge/specification
that referenced
this pull request
Feb 11, 2025
… /tools/src/test/php (CycloneDX#560) Updates the requirements on [opis/json-schema](https://github.com/opis/json-schema) to permit the latest version. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/opis/json-schema/releases">opis/json-schema's releases</a>.</em></p> <blockquote> <h2>v2.4.1</h2> <p>Fixes</p> <ul> <li>minor fixes to <code>Helper::isMultipleOf()</code> (<a href="https://redirect.github.com/opis/json-schema/issues/126">#126</a>)</li> </ul> <p>Also see <a href="https://github.com/opis/json-schema/releases/tag/2.4.0">changes in 2.4.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/opis/json-schema/commit/712827751c62b465daae6e725bf0cf5ffbf965e1"><code>7128277</code></a> Updated isMultipleOf helper</li> <li><a href="https://github.com/opis/json-schema/commit/a3be216465647f62f11a1e22d955daafa90959c5"><code>a3be216</code></a> Updated readme</li> <li><a href="https://github.com/opis/json-schema/commit/ddf937c77e40409fa53e4c795b3c1943e47e71f7"><code>ddf937c</code></a> StopAtFirstError (<a href="https://redirect.github.com/opis/json-schema/issues/147">#147</a>)</li> <li><a href="https://github.com/opis/json-schema/commit/d1389724c96f31335045c799207c79621268f177"><code>d138972</code></a> Fixed error message</li> <li><a href="https://github.com/opis/json-schema/commit/955ec444d6b813a3b0a72286859548a3e03cf2c3"><code>955ec44</code></a> Merge pull request <a href="https://redirect.github.com/opis/json-schema/issues/111">#111</a> from jsawo/patch-1</li> <li><a href="https://github.com/opis/json-schema/commit/5346c2e198b0ceb7fcc44e03d108c67864139581"><code>5346c2e</code></a> Merge pull request <a href="https://redirect.github.com/opis/json-schema/issues/109">#109</a> from dontub/patch-1</li> <li><a href="https://github.com/opis/json-schema/commit/7edd7818493077308cb917ec523f4c7606ed8b63"><code>7edd781</code></a> Fixed maxLength 0 bug</li> <li><a href="https://github.com/opis/json-schema/commit/c09b18d1bfddec20dc92fd4e93096b655efc331a"><code>c09b18d</code></a> Added php 8.3 to tests</li> <li><a href="https://github.com/opis/json-schema/commit/91a967595a91c78b0d2ad80e6e9bfa514fc074e0"><code>91a9675</code></a> Merge pull request <a href="https://redirect.github.com/opis/json-schema/issues/130">#130</a> from andrewmy/add-php-8.2</li> <li><a href="https://github.com/opis/json-schema/commit/61c06b8295373203711e593121d95d7a4b6f29c7"><code>61c06b8</code></a> Add PHP 8.2 to tests</li> <li>Additional commits viewable in <a href="https://github.com/opis/json-schema/compare/2.3.0...2.4.1">compare view</a></li> </ul> </details> <br /> 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 <dependency name> 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) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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.
Updates the requirements on opis/json-schema to permit the latest version.
Release notes
Sourced from opis/json-schema's releases.
Commits
7128277Updated isMultipleOf helpera3be216Updated readmeddf937cStopAtFirstError (#147)d138972Fixed error message955ec44Merge pull request #111 from jsawo/patch-15346c2eMerge pull request #109 from dontub/patch-17edd781Fixed maxLength 0 bugc09b18dAdded php 8.3 to tests91a9675Merge pull request #130 from andrewmy/add-php-8.261c06b8Add PHP 8.2 to testsDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)