DataValues / Geo

Small library for parsing and formatting geographical coordinates
https://entropywins.wtf
Other
16 stars 10 forks source link

Update mediawiki/mediawiki-codesniffer requirement from ^34 to ^34 || ^35 #198

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Updates the requirements on mediawiki/mediawiki-codesniffer to permit the latest version.

Changelog

Sourced from mediawiki/mediawiki-codesniffer's changelog.

35.0.0 / 2021-01-28

New sniffs

  • Add AssertCountSniff to warn when using assertEquals or assertSame with the results of count (DannyS712)
  • Add AssertionOrderSniff for PHPUnit assertions in the wrong order (DannyS712)
  • Add MissingElseBetweenBracketsSniff to error when } is followed by { (Majavah)
  • Add SpaceBeforeBracketSniff for spaces between variable and array offset (DannyS712)
  • Add SpecificAssertionsSniff to encourage dedicated, simpler PHPUnit assertions (DannyS712)
  • Add WhiteSpaceBeforeFunctionSniff for whitespace in function signatures (DannyS712)
  • Enable PSR2.Classes.PropertyDeclaration.Multiple (DannyS712)

Changed sniffs

  • Move AssertEqualsSniff, DeprecatedPHPUnitMethodsSniff, PHPUnitClassUsageSniff, and PHPUnitTypeHintsSniff to new MediaWiki.PHPUnit group (DannyS712)
  • AssertEqualsSniff: Whitespace handling clean-up (DannyS712)
  • AssignmentInReturnSniff: Check for yield (Umherirrender)
  • EmptyTagSniff: Also check the @access, @author, @dataProvider, @depends, @group, @license, @link, @since, and @suppress tags (DannyS712)
  • EmptyTagSniff: Re-write for performance (Thiemo Kreuz)
  • ExtendClassUsageSniff: Add sub classes of IndexPager to ContextSource checks (Umherirrender)
  • ExtendClassUsageSniff: Fix variable name: $eligableFunc -> $eligibleFunc (Ammarpad)
  • ExtendClassUsageSniff: Improve documentation (Ammarpad)
  • ForbiddenFunctionsSniff: Add compact() as opposite of forbidden extract() (Umherirrender)
  • FunctionAnnotationsSniff: Add @uses (Umherirrender)
  • FunctionCommentSniff, PropertyDocumentationSniff: Allow parenthesis as punctuation (Umherirrender)
  • FunctionCommentSniff, PropertyDocumentationSniff: Have sniff convert upper case NULL to null (Umherirrender)
  • FunctionCommentSniff, PropertyDocumentationSniff: Update error message about "object" type hints (Thiemo Kreuz)
  • FunctionCommentSniff: Allow intersection types (Umherirrender)
  • FunctionCommentSniff: Check @param/@return on files ending in …Test.php (Umherirrender)
  • FunctionCommentSniff: Check for yield when looking for @return (Umherirrender)
  • FunctionCommentSniff: Expand FunctionCommentSniff::SKIP_STANDARD_METHODS (Umherirrender)
  • FunctionCommentSniff: Improve check for test function (Umherirrender)
  • FunctionCommentSniff: Require @return on doc block when return type hint is used (Umherirrender)
  • LicenseCommentSniff: Handle possible whitespace in license names (Umherirrender)
  • LowerCamelFunctionsNameSniff: Use PHPUnitTestTrait (Umherirrender)
  • MissingVarType: Use camelCase for error type (Umherirrender)
  • ParenthesesAroundKeywordSniff: Re-write to fix whitespace handling (Umherirrender)
  • PropertyDocumentationSniff: Add checks for object and object[] in @var documentation (Umherirrender)
  • PropertyDocumentationSniff: Check and require @var on files ending in …Test.php (Umherirrender)
  • SuperGlobalsUsageSniff: Forbid use of super global $_FILES (Umherirrender)
  • UnusedUseStatementSniff: Remove left over semicolons (Umherirrender)
  • Avoid slow strcasecmp() where not necessary (Thiemo Kreuz)
  • Add and use PHPUnitTestTrait to limit specific sniffs to code in PHPUnit tests (DannyS712)
  • Fix performance bottleneck in PHPUnit assert sniffs (Thiemo Kreuz)

Documentation, dependencies and build changes

  • build: Updating mediawiki/mediawiki-phan-config to 0.10.5 (DannyS712)
  • build: Updating mediawiki/mediawiki-phan-config to 0.10.6 (libraryupgrader)
  • Bump composer/semver versions (Reedy)
  • Make all single-line comments use the // phpcs:… syntax (Thiemo Kreuz)
  • HISTORY.md: Add 19.x point release entries (Reedy)

... (truncated)

Commits
  • c305fa1 Release v35.0.0
  • 3f623bf New sniff: MediaWiki.PHPUnit.SpecificAssertions
  • 8ea701c Convert upper case NULL to null in documentation types
  • 2507ec3 Add SpaceBeforeBracketSniff for spaces between variable and array offset
  • 5a2199a Rewrite ParenthesesAroundKeywordSniff to fix whitespace handling
  • cafed13 Check for yield in AssignmentInReturnSniff
  • 8cd6b73 Check for yield in FunctionCommentSniff when looking for @return
  • d9d7206 Expand FunctionCommentSniff::SKIP_STANDARD_METHODS
  • e540a7f Use PHPUnitTestTrait in LowerCamelFunctionsNameSniff
  • cdd63be Improve check for test function in FunctionCommentSniff
  • Additional commits viewable in compare view


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)