Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.293.2
->3.293.3
2.15.3
->2.15.4
3.21.1
->3.40.2
<=8.2.7
-><=8.2.13
10.4.2
->10.5.1
3.2.0
->3.2.2
4.7.15
->4.7.16
Release Notes
aws/aws-sdk-php (aws/aws-sdk-php)
v3.293.3
Compare Source
Aws\MediaLive
- Adds support for custom color correction on channels using 3D LUT files.Aws\Braket
- This release enhances service support to create quantum tasks and hybrid jobs associated with Braket Direct Reservations.Aws\AppRegistry
- Documentation-only updates for DawnAws\BillingConductor
- This release adds the ability to specify a linked account of the billing group for the custom line item resource.Aws\Cloud9
- This release adds the requirement to include the imageId parameter in the CreateEnvironmentEC2 API call.Aws\CloudFormation
- Including UPDATE_* states as a success status for CreateStack waiter.Aws\finspace
- Release General Purpose type clustersfilp/whoops (filp/whoops)
v2.15.4
Compare Source
PHP-CS-Fixer/PHP-CS-Fixer (friendsofphp/php-cs-fixer)
v3.40.2
Compare Source
v3.40.1
Compare Source
NoSpacesAfterFunctionNameFixer
- do not remove space if the opening parenthesis part of an expression (#7430)v3.40.0
Compare Source
facile-it/paraunit
(#7470)v3.39.1
Compare Source
? : throw
(#7457)ExplicitIndirectVariableFixerTest
(#7451)v3.39.0
Compare Source
Preg
's last error message in exception message (#7443)@PHP83Migration
ruleset and PHP 8.3 integration test (#7439)AbstractIntegrationTestCase
description (#7452)v3.38.2
Compare Source
v3.38.1
Compare Source
actions/checkout
v4 (#7423)@var
callable signature (#7429)composer normalize
(#7424)v3.38.0
Compare Source
array_indentation
(#7405)@Symfony
- keep Annotation,NamedArgumentConstructor,Target annotations as single group (#7399)v3.37.1
Compare Source
v3.37.0
Compare Source
v3.36.0
Compare Source
infection-installer
plugin, as we do not useinfection/*
yet (#7391)v3.35.1
Compare Source
PhpdocReadonlyClassCommentToKeywordFixer
as risky (#7372)v3.35.0
Compare Source
usage.rst
(#7357)phpunitgoodpractices/traits
anymore (#7362)indexes
toindices
(#7368)phpunitgoodpractices/traits
(#7363)\
when in global namespace (#7186)@PER-CS2.0
to match short closure space (#6970)ordered_types
in@PhpCsFixer
(#7361)v3.34.1
Compare Source
v3.34.0
Compare Source
check
command (alias forfix --dry-run
) (#7322)v3.33.1
: The Old GuardCompare Source
What's Changed
New Contributors
Full Changelog: PHP-CS-Fixer/PHP-CS-Fixer@v3.33.0...v3.33.1
v3.33.0
Compare Source
native_type_declaration_casing
fixer (#7330)v3.32.1
: Deprecation trainCompare Source
What's Changed
New Contributors
Full Changelog: PHP-CS-Fixer/PHP-CS-Fixer@v3.32.0...v3.32.1
v3.32.0
Compare Source
unfinalize
package (#7343)CompactNullableTypehintFixer
and proxy toCompactNullableTypeDeclarationFixer
(#7339)CurlyBracesPositionFixer
and proxy toBracesPositionFixer
(#7334)NewWithBracesFixer
and proxy toNewWithParenthesesFixer
(#7331)NoUnneededCurlyBracesFixer
and proxy toNoUnneededBracesFixer
(#7335)CurlyBraceTransformer
toBraceTransformer
(#7333)v3.31.0
Compare Source
attribute_placement
option forMethodArgumentSpaceFixer
(#7320)FunctionToConstantFixer
should run beforeNativeConstantInvocationFixer
(#7344)v3.30.0
Compare Source
AttributeEmptyParenthesesFixer
(#7284)YodaStyleFixer
): do not touchrequire(_once)
,include(_once)
andyield from
statements (#7325)ReturnToYieldFromFixer
(#7318)v3.29.0
Compare Source
@PhpCsFixer:risky
): use newest@PER-CS:risky
instead of locked@PER-CS2.0:risky
(#7323)@PER-CS
ruleset (#7321)v3.28.0
Compare Source
@PER-CS2.0
): Addconcat_space
to the ruleset (#7302)v3.27.0
Compare Source
--show-progress=estimating
in docs (#7287)LongToShorthandOperatorFixer
(#7295)single_line_empty_body
to@PER-CS2.0
(#7282)OrderedTraitsFixer
- better support for multiple traits in oneuse
statement (#7289)v3.26.1
Compare Source
no_superfluous_phpdoc_tags
(#7279)v3.26.0
Compare Source
single_line_empty_body
to@PhpCsFixer
(#7266)InstallViaComposerTest
(#7265)v3.25.1
Compare Source
v3.25.0
Compare Source
v3.24.0
Compare Source
integer_literal_case
(#7081)method_argument_space
(#7242)NoUnusedImportsFixer
(#7246)no_superfluous_phpdoc_tags
withnull
phpdoc (#7234)phpdoc_types
must not lowercase literal types (#7108)v3.23.0
Compare Source
no_superfluous_phpdoc_tags
fixer (#7189)FullyQualifiedStrictTypesFixer
fixer (#7188)FinalInternalClassFixer
(#7160)yield from
after}
(#7169)HeaderCommentFixer
must run beforeBlankLinesBeforeNamespaceFixer
(#7205)NoUselessReturnFixer
must run beforeSingleLineEmptyBodyFixer
(#7226)PhpdocInlineTagNormalizerFixer
- do not break tags (#7227)phpdoc_align
(#7120)MethodArgumentSpaceFixer
- mention PSR in Fixer definition (#7157)YieldFromArrayToYieldsFixer
toPhpCsFixer
set (#7115)ReturnToYieldFromFixer
(#7181)HeredocIndentationFixer
for the codebase (#7195)UseArrowFunctionsFixer
for the codebase (#7194)ErrorOutputTest
(#7183)CurlyBracesPositionFixer
code samples (#7198)HeredocIndentationFixer
code samples (#7197)PhpdocToReturnTypeFixer
code samples (#7199)ReturnToYieldFromFixer
(#7168)SpacesInsideParenthesesFixer
(#5709)trim_array_spaces
(#7218)BlankLineBeforeStatementFixer
- skip enum cases (#7203)v3.22.0
Compare Source
SelfAccessorFixer
must run beforeSelfAccessorFixer
(#7153)PhpUnitDataProviderReturnTypeFixer
(#7156)YieldFromArrayToYieldsFixer
(#7114)v3.21.3
Compare Source
v3.21.2
Compare Source
class::getPriority
for phpDoc diffs (#7148)Tokens
checking for found tokens (#7139)AbstractFixerTestCase::getTestFile()
final (#7116)array_search
call strict (#7145)empty
calls (#7138)AbstractIntegrationTestCase::provideIntegrationCases
- yield over array, better typehinting (#7150)containerbase/php-prebuild (php)
v8.2.13
Compare Source
Bug Fixes
v8.2.12
Compare Source
Bug Fixes
v8.2.11
Compare Source
Bug Fixes
v8.2.10
Compare Source
Bug Fixes
v8.2.9
Compare Source
Bug Fixes
v8.2.8
Compare Source
Bug Fixes
sebastianbergmann/phpunit (phpunit/phpunit)
v10.5.1
Compare Source
v10.5.0
Compare Source
spatie/array-to-xml (spatie/array-to-xml)
v3.2.2
Compare Source
What's Changed
Full Changelog: spatie/array-to-xml@3.2.1...3.2.2
v3.2.1
Compare Source
What's Changed
New Contributors
Full Changelog: spatie/array-to-xml@3.2.0...3.2.1
zircote/swagger-php (zircote/swagger-php)
v4.7.16
Compare Source
What's Changed
$ref
is nullable by @DerManoMann in https://github.com/zircote/swagger-php/pull/1487type: 'object'
when moving properties intoallOf
by @DerManoMann in https://github.com/zircote/swagger-php/pull/1489New Contributors
Full Changelog: zircote/swagger-php@4.7.15...4.7.16
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.