BCcampus / opentextbooks

Uses APIs from Equella, LimeSurvey and Piwik to display books and book reviews
3 stars 6 forks source link

Bump humanmade/coding-standards from 0.5.0 to 0.6.0 #170

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps humanmade/coding-standards from 0.5.0 to 0.6.0.

Release notes *Sourced from [humanmade/coding-standards's releases](https://github.com/humanmade/coding-standards/releases).* > ## 0.6.0 > ## Summation: > - Updated PHPCS to v3.4 [#88](https://github-redirect.dependabot.com/humanmade/coding-standards/issues/88) > - Updated WPCS to 1.2.0 [#82](https://github-redirect.dependabot.com/humanmade/coding-standards/issues/82) > - Updated eslint to 5.10 and associated deps [#101](https://github-redirect.dependabot.com/humanmade/coding-standards/issues/101) > > ## Added: > - Stylelint configuration [#45](https://github-redirect.dependabot.com/humanmade/coding-standards/issues/45) > - Added VIP PHPCS standards dependency [#122](https://github-redirect.dependabot.com/humanmade/coding-standards/issues/122) > > ## Changed: > - Use ecmaversion 2018 [#87](https://github-redirect.dependabot.com/humanmade/coding-standards/issues/87) > - Require space in curly braces for React JSX children [#121](https://github-redirect.dependabot.com/humanmade/coding-standards/issues/121) > - Allow multiple declaration in use statement [#78](https://github-redirect.dependabot.com/humanmade/coding-standards/issues/78) > - Exclude the `tests` dir from the NamespaceExclusionTest [#112](https://github-redirect.dependabot.com/humanmade/coding-standards/issues/112) > - Set composer library type to `phpcodesniffer-standard` [#116](https://github-redirect.dependabot.com/humanmade/coding-standards/issues/116) > > ## Removed: > - Allow `trigger_error` [#98](https://github-redirect.dependabot.com/humanmade/coding-standards/issues/98) > - Remove assignment of equals rule [#96](https://github-redirect.dependabot.com/humanmade/coding-standards/issues/96) > - Remove `href-no-hash` rule exclusion [#114](https://github-redirect.dependabot.com/humanmade/coding-standards/issues/114)
Changelog *Sourced from [humanmade/coding-standards's changelog](https://github.com/humanmade/coding-standards/blob/master/CHANGELOG.md).* > ## 0.6.0 (April 2, 2019) > > ### Summation: > - Updated PHPCS to v3.4 [#88](https://github-redirect.dependabot.com/humanmade/coding-standards/issues/88) > - Updated WPCS to 1.2.0 [#82](https://github-redirect.dependabot.com/humanmade/coding-standards/issues/82) > - Updated eslint to 5.10 and associated deps [#101](https://github-redirect.dependabot.com/humanmade/coding-standards/issues/101) > > ### Added: > - Stylelint configuration [#45](https://github-redirect.dependabot.com/humanmade/coding-standards/issues/45) > - Added VIP PHPCS standards dependency [#122](https://github-redirect.dependabot.com/humanmade/coding-standards/issues/122) > > ### Changed: > - Use ecmaversion 2018 [#87](https://github-redirect.dependabot.com/humanmade/coding-standards/issues/87) > - Require space in curly braces for React JSX children [#121](https://github-redirect.dependabot.com/humanmade/coding-standards/issues/121) > - Allow multiple declaration in use statement [#78](https://github-redirect.dependabot.com/humanmade/coding-standards/issues/78) > - Exclude the `tests` dir from the NamespaceExclusionTest [#112](https://github-redirect.dependabot.com/humanmade/coding-standards/issues/112) > - Set composer library type to `phpcodesniffer-standard` [#116](https://github-redirect.dependabot.com/humanmade/coding-standards/issues/116) > > ### Removed: > - Allow `trigger_error` [#98](https://github-redirect.dependabot.com/humanmade/coding-standards/issues/98) > - Remove assignment of equals rule [#96](https://github-redirect.dependabot.com/humanmade/coding-standards/issues/96) > - Remove `href-no-hash` rule exclusion [#114](https://github-redirect.dependabot.com/humanmade/coding-standards/issues/114) > >
> PHPCS Core Rule Additions > > https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/releases > * Added new Generic.CodeAnalysis.EmptyPHPStatement sniff > * Warns when it finds empty PHP open/close tag combinations or superfluous semicolons > * Added new Generic.Formatting.SpaceBeforeCast sniff > * Ensures there is exactly 1 space before a type cast, unless the cast statement is indented or multi-line > * Added new Generic.VersionControl.GitMergeConflict sniff > * Detects merge conflict artifacts left in files > * Added Generic.WhiteSpace.IncrementDecrementSpacing sniff > * Ensures there is no space between the operator and the variable it applies to > * Added PSR12.Functions.NullableTypeDeclaration sniff > * Ensures there is no space after the question mark in a nullable type declaration > * Added new Generic.PHP.LowerCaseType sniff
-Ensures PHP types used for type hints, return types, and type casting are lowercase > * Added new Generic.WhiteSpace.ArbitraryParenthesesSpacing sniff > * Generates an error for whitespace inside parenthesis that don't belong to a function call/declaration or control structure > * Generates a warning for any empty parenthesis found > * Allows the required spacing to be set using the spacing sniff property (default is 0) > * Allows newlines to be used by setting the ignoreNewlines sniff property (default is false) > * Added new PSR12.Classes.ClassInstantiation sniff > * Ensures parenthesis are used when instantiating a new class > * Added new PSR12.Keywords.ShortFormTypeKeywords sniff > * Ensures the short form of PHP types is used when type casting > * Added new PSR12.Namespaces.CompundNamespaceDepth sniff > * Ensures compound namespace use statements have a max depth of 2 levels
The max depth can be changed by setting the 'maxDepth' sniff property in a ruleset.xml file > * Added new PSR12.Operators.OperatorSpacing sniff
-Ensures operators are preceded and followed by at least 1 space > ... (truncated)
Commits - [`d294a78`](https://github.com/humanmade/coding-standards/commit/d294a78a4e7cbeecbac15e17adb151e4acb94b1f) v0.6.0 - [`60b4af5`](https://github.com/humanmade/coding-standards/commit/60b4af55eb49317505474a7dfb7e70ce50aef9bf) Merge pull request [#127](https://github-redirect.dependabot.com/humanmade/coding-standards/issues/127) from humanmade/fix-multiple-arguments - [`adfc20b`](https://github.com/humanmade/coding-standards/commit/adfc20b278d5c4bf7d9058bae7a4af5231f30f18) Merge branch 'master' into fix-multiple-arguments - [`94afa2e`](https://github.com/humanmade/coding-standards/commit/94afa2e51b0bc1a78ee7ccd0dc22a890f5625b9a) Merge pull request [#125](https://github-redirect.dependabot.com/humanmade/coding-standards/issues/125) from humanmade/living-changelog - [`17f61b7`](https://github.com/humanmade/coding-standards/commit/17f61b7eba16b4cc6e6bf0d2d420d6c7d657948f) Update changelog - [`d0a0449`](https://github.com/humanmade/coding-standards/commit/d0a0449be7dd69a69811a2dee74275023454dd9a) Merge pull request [#129](https://github-redirect.dependabot.com/humanmade/coding-standards/issues/129) from humanmade/adding-vip-standards - [`8f6f5ed`](https://github.com/humanmade/coding-standards/commit/8f6f5eddc2043d1060de8fb2df740d7728bb2d44) Adding VIP phpcs standards - [`7f69093`](https://github.com/humanmade/coding-standards/commit/7f6909323c069d79037a8a3b741f13c0a9add8d8) Peg version at 1.2.1 - [`4bdeb46`](https://github.com/humanmade/coding-standards/commit/4bdeb4697d2dc3649b3e48f79210e8a9ce579b3c) Update spaces into tabs - [`f6d6e08`](https://github.com/humanmade/coding-standards/commit/f6d6e0879a884a526c77956ab74922f6c98ee795) Merge pull request [#122](https://github-redirect.dependabot.com/humanmade/coding-standards/issues/122) from humanmade/add-contributing-doc - Additional commits viewable in [compare view](https://github.com/humanmade/coding-standards/compare/v0.5.0...v0.6.0)


Dependabot compatibility score

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 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.
dependabot-preview[bot] commented 5 years ago

Superseded by #174.