Skip to content

Commit

Permalink
Bump rector/rector from 1.2.8 to 1.2.10 (#83)
Browse files Browse the repository at this point in the history
Bumps [rector/rector](https://github.com/rectorphp/rector) from 1.2.8 to
1.2.10.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/rectorphp/rector/releases">rector/rector's
releases</a>.</em></p>
<blockquote>
<h2>Released Rector 1.2.10</h2>
<h2>New Features 🥳</h2>
<ul>
<li>[PHP8.3] add new rectors for get_class()/get_parent_class() without
arguments (<a
href="https://redirect.github.com/rectorphp/rector-src/pull/6405">#6405</a>),
Thanks <a
href="https://github.com/cabbey"><code>@​cabbey</code></a>!</li>
</ul>
<!-- raw HTML omitted -->
<h2>Bugfixes 🐛</h2>
<ul>
<li>Fix ClassDependencyManipulator to add dependency on right position
(<a
href="https://redirect.github.com/rectorphp/rector-src/pull/6413">#6413</a>)</li>
<li>[Php81] Skip Doctrine Embeddable on ReadOnlyPropertyRector (<a
href="https://redirect.github.com/rectorphp/rector-src/pull/6411">#6411</a>)</li>
<li>[Privatization] Skip with parameter on
PrivatizeLocalGetterToPropertyRector (<a
href="https://redirect.github.com/rectorphp/rector-src/pull/6412">#6412</a>)</li>
</ul>
<!-- raw HTML omitted -->
<h2>Removed 💀</h2>
<ul>
<li>[DeadCode] Skip nullable @ template on RemoveUselessReturnTagRector
(<a
href="https://redirect.github.com/rectorphp/rector-src/pull/6409">#6409</a>)</li>
</ul>
<!-- raw HTML omitted -->
<hr />
<!-- raw HTML omitted -->
<h2>rectorphp/rector-phpunit 🟢</h2>
<ul>
<li>[PHPUnit 10] Skip with Magic __get() on
AssertIssetToAssertObjectHasPropertyRector (<a
href="https://redirect.github.com/rectorphp/rector-phpunit/pull/403">#403</a>)</li>
<li>[CodeQuality] Add <code>CreateMockToDirectNewRector</code> (<a
href="https://redirect.github.com/rectorphp/rector-phpunit/pull/402">#402</a>)</li>
<li>[CodeQuality] Add <code>SingleMockPropertyTypeRector</code> (<a
href="https://redirect.github.com/rectorphp/rector-phpunit/pull/401">#401</a>)</li>
<li>[CodeQuality] Skip used by trait and multiple props on
NarrowUnusedSetUpDefinedPropertyRector (<a
href="https://redirect.github.com/rectorphp/rector-phpunit/pull/400">#400</a>)</li>
<li>Skip property with default value in
NarrowUnusedSetUpDefinedPropertyRector (<a
href="https://redirect.github.com/rectorphp/rector-phpunit/pull/398">#398</a>)</li>
<li>[CodeQuality] Add <code>FlipAssertRector</code> (<a
href="https://redirect.github.com/rectorphp/rector-phpunit/pull/397">#397</a>)</li>
<li>Add count() support to
<code>AssertCompareOnCountableWithMethodToAssertCountRector</code> (<a
href="https://redirect.github.com/rectorphp/rector-phpunit/pull/395">#395</a>)</li>
<li>Add enum/const fetch support to AssertEqualsToSameRector (<a
href="https://redirect.github.com/rectorphp/rector-phpunit/pull/394">#394</a>)</li>
<li>skip static property in NarrowUnusedSetUpDefinedPropertyRector (<a
href="https://redirect.github.com/rectorphp/rector-phpunit/pull/393">#393</a>)</li>
</ul>
<h2>Released Rector 1.2.9</h2>
<h2>Bugfixes 🐛</h2>
<ul>
<li>[Strict] Using in_array() on CallLike instead of double call on
Strict Rules (<a
href="https://redirect.github.com/rectorphp/rector-src/pull/6388">#6388</a>)</li>
<li>[CodeQuality] Handle If cond as assign on ExplicitBoolCompareRector
(<a
href="https://redirect.github.com/rectorphp/rector-src/pull/6389">#6389</a>)</li>
<li>[CodeQuality] Skip append non empty array on
ForeachItemsAssignToEmptyArrayToAssignRector (<a
href="https://redirect.github.com/rectorphp/rector-src/pull/6390">#6390</a>)</li>
<li>[Php80] Mirror return comment on ChangeSwitchToMatchRector (<a
href="https://redirect.github.com/rectorphp/rector-src/pull/6394">#6394</a>)</li>
<li>[TypeDeclaration] Skip union intersection types on php 8.1, allow on
php 8.2+ (<a
href="https://redirect.github.com/rectorphp/rector-src/pull/6395">#6395</a>)</li>
<li>[Php80] Skip <a
href="https://github.com/template"><code>@​template</code></a> T as
mixed on MixedTypeRector (<a
href="https://redirect.github.com/rectorphp/rector-src/pull/6399">#6399</a>)</li>
<li>[DeadCode] Check TemplateType instance check on
Dead*TagValueNodeAnalyzer (<a
href="https://redirect.github.com/rectorphp/rector-src/pull/6400">#6400</a>)</li>
<li>[CodeQuality] Skip multiple lines on JoinStringConcatRector (<a
href="https://redirect.github.com/rectorphp/rector-src/pull/6404">#6404</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rectorphp/rector/commit/40f9cf38c05296bd32f444121336a521a293fa61"><code>40f9cf3</code></a>
Rector 1.2.10</li>
<li><a
href="https://github.com/rectorphp/rector/commit/ee75027f9afe3987e228bd21b70405e4e477bf38"><code>ee75027</code></a>
Updated Rector to commit 2c6790841ec149b1849c5b931b7b46648fe2f18e</li>
<li><a
href="https://github.com/rectorphp/rector/commit/13fa6331c732856846fe505d20e01c89a203c895"><code>13fa633</code></a>
Updated Rector to commit 1b1807b0f8426641e13e5914389e1c118b3a3d14</li>
<li><a
href="https://github.com/rectorphp/rector/commit/10f5ce78d0110b5031ba6fa7435a4f726c6fd1a4"><code>10f5ce7</code></a>
Updated Rector to commit 293eb9701e8035c7d1e57ba0627a637ad70c7c16</li>
<li><a
href="https://github.com/rectorphp/rector/commit/0713a6ceda9e5fe91b7151bf7aab19cd14914c8b"><code>0713a6c</code></a>
Updated Rector to commit 293eb9701e8035c7d1e57ba0627a637ad70c7c16</li>
<li><a
href="https://github.com/rectorphp/rector/commit/3b1df92a4554d3fec2b55d183fcf2df38eaa4ded"><code>3b1df92</code></a>
Updated Rector to commit 293eb9701e8035c7d1e57ba0627a637ad70c7c16</li>
<li><a
href="https://github.com/rectorphp/rector/commit/53788ee425c8200827375693b8b004120f77b7f0"><code>53788ee</code></a>
Updated Rector to commit afe7c46c0387e27e1eae37cf76f8a3a4119a1d39</li>
<li><a
href="https://github.com/rectorphp/rector/commit/ff5ae8bdfc3335c3edfcc7c0c308e55fc2f6908a"><code>ff5ae8b</code></a>
Updated Rector to commit afe7c46c0387e27e1eae37cf76f8a3a4119a1d39</li>
<li><a
href="https://github.com/rectorphp/rector/commit/b5c99e3c4bb2c193ada1b9012c42c2c6179ca061"><code>b5c99e3</code></a>
Updated Rector to commit afe7c46c0387e27e1eae37cf76f8a3a4119a1d39</li>
<li><a
href="https://github.com/rectorphp/rector/commit/3b34becccfa87e1fd6fdcea76f9ad9cb95b8fe61"><code>3b34bec</code></a>
Updated Rector to commit 1afc64719771eae635df76bf5f85b225b459b3d6</li>
<li>Additional commits viewable in <a
href="https://github.com/rectorphp/rector/compare/1.2.8...1.2.10">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rector/rector&package-manager=composer&previous-version=1.2.8&new-version=1.2.10)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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>
  • Loading branch information
dependabot[bot] authored Dec 2, 2024
1 parent 3e72c53 commit f7ece99
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f7ece99

Please sign in to comment.