Skip to content

Conversation

@reedy
Copy link
Contributor

@reedy reedy commented Dec 16, 2025

Description

.php-cs-fixer.dist.php is incorrectly being included.

Related Issue

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update
  • Code refactoring
  • Other (please describe):

Checklist

  • I have read the CONTRIBUTING guidelines
  • My code follows the code style of this project
  • I have added tests that prove my fix is effective or that my feature works
  • All new and existing tests pass
  • I have updated the documentation accordingly
  • My changes generate no new warnings

Additional Notes

@DannyvdSluijs DannyvdSluijs merged commit bf411cd into jsonrainbow:main Dec 19, 2025
18 checks passed
@reedy reedy deleted the patch-2 branch December 19, 2025 16:18
Universal-Omega pushed a commit to miraheze/mw-config that referenced this pull request Jan 6, 2026
Updates the requirements on
[justinrainbow/json-schema](https://github.com/jsonrainbow/json-schema)
to permit the latest version.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/jsonrainbow/json-schema/releases">justinrainbow/json-schema's
releases</a>.</em></p>
<blockquote>
<h2>6.6.4</h2>
<h2>What's Changed</h2>
<ul>
<li>ci: Run workflows against 5.x.x branches by <a
href="https://github.com/DannyvdSluijs"><code>@​DannyvdSluijs</code></a>
in <a
href="https://redirect.github.com/jsonrainbow/json-schema/pull/859">jsonrainbow/json-schema#859</a></li>
<li>UriValidator file: tests/fix(es) by <a
href="https://github.com/alcohol"><code>@​alcohol</code></a> in <a
href="https://redirect.github.com/jsonrainbow/json-schema/pull/858">jsonrainbow/json-schema#858</a></li>
<li>.gitattributes: Fix .php-cs-fixer.dist.php export-ignore by <a
href="https://github.com/reedy"><code>@​reedy</code></a> in <a
href="https://redirect.github.com/jsonrainbow/json-schema/pull/861">jsonrainbow/json-schema#861</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/jsonrainbow/json-schema/compare/6.6.3...6.6.4">https://github.com/jsonrainbow/json-schema/compare/6.6.3...6.6.4</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/jsonrainbow/json-schema/blob/main/CHANGELOG.md">justinrainbow/json-schema's
changelog</a>.</em></p>
<blockquote>
<h2>[6.6.4] - 2025-12-19</h2>
<h3>Changed</h3>
<ul>
<li>ci: Run workflows against 5.x.x branches (<a
href="https://redirect.github.com/jsonrainbow/json-schema/pull/859">#859</a>)</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>UriValidator: Allow <code>file:/</code> and <code>file:///</code>
(<a
href="https://github.com/jsonrainbow/json-schema/discussions/856">#856</a>)</li>
<li>Fix .php-cs-fixer.dist.php export-ignore (<a
href="https://github.com/jsonrainbow/json-schema/discussions/861">#861</a>)</li>
</ul>
<h2>[6.6.3] - 2025-12-02</h2>
<h3>Changed</h3>
<ul>
<li>Restricted <code>mark-mabe/php-enum</code> dependency to
<code>^4.4</code> due to lower versions emitting a warning on PHP 8 (<a
href="https://redirect.github.com/jsonrainbow/json-schema/pull/854">#854</a>)</li>
</ul>
<h2>[6.6.2] - 2025-11-28</h2>
<h3>Changed</h3>
<ul>
<li>Move PHP 8.5 to default add PHP 8.6 as experimental (<a
href="https://redirect.github.com/jsonrainbow/json-schema/pull/852">#852</a>)</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Allow underscore and tilde in URI hostnames as per RFC 3986 (<a
href="https://redirect.github.com/jsonrainbow/json-schema/pull/853">#853</a>)</li>
</ul>
<h2>[6.6.1] - 2025-11-07</h2>
<h3>Changed</h3>
<ul>
<li>Rename master to main (<a
href="https://redirect.github.com/jsonrainbow/json-schema/pull/848">#848</a>)</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Don't skip ref expanding for property called enum when child of
property called properties (<a
href="https://redirect.github.com/jsonrainbow/json-schema/pull/851">#851</a>)</li>
</ul>
<h2>[6.6.0] - 2025-10-10</h2>
<h3>Added</h3>
<ul>
<li>Add lint check for class autoloading PSR compliance (<a
href="https://redirect.github.com/jsonrainbow/json-schema/pull/845">#845</a>)</li>
<li>add implementation for strict fully validating using draft-06 schema
(<a
href="https://redirect.github.com/jsonrainbow/json-schema/pull/835">#843</a>)</li>
</ul>
<h2>[6.5.2] - 2025-09-09</h2>
<h3>Fixed</h3>
<ul>
<li>Fix issue when http headers are already present (<a
href="https://redirect.github.com/jsonrainbow/json-schema/pull/843">#843</a>)</li>
</ul>
<h2>[6.5.1] - 2025-08-29</h2>
<h3>Changed</h3>
<ul>
<li>ci: Add PHP 8.5 to pipeline, ignoring dependencies and as
experimental (<a
href="https://redirect.github.com/jsonrainbow/json-schema/pull/842">#842</a>)</li>
</ul>
<h2>[6.5.0] - 2025-08-29</h2>
<h3>Changed</h3>
<ul>
<li>Update test case to current (PHP) standards (<a
href="https://redirect.github.com/jsonrainbow/json-schema/pull/831">#831</a>)</li>
<li>Upgrade test suite to use generators (<a
href="https://redirect.github.com/jsonrainbow/json-schema/pull/834">#834</a>)</li>
<li>update to latest json schema test suite (<a
href="https://redirect.github.com/jsonrainbow/json-schema/pull/821">#821</a>)</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Fix PHP 8.5 $http_response_header deprecation (<a
href="https://redirect.github.com/jsonrainbow/json-schema/pull/840">#840</a>)</li>
</ul>
<h2>[6.4.2] - 2025-06-03</h2>
<h3>Fixed</h3>
<ul>
<li>Fix objects are non-unique despite key order (<a
href="https://redirect.github.com/jsonrainbow/json-schema/pull/819">#819</a>)</li>
<li>Id's not being resolved and id property affects sibling ref which it
should not do (<a
href="https://redirect.github.com/jsonrainbow/json-schema/pull/828">#828</a>)</li>
</ul>
<h3>Changed</h3>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/jsonrainbow/json-schema/commit/2eeb75d21cf73211335888e7f5e6fd7440723ec7"><code>2eeb75d</code></a>
docs: Changelog for 6.6.4 release</li>
<li><a
href="https://github.com/jsonrainbow/json-schema/commit/bf411cd811c6125a7be2ee8264eebb8d6b2980f5"><code>bf411cd</code></a>
.gitattributes: Fix .php-cs-fixer.dist.php export-ignore (<a
href="https://redirect.github.com/jsonrainbow/json-schema/issues/861">#861</a>)</li>
<li><a
href="https://github.com/jsonrainbow/json-schema/commit/cb51582d9d2c064f35f581781a4aebf83ec9dcc8"><code>cb51582</code></a>
UriValidator file: tests/fix(es) (<a
href="https://redirect.github.com/jsonrainbow/json-schema/issues/858">#858</a>)</li>
<li><a
href="https://github.com/jsonrainbow/json-schema/commit/2911a17a84cd4dced096cffc69146ebea7bcb058"><code>2911a17</code></a>
ci: Run workflows against 5.x.x branches (<a
href="https://redirect.github.com/jsonrainbow/json-schema/issues/859">#859</a>)</li>
<li><a
href="https://github.com/jsonrainbow/json-schema/commit/134e98916fa2f663afa623970af345cd788e8967"><code>134e989</code></a>
docs: Prepare 6.6.3 release</li>
<li><a
href="https://github.com/jsonrainbow/json-schema/commit/3b04a582b7a902bbb165c500d675350844774e7a"><code>3b04a58</code></a>
Update php-enum dependency version to ^4.4 (<a
href="https://redirect.github.com/jsonrainbow/json-schema/issues/854">#854</a>)</li>
<li><a
href="https://github.com/jsonrainbow/json-schema/commit/3c25fe750c1599716ef26aa997f7c026cee8c4b7"><code>3c25fe7</code></a>
docs: Prepare 6.6.2 release</li>
<li><a
href="https://github.com/jsonrainbow/json-schema/commit/3e71d7906efa911ab7b19c8e9dd3a14b478a53f7"><code>3e71d79</code></a>
build: Move PHP 8.5 to default add PHP 8.6 as experimental (<a
href="https://redirect.github.com/jsonrainbow/json-schema/issues/852">#852</a>)</li>
<li><a
href="https://github.com/jsonrainbow/json-schema/commit/8ca57697e11800594d3a392f7ae82ceb6b2ea527"><code>8ca5769</code></a>
Allow underscore and tilde in URI hostnames as per RFC 3986 (<a
href="https://redirect.github.com/jsonrainbow/json-schema/issues/853">#853</a>)</li>
<li><a
href="https://github.com/jsonrainbow/json-schema/commit/fd8e5c6b1badb998844ad34ce0abcd71a0aeb396"><code>fd8e5c6</code></a>
docs: Prepare 6.6.1 release</li>
<li>Additional commits viewable in <a
href="https://github.com/jsonrainbow/json-schema/compare/6.6.0...6.6.4">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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants