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 friendsofphp/php-cs-fixer from 3.68.1 to 3.68.5 #4530

Merged
merged 2 commits into from
Feb 10, 2025

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps friendsofphp/php-cs-fixer from 3.68.1 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

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)
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

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file PATCH This PR is intended to be treated as a PATCH according to RFC-0002 php Pull requests that update Php code labels Feb 3, 2025
@github-actions github-actions bot added the composer Relates to composer.json label Feb 3, 2025
sreichel
sreichel previously approved these changes Feb 3, 2025
addison74
addison74 previously approved these changes Feb 3, 2025
Bumps [friendsofphp/php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) from 3.68.1 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.68.1...v3.68.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot dismissed stale reviews from addison74 and sreichel via fdb4f17 February 6, 2025 18:38
@dependabot dependabot bot force-pushed the dependabot/composer/friendsofphp/php-cs-fixer-3.68.5 branch from 3ac4fc4 to fdb4f17 Compare February 6, 2025 18:38
Copy link

sonarqubecloud bot commented Feb 6, 2025

Copy link
Contributor

github-actions bot commented Feb 6, 2025

Test Results

709 tests   682 ✅  3s ⏱️
161 suites   27 💤
  1 files      0 ❌

Results for commit 3fb0eb0.

♻️ This comment has been updated with latest results.

@sreichel sreichel merged commit 1fb8813 into main Feb 10, 2025
32 checks passed
@dependabot dependabot bot deleted the dependabot/composer/friendsofphp/php-cs-fixer-3.68.5 branch February 10, 2025 23:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
composer Relates to composer.json dependencies Pull requests that update a dependency file PATCH This PR is intended to be treated as a PATCH according to RFC-0002 php Pull requests that update Php code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants