-
-
Notifications
You must be signed in to change notification settings - Fork 28
Update Minor and Patch Contrib #2252
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
Closed
Closed
Conversation
This file contains hidden or 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
Member
|
This comment has been minimized.
This comment has been minimized.
Member
|
b797532 to
b6a6089
Compare
|
Member
|
Member
|
Member
|
Codecov Report✅ All modified and coverable lines are covered by tests.
Additional details and impacted files@@ Coverage Diff @@
## main #2252 +/- ##
===========================================
- Coverage 76.85% 63.88% -12.98%
===========================================
Files 112 38 -74
Lines 5846 2132 -3714
Branches 44 0 -44
===========================================
- Hits 4493 1362 -3131
+ Misses 1353 770 -583 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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:
^9@alpha→^9.0.0-beta1@alpha^9@alpha→^9.0.0-beta1@alpha^2@alpha→^2.0.0-alpha4@alpha^10.0@alpha→^10.0.0-alpha2@alpha^11.5.50→^11.5.51^2.3.5→^2.3.6Release Notes
pfrenssen/coder (drupal/coder)
v9.0.0-beta1Compare Source
v9.0.0-alpha2Compare Source
PHPCompatibility/PHPCompatibility (phpcompatibility/php-compatibility)
v10.0.0-alpha2Compare Source
IMPORTANT: This release contains breaking changes. Please read and follow the [Upgrade guide in the wiki][wiki-upgrade-to-10.0] carefully before upgrading!
This release includes all improvements and bugfixes from PHPCompatibility [10.0.0-alpha1].
See all related issues and PRs in the [10.0.0-alpha2 milestone].
Added
PHP cross-version:
PHPCompatibility.Keywords.ForbiddenClassAliassniff. #1952PHPCompatibility.LanguageConstructs.RemovedLanguageConstructssniff. #1948This sniff in its initial version will detect the PHP 8.5 deprecation of the backtick operator.
PHP 8.3:
PHPCompatibility.ParameterValues.NewClassAliasInternalClasssniff. #1951PHPCompatibility.Syntax.NewDynamicClassConstantFetchsniff. #1974PHP 8.5:
PHPCompatibility.Classes.NewStaticAvizPropertiessniff. #1950⭐
PHPCompatibility.Classes.NewClassessniff: recognize the new DateTime and SQLite extension related error and exception classes as introduced in PHP 8.3. #1936, #1937⭐
PHPCompatibility.Constants.NewConstantssniff: recognize various constants from the Mhash extension. #1938⭐
PHPCompatibility.ParameterValues.ChangedIntToBoolParamTypesniff: detect the Zlib$use_include_pathparameter type change as per PHP 8.5. #1949⭐ The "list based" sniffs, like
NewFunctions,RemovedIniDirectives,ForbiddenNamesetc, have received updates to account for new/deprecated/removed PHP classes, constants, functions, function parameters, ini directives, reserved namespaces and type casts as per PHP 8.5.Associated PRs
#1941,
#1942,
#1943,
#1944,
#1945,
#1946,
#1947,
#1953,
#1954,
#1955,
#1956,
#1957,
#1958,
#1959,
#1960,
#1961,
#1962,
#1963,
#1965,
#1966,
#1967,
#1968,
#1969,
#1970,
#1971
📚 Documentation for the following sniffs:
Changed
🔀
PHPCompatibility.TypeCasts.RemovedTypeCastshas new error codes. #1941t_unset_castDeprecatedRemovedhas been changed tounsetDeprecatedRemoved.t_double_castDeprecatedRemovedhas been changed torealDeprecatedRemoved.📌
PHPCompatibility.Keywords.ForbiddenNameswill now also detect incompatible use of the "other" reserved keywordsparentandself. #1940🔧 ☔ Various housekeeping, including general maintenance, improvements to speed up the sniffs, improvements to CI, the tests and documentation.
Associated PRs
#1934,
#1939,
#1964,
#1973,
#1976,
#1983,
#1984,
#1993,
#1995,
#1998,
#1999
Credits
Thanks go out to [Anna Filina] and [Shota Okunaka] for their contributions to this version. 👏
sebastianbergmann/phpunit (phpunit/phpunit)
v11.5.51: PHPUnit 11.5.51Compare Source
Added
Fixed
Learn how to install or update PHPUnit 11.5 in the documentation.
Keep up to date with PHPUnit:
rectorphp/rector (rector/rector)
v2.3.6: Released Rector 2.3.6Compare Source
New Features 🥳
rector.dist.phpdist file (#7845), Thanks @carlos-granados!Bugfixes 🐛
rectorphp/rector-symfony 🎵
rectorphp/rector-phpunit 🟢
Configuration
📅 Schedule: Branch creation - "before 2am on Sunday" in timezone UTC, 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 was generated by Mend Renovate. View the repository job log.