JeroenDeDauw / SimpleGeocoder

Simple and minimalistic Geocoder interface with some basic implementations
Other
2 stars 0 forks source link

Update mediawiki/mediawiki-codesniffer requirement from ~33.0 to ~34.0 #13

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.

34.0.0 / 2020-12-05

New and changed sniffs

  • Add FinalPrivateSniff (DannyS712)
  • FunctionCommentSniff: Check object and object[] on union type and after fixes (Umherirrender)
  • PropertyDocumentationSniff: Allow @inheritDoc to be valid documentation of class properties (Umherirrender)
  • PropertyDocumentationSniff: Move EmptySees check to EmptyTagSniff (Umherirrender)
  • Use lowercase callable/callable[] type hints in @param/@return/@var (Umherirrender)

Documentation, dependencies and build changes

  • Update composer/semver constraints (Reedy)
  • build: Updating mediawiki/mediawiki-phan-config to 0.10.4 (Umherirrender)
  • Fix rule name in HISTORY.md (Lucas Werkmeister)

33.0.0 / 2020-10-30

New and changed sniffs

  • Re-disable PSR2.ControlStructures.SwitchDeclaration (enabled in v32.0.0) due to poor fixer (James D. Forrester)
  • Add MediaWiki.Commenting.ClassLevelLicense from WikibaseCodeSniffer (Thiemo Kreuz)
  • FunctionCommentSniff: Expand to error on object[] typehints (DannyS712)

32.0.0 / 2020-10-26

New and changed sniffs

  • Enable PSR12.Functions.NullableTypeDeclaration (Umherirrender)
  • Enable PSR2.ControlStructures.SwitchDeclaration (Ed Sanders)
  • Enable Generic.ControlStructures.DisallowYodaConditions (Ed Sanders)
  • Add RedundantVarNameSniff from WikibaseCodeSniffer (Thiemo Kreuz)
  • Add AlphabeticArraySortSniff based on presence of @phpcs-require-sorted-array tags (Umherirrender)
  • Add UnaryMinusSpacing to remove spaces after unary minus (DannyS712)
  • RedundantVarNameSniff: Add understanding of legacy "var" keyword (Thiemo Kreuz)
  • NullableTypeSniff: Fix handling of nullable type with default null (Arlo Breault)
  • UnusedGlobalVariablesSniff: add support for closures (Umherirrender)
  • ExtendClassUsageSniff: Expand subclasses of ContextSource and SpecialPage (DannyS712)
  • ForbiddenFunctionsSniff: Disallow is_resource() (Kunal Mehta)
  • ForbiddenFunctionsSniff: Disallow diskfreespace(), ini_alter(), and strchr() (Thiemo Kreuz)
  • FullQualifiedClassNameSniff: Optional sniff that enforces using use statements (Thiemo Kreuz)
  • FunctionCommentSniff: Handle empty type when adding null default (Umherirrender)
  • FunctionCommentSniff: Fix handling of nullable doc with nullable type and default null (Arlo Breault)
  • FunctionCommentSniff: Enforce lowercase primitive types (DannyS712)
  • FunctionCommentSniff: Error on object typehints (DannyS712)
  • Move FunctionCommentSniff annotation checks to FunctionAnnotationSniff (DannyS712)
  • Move FunctionCommentSniff EmptySees check to new EmptyTagSniff (DannyS712)
  • FunctionAnnotationsSniff: Normalize @exception to @throws (Umherirrender)
  • FunctionAnnotationsSniff: Allow @beforeClass and @afterClass (Timo Tijhof)
  • FunctionAnnotationsSniff: Allow @noinspection (DannyS712)
  • IsNullSniff: handle backslash-prefixed is_null usage (Michael Moll)
  • MisleadingGlobalNamesSniff: Add a sniff for $wg* variables that aren't globals (DannyS712)

... (truncated)

Commits
  • a7f2480 Release v34.0.0
  • cc2962b Fix rule name in HISTORY.md
  • 47524fe Check object and object[] on union type and after fixes
  • b04e5ae Use lowercase callable/callable[] type hints in @param/@return/@var
  • a30a711 build: Updating mediawiki/mediawiki-phan-config to 0.10.4
  • f430836 Update composer/semver constraints
  • a4c232e Allow @inheritDoc to be valid documentation of class properties
  • d54da9c Move PropertyDocumentationSniff EmptySees check to EmptyTagSniff
  • c0d348d Add FinalPrivateSniff
  • See full diff 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)