app-insights-php / monolog-handler

Microsoft App Insights monolog handler for trace tracking
MIT License
3 stars 7 forks source link

Bump friendsofphp/php-cs-fixer from 2.18.6 to 3.8.0 #50

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps friendsofphp/php-cs-fixer from 2.18.6 to 3.8.0.

Release notes

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

v3.8.0 BerSzcz against war!

Release available also via shim package: https://github.com/PHP-CS-Fixer/shim

  • bug #6322 PhpdocTypesFixer - fix recognizing callable (kubawerlos)
  • bug #6331 ClassReferenceNameCasingFixer - Fix false hits (SpacePossum)
  • bug #6333 BinaryOperatorSpacesFixer - Fix for alignment in elseif (paulbalandan, SpacePossum)
  • bug #6337 PhpdocTypesFixer - fix recognising callable without return type (kubawerlos)
  • feature #6286 DateTimeCreateFromFormatCallFixer - Introduction (liquid207)
  • feature #6312 TypesSpacesFixer - add option for CS of catching multiple types of exceptions (SpacePossum)
  • minor #6326 Bump migration sets used to PHP7.4 (SpacePossum)
  • minor #6328 DX: .gitignore ASC file (keradus)

v3.7.0 #StandWithUkraine️

Release available also via shim package: https://github.com/PHP-CS-Fixer/shim

  • bug #6112 [BinaryOperatorSpacesFixer] Fix align of = inside calls of methods (VincentLanglet)
  • bug #6279 ClassReferenceNameCasingFixer - Fix for double arrow (SpacePossum)
  • bug #6280 Fix bunch of enum issus (SpacePossum)
  • bug #6283 ClassReferenceNameCasingFixer - detect imports (SpacePossum)
  • feature #5892 NewWithBracesFixer - option to remove braces (jrmajor)
  • feature #6081 Allow multiline constructor arguments in an anonymous classes (jrmajor, SpacePossum)
  • feature #6274 SingleLineCommentSpacingFixer - Introduction (SpacePossum)
  • feature #6300 OrderedClassElementsFixer - handle enums (gharlan)
  • feature #6304 NoTrailingCommaInSinglelineFunctionCallFixer - Introduction (SpacePossum)
  • minor #6277 Add is_scalar, sizeof, ini_get in list of compiled functions (jderusse)
  • minor #6284 ClassReferenceNameCasingFixer - Update doc (SpacePossum)
  • minor #6289 PHP7.4 - clean up tests (SpacePossum)
  • minor #6290 PHP7.4 - properties types (SpacePossum)
  • minor #6291 PHP7.4 - remove run time checks (SpacePossum)
  • minor #6292 PhpUnitDedicateAssertFixer - Fix more count cases (SpacePossum)
  • minor #6294 PhpUnitDedicateAssertFixer - add assertInstanceOf support (SpacePossum)
  • minor #6295 PhpUnitTestCaseIndicator - Check if PHPUnit-test class extends anothe… (SpacePossum)
  • minor #6298 Fix checkbashisms download ans SCA violations (SpacePossum)
  • minor #6301 BracesFixer - handle enums (gharlan)
  • minor #6302 Bump checkbashisms version (kubawerlos)
  • minor #6303 PHP8 - Utilize "get_debug_type" (SpacePossum)
  • minor #6316 bump xdebug-handler (SpacePossum)
  • minor #6327 bump polyfills (SpacePossum)

v3.6.0 Roe Deer

Release available also via shim package: https://github.com/PHP-CS-Fixer/shim

  • bug #6063 PhpdocTypesOrderFixer - Improve nested types support (ruudk, julienfalque)
  • bug #6197 FullyQualifiedStrictTypesFixer - fix same classname is imported from … (SpacePossum)
  • bug #6241 NoSuperfluousPhpdocTagsFixer - fix for reference and splat operator (kubawerlos)
  • bug #6243 PhpdocTypesOrderFixer - fix for intersection types (kubawerlos)
  • bug #6254 PhpUnitDedicateAssertFixer - remove is_resource. (drupol)
  • bug #6264 TokensAnalyzer - fix isConstantInvocation detection for mulitple exce… (SpacePossum)
  • bug #6265 NullableTypeDeclarationForDefaultNullValueFixer - handle "readonly" a… (SpacePossum)
  • bug #6266 SimplifiedIfReturnFixer - handle statement in loop without braces (SpacePossum)

... (truncated)

Changelog

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

Changelog for v3.8.0

  • bug #6322 PhpdocTypesFixer - fix recognizing callable (kubawerlos)
  • bug #6331 ClassReferenceNameCasingFixer - Fix false hits (SpacePossum)
  • bug #6333 BinaryOperatorSpacesFixer - Fix for alignment in elseif (paulbalandan, SpacePossum)
  • bug #6337 PhpdocTypesFixer - fix recognising callable without return type (kubawerlos)
  • feature #6286 DateTimeCreateFromFormatCallFixer - Introduction (liquid207)
  • feature #6312 TypesSpacesFixer - add option for CS of catching multiple types of exceptions (SpacePossum)
  • minor #6326 Bump migration sets used to PHP7.4 (SpacePossum)
  • minor #6328 DX: .gitignore ASC file (keradus)

Changelog for v3.7.0

  • bug #6112 [BinaryOperatorSpacesFixer] Fix align of = inside calls of methods (VincentLanglet)
  • bug #6279 ClassReferenceNameCasingFixer - Fix for double arrow (SpacePossum)
  • bug #6280 Fix bunch of enum issus (SpacePossum)
  • bug #6283 ClassReferenceNameCasingFixer - detect imports (SpacePossum)
  • feature #5892 NewWithBracesFixer - option to remove braces (jrmajor)
  • feature #6081 Allow multiline constructor arguments in an anonymous classes (jrmajor, SpacePossum)
  • feature #6274 SingleLineCommentSpacingFixer - Introduction (SpacePossum)
  • feature #6300 OrderedClassElementsFixer - handle enums (gharlan)
  • feature #6304 NoTrailingCommaInSinglelineFunctionCallFixer - Introduction (SpacePossum)
  • minor #6277 Add is_scalar, sizeof, ini_get in list of compiled functions (jderusse)
  • minor #6284 ClassReferenceNameCasingFixer - Update doc (SpacePossum)
  • minor #6289 PHP7.4 - clean up tests (SpacePossum)
  • minor #6290 PHP7.4 - properties types (SpacePossum)
  • minor #6291 PHP7.4 - remove run time checks (SpacePossum)
  • minor #6292 PhpUnitDedicateAssertFixer - Fix more count cases (SpacePossum)
  • minor #6294 PhpUnitDedicateAssertFixer - add assertInstanceOf support (SpacePossum)
  • minor #6295 PhpUnitTestCaseIndicator - Check if PHPUnit-test class extends anothe… (SpacePossum)
  • minor #6298 Fix checkbashisms download ans SCA violations (SpacePossum)
  • minor #6301 BracesFixer - handle enums (gharlan)
  • minor #6302 Bump checkbashisms version (kubawerlos)
  • minor #6303 PHP8 - Utilize "get_debug_type" (SpacePossum)
  • minor #6316 bump xdebug-handler (SpacePossum)
  • minor #6327 bump polyfills (SpacePossum)

Changelog for v3.6.0

  • bug #6063 PhpdocTypesOrderFixer - Improve nested types support (ruudk, julienfalque)
  • bug #6197 FullyQualifiedStrictTypesFixer - fix same classname is imported from … (SpacePossum)
  • bug #6241 NoSuperfluousPhpdocTagsFixer - fix for reference and splat operator (kubawerlos)
  • bug #6243 PhpdocTypesOrderFixer - fix for intersection types (kubawerlos)
  • bug #6254 PhpUnitDedicateAssertFixer - remove is_resource. (drupol)
  • bug #6264 TokensAnalyzer - fix isConstantInvocation detection for mulitple exce… (SpacePossum)
  • bug #6265 NullableTypeDeclarationForDefaultNullValueFixer - handle "readonly" a… (SpacePossum)
  • bug #6266 SimplifiedIfReturnFixer - handle statement in loop without braces (SpacePossum)

... (truncated)

Commits
  • cbad111 prepared the 3.8.0 release
  • 78ad09f bug #6337 PhpdocTypesFixer - fix recognising callable without return type (ku...
  • 76e5022 PhpdocTypesFixer - fix recognising callable without return type
  • 9d37eb3 feature #6312 TypesSpacesFixer - add option for CS of catching multiple types...
  • 44b09d8 bug #6331 ClassReferenceNameCasingFixer - Fix false hits (SpacePossum)
  • d11e75f feature #6286 DateTimeCreateFromFormatCallFixer - Introduction (liquid207)
  • f503d39 minor #6328 DX: .gitignore ASC file (keradus)
  • fa62f33 DX: .gitignore ASC file
  • 6fb9b93 bug #6333 BinaryOperatorSpacesFixer - Fix for alignment in elseif (paulbala...
  • 1cda359 Add a fixer used to add ! prefix to the first argument of DateTime::createF...
  • 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 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[bot] commented 2 years ago

Superseded by #59.