Skip to content

Commit

Permalink
Update mediawiki/mediawiki-phan-config requirement from 0.14.0 to 0.1…
Browse files Browse the repository at this point in the history
…5.1 (#649)

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.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>
<h2>0.10.6 / 2020-12-14</h2>
<ul>
<li>Add a ConfigBuilder class to configure phan (Daimona Eaytoy)</li>
<li>Remove option for filtering the list of directories (Daimona
Eaytoy)</li>
<li>Bump taint-check to 3.2.1 and phan to 3.2.6 (Daimona Eaytoy)</li>
</ul>
<h2>0.10.5 / 2020-12-05</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/wikimedia/mediawiki-tools-phan/commit/fa343ed8d1b3229f922ba7af6f5e8631bc312687"><code>fa343ed</code></a>
Prepare 0.15.1 release</li>
<li><a
href="https://github.com/wikimedia/mediawiki-tools-phan/commit/84e9739914d6a53dec608dca5d0e74d839a1ab8c"><code>84e9739</code></a>
Fix handling of dynamic and doc-only properties</li>
<li><a
href="https://github.com/wikimedia/mediawiki-tools-phan/commit/aca76ab5e7ceb3f1fc5ff938a7adaafd9b47a7b9"><code>aca76ab</code></a>
Prepare 0.15.0 release</li>
<li><a
href="https://github.com/wikimedia/mediawiki-tools-phan/commit/0aa58713bc2dad09d62583f3358621b9043987c6"><code>0aa5871</code></a>
Add relnotes line for target PHP version increase</li>
<li><a
href="https://github.com/wikimedia/mediawiki-tools-phan/commit/55fde4aaf500bc672a121f65dcfe6ac20eb5c339"><code>55fde4a</code></a>
Merge &quot;Upgrade phan to 5.4.5 and mediawiki/phan-taint-check-plugin
to 6.1.0&quot;</li>
<li><a
href="https://github.com/wikimedia/mediawiki-tools-phan/commit/0609c64b47e3f0e34bb036de8513f7a1bcaf383a"><code>0609c64</code></a>
Suppress PhanDeprecatedImplicitNullableParam issues in config</li>
<li><a
href="https://github.com/wikimedia/mediawiki-tools-phan/commit/d400f16617dfc10267843a965a2a4230d1d7e1fa"><code>d400f16</code></a>
Upgrade phan to 5.4.5 and mediawiki/phan-taint-check-plugin to
6.1.0</li>
<li><a
href="https://github.com/wikimedia/mediawiki-tools-phan/commit/626871a81251b81cebfafc73444fcc370435cfa1"><code>626871a</code></a>
Merge &quot;Bump target PHP version to 8.3&quot;</li>
<li><a
href="https://github.com/wikimedia/mediawiki-tools-phan/commit/7645edf54b8eaadd3ff2720a815191aa14363638"><code>7645edf</code></a>
Bump target PHP version to 8.3</li>
<li><a
href="https://github.com/wikimedia/mediawiki-tools-phan/commit/2e3cc25e8c59fba20c20ea3de05244f62a0ecf8e"><code>2e3cc25</code></a>
build: Updating mediawiki/mediawiki-codesniffer to 45.0.0</li>
<li>Additional commits viewable in <a
href="https://github.com/wikimedia/mediawiki-tools-phan/compare/0.14.0...0.15.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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 12, 2025
1 parent aa7769d commit ab3eee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"require-dev": {
"mediawiki/mediawiki-codesniffer": "45.0.0",
"mediawiki/mediawiki-phan-config": "0.14.0",
"mediawiki/mediawiki-phan-config": "0.15.1",
"mediawiki/minus-x": "1.1.3",
"php-parallel-lint/php-console-highlighter": "1.0.0",
"php-parallel-lint/php-parallel-lint": "1.4.0"
Expand Down

0 comments on commit ab3eee6

Please sign in to comment.