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 dev-dependencies group in /composer/helpers/v2 with 2 updates #8254

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 22, 2023

Bumps the dev-dependencies group in /composer/helpers/v2 with 2 updates: friendsofphp/php-cs-fixer and phpstan/phpstan.

Updates friendsofphp/php-cs-fixer from 3.34.1 to 3.35.1

Release notes

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

v3.35.1 Freezy Vrooom

What's Changed

Full Changelog: PHP-CS-Fixer/PHP-CS-Fixer@v3.35.0...v3.35.1

v3.35.0 Freezy Vrooom

What's Changed

New Contributors

Full Changelog: PHP-CS-Fixer/PHP-CS-Fixer@v3.34.1...v3.35.0

Changelog

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

Changelog for v3.35.1

  • fix: Mark PhpdocReadonlyClassCommentToKeywordFixer as risky (#7372)

Changelog for v3.35.0

  • chore: Autoreview: test all formats are listed in usage.rst (#7357)
  • chore: no need for phpunitgoodpractices/traits anymore (#7362)
  • chore: Rename indexes to indices (#7368)
  • chore: stop using phpunitgoodpractices/traits (#7363)
  • chore: typo (#7367)
  • docs: Sort options in documentation (#7345)
  • feat(PhpdocReadonlyClassCommentToKeywordFixer): Introduction (#7353)
  • feat: Ability to keep/enforce leading \ when in global namespace (#7186)
  • feat: Update @PER-CS2.0 to match short closure space (#6970)
  • feat: use ordered_types in @PhpCsFixer (#7361)
  • fix(SingleLineThrowFixer): fixer goes out of range on close tag (#7369)
Commits

Updates phpstan/phpstan from 1.10.38 to 1.10.39

Release notes

Sourced from phpstan/phpstan's releases.

1.10.39

Improvements 🔧

Bugfixes 🐛

Function signature fixes 🤖

Commits
  • d9dedb0 PHPStan 1.10.39
  • d5c599c Updated PHPStan to commit d5c599c962cadc13acb206b932a8e3a74fc46025
  • 0228643 Updated PHPStan to commit 0228643a9062c6ceb2eadba4b3f64f8b1a35fea5
  • 3bb222c Updated PHPStan to commit 3bb222c1c88d3be36f6f1cf7bd34079ee1341e40
  • 485922f Updated PHPStan to commit 485922f5c2734af5af15230250340e6c1cc76451
  • 7491260 Updated PHPStan to commit 749126094d4ea84f770251dd41a277a46567b47e
  • 18a6723 Updated PHPStan to commit 18a6723fa4ffc9e77373f20fe263b028eeda2a3b
  • bd3f7f3 Updated PHPStan to commit bd3f7f3507cab23e4ed54371446254fce5165074
  • 7c4ef6b Updated PHPStan to commit 7c4ef6b2aa246a31128b035cd07e64ff202ecc2b
  • 4a95206 Updated PHPStan to commit 4a952068df57b09e8920de756ab2a6b8a0ffdf10
  • 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 dev-dependencies group in /composer/helpers/v2 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.34.1 to 3.35.1
- [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.34.1...v3.35.1)

Updates `phpstan/phpstan` from 1.10.38 to 1.10.39
- [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.38...1.10.39)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner October 22, 2023 16:15
@dependabot dependabot bot added dependencies php Dependabot pull requests that update Php code labels Oct 22, 2023
@github-actions github-actions bot added the L: php:composer Issues and code for Composer label Oct 22, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 29, 2023

Superseded by #8294.

@dependabot dependabot bot closed this Oct 29, 2023
@dependabot dependabot bot deleted the dependabot/composer/composer/helpers/v2/dev-dependencies-9646a1e198 branch October 29, 2023 16:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies L: php:composer Issues and code for Composer php Dependabot pull requests that update Php code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants