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

composer(deps-dev): bump the minor-patch-dependencies group with 3 updates #284

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 21, 2023

Updates the requirements on mimmi20/coding-standard, phpstan/phpstan and rector/rector to permit the latest version.
Updates mimmi20/coding-standard to 5.1.25

Commits
  • 69985d4 Merge pull request #407 from mimmi20/dependabot/composer/master/friendsofphp/...
  • 290ae73 composer(deps): update friendsofphp/php-cs-fixer requirement
  • See full diff in compare view

Updates phpstan/phpstan to 1.10.43

Release notes

Sourced from phpstan/phpstan's releases.

1.10.43

Improvements 🔧

Bugfixes 🐛

Internals 🔍

  • Add named arguments variants to reflection golden test (#2743), thanks @​schlndh!
Commits
  • 2c4129f PHPStan 1.10.43
  • 93af41b Updated PHPStan to commit 93af41bf52b47bbfbc533efea75f515a4caddc0e
  • 2ec416e Updated PHPStan to commit 2ec416e11202f150b880619c5bc6416bf17b8e3e
  • d0c0938 Updated PHPStan to commit d0c09389bcbb65a0d5ec8a12987c55e04eec0f2f
  • fc23154 Updated PHPStan to commit fc23154e0a417d63d8e5a8036ceafe5405773ca3
  • 93ef7c0 Use BetterReflection baseline
  • 380912b Updated PHPStan to commit 380912bba690ff3a963257ea4f2586b6529ccf2a
  • 3863da9 Updated PHPStan to commit 3863da94553e875a8326f0c658f4e04b1ee30320
  • dce0a9f Update baselines
  • dacb505 Updated PHPStan to commit dacb505e5dffaa1e5ffcecafaaba2f13009ae4d6
  • Additional commits viewable in compare view

Updates rector/rector to 0.18.10

Release notes

Sourced from rector/rector's releases.

Released Rector 0.18.10

Bugfixes 🐛

  • [Renaming] FQN-ize namespaced import no namespace -> namespaced name on RenameClassRector (#5256)
Commits
  • f36bc0a Rector 0.18.10
  • b89547b Updated Rector to commit 2d1b9ab461c35e326b2ad78bd2758c5c3a69c9cc
  • 5aeafef Rector 0.18.9
  • 2da1774 Updated Rector to commit 363ae1bd444c365e38aef1cfcd69324b734c3c9c
  • 1d5d0dd Updated Rector to commit 1595e34d12d856eab8e2478de357f0b1dff3556f
  • b4cef81 Updated Rector to commit 60047ce7785545401ad870d483060ce640fa3369
  • 0f9778f Updated Rector to commit 52ef7b830be95c27141d893308d7fa27ff4a2290
  • 4f6134d Updated Rector to commit 5647e1b818482552a447d7f79392c7e2f0dce86e
  • 9aef117 Updated Rector to commit 7ec1be6b828042b27e3f40ed41b3285a6fe78502
  • See full diff 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

@dependabot dependabot bot requested a review from mimmi20 as a code owner November 21, 2023 02:30
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 21, 2023
Copy link
Contributor

github-actions bot commented Nov 21, 2023

Dependency Review

✅ No vulnerabilities or license issues found.

Scanned Manifest Files

composer.json
  • mimmi20/coding-standard@>= 5.1.25, < 6.0.0
  • phpstan/phpstan@>= 1.10.43, < 2.0.0
  • rector/rector@>= 0.18.10, < 0.19.0
  • mimmi20/coding-standard@>= 5.1.24, < 6.0.0
  • phpstan/phpstan@>= 1.10.41, < 2.0.0
  • rector/rector@>= 0.18.8, < 0.19.0

…dates

Updates the requirements on [mimmi20/coding-standard](https://github.com/mimmi20/coding-standard), [phpstan/phpstan](https://github.com/phpstan/phpstan) and [rector/rector](https://github.com/rectorphp/rector) to permit the latest version.

Updates `mimmi20/coding-standard` to 5.1.25
- [Release notes](https://github.com/mimmi20/coding-standard/releases)
- [Commits](mimmi20/coding-standard@5.1.24...5.1.25)

Updates `phpstan/phpstan` to 1.10.43
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.11.x/CHANGELOG.md)
- [Commits](phpstan/phpstan@1.10.41...1.10.43)

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

---
updated-dependencies:
- dependency-name: mimmi20/coding-standard
  dependency-type: direct:development
  dependency-group: minor-patch-dependencies
- dependency-name: phpstan/phpstan
  dependency-type: direct:development
  dependency-group: minor-patch-dependencies
- dependency-name: rector/rector
  dependency-type: direct:development
  dependency-group: minor-patch-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@mimmi20 mimmi20 force-pushed the dependabot/composer/master/minor-patch-dependencies-c62e3d614c branch from 185ccee to 850db6c Compare November 21, 2023 08:32
@mimmi20 mimmi20 merged commit 47f6667 into master Nov 21, 2023
71 checks passed
@mimmi20 mimmi20 deleted the dependabot/composer/master/minor-patch-dependencies-c62e3d614c branch November 21, 2023 08:55
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