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 composer group with 3 updates #634

Merged
merged 1 commit into from
Feb 1, 2025

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the composer group with 3 updates: friendsofphp/php-cs-fixer, nexusphp/cs-config and codeigniter/coding-standard.

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

Release notes

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

v3.68.5 Persian Successor

What's Changed

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

v3.68.4 Persian Successor

What's Changed

Full Changelog: PHP-CS-Fixer/PHP-CS-Fixer@v3.68.3...v3.68.4

v3.68.3 Persian Successor

What's Changed

Full Changelog: PHP-CS-Fixer/PHP-CS-Fixer@v3.68.2...v3.68.3

v3.68.2 Persian Successor

What's Changed

Full Changelog: PHP-CS-Fixer/PHP-CS-Fixer@v3.68.1...v3.68.2

v3.68.1 Persian Successor

What's Changed

Full Changelog: PHP-CS-Fixer/PHP-CS-Fixer@v3.68.0...v3.68.1

v3.68.0 Persian Successor

... (truncated)

Changelog

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

Changelog for v3.68.5

  • fix: NativeTypeDeclarationCasingFixer - do not touch constants named as native types (#8404)

Changelog for v3.68.4

  • chore: run SCA on PHP 8.4 (#8396)
  • fix: NativeTypeDeclarationCasingFixer should not touch property names (#8400)

Changelog for v3.68.3

  • fix: NativeTypeDeclarationCasingFixer - fix for enum with "Mixed" case (#8395)

Changelog for v3.68.2

  • fix: NativeTypeDeclarationCasingFixer - fix for promoted properties, enums, false and mixed (#8386)
  • chore: ensure that dev-tools dependencies are bumped (#8389)
  • chore: experiment to see if we can auto-shrink the lock after dependabot (#8383)
  • chore: experiment to see if we can auto-shrink the lock after dependabot /part (#8384)
  • chore: Get rid of Docker warnings during build (#8379)
  • chore: remove redundant check (#8391)
  • chore: update types (#8390)
  • CI: stale - update close msg to emphasize contribution over demand (#8385)
  • deps: bump phpcompatibility/phpcompatibility-symfony from 1.2.1 to 1.2.2 in /dev-tools (#8378)
  • deps: bump the phpstan group in /dev-tools with 4 updates (#8387)
  • refactor: Use native Yaml::parseFile() instead of custom method (#8380)

Changelog for v3.68.1

  • chore: AutoReview/CiConfigurationTest - handle failure of reading files (#8375)
  • CI: Docker - check all compose services (#8370)
  • deps: bump alpine from 3.18 to 3.21 (#8377)
  • deps: bump alpine from 3.18.4 to 3.21.2 (#8362)
  • refactor: Tokens::clearEmptyTokens - optimize cache handling (#8335)

Changelog for v3.68.0

  • feat: ModernizeStrposFixer - support stripos (#8019)
  • chore: FullyQualifiedStrictTypesFixer - reduce conditions count (#8368)
  • test: PhpUnitSetUpTearDownVisibilityFixer - extend test for anonymous classes (#8369)

Changelog for v3.67.1

... (truncated)

Commits
  • 7bedb71 prepared the 3.68.5 release
  • e2b0087 fix: NativeTypeDeclarationCasingFixer - do not touch constants named as nat...
  • 8087b47 bumped version
  • 5c2f466 prepared the 3.68.4 release
  • f668e9e fix: NativeTypeDeclarationCasingFixer should not touch property names (#8400)
  • ff070ae chore: run SCA on PHP 8.4 (#8396)
  • 8266f90 bumped version
  • 85fd31c prepared the 3.68.3 release
  • 2ec2180 fix: NativeTypeDeclarationCasingFixer - fix for enum with "Mixed" case (#8395)
  • 0a1ed73 bumped version
  • Additional commits viewable in compare view

Updates nexusphp/cs-config from 3.24.3 to 3.25.1

Release notes

Sourced from nexusphp/cs-config's releases.

Nexus CS Config v3.25.1

Changes in this release 🎉

Added

  • Enable modernize_stripos option to modernize_strpos fixer

Nexus CS Config v3.25.0

Changes in this release 🎉

Added

  • Add types_map option to phpdoc_to_* fixers
  • Add general_attribute_remove fixer
  • Add PHP 8.4 to build
  • Add @phpstan-ignore to ignored tags in comment_to_phpdoc
  • Add Nexus83 and Nexus84 rulesets
  • Add composer scripts

Changed

  • Bump to php-cs-fixer v3.67
  • Bump to phpstan v2.1
  • Make Nexus82 depend on Nexus81's rules
  • Use explicit ubuntu-24.04 in actions
  • Fix errors in phpstan-baseline

Removed

  • Remove phpExecutable as setPhpExecutable() is now deprecated in upstream
  • Remove Nexus80 ruleset as PHP 8.0 is no longer supported

Full Changelog: NexusPHP/cs-config@v3.24.3...v3.25.0

Changelog

Sourced from nexusphp/cs-config's changelog.

v3.25.1 - 2025-01-17

  • Enable modernize_stripos option to modernize_strpos fixer

v3.25.0 - 2025-01-10

  • Bump to php-cs-fixer v3.67
  • Add types_map option to phpdoc_to_* fixers
  • Add general_attribute_remove fixer
  • Bump to phpstan v2.1
  • Remove phpExecutable as setPhpExecutable() is now deprecated in upstream
  • Add PHP 8.4 to build
  • Add @phpstan-ignore to ignored tags in comment_to_phpdoc
  • Remove Nexus80 ruleset as PHP 8.0 is no longer supported
  • Add Nexus83 and Nexus84 rulesets
  • Make Nexus82 depend on Nexus81's rules
  • Use explicit ubuntu-24.04 in actions
  • Add composer scripts
  • Fix errors in phpstan-baseline
Commits
  • fd388b3 Prepare changelog for v3.25.1
  • 5b8dc8f Enable modernize_stripos option to modernize_strpos fixer
  • eeb8d8e Prepare changelog for v3.25
  • 81ae5d7 Fix errors in phpstan-baseline
  • 5eb277b Add composer scripts
  • 3746709 Use explicit ubuntu-24.04 in actions
  • aa76bf0 Make Nexus82 depend on Nexus81's rules
  • 44d3971 Add Nexus83 and Nexus84 rulesets
  • 5cc0b40 Remove Nexus80 ruleset as PHP 8.0 is no longer supported
  • 2139110 Add @phpstan-ignore to ignored tags in comment_to_phpdoc
  • Additional commits viewable in compare view

Updates codeigniter/coding-standard from 1.8.2 to 1.8.3

Release notes

Sourced from codeigniter/coding-standard's releases.

v1.8.3 Coding Standard

What's Changed

  • Bump to php-cs-fixer v3.67 and cs-config v3.25
  • Add @phpstan-ignore to ignored tags of comment_to_phpdoc
  • Add general_attribute_remove fixer
  • Enable get_class_to_class_keyword
  • Add more elements to trailing_comma_in_multiline

Full Changelog: CodeIgniter/coding-standard@v1.8.2...v1.8.3

Changelog

Sourced from codeigniter/coding-standard's changelog.

v1.8.3 - 2025-01-13

  • Bump to php-cs-fixer v3.67 and cs-config v3.25
  • Add @phpstan-ignore to ignored tags of comment_to_phpdoc
  • Add general_attribute_remove fixer
  • Enable get_class_to_class_keyword
  • Add more elements to trailing_comma_in_multiline
Commits
  • aada002 Prepare changelog for v1.8.3
  • a452820 Add more elements to trailing_comma_in_multiline
  • 954d639 Enable get_class_to_class_keyword
  • ea9c3cf Add general_attribute_remove fixer
  • 1483d97 Add @phpstan-ignore to ignored tags of comment_to_phpdoc
  • db71b0c Bump to php-cs-fixer v3.67 and cs-config v3.25
  • 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

Bumps the composer group with 3 updates: [friendsofphp/php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer), [nexusphp/cs-config](https://github.com/NexusPHP/cs-config) and [codeigniter/coding-standard](https://github.com/CodeIgniter/coding-standard).


Updates `friendsofphp/php-cs-fixer` from 3.66.0 to 3.68.5
- [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.66.0...v3.68.5)

Updates `nexusphp/cs-config` from 3.24.3 to 3.25.1
- [Release notes](https://github.com/NexusPHP/cs-config/releases)
- [Changelog](https://github.com/NexusPHP/cs-config/blob/3.x/CHANGELOG.md)
- [Commits](NexusPHP/cs-config@v3.24.3...v3.25.1)

Updates `codeigniter/coding-standard` from 1.8.2 to 1.8.3
- [Release notes](https://github.com/CodeIgniter/coding-standard/releases)
- [Changelog](https://github.com/CodeIgniter/coding-standard/blob/develop/CHANGELOG.md)
- [Commits](CodeIgniter/coding-standard@v1.8.2...v1.8.3)

---
updated-dependencies:
- dependency-name: friendsofphp/php-cs-fixer
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: composer
- dependency-name: nexusphp/cs-config
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: composer
- dependency-name: codeigniter/coding-standard
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: composer
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Feb 1, 2025
@jsnmrs jsnmrs merged commit d5b5f80 into main Feb 1, 2025
2 checks passed
@jsnmrs jsnmrs deleted the dependabot/composer/composer-471123248b branch February 1, 2025 19:06
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