Skip to content

Commit

Permalink
tools(deps-dev): Update infection/infection requirement from 0.29.4 t…
Browse files Browse the repository at this point in the history
…o 0.29.5 in /tools/infection (#446)

Updates the requirements on
[infection/infection](https://github.com/infection/infection) to permit
the latest version.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/infection/infection/releases">infection/infection's
releases</a>.</em></p>
<blockquote>
<h2>Fix issue when Infection fails in an environment without
<code>git</code></h2>
<p><strong>Fixed:</strong></p>
<ul>
<li>Do not auto-detect project root directory inside RunCommand, do it
only if GitHub/GitLab loggers are used by <a
href="https://github.com/maks-rafalko"><code>@​maks-rafalko</code></a>
in <a
href="https://redirect.github.com/infection/infection/pull/1982">infection/infection#1982</a></li>
</ul>
<p><strong>Changed:</strong></p>
<ul>
<li>chore: update GitHub actions used by <a
href="https://github.com/vincentchalamon"><code>@​vincentchalamon</code></a>
in <a
href="https://redirect.github.com/infection/infection/pull/1979">infection/infection#1979</a></li>
<li>Add e2e tests to cover bug from <a
href="https://redirect.github.com/infection/infection/issues/1980">#1980</a>
by <a
href="https://github.com/maks-rafalko"><code>@​maks-rafalko</code></a>
in <a
href="https://redirect.github.com/infection/infection/pull/1983">infection/infection#1983</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/infection/infection/compare/0.29.4...0.29.5">https://github.com/infection/infection/compare/0.29.4...0.29.5</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/infection/infection/blob/master/CHANGELOG.md">infection/infection's
changelog</a>.</em></p>
<blockquote>
<h2><a
href="https://github.com/infection/infection/tree/0.29.5">0.29.5</a>
(2024-06-08)</h2>
<p><a
href="https://github.com/infection/infection/compare/0.29.4...0.29.5">Full
Changelog</a></p>
<p><strong>Added:</strong></p>
<ul>
<li>Update GitHub actions used by <a
href="https://github.com/vincentchalamon"><code>@​vincentchalamon</code></a>
in <a
href="https://redirect.github.com/infection/infection/pull/1979">infection/infection#1979</a></li>
<li>Introduce GitHub Actions Concurrency used by <a
href="https://github.com/vincentchalamon"><code>@​vincentchalamon</code></a>
in <a
href="https://redirect.github.com/infection/infection/pull/1979">infection/infection#1979</a></li>
</ul>
<h2><a
href="https://github.com/infection/infection/tree/0.29.4">0.29.4</a>
(2024-06-08)</h2>
<p><a
href="https://github.com/infection/infection/compare/0.29.0...0.29.4">Full
Changelog</a></p>
<p><strong>Added:</strong></p>
<ul>
<li>Introduce <code>--logger-project-root-directory</code> by <a
href="https://github.com/vincentchalamon"><code>@​vincentchalamon</code></a>
in <a
href="https://redirect.github.com/infection/infection/pull/1978">infection/infection#1978</a></li>
</ul>
<h2><a
href="https://github.com/infection/infection/tree/0.29.0">0.29.0</a>
(2024-05-28)</h2>
<p><a
href="https://github.com/infection/infection/compare/0.28.1...0.29.0">Full
Changelog</a></p>
<p><strong>Added:</strong></p>
<ul>
<li>Support custom mutators by <a
href="https://github.com/vss414"><code>@​vss414</code></a> in <a
href="https://redirect.github.com/infection/infection/pull/1686">infection/infection#1686</a></li>
<li>Custom mutator generator by <a
href="https://github.com/maks-rafalko"><code>@​maks-rafalko</code></a>
in <a
href="https://redirect.github.com/infection/infection/pull/1969">infection/infection#1969</a></li>
</ul>
<p>Read about how to create custom mutators: <a
href="https://infection.github.io/guide/custom-mutators.html">https://infection.github.io/guide/custom-mutators.html</a></p>
<p><strong>Changed:</strong></p>
<ul>
<li>Move <code>Infection\Mutator\Mutator</code> to a separate package by
<a
href="https://github.com/maks-rafalko"><code>@​maks-rafalko</code></a>
in <a
href="https://redirect.github.com/infection/infection/pull/1963">infection/infection#1963</a></li>
<li>Make <code>Mutator::getDefinition</code> return type non-nullable by
<a
href="https://github.com/maks-rafalko"><code>@​maks-rafalko</code></a>
in <a
href="https://redirect.github.com/infection/infection/pull/1958">infection/infection#1958</a></li>
<li>Enable Rector's <code>AddCoversClassAttributeRector</code> rule by
<a
href="https://github.com/maks-rafalko"><code>@​maks-rafalko</code></a>
in <a
href="https://redirect.github.com/infection/infection/pull/1962">infection/infection#1962</a></li>
<li>Mention Discord instead of Slack in issue github template by <a
href="https://github.com/staabm"><code>@​staabm</code></a> in <a
href="https://redirect.github.com/infection/infection/pull/1951">infection/infection#1951</a></li>
<li>test: Force mutators to include remedies by <a
href="https://github.com/theofidry"><code>@​theofidry</code></a> in <a
href="https://redirect.github.com/infection/infection/pull/1954">infection/infection#1954</a></li>
<li>Use the latest composer 2 to prevent issue with incompatibility for
Box and composer 2.1 by <a
href="https://github.com/maks-rafalko"><code>@​maks-rafalko</code></a>
in <a
href="https://redirect.github.com/infection/infection/pull/1957">infection/infection#1957</a></li>
<li>Use the latest v1 test checker action by <a
href="https://github.com/maks-rafalko"><code>@​maks-rafalko</code></a>
in <a
href="https://redirect.github.com/infection/infection/pull/1960">infection/infection#1960</a></li>
<li>Upgrade Rector and fix new issues by <a
href="https://github.com/maks-rafalko"><code>@​maks-rafalko</code></a>
in <a
href="https://redirect.github.com/infection/infection/pull/1961">infection/infection#1961</a></li>
<li>Use new PHP-CS-Fixer with parallelization by <a
href="https://github.com/maks-rafalko"><code>@​maks-rafalko</code></a>
in <a
href="https://redirect.github.com/infection/infection/pull/1964">infection/infection#1964</a></li>
<li>Remove our own custom FQCN visitor as we already use php-parser's
<code>NameResolver</code> visitor by <a
href="https://github.com/maks-rafalko"><code>@​maks-rafalko</code></a>
in <a
href="https://redirect.github.com/infection/infection/pull/1967">infection/infection#1967</a></li>
<li>Replace deprecated constant
<code>NodeTraverser::DONT_TRAVERSE_CURRENT_AND_CHILDREN</code> with
<code>NodeVisitor::DONT_TRAVERSE_CURRENT_AND_CHILDREN</code> by <a
href="https://github.com/maks-rafalko"><code>@​maks-rafalko</code></a>
in <a
href="https://redirect.github.com/infection/infection/pull/1968">infection/infection#1968</a></li>
<li>Remove our own <code>ParentConnectorVisitor</code> and use
<code>nikic-phpparser</code>'s one by <a
href="https://github.com/maks-rafalko"><code>@​maks-rafalko</code></a>
in <a
href="https://redirect.github.com/infection/infection/pull/1970">infection/infection#1970</a></li>
</ul>
<h2><a
href="https://github.com/infection/infection/tree/0.28.0">0.28.0</a>
(2024-03-23)</h2>
<p><a
href="https://github.com/infection/infection/compare/0.27.11...0.28.0">Full
Changelog</a></p>
<p><strong>Added:</strong></p>
<ul>
<li>Add PHP-Parser 5 support by <a
href="https://github.com/sidz"><code>@​sidz</code></a> in <a
href="https://redirect.github.com/infection/infection/pull/1909">infection/infection#1909</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/infection/infection/commit/a663d6cecee222e9b33f11608073c134eb5e6916"><code>a663d6c</code></a>
Add e2e tests to cover bug from <a
href="https://redirect.github.com/infection/infection/issues/1980">#1980</a>
(<a
href="https://redirect.github.com/infection/infection/issues/1983">#1983</a>)</li>
<li><a
href="https://github.com/infection/infection/commit/6eb7350d9dd81fa13a830b9c796e057bd0e5d507"><code>6eb7350</code></a>
Do not auto-detect project root directory inside RunCommand, do it only
if Gi...</li>
<li><a
href="https://github.com/infection/infection/commit/b4300e4b8e0ede63c6e507675243709a64ca28e7"><code>b4300e4</code></a>
Update bug report template</li>
<li><a
href="https://github.com/infection/infection/commit/c6b398497f1b6b238c47be9bcd1edc2f435da53c"><code>c6b3984</code></a>
chore: update GitHub actions used (<a
href="https://redirect.github.com/infection/infection/issues/1979">#1979</a>)</li>
<li>See full diff in <a
href="https://github.com/infection/infection/compare/0.29.4...0.29.5">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 Jun 15, 2024
1 parent 8bdd4e8 commit aa3fdf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/infection/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"php": "^8.1"
},
"require-dev": {
"infection/infection": "0.29.4",
"infection/infection": "0.29.5",
"roave/security-advisories": "dev-latest"
},
"prefer-stable": true,
Expand Down

0 comments on commit aa3fdf6

Please sign in to comment.