Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the upgrade-batch group with 3 updates #24

Merged
merged 1 commit into from
Sep 1, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Updates rector/rector from 1.2.2 to 1.2.4

Release notes

Sourced from rector/rector's releases.

Released Rector 1.2.4

Bugfixes 🐛

  • Fix PropertyTypeFromStrictSetterGetterRector for default null (#6231)
  • [Php70] Fix with \r\n on EregToPregMatchRector (#6246)
  • Optimise post rectors (#6240), Thanks @​carlos-granados!
  • [Php84] Do not reprint node type on ExplicitNullableParamTypeRector (#6250)
  • Skip Doctrine collections in TypedPropertyFromAssignsRector (#6253)
  • Skip Columns from TypedPropertyFromAssignsRector, as handled better in doctrine rules (#6254)
  • [AutoImport] Do not add cast on valid Integer type on Name Node on auto import enabled (#6236)
  • [AutoImport] Do not add cast on valid Integer type on aliased Name Node on auto import enabled (#6237)
  • [Performance] Cache should traverse for AddUseStatementGuard (#6234)

New Features 🥳

  • Adds the ScalarValueToConstFetchRector rule (#6195), Thanks @​peterfox!
  • [TypeDeclaration] Add AddParamArrayDocblockBasedOnCallableNativeFuncCallRector (#6233)
  • [TypeDeclaration] Add AddReturnArrayDocblockBasedOnArrayMapRector (#6235)

Deprecated 💀

  • Deprecate PublicConstantVisibilityRector, as adds public blindly everywhere; use scope-based approach instead (#6238)

rectorphp/rector-symfony 🎵

  • [Symfony 6.1] Skip abstract class on CommandConfigureToAttributeRector (#662)
  • [CodeQuality] skip array + non native response return on ResponseReturnTypeControllerActionRector (#661)
  • [CodeQuality] Skip posible return array + response on ResponseReturnTypeControllerActionRector (#660)
  • Do not convert to array Process->setInput() (#647), Thanks @​refsz

rectorphp/rector-doctrine 🟠

  • [CodeQuality] Skip blob type on TypedPropertyFromColumnTypeRector (#340)
  • Fix attribute support in ImproveDoctrineCollectionDocTypeInEntityRector (#339)

rectorphp/rector-phpunit 🔵

  • [PHPUnit100] Fix typo in AssertIssetToAssertObjectHasPropertyRector (#356), Thanks @​haydulski

... (truncated)

Commits
  • 42a4aa2 Rector 1.2.4
  • 5ffac16 Updated Rector to commit 1884cdd170c8a1f9580dea448fc79ede3e7e9802
  • 85974b8 Updated Rector to commit c9470e4aa3fe841a40b4b92e3c351a84ad9d7dc4
  • 76823a3 Updated Rector to commit 5625c6356945c93c3123407bbb0249daf755c692
  • b38d19e Updated Rector to commit c936c7e363ab3867cca1ce083caf216490d85ce6
  • 02729b4 Updated Rector to commit 2891d15d933ec11f741a1c88139165b42987c940
  • e2ba97a Updated Rector to commit 2891d15d933ec11f741a1c88139165b42987c940
  • 0981ded Updated Rector to commit 05f832313c704757b3ff3925f6c0da45b5fb3cc7
  • afeb012 Updated Rector to commit e3ad355409775a85349aed5ba8e803b7a93fc4dc
  • e6f35f2 Updated Rector to commit be50454d9b4ab919f99471a846f2cd641a2919d1
  • Additional commits viewable in compare view

Updates phpstan/phpstan from 1.11.10 to 1.12.0

Release notes

Sourced from phpstan/phpstan's releases.

1.12.0

Read all about PHPStan 1.12 on phpstan.org »

Major new features 🚀

  • Precise type for $matches from preg_match generally available, out of bleeding edge (phpstan/phpstan-src@bd2cec1)
  • PHP 8.4 runtime support
    • PHPStan runs on PHP 8.4 without emitting deprecation notices
    • Full support for PHP 8.4 including new syntax and rules is coming later, after PHPStan 2.0 release

Bleeding edge 🔪

If you want to see the shape of things to come and adopt bleeding edge features early, you can include this config file in your project's phpstan.neon:

includes:
	- vendor/phpstan/phpstan/conf/bleedingEdge.neon

Of course, there are no backwards compatibility guarantees when you include this file. The behaviour and reported errors can change in minor versions with this file included. Learn more

Improvements 🔧

... (truncated)

Commits
  • 384af96 PHPStan 1.12.0
  • e4f6dbc Update config-reference.md
  • 4f7beff Updated PHPStan to commit 4f7beffdf4c30c49d7ece03f7131f0cb0518d4ab
  • d3b4c7b Fix build
  • 7d85a3a Updated PHPStan to commit 7d85a3aabd641f4d7d8295a7006cdaca478931c7
  • 5957367 Playground - test on PHP 8.4
  • bb4fdfc Updated PHPStan to commit bb4fdfcd7004d0532e13f5f6b9615bacf05fe7bf
  • 8b5a27a Updated PHPStan to commit 8b5a27a79bf621413798aa0afd486264f17a48a0
  • 46d2822 Update errors identifiers
  • 2671bb6 Updated PHPStan to commit 2671bb64ab2037f7429bf335f20b48947c3b527a
  • Additional commits viewable in compare view

Updates phpunit/phpunit from 11.3.0 to 11.3.1

Release notes

Sourced from phpunit/phpunit's releases.

PHPUnit 11.3.1

Changed

  • Improved how objects are handled for some assertion failure messages

How to install or update PHPUnit

Changelog

Sourced from phpunit/phpunit's changelog.

[11.3.1] - 2024-08-13

Changed

  • Improved how objects are handled for some assertion failure messages
Commits
  • fe17987 Prepare release
  • 30150f6 Merge branch '10.5' into 11.3
  • b15524f Prepare release
  • f759fa0 Merge branch '10.5' into 11.3
  • c2d9a77 Update tests after sebastian/comparator update (previous version was hiding p...
  • da9d96a Update dependencies
  • 18ec59a Merge branch '10.5' into 11.3
  • 9de5bef Fix SKIPIF message
  • 6499121 Update expectation
  • 5254db7 Merge branch '10.5' into 11.3
  • 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.2 to 1.2.4
- [Release notes](https://github.com/rectorphp/rector/releases)
- [Commits](rectorphp/rector@1.2.2...1.2.4)

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

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

---
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-minor
  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] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 1, 2024
@johanwilfer johanwilfer merged commit d592c80 into master Sep 1, 2024
5 checks passed
@johanwilfer johanwilfer deleted the dependabot/composer/upgrade-batch-9c85a4e873 branch September 1, 2024 14:10
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.

1 participant