-
-
Notifications
You must be signed in to change notification settings - Fork 366
.gitattributes: Fix .php-cs-fixer.dist.php export-ignore #861
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
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
d7543e1 to
1ef7e86
Compare
DannyvdSluijs
approved these changes
Dec 19, 2025
This was referenced Jan 3, 2026
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
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.
Description
.php-cs-fixer.dist.phpis incorrectly being included.Related Issue
Type of Change
Checklist
Additional Notes