Skip to content

Commit

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

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.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>
<p>Intermediate maintenance release without ConfigBuilder.</p>
<ul>
<li>
<p>Bump taint-check to 3.1.1 (Daimona Eaytoy)</p>
</li>
<li>
<p>Expand globals_type_map (Daimona Eaytoy)</p>
</li>
<li>
<p>build: Updating mediawiki/mediawiki-codesniffer to 34.0.0 (James D.
Forrester)</p>
</li>
<li>
<p>build: Updating ockcyp/covers-validator to 1.3.1
(libraryupgrader)</p>
</li>
<li>
<p>build: Updating ockcyp/covers-validator to 1.3.0
(libraryupgrader)</p>
</li>
<li>
<p>build: Updating mediawiki/mediawiki-codesniffer to 33.0.0
(libraryupgrader)</p>
</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/58c01ba9cea443c9d345dc1ba87ffe082a188633"><code>58c01ba</code></a>
Prepare 0.14.0 release</li>
<li><a
href="https://github.com/wikimedia/mediawiki-tools-phan/commit/4d0f255e4290d05c9273a618c4ff16adfc747ea3"><code>4d0f255</code></a>
Upgrade phan to 5.4.3 and mediawiki/phan-taint-check-plugin to
6.0.0</li>
<li><a
href="https://github.com/wikimedia/mediawiki-tools-phan/commit/8170df9a09cacb5767f95523b13c452d6e1eb1d1"><code>8170df9</code></a>
build: Upgrade phpunit to 9.6.16</li>
<li><a
href="https://github.com/wikimedia/mediawiki-tools-phan/commit/7dc649ee933f3816530efd94dd636baf7f0746ce"><code>7dc649e</code></a>
Merge &quot;Run phan's bootstrap in PHPUnit tests&quot;</li>
<li><a
href="https://github.com/wikimedia/mediawiki-tools-phan/commit/fe43331175424e1046fdc47598c6a4d63ef4b1ba"><code>fe43331</code></a>
Make NoEmptyIfDefinedPlugin check all node types except AST_DIM</li>
<li><a
href="https://github.com/wikimedia/mediawiki-tools-phan/commit/ffd009148b4c18ed8e18081fe286151b6b2af070"><code>ffd0091</code></a>
Run phan's bootstrap in PHPUnit tests</li>
<li><a
href="https://github.com/wikimedia/mediawiki-tools-phan/commit/679ac25759e22064690d1c552fdfb3ea24f5e563"><code>679ac25</code></a>
Fix NoEmptyIfDefined behaviour with dynamic properties</li>
<li><a
href="https://github.com/wikimedia/mediawiki-tools-phan/commit/34590f1b6d28663bb776d95ee9c9f6962f11e420"><code>34590f1</code></a>
Make PHPUnit tests more robust</li>
<li><a
href="https://github.com/wikimedia/mediawiki-tools-phan/commit/c80924dbd373c155247193c1d86f626b004ae022"><code>c80924d</code></a>
Add plugin to disallow use of <code>new Exception</code></li>
<li><a
href="https://github.com/wikimedia/mediawiki-tools-phan/commit/58757452c0636b94cf6a507607ae3cb7d0630722"><code>5875745</code></a>
Enable PhanPluginDuplicateExpressionAssignmentOperation issue</li>
<li>See full diff in <a
href="https://github.com/wikimedia/mediawiki-tools-phan/compare/0.13.0...0.14.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>
  • Loading branch information
dependabot[bot] authored Feb 27, 2024
1 parent dbf50b1 commit 8c348b2
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 @@ -18,7 +18,7 @@
},
"require-dev": {
"mediawiki/mediawiki-codesniffer": "42.0.0",
"mediawiki/mediawiki-phan-config": "0.13.0",
"mediawiki/mediawiki-phan-config": "0.14.0",
"mediawiki/minus-x": "1.1.1",
"php-parallel-lint/php-console-highlighter": "1.0.0",
"php-parallel-lint/php-parallel-lint": "1.3.2"
Expand Down

0 comments on commit 8c348b2

Please sign in to comment.