-
Notifications
You must be signed in to change notification settings - Fork 1
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
fix(deps): update all non-major dependencies #198
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/all-minor-patch
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
|
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
October 19, 2024 13:59
3bfa4d7
to
9ff31c9
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
2 times, most recently
from
November 1, 2024 07:58
e3645b4
to
4a291bd
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
4 times, most recently
from
November 12, 2024 10:14
09fb0cd
to
81acbd5
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
2 times, most recently
from
November 17, 2024 16:48
cd0e6c4
to
773560a
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
2 times, most recently
from
November 29, 2024 00:40
63471b5
to
8039379
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
December 8, 2024 06:43
8039379
to
d7c8ad1
Compare
renovate
bot
changed the title
chore(deps): update all non-major dependencies
fix(deps): update all non-major dependencies
Dec 10, 2024
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
3 times, most recently
from
December 17, 2024 17:54
341631a
to
d419bb5
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
December 21, 2024 06:40
d419bb5
to
1bc48df
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
2 times, most recently
from
December 31, 2024 08:15
4d96d9e
to
c8d3fe6
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
3 times, most recently
from
January 12, 2025 13:49
fe3ca13
to
164b643
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
4 times, most recently
from
January 19, 2025 09:39
2b67c64
to
062a65d
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
2 times, most recently
from
January 23, 2025 17:48
1c7133a
to
2096d31
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
5 times, most recently
from
January 30, 2025 19:17
660f2e5
to
0cbb7fe
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
January 31, 2025 09:33
0cbb7fe
to
c990c4d
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.64.0
->3.68.5
7.7.0
->7.9.2
7.5.3
->7.8.1
9.5.3
->9.5.6
1.12.6
->1.12.16
10.5.36
->10.5.44
3.10.3
->3.11.3
Release Notes
PHP-CS-Fixer/PHP-CS-Fixer (friendsofphp/php-cs-fixer)
v3.68.5
Compare Source
NativeTypeDeclarationCasingFixer
- do not touch constants named as native types (#8404)v3.68.4
Compare Source
v3.68.3
Compare Source
NativeTypeDeclarationCasingFixer
- fix for enum with "Mixed" case (#8395)v3.68.2
Compare Source
NativeTypeDeclarationCasingFixer
- fix for promoted properties, enums,false
andmixed
(#8386)dev-tools
dependencies are bumped (#8389)Yaml::parseFile()
instead of custom method (#8380)v3.68.1
Compare Source
AutoReview/CiConfigurationTest
- handle failure of reading files (#8375)Docker
- check allcompose
services (#8370)v3.68.0
Compare Source
ModernizeStrposFixer
- supportstripos
(#8019)FullyQualifiedStrictTypesFixer
- reduce conditions count (#8368)PhpUnitSetUpTearDownVisibilityFixer
- extend test for anonymous classes (#8369)v3.67.1
Compare Source
FullyQualifiedStrictTypesFixer
- fix return types (#8367)PhpUnitSetUpTearDownVisibilityFixer
- do not touch anonymous classes (#8366)PHPStan
- upgrade to 2.1 (#8355)v3.67.0
Compare Source
end
/prev
functions (#8352)general_attribute_remove
fixer (#8339)v3.66.2
Compare Source
@throws
annotation (#8353)v3.66.1
Compare Source
NoMultipleStatementsPerLineFixer
- be aware of PHP 8.4 property hooks (#8344)TernaryToElvisOperatorFixer
- improvements based on PHPStan detections (#8345)PhpUnitTestCaseStaticMethodCallsFixer
- fix type ofmethods
option in documemtation and add example with it (#8338)v3.66.0
Compare Source
Tokenizer
- initial support for PHP 8.4 property hooks (#8312)PhpUnitTestCaseStaticMethodCallsFixer
- cover PHPUnit v11.5 methods (#8314)PhpUnitTestCaseStaticMethodCallsFixer
- make sure all static protected methods are handled (#8327)PhpUnitTestCaseStaticMethodCallsFixer
- support createStub (#8319)UseArrowFunctionsFixer
- support multiline statements (#8311)NullableTypeDeclarationFixer
- do not break multi-line declaration (#8331)CiConfigurationTest
- drop not needed condition, logic is checked in upcoming assertion (#8303)DotsOutput
- more const, better typing (#8318)Tokens
- simplify (un)registerFoundToken types (#8328)BraceTransformer
- don't touch curly index braces since 8.4, as it's not a valid syntax anymore (#8313)Tokens
- fix docs (#8332)v3.65.0
Compare Source
@PHP82Migration:risky
ruleset (#8277)DataProviderAnalysis
(#8226)fully_qualified_strict_types
(#8085)@coversNothing
ifCoversMethod
/CoversFunction
attribute is used (#8268)&
and|
inTypeExpression
(#8210)BlankLineAfterOpeningTagFixer
- add blank line in file starting with multi-line comment (#8256)MultilineWhitespaceBeforeSemicolonsFixer
- do not produce syntax error when there is a meaningful token after semicolon (#8230)NullableTypeDeclarationFixer
- do not break syntax when there is no space before?
(#8224)PhpUnitDataProvider(.+)Fixer
- do not omit when there is an attribute between PHPDoc and test method (#8185)PhpUnitDataProviderNameFixer
- for an attribute between PHPDoc and test method (#8217)PhpCsFixer\Tokenizer\Tokens::setSize
(#8257)Tokens::setSize
inGroupImportFixer
(#8253)Reflection*::setAccessible
(#8264)Preg::match()
extensions (#8103)@internal
(#8284)checkbashisms
to 2.24.1 (#8258)php-cs-fixer
PHP compatibility (#8235)assert
(#8207)composer-smaller-lock
(#8263)php-cs-fixer
file with static analysis (#8229)TypeExpression
API more explicit about composite types (#8214)_AttributeItems
tonon-empty-list<_AttributeItem>
to allow using single attribute item (#8199)@PHP82Migration:risky
- add integration tests (#8278)v3.64.0
Compare Source
single_space_around_construct
config (#8171)v3.63.2
Compare Source
FullyQualifiedStrictTypesFixer
- reset cache even if there is nouse
(#8183)v3.63.1
Compare Source
v3.63.0
Compare Source
array_destructuring
as option fortrailing_comma_in_multiline
(#8172)PhpUnitAttributesFixer
- fix priorities withPhpUnitDataProvider(.+)Fixer
(#8169)@return
tags for data providers already having PHPDoc (#8176)@return
tags for data providers that do not have array in data (#8179)beStrictAboutTodoAnnotatedTests
from PHPUnit's config (#8160)date_time_create_from_format_call
(#8173)v3.62.0
Compare Source
v3.61.1
Compare Source
NoSuperfluousPhpdocTagsFixer
- fix "Undefined array key 0" error (#8150)v3.61.0
Compare Source
PhpdocIndentFixer
(#8147)class-string
(#8139)ProjectCodeTest::provideDataProviderMethodCases
(#8138)v3.60.0
Compare Source
PhpUnitAttributesFixer
- add option to keep annotations (#8090)@requires PHP 7.4
ages ago (#8122)TokensAnalyzerTest
(#8123)offsetAccess.notFound
errors to baseline (#8107)TypeExpression
(#8076)TokensTest
to shrink PHPStan's baseline (#8112)no_useless_concat_operator
- do not break variable (2) (#7927)NullableTypeDeclarationFixer
- don't convert standalonenull
into nullable union type (#8098)NullableTypeDeclarationFixer
- don't convert standaloneNULL
into nullable union type (#8111)NullableTypeDeclarationFixer
- insert correct token (#8118)PhpUnitAttributesFixer
- handle multiple annotations of the same name (#8075)v3.59.3
Compare Source
v3.59.2
Compare Source
v3.59.1
Compare Source
v3.59.0
Compare Source
arm64
) (#8079)@PhpCsFixer
ruleset - normalise implicit backslashes in single quoted strings (#7965)SimpleToComplexStringVariableFixer
- support variable being an array (#8064)PhpUnitTestCaseStaticMethodCallsFixer::STATIC_METHODS
(#8073)native_constant_invocation
- array constants with native constant names (#8008)final_class
docs less dismissive (#8065)v3.58.1
Compare Source
ConstantCaseFixer
- do not change class constant usages (#8055)PhpUnitTestClassRequiresCoversFixer
- do not add annotation when attribute with leading slash present (#8054)v3.58.0
Compare Source
PhpUnitTestClassRequiresCoversFixerTest
(#8047)Tokens::$blockStartCache
andTokens::$blockEndCache
when callingTokens::setCode
(#8051)simplified_null_return
(#8049)ConstantCaseFixer
- do not change namespace (#8004)PhpUnitAttributesFixer
- do not add attribute if already present (#8043)PhpUnitSizeClassFixer
- do not add annotation when there are attributes (#8044)PhpUnitTestClassRequiresCoversFixer
- attribute detection when class isreadonly
(#8042)v3.57.2
Compare Source
ParallelConfigFactory::detect()
(#8026)php_unit_test_class_requires_covers
Attribute detection when class is final (#8016)v3.57.1
Compare Source
Preg::matchAll
(#8012)v3.57.0
Compare Source
v3.56.2
Compare Source
v3.56.1
Compare Source
PhpUnitDedicateAssertFixer
(#7999)ConstantCaseFixer
- do not touch typed constants (#7998)v3.56.0
Compare Source
TrailingCommaInMultilineFixer
- handle trailing comma in language constructs (#7989)TrailingCommaInMultilineFixer
- language constructs should be covered by arguments, not parameters (#7990)v3.55.0
Compare Source
OrderedAttributesFixer
(#7395)list
type in PHPDoc (#7975)PhpUnitAttributesFixer
- fix for#[RequiresPhp]
exceeding its constructor parameters (#7966)v3.54.0
Compare Source
PhpUnitAttributesFixer
(#7831)FullyQualifiedStrictTypesFixerTest
(#7954)PhpdocNoAccessFixerTest
(#7933)PhpUnitMethodCasingFixerTest
(#7948)PhpUnitStrictFixerTest
(#7938)FullyQualifiedStrictTypesFixer
- do not add imports before PHP opening tag (#7955)PhpUnitMethodCasingFixer
- do not double underscore (#7949)PhpUnitTestClassRequiresCoversFixer
- do not add annotation when there are attributes (#7880)v3.53.0
Compare Source
list
overarray
in more places (#7905)array_filter
function usages (#7923)trim
call (#7930)phpstan/phpstan-strict-rules
(#7924)AttributeAnalysis
(#7909)@PHP84Migration
introduction (#7774)PhpdocArrayTypeFixer
- JIT stack limit exhausted (#7895)v3.52.1
Compare Source
PhpCsFixer\Tokenizer\Tokens::setSize
return type (#7900)v3.52.0
Compare Source
nullable_type_declaration_for_default_null_value
- deprecate option that is against@PHP84Migration
(#7872)array_indentation
toPER-CS2.0
ruleset (#7881)@Symfony:risky
- addno_unreachable_default_argument_value
(#7863)PhpCsFixer
ruleset - enablenullable_type_declaration_for_default_null_value
(#7870)no_useless_concat_operator
- do not break variable (#7827)TokensAnalyzer
- handle unary operator in arrow functions (#7862)TypeExpression
- fix "JIT stack limit exhausted" error (#7843)v3.51.0
Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.