devboard / lib-github-webhook

Representation of GitHub webhooks
0 stars 0 forks source link

Update slevomat/coding-standard requirement from ^5.0 to ^6.0 #127

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 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).* > ## 6.0.0 > New sniffs > --- > - `RequireArrowFunctionSniff`: Requires arrow functions > - `DisallowArrowFunctionSniff`: Disallows arrow functions > - `RequireNumericLiteralSeparatorSniff`: Requires use of numeric literal separators > - `DisallowNumericLiteralSeparatorSniff`: Disallows numeric literal separators > - `RequireNowdocSniff`: Requires nowdoc syntax instead of heredoc when possible > - `ReferenceSpacingSniff`: Enforces configurable number of spaces after reference > - `DisallowReferenceSniff`: Disallows references > - `RequireExplicitAssertionSniff`: Requires assertion via `assert()` instead of inline documentation comments. > - `ParameterTypeHintSniff`: Previously part of `TypeHintDeclarationSniff` > - `PropertyTypeHintSniff`: Previously part of `TypeHintDeclarationSniff` > - `ReturnTypeHintSniff`: Previously part of `TypeHintDeclarationSniff` > - `UselessFunctionDocCommentSniff`: Previously part of `TypeHintDeclarationSniff` > - `BlockControlStructureSpacingSniff`: Previously part of `ControlStructureSpacingSniff` > - `JumpStatementsSpacingSniff`: Previously part of `ControlStructureSpacingSniff` > > Improvements > --- > - PHP 7.4 support > - Arrow functions support > - Array shapes in phpDocs support > - `PropertyTypeHintSniff`: Support for native type hints > - `InlineDocCommentDeclarationSniff`: Reports missing related variables or no assigment > - `InlineDocCommentDeclarationSniff`: Added support for doccomments after variable definition > - `InlineDocCommentDeclarationSniff`: Added support for `list()` and short list `[]` > - `TrailingArrayCommaSniff`: New option `enableAfterHeredoc` > - `DisallowMixedTypeHintSniff`: Added suppress support > - `UselessParenthesesSniff`: Reports more useless parentheses > > Fixes > --- > - Fixed support of `@method` annotation > - `InlineDocCommentDeclarationSniff`: Check really only inline doccomments > - `TrailingCommaInCallSniff`: Some calls were not reported > - `UselessParenthesesSniff`: Fixed false positive > - `NamespaceSpacingSniff`: Fixed false positive > - `UselessSemicolonSniff`: Fixed internal error > - `TypeNameMatchesFileNameSniff`: Files without namespaces should be reported too > - `UseSpacingSniff`: Don't report errors for use statements with comments right before or after > - `UselessVariableSniff`: Fixed false positive > - `UselessParameterDefaultValueSniff`: Fixed false positive > - `UnusedPrivateElementsSniff`: Fixed false positive > - `UnusedUsesSniff`: Better handle php open tags (thanks to [@​donatj](https://github.com/donatj)) > - `RequireCombinedAssignmentOperatorSniff`: Fixed false positive > - `UselessInheritDocCommentSniff`: Fixed internal error > - `RequireShortTernaryOperatorSniff`: Fix token overrun (thanks to [@​donatj](https://github.com/donatj)) > - Fix compatibility with non-Composer installs of PHPCS (thanks to [@​jrfnl](https://github.com/jrfnl)) > > ... (truncated)
Commits - [`85e3329`](https://github.com/slevomat/coding-standard/commit/85e3329381d420e74b2da8b352b6041076ac00e8) UselessFunctionDocCommentSniff: Fixed internal error - [`dc5a270`](https://github.com/slevomat/coding-standard/commit/dc5a270645e7b48dd6e18005fad7c439161799bd) RequireExplicitAssertionSniff: Fixed internal error - [`8f7a1de`](https://github.com/slevomat/coding-standard/commit/8f7a1de93668d88b36890d9ea5260709c7b0b81d) RequireArrowFunctionSniff: Fixed fixer - [`db3b3b5`](https://github.com/slevomat/coding-standard/commit/db3b3b50edef49cdbe88547536e4f3562eed6737) Updated dependencies - [`26d37c7`](https://github.com/slevomat/coding-standard/commit/26d37c76afcc8182b8a8ba56f9c7a5e8b2e4102b) Fixed tests - [`d26de94`](https://github.com/slevomat/coding-standard/commit/d26de941cb2a1832194b4fb16ff32c42c23d3176) Added RequireArrowFunctionSniff - [`1543263`](https://github.com/slevomat/coding-standard/commit/15432632147dbd0f5951b179feb923140249575e) PropertyTypeHintSniff: Improved fixer for nullable properties - [`26a509a`](https://github.com/slevomat/coding-standard/commit/26a509ab2b6b7960744bf17ae7cef6539eebd60e) Fixed PropertyHelper::findTypeHint() - [`da11950`](https://github.com/slevomat/coding-standard/commit/da1195010ac4d6dc3e59fad1d48fcd99a7cdc93d) PropertyTypeHintSniff: No more invalid code after fixing - [`ae4daff`](https://github.com/slevomat/coding-standard/commit/ae4daffd49cfdf6b52f525f64f1fd54310e7dc81) Fix travis error when running php 7.1 and php 7.2 - Additional commits viewable in [compare view](https://github.com/slevomat/coding-standard/compare/5.0.0...6.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 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) - `@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) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
codecov-io commented 4 years ago

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #127   +/-   ##
=========================================
  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 461cb2c...dba61bf. Read the comment docs.

dependabot-preview[bot] commented 4 years ago

Superseded by #128.