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

(chore): Bump the composer group with 2 updates #19

Merged
merged 1 commit into from
Feb 17, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 17, 2025

Bumps the composer group with 2 updates: friendsofphp/php-cs-fixer and phpstan/phpstan.

Updates friendsofphp/php-cs-fixer from 3.68.5 to 3.69.0

Release notes

Sourced from friendsofphp/php-cs-fixer's releases.

v3.69.0 Persian Successor

What's Changed

Full Changelog: PHP-CS-Fixer/PHP-CS-Fixer@v3.68.5...v3.69.0

Changelog

Sourced from friendsofphp/php-cs-fixer's changelog.

Changelog for v3.69.0

  • feat: Add unsealed array shape phpdoc support (#8299)
  • fix: OrderedClassElementsFixer - sort correctly typed constants (#8408)
  • chore: do not use test class as test data (#8430)
  • chore: update checkbashisms to 2.25.2 (#8427)
  • chore: use constants instead of literal strings (#8422)
  • CI: no need to unlock deps on master (#8426)
  • CI: run tests using PHPUnit 12 (#8431)
  • deps: bump kubawerlos/composer-smaller-lock from 1.0.1 to 1.1.0 in /dev-tools (#8414)
  • deps: bump maglnet/composer-require-checker from 4.14.0 to 4.15.0 in /dev-tools (#8406)
  • deps: bump phpstan/phpstan from 2.1.3 to 2.1.5 in /dev-tools in the phpstan group (#8437)
  • deps: bump the phpstan (#8423)
  • deps: upgrade dev requirements (#8424)
Commits
  • 630a594 deps: bump phpstan/phpstan from 2.1.3 to 2.1.5 in /dev-tools in the phpstan g...
  • a879cc9 CI: run tests using PHPUnit 12 (#8431)
  • c495194 chore: do not use test class as test data (#8430)
  • 9457a89 chore: update checkbashisms to 2.25.2 (#8427)
  • 666389f CI: no need to unlock deps on master (#8426)
  • 45845d8 deps: upgrade dev requirements (#8424)
  • 5fb9c95 deps: bump the phpstan (#8423)
  • 6dddb7f chore: use constants instead of literal strings (#8422)
  • 3625fa0 feat: Add unsealed array shape phpdoc support (#8299)
  • edfb686 deps: bump kubawerlos/composer-smaller-lock from 1.0.1 to 1.1.0 in /dev-tools...
  • Additional commits viewable in compare view

Updates phpstan/phpstan from 2.1.3 to 2.1.5

Release notes

Sourced from phpstan/phpstan's releases.

2.1.5

Improvements 🔧

Bugfixes 🐛

2.1.4

Improvements 🔧

Bugfixes 🐛

Function signature fixes 🤖

  • Add false to all trader_* functions return type (#3815), thanks @​rabol!
Commits
  • 451b17f PHPStan 2.1.5
  • d25a815 Updated PHPStan to commit d25a815b1069174acf3efe97812617d679f30769
  • 71e9280 Update errors identifiers
  • 0c8e9d2 Updated PHPStan to commit 0c8e9d2905371039cf453509e044d367529aa2b9
  • 6f5b552 Updated PHPStan to commit 6f5b55276de4a55f7aa19de47f653c38a2bbca64
  • fb3618b Updated PHPStan to commit fb3618b7ecee9bacf86f4ca7a09dd3a95683e1a3
  • 8a5bfb9 Updated PHPStan to commit 8a5bfb9208891055ecff4a39586d542b70546f82
  • 27f7b21 Updated PHPStan to commit 27f7b215e35e119c5f7c962811d75ff0a6dfed93
  • 6c45175 Updated PHPStan to commit 6c45175093157f773725e70e4dd3c4f316027f67
  • 747148c docs: Reflection - fix unintended changes
  • 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 will merge this PR once CI passes on it, as requested by @yard-bot.


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 composer group with 2 updates: [friendsofphp/php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) and [phpstan/phpstan](https://github.com/phpstan/phpstan).


Updates `friendsofphp/php-cs-fixer` from 3.68.5 to 3.69.0
- [Release notes](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/releases)
- [Changelog](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/master/CHANGELOG.md)
- [Commits](PHP-CS-Fixer/PHP-CS-Fixer@v3.68.5...v3.69.0)

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

---
updated-dependencies:
- dependency-name: friendsofphp/php-cs-fixer
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: composer
- dependency-name: phpstan/phpstan
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: composer
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Feb 17, 2025
@yard-bot
Copy link

@dependabot merge

Copy link

Composer package changes
Prod Packages Operation Base Target
friendsofphp/php-cs-fixer Upgraded v3.68.5 v3.69.0
Dev Packages Operation Base Target
phpstan/phpstan Upgraded 2.1.3 2.1.5

Copy link

github-actions bot commented Feb 17, 2025

Coverage report for commit: 8e86536
File: coverage.xml

Cover ┌─────────────────────────┐ Freq.
   0% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  10% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  20% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  30% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  40% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  50% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  60% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  70% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  80% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  90% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
 100% │ ███████████████████████ │ 100.0%
      └─────────────────────────┘
 *Legend:* █ = Current Distribution 
Summary - Lines: 100.00% | Methods: 100.00%
FilesLinesMethodsBranches
src
   Config.php100.00%100.00%100.00%
src/Interfaces
   ConfigInterface.php100.00%100.00%100.00%
src/Traits
   Helpers.php100.00%100.00%100.00%

🤖 comment via lucassabreu/comment-coverage-clover

@dependabot dependabot bot merged commit 46d50ee into main Feb 17, 2025
4 checks passed
@dependabot dependabot bot deleted the dependabot/composer/composer-49b532e643 branch February 17, 2025 02:50
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 php Pull requests that update Php code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant