Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 1, 2024

Bumps the upgrade-batch group with 3 updates: rector/rector, phpstan/phpstan and phpunit/phpunit.

Updates rector/rector from 1.2.8 to 1.2.10

Release notes

Sourced from rector/rector's releases.

Released Rector 1.2.10

New Features 🥳

  • [PHP8.3] add new rectors for get_class()/get_parent_class() without arguments (#6405), Thanks @​cabbey!

Bugfixes 🐛

  • Fix ClassDependencyManipulator to add dependency on right position (#6413)
  • [Php81] Skip Doctrine Embeddable on ReadOnlyPropertyRector (#6411)
  • [Privatization] Skip with parameter on PrivatizeLocalGetterToPropertyRector (#6412)

Removed 💀

  • [DeadCode] Skip nullable @ template on RemoveUselessReturnTagRector (#6409)

rectorphp/rector-phpunit 🟢

  • [PHPUnit 10] Skip with Magic __get() on AssertIssetToAssertObjectHasPropertyRector (#403)
  • [CodeQuality] Add CreateMockToDirectNewRector (#402)
  • [CodeQuality] Add SingleMockPropertyTypeRector (#401)
  • [CodeQuality] Skip used by trait and multiple props on NarrowUnusedSetUpDefinedPropertyRector (#400)
  • Skip property with default value in NarrowUnusedSetUpDefinedPropertyRector (#398)
  • [CodeQuality] Add FlipAssertRector (#397)
  • Add count() support to AssertCompareOnCountableWithMethodToAssertCountRector (#395)
  • Add enum/const fetch support to AssertEqualsToSameRector (#394)
  • skip static property in NarrowUnusedSetUpDefinedPropertyRector (#393)

Released Rector 1.2.9

Bugfixes 🐛

  • [Strict] Using in_array() on CallLike instead of double call on Strict Rules (#6388)
  • [CodeQuality] Handle If cond as assign on ExplicitBoolCompareRector (#6389)
  • [CodeQuality] Skip append non empty array on ForeachItemsAssignToEmptyArrayToAssignRector (#6390)
  • [Php80] Mirror return comment on ChangeSwitchToMatchRector (#6394)
  • [TypeDeclaration] Skip union intersection types on php 8.1, allow on php 8.2+ (#6395)
  • [Php80] Skip @​template T as mixed on MixedTypeRector (#6399)
  • [DeadCode] Check TemplateType instance check on Dead*TagValueNodeAnalyzer (#6400)
  • [CodeQuality] Skip multiple lines on JoinStringConcatRector (#6404)

... (truncated)

Commits
  • 40f9cf3 Rector 1.2.10
  • ee75027 Updated Rector to commit 2c6790841ec149b1849c5b931b7b46648fe2f18e
  • 13fa633 Updated Rector to commit 1b1807b0f8426641e13e5914389e1c118b3a3d14
  • 10f5ce7 Updated Rector to commit 293eb9701e8035c7d1e57ba0627a637ad70c7c16
  • 0713a6c Updated Rector to commit 293eb9701e8035c7d1e57ba0627a637ad70c7c16
  • 3b1df92 Updated Rector to commit 293eb9701e8035c7d1e57ba0627a637ad70c7c16
  • 53788ee Updated Rector to commit afe7c46c0387e27e1eae37cf76f8a3a4119a1d39
  • ff5ae8b Updated Rector to commit afe7c46c0387e27e1eae37cf76f8a3a4119a1d39
  • b5c99e3 Updated Rector to commit afe7c46c0387e27e1eae37cf76f8a3a4119a1d39
  • 3b34bec Updated Rector to commit 1afc64719771eae635df76bf5f85b225b459b3d6
  • Additional commits viewable in compare view

Updates phpstan/phpstan from 1.12.7 to 1.12.12

Release notes

Sourced from phpstan/phpstan's releases.

1.12.12

Improvements 🔧

Bugfixes 🐛

Function signature fixes 🤖

1.12.11

Improvements 🔧

Bugfixes 🐛

Function signature fixes 🤖

1.12.10

Bugfixes 🐛

... (truncated)

Commits
  • b5ae1b8 PHPStan 1.12.12
  • 0b925a9 Updated PHPStan to commit 0b925a9f5a3b664d1a02c9d6b9d1721263a34a06
  • 970117e Updated PHPStan to commit 970117e52512790507cd232d4146055fab1daccf
  • 5656908 Docker - PHP 8.4 images
  • 01bf65c Updated PHPStan to commit 01bf65c59918a6e686b420007a4088e61d49b151
  • 162f774 Updated PHPStan to commit 162f774858b461b9cc89f0c604c798381053dc32
  • f61d324 Updated PHPStan to commit f61d3247db160c875a2e1893aaee519963830f99
  • 95fbd57 Updated PHPStan to commit 95fbd572ad224f72eb5b4886049ab35873d32e6e
  • ca2c937 Updated PHPStan to commit ca2c937dff543ee80599ac11a1bd4235164e2b6a
  • cb9be91 Updated PHPStan to commit cb9be914e7675176babaeab8647c149bec3347ed
  • Additional commits viewable in compare view

Updates phpunit/phpunit from 11.4.3 to 11.4.4

Release notes

Sourced from phpunit/phpunit's releases.

PHPUnit 11.4.4

Fixed

  • #6028: ignoreIndirectDeprecations=true suppresses deprecations triggered in test code

How to install or update PHPUnit

Changelog

Sourced from phpunit/phpunit's changelog.

[11.4.4] - 2024-11-27

Fixed

  • #6028: ignoreIndirectDeprecations=true suppresses deprecations triggered in test code
Commits
  • f9ba7bd Prepare release
  • e3d0f43 Merge branch '10.5' into 11.4
  • c4ccbf6 Add test
  • ba52e57 Add test for setConstructorArgs()
  • d3706a9 Do not install tools that we do not use
  • dc48490 Use PHP 8.4 for static-analysis job
  • 0e67fa7 Use PHP 8.4 for dependency-validation job
  • f3d9714 Do not print "Triggered by" section for issues triggered in test code
  • 05c1687 Do not emit issues in test code for baseline-related end-to-end tests
  • 6629680 Delete unused test fixture
  • Additional commits viewable in compare view

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 commands and options

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the upgrade-batch group with 3 updates: [rector/rector](https://github.com/rectorphp/rector), [phpstan/phpstan](https://github.com/phpstan/phpstan) and [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit).


Updates `rector/rector` from 1.2.8 to 1.2.10
- [Release notes](https://github.com/rectorphp/rector/releases)
- [Commits](rectorphp/rector@1.2.8...1.2.10)

Updates `phpstan/phpstan` from 1.12.7 to 1.12.12
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/2.0.x/CHANGELOG.md)
- [Commits](phpstan/phpstan@1.12.7...1.12.12)

Updates `phpunit/phpunit` from 11.4.3 to 11.4.4
- [Release notes](https://github.com/sebastianbergmann/phpunit/releases)
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/11.4.4/ChangeLog-11.4.md)
- [Commits](sebastianbergmann/phpunit@11.4.3...11.4.4)

---
updated-dependencies:
- dependency-name: rector/rector
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: upgrade-batch
- dependency-name: phpstan/phpstan
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: upgrade-batch
- dependency-name: phpunit/phpunit
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: upgrade-batch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 1, 2024
@johanwilfer johanwilfer merged commit f5e14a0 into master Dec 2, 2024
5 checks passed
@johanwilfer johanwilfer deleted the dependabot/composer/upgrade-batch-5269956afe branch December 2, 2024 06:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants