Skip to content
This repository was archived by the owner on Nov 2, 2025. It is now read-only.

Commit b45ec8d

Browse files
Update mediawiki/mediawiki-phan-config requirement from 0.15.1 to 0.16.0 (#16)
Updates the requirements on [mediawiki/mediawiki-phan-config](https://github.com/wikimedia/mediawiki-tools-phan) to permit the latest version. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/wikimedia/mediawiki-tools-phan/blob/master/HISTORY.md">mediawiki/mediawiki-phan-config's changelog</a>.</em></p> <blockquote> <h2>0.16.0 / 2025-07-02</h2> <ul> <li>Use namespaced MediaWiki classes in <code>globals_type_map</code> (James D. Forrester)</li> <li>Bump minimum target PHP version to 8.1 and target PHP version to 8.4 (Daimona Eaytoy)</li> <li>Warn against undocumented checked exception (Daimona Eaytoy)</li> <li>Enable a subset of <code>unused_variable_detection</code> features to flag: unused variables in <code>catch</code> and closure <code>use</code>, unused parameters in private methods, unused static variables.</li> <li>Bump phan to 5.5.0 and taint-check to 6.2.1 (Daimona Eaytoy)</li> </ul> <h2>0.15.1 / 2025-01-09</h2> <ul> <li>Fixed a bug where doc-only properties were not considered as possibly undefined.</li> <li>Fixed a bug in PHP &gt;= 8 where redundant issets would never be reported for properties of classes with the AllowDynamicProperties attribute.</li> </ul> <h2>0.15.0 / 2024-12-09</h2> <ul> <li>Rename NoEmptyIfDefinedPlugin to RedundantExistenceChecksPlugin (Daimona Eaytoy)</li> <li>Add <code>isset()</code> checks to RedundantExistenceChecksPlugin (Daimona Eaytoy)</li> <li>Upgrade phan to 5.4.5 and mediawiki/phan-taint-check-plugin to 6.1.0 (James D. Forrester)</li> <li>Update target PHP version from 8.1 to 8.3</li> </ul> <h2>0.14.0 / 2024-02-03</h2> <ul> <li>Add plugin to disallow use of <code>new Exception</code> (Daimona Eaytoy)</li> <li>Do not emit MediaWikiNoEmptyIfDefined for properties of classes with the AllowDynamicProperties attribute (Daimona Eaytoy)</li> <li>Emit MediaWikiNoEmptyIfDefined for all node types except array element access (Daimona Eaytoy)</li> <li>Upgrade phan to 5.4.3 and mediawiki/phan-taint-check-plugin to 6.0.0 (James D. Forrester)</li> </ul> <h2>0.13.0 / 2023-09-08</h2> <ul> <li>Add plugin to forbid <code>empty()</code> on defined variables and properties (Daimona Eaytoy)</li> <li>Bump phan to 5.4.2 and taint-check to 5.0.0 (Michael Große)</li> <li>&quot;Auto discovery&quot; of namespaces of wgConf and wgRequest (Amir Sarabadani)</li> </ul> <h2>0.12.1 / 2023-04-17</h2> <ul> <li>Enable PhanCompatibleSerializeInterfaceDeprecated (Umherirrender)</li> <li>Create a separate config file for libraries (Daimona Eaytoy)</li> </ul> <h2>0.12.0 / 2022-10-06</h2> <ul> <li>Avoid PhanRedefinedInheritedInterface by excluding symfony/polyfill-php80 (Umherirrender)</li> <li>Bump minimum PHP version to 7.4 (C. Scott Ananian)</li> <li>Disable PhanPluginDuplicateExpressionAssignmentOperation (Reedy)</li> <li>Bump phan to 5.4.1 and taint-check to 4.0.0 (Daimona Eaytoy)</li> </ul> <h2>0.11.1 / 2021-11-08</h2> <ul> <li>Set minimum and target PHP version (Daimona Eaytoy)</li> </ul> <h2>0.11.0 / 2021-09-03</h2> <ul> <li>Enable plugin UseReturnValuePlugin (Umherirrender)</li> <li>Exclude stubs from .phan configurations in libraries (C. Scott Ananian)</li> <li>Suppress PhanDeprecatedCaseInsensitiveDefine (Umherirrender)</li> <li>Suppress phan issues about use statements (Umherirrender)</li> <li>Add plugins: LoopVariableReusePlugin, RedundantAssignmentPlugin, UnreachableCodePlugin, SimplifyExpressionPlugin, DuplicateArrayKeyPlugin (Daimona Eaytoy)</li> <li>Remove hack that allows disabling taint-check (Daimona Eaytoy)</li> <li>Bump phan to 5.2.0, taint-check to 3.3.2 (Daimona Eaytoy)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/wikimedia/mediawiki-tools-phan/commit/dc57a25d23a737c60be83557e2c986e28d8f5891"><code>dc57a25</code></a> Prepase 0.16.0 release</li> <li><a href="https://github.com/wikimedia/mediawiki-tools-phan/commit/65c9bbd13b1f6c34ec946c267ce94adbdf0eaa94"><code>65c9bbd</code></a> Bump phan to 5.5.0 and taint-check to 6.2.1</li> <li><a href="https://github.com/wikimedia/mediawiki-tools-phan/commit/1f0d7d9f59031021740bf4faa039e8da8fc4751e"><code>1f0d7d9</code></a> For library config use the php version from composer.json</li> <li><a href="https://github.com/wikimedia/mediawiki-tools-phan/commit/52a5dabbb61821a9d4829b6097412528a66e3253"><code>52a5dab</code></a> Do not require <code>@throws</code> tags for the <code>Error</code> hierarchy</li> <li><a href="https://github.com/wikimedia/mediawiki-tools-phan/commit/be1ec2972df32b58eb95c5add6272e08bd84e347"><code>be1ec29</code></a> Bump phan to 5.4.6 and taint-check to 6.2.0</li> <li><a href="https://github.com/wikimedia/mediawiki-tools-phan/commit/aaf38279ff9822b27639e1dc3c1123b34dc519d0"><code>aaf3827</code></a> Partially enable unused variable detection</li> <li><a href="https://github.com/wikimedia/mediawiki-tools-phan/commit/8ea9f15ff22f2dc77aab6be3e0d98dec08620e97"><code>8ea9f15</code></a> Clarify why PHP8-specific issues are suppressed</li> <li><a href="https://github.com/wikimedia/mediawiki-tools-phan/commit/c558c162c2451ebac553b4a699b5faa64a5a444d"><code>c558c16</code></a> Deduplicate list of suppressed issues</li> <li><a href="https://github.com/wikimedia/mediawiki-tools-phan/commit/278f63475fe38aa1cf7bb9fe941fe4b908b2a29b"><code>278f634</code></a> Merge &quot;Warn against undocumented checked exception&quot;</li> <li><a href="https://github.com/wikimedia/mediawiki-tools-phan/commit/c1a16f13b1cf94c025a2b19be6a0c7e8ded2ba17"><code>c1a16f1</code></a> Warn against undocumented checked exception</li> <li>Additional commits viewable in <a href="https://github.com/wikimedia/mediawiki-tools-phan/compare/0.15.1...0.16.0">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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f43527c commit b45ec8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"require-dev": {
2121
"mediawiki/mediawiki-codesniffer": "47.0.0",
22-
"mediawiki/mediawiki-phan-config": "0.15.1",
22+
"mediawiki/mediawiki-phan-config": "0.16.0",
2323
"mediawiki/minus-x": "1.1.3",
2424
"php-parallel-lint/php-console-highlighter": "1.0.0",
2525
"php-parallel-lint/php-parallel-lint": "1.4.0"

0 commit comments

Comments
 (0)