nicolasblanco / shopix

Shopix : an Elixir & Phoenix e-commerce platform
MIT License
196 stars 26 forks source link

Bump credo from 1.1.0 to 1.1.1 #41

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps credo from 1.1.0 to 1.1.1.

Changelog *Sourced from [credo's changelog](https://github.com/rrrene/credo/blob/master/CHANGELOG.md).* > ## 1.1.1 > > - Fix incompatibilities between Elixir 1.9, `Credo.Code.Token` and `Credo.Code.InterpolationHelper` > - Fix error in `Heredocs` with certain UTF-8 chars > - New param for `ParenthesesOnZeroArityDefs`: use `[parens: true]` to force presence of parentheses on zero arity defs
Commits - [`0d9dfb3`](https://github.com/rrrene/credo/commit/0d9dfb3d735d2c2ee25ee7f1963937050142a4db) Bump version to 1.1.1 - [`06f8277`](https://github.com/rrrene/credo/commit/06f8277e0f677dc2a1b4f4665b3f0c799e1697da) Update CHANGELOG - [`9e89e7a`](https://github.com/rrrene/credo/commit/9e89e7aa470d7a84b4df9976befb896cdd1126ce) Try to reproduce [#671](https://github-redirect.dependabot.com/rrrene/credo/issues/671) - [`9a53f4b`](https://github.com/rrrene/credo/commit/9a53f4be264d0510e41b8aae55552f3e57958910) Fix failing test for [#665](https://github-redirect.dependabot.com/rrrene/credo/issues/665) - [`0362c52`](https://github.com/rrrene/credo/commit/0362c5281e28058b56fb020e3c8d73a6f6e55be9) Format code - [`06564de`](https://github.com/rrrene/credo/commit/06564de6611d6cc6eb9dd908f5cc0310e7725a44) Add test trying to reproduce [#665](https://github-redirect.dependabot.com/rrrene/credo/issues/665) - [`39e3f2f`](https://github.com/rrrene/credo/commit/39e3f2f6ef3d8ce87efed55e52e9081c4aa468ff) Merge pull request [#673](https://github-redirect.dependabot.com/rrrene/credo/issues/673) from whatyouhide/master - [`1a1ac4e`](https://github.com/rrrene/credo/commit/1a1ac4eda3f8818dfcc614ff77e4fb5d834ac19b) Merge pull request [#676](https://github-redirect.dependabot.com/rrrene/credo/issues/676) from sasa1977/improve-function-names - [`8672c6b`](https://github.com/rrrene/credo/commit/8672c6b88e38e9fc9b2e27f7ebe4bcd81ec9ae72) generate single report for multiclauses - [`82d1a3e`](https://github.com/rrrene/credo/commit/82d1a3ea59f963b9989a0a3a0e1bc8d54e789ee1) verify defguard & defguardp names - Additional commits viewable in [compare view](https://github.com/rrrene/credo/compare/v1.1.0...v1.1.1)


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) - 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 #43.