BCcampus / bcc-sage

BCcampus theme for marketing site
MIT License
2 stars 1 forks source link

Bump eslint-config-humanmade from 0.5.0 to 0.7.0 #379

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 5 years ago

Bumps eslint-config-humanmade from 0.5.0 to 0.7.0.

Release notes *Sourced from [eslint-config-humanmade's releases](https://github.com/humanmade/coding-standards/releases).* > ## 0.7.0 > ## Added: > - Made PHPCompatibilityWP available via Composer [#146](https://github-redirect.dependabot.com/humanmade/coding-standards/issues/146) > > ## Changed: > - Exclude `load.php` from `NamespaceDirectoryNameSniff` [#131](https://github-redirect.dependabot.com/humanmade/coding-standards/issues/131) > - Allow `json_encode` / `json_decode` function usage [#97](https://github-redirect.dependabot.com/humanmade/coding-standards/issues/97) > - Fix NamespaceDirectoryNameUnitTest parsing the wrong namespace directory length [#140](https://github-redirect.dependabot.com/humanmade/coding-standards/issues/140) > - Updated location of stylelint package to reflect correct NPM name [#137](https://github-redirect.dependabot.com/humanmade/coding-standards/issues/137) > - Bumped VIPCS dependency to 1.0.0 [#135](https://github-redirect.dependabot.com/humanmade/coding-standards/issues/135) > > ## 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 [eslint-config-humanmade's changelog](https://github.com/humanmade/coding-standards/blob/master/CHANGELOG.md).* > ## 0.7.0 (June 5, 2019) > > ### Changed: > - Exclude `load.php` from `NamespaceDirectoryNameSniff` [#131](https://github-redirect.dependabot.com/humanmade/coding-standards/issues/131) > - Allow `json_encode` / `json_decode` function usage [#97](https://github-redirect.dependabot.com/humanmade/coding-standards/issues/97) > - Fix NamespaceDirectoryNameUnitTest parsing the wrong namespace directory length [#140](https://github-redirect.dependabot.com/humanmade/coding-standards/issues/140) > - Updated location of stylelint package to reflect correct NPM name [#137](https://github-redirect.dependabot.com/humanmade/coding-standards/issues/137) > > ### Added: > - Made PHPCompatibilityWP available via Composer [#146](https://github-redirect.dependabot.com/humanmade/coding-standards/issues/146) > > ## 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 > ... (truncated)
Commits - [`da7bb6d`](https://github.com/humanmade/coding-standards/commit/da7bb6d20ed35760c7f42e8a2aa31058b4c0040f) v0.7.0 - [`cba5ed3`](https://github.com/humanmade/coding-standards/commit/cba5ed37400ac4ce5b6d77be5f352b405e33508e) Merge pull request [#147](https://github-redirect.dependabot.com/humanmade/coding-standards/issues/147) from humanmade/changelog-update - [`def0508`](https://github.com/humanmade/coding-standards/commit/def05083c906e1de65f280689d7203d6c7027080) Update CHANGELOG file - [`b28705a`](https://github.com/humanmade/coding-standards/commit/b28705aecf7292171c8933a16ec3575ecfd8898d) Make PHPCompatibilityWP Available via Composer ([#146](https://github-redirect.dependabot.com/humanmade/coding-standards/issues/146)) - [`078bd6d`](https://github.com/humanmade/coding-standards/commit/078bd6de06f14c5c0a287cf08d14448c129ed4cb) Make PHPCompatibilityWP available via Composer - [`44dd6b9`](https://github.com/humanmade/coding-standards/commit/44dd6b9d033d19f96765b708b6d69dca2beca811) Fix NamespaceDirectoryNameSniff for tests directory length ([#140](https://github-redirect.dependabot.com/humanmade/coding-standards/issues/140)) - [`61387c1`](https://github.com/humanmade/coding-standards/commit/61387c1a0bd6df2f2c318b729be12cb83e8a0edb) Remove PREG_OFFSET_CAPTURE flag - [`14d5ed9`](https://github.com/humanmade/coding-standards/commit/14d5ed97b03ddda5066c491271fcaa2f8c9cbf7a) Add stylelint bundle step to build script ([#145](https://github-redirect.dependabot.com/humanmade/coding-standards/issues/145)) - [`338bd1b`](https://github.com/humanmade/coding-standards/commit/338bd1b4e15cbb4d0b41c6b498184631ff5e859b) Un-comment the most important steps 🤦‍♂️ - [`d1c7984`](https://github.com/humanmade/coding-standards/commit/d1c798477d6fbfaf85ea330df648cf4559538e8b) Add Stylelint build step to publish script - Additional commits viewable in [compare view](https://github.com/humanmade/coding-standards/compare/v0.5.0...v0.7.0)
Maintainer changes This version was pushed to npm by [mikeselander](https://www.npmjs.com/~mikeselander), a new releaser for eslint-config-humanmade since your current version.


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). To ignore the version in this PR you can just close it - `@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 4 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.