devboard / lib-github-webhook

Representation of GitHub webhooks
0 stars 0 forks source link

Update slevomat/coding-standard requirement from ^4.0 to ^5.0 #119

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Updates the requirements on slevomat/coding-standard to permit the latest version.

Release notes *Sourced from [slevomat/coding-standard's releases](https://github.com/slevomat/coding-standard/releases).* > ## 5.0.0 > New sniffs > --- > - `SpreadOperatorSpacingSniff`: Enforces configurable number of spaces after the `...` operator > - `DisallowArrayTypeHintSyntaxSniff`: Disallows usage of array type hint syntax (eg. `int[]`, `bool[][]`) in phpDocs in favour of generic type hint syntax (eg. `array`, `array>`) > - `TrailingCommaInCallSniff`: Enforces trailing commas in multi-line calls > - `DisallowMixedTypeHintSniff`: Disallows usage of "mixed" type hint in phpDocs > - `SuperfluousTraitNamingSniff`: Reports use of superfluous suffix `Trait` for traits > > Improvements > --- > - Added support for generic and intersection types in PHP docs > - Improved support for more namespaces in a file > - `UselessIfConditionWithReturnSniff`: New option `assumeAllConditionExpressionsAreAlreadyBoolean` > - `EarlyExitSniff`: More useless `elseif` and `else` conditions are reported > - `NullTypeHintOnLastPositionSniff`: Added support for `[**property**](https://github.com/property)` and `[**method**](https://github.com/method)` annotations > - `FullyQualifiedClassNameInAnnotationSniff`: Added support for `[**property**](https://github.com/property)` and `[**method**](https://github.com/method)` annotations > - `LongTypeHintsSniff`: Added support for `[**property**](https://github.com/property)` and `[**method**](https://github.com/method)` annotations > - `LongTypeHintsSniff`: Inline doccomments are checked now > - `ReferenceUsedNamesOnlySniff`: Added support for `[**method**](https://github.com/method)` annotations (Thanks to [**hranicka**](https://github.com/hranicka)) > - `UselessParenthesesSniff`: Some useless parentheses were not reported > > Fixes > --- > - `OptimizedFunctionsWithoutUnpackingSniff`: Fix for trailing commas in function calls > - `UnusedVariableSniff`: Fixed false positive > - `UselessVariableSniff`: Fixed false positive > > ⚠️BC breaks > --- > - `EmptyLinesAroundTypeBracesSniff`: Renamed to `EmptyLinesAroundClassBracesSniff` and moved to namespace `Classes` > - `DisallowEqualOperatorsSniff`: Moved to namespace `Operators` > - `UselessConditionWithReturnSniff`: Splitted to `UselessIfConditionWithReturnSniff` and `UselessTernaryOperatorSniff` > - Removed support for `[**var**](https://github.com/var)` annotation in format `/** [**var**](https://github.com/var) $variable type */` for most of the sniffs > - Removed support for `[**param**](https://github.com/param)` annotations without parameter name for most of the sniffs > - `AlphabeticallySortedUsesSniff`: `psr12Compatible` option is now enabled by default > - `NullableTypeForNullDefaultValueSniff`: Removed deprecated `enabled` option > - `ClassConstantVisibilitySniff`: Removed deprecated `enabled` option > - `TypeHintDeclarationSniff`: Mark `enableObjectTypeHint` option as deprecated > - `TypeHintDeclarationSniff`: Removed deprecated `usefulAnnotations` option > - `TypeHintDeclarationSniff`: Removed deprecated `enableNullableTypeHints` option > - `TypeHintDeclarationSniff`: Removed deprecated `enableVoidTypeHint` option > - Removed deprecated `DisallowLateStaticBindingForContantsSniff` (alias for `DisallowLateStaticBindingForConstantsSniff`)
Commits - See full diff in [compare view](https://github.com/slevomat/coding-standard/commits/5.0.0)


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 cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.
codecov-io commented 5 years ago

Codecov Report

Merging #119 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #119   +/-   ##
=========================================
  Coverage     73.78%   73.78%           
  Complexity     1396     1396           
=========================================
  Files           141      141           
  Lines          4680     4680           
=========================================
  Hits           3453     3453           
  Misses         1227     1227

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update ef842e5...1a864b1. Read the comment docs.