This repository was archived by the owner on Feb 20, 2024. It is now read-only.
Update require-dev#146
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
cfbf2f4 to
f80a46a
Compare
Contributor
Author
⚠ Artifact update problemRenovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below: File name: composer.lock |
f80a46a to
b9c213d
Compare
b9c213d to
6039f2a
Compare
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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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:
0.7.1->0.7.22.1.2->2.1.43.6.1->3.9.0Release Notes
PHPCSStandards/composer-installer (dealerdirect/phpcodesniffer-composer-installer)
v0.7.2Compare Source
What's Changed
config-showalways shows all by @jrfnl in https://github.com/PHPCSStandards/composer-installer/pull/154CI/CD
New Contributors
Full Changelog: PHPCSStandards/composer-installer@v0.7.1...v0.7.2
PHPCompatibility/PHPCompatibilityWP (phpcompatibility/phpcompatibility-wp)
v2.1.4: - 2022-10-24Compare Source
v2.1.3: - 2021-12-31Compare Source
PHPCSStandards/PHP_CodeSniffer (squizlabs/php_codesniffer)
v3.9.0Compare Source
Added
PHP_CodeSniffer\Sniffs\DeprecatedSniffinterface to allow for marking a sniff as deprecated. #281When running in
-q(quiet) mode, the deprecation notices will be hidden.-e) an asterix*will show next to deprecated sniffs.Generic.CodeAnalysis.RequireExplicitBooleanOperatorPrecedencesniff. #197ShortOpenEchoNoSemicolonerrorcode to allow for selectively ignoring missing semicolons in single line embedded PHP snippets within short open echo tags.Changed
phpcbfrun. #308AbstractSniffUnitTestclass will now show a (non-build-breaking) warning when test case files contain fixable errors/warnings, but there is no corresponding.fixedfile available in the test suite to verify the fixes against. #336Deprecated
PHP_CodeSniffer\Filters\ExactMatch::getBlacklist()andPHP_CodeSniffer\Filters\ExactMatch::getWhitelist()methods are deprecated and will be removed in the 4.0 release. See #198.ExactMatch::getDisallowedFiles()andExactMatch::getAllowedFiles()methodsExactMatchcross-version compatible with both PHP_CodeSniffer 3.9.0+ as well as 4.0+, implement the newgetDisallowedFiles()andgetAllowedFiles()methods.getDisallowedFiles()andgetAllowedFiles()methods as well as thegetBlacklist()andgetWhitelist()are available, the new methods will take precedence over the old methods.Zend.Debug.CodeAnalyzersniff. See #277.Fixed
MissingParamTypeerror code will now be used instead ofMissingParamNamewhen a parameter name is provided, but not its type. Additionally, invalid type hint suggestions will no longer be provided in these cases.switchcase.classkeyword was not checked when the space included a new line or comment.Other
The list is located in the
.githubfolder.v3.8.1Compare Source
Added
Changed
Fixed
-sis used-sis used and messages wrapstrue/false/nulltype declarationsparent,selfor a namespace relative class name type declarationv3.8.0Compare Source
Squizlabs/PHP_CodeSniffer is dead. Long live PHPCSStandards/PHP_CodeSniffer!
Breaking Changes
squizlabs/PHP_CodeSnifferrepository has been abandoned. ThePHPCSStandards/PHP_CodeSnifferrepository will serve as the continuation of the project. For more information about this change, please read the announcement.squizlabs/php_codesnifferpackage now points to the new repository and everything will continue to work as before.https://squizlabs.github.io/PHP_CodeSniffer/phars/tohttps://phars.phpcodesniffer.com/phars/.https://squizlabs.github.io/PHP_CodeSniffer/[phpcs|phpcbf].pharorhttps://github.com/squizlabs/PHP_CodeSnifffer/releases/latest/download/[phpcs|phpcbf].phartohttps://phars.phpcodesniffer.com/[phpcs|phpcbf].phar.git@github.com:squizlabs/PHP_CodeSniffer.gittogit@github.com:PHPCSStandards/PHP_CodeSniffer.git.squizlabs/PHP_CodeSnifferrepository are invited to resubmit these to thePHPCSStandards/PHP_CodeSnifferrepository.Added
trueas a stand-alone type declarationFile::getMethodProperties(),File::getMethodParameters()andFile::getMemberProperties()methods now all support thetruetypetrueas a stand-alone type to a number of sniffsGeneric.PHP.RequireStrictTypes.Disablederror codeParamNameUnexpectedAmpersandPrefixerror for parameters annotated as passed by reference while the parameter is not passed by referencesetUp()/tearDown()methods or overload thesetUp()in theAbstractSniffUnitTesttest case, they will need to be adjusted. See the PR details for further informationChanged
Internal.PropertyDoesNotExisterrror on line 1 of the scanned file, but will not halt the execution of PHPCSautoreport width (the default) a value of 80 columns will be used if the width cannot be determinedRemoved
Fixed
InvalidNoReturnwhen type is nevermatchinside of it--basepathand running from project subdirectoryusekeywordusekeyword for multi-line trait use statements$unknownpropertyThanks go to Dan Wallis (@fredden) and Danny van der Sluijs (@DannyvdSluijs) for reviewing quite a few of the PRs for this release.
Additionally, thanks to Alexander Turek (@derrabus) for consulting on the repo change over.
v3.7.2Compare Source
Changed
Fixed
v3.7.1Compare Source
Fixed
v3.7.0Compare Source
Added
Changed
Fixed
v3.6.2Compare Source
Changed
Fixed
Configuration
📅 Schedule: Branch creation - "before 4am on the first day of the month" (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 has been generated by Mend Renovate. View repository job log here.