Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump credo from 1.7.6 to 1.7.7 (#860)
Bumps [credo](https://github.com/rrrene/credo) from 1.7.6 to 1.7.7. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rrrene/credo/releases">credo's releases</a>.</em></p> <blockquote> <h2>v1.7.7</h2> <p>Check it out on Hex: <a href="https://hex.pm/packages/credo/1.7.7">https://hex.pm/packages/credo/1.7.7</a></p> <ul> <li>Fix compatibility & compiler warnings with Elixir 1.17</li> <li><code>Credo.Check.Design.SkipTestWithoutComment</code>, <code>Credo.Check.Refactor.PassAsyncInTestCases</code> and <code>Credo.Check.Warning.WrongTestFileExtension</code> now work for umrella apps</li> </ul> <h2>v1.7.7-rc.0</h2> <p>Check it out on Hex: <a href="https://hex.pm/packages/credo/1.7.7-rc.0">https://hex.pm/packages/credo/1.7.7-rc.0</a></p> <ul> <li>Fix compatibility & compiler warnings with Elixir 1.17</li> <li><code>Credo.Check.Design.SkipTestWithoutComment</code>, <code>Credo.Check.Refactor.PassAsyncInTestCases</code> and <code>Credo.Check.Warning.WrongTestFileExtension</code> now work for umrella apps</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rrrene/credo/blob/master/CHANGELOG.md">credo's changelog</a>.</em></p> <blockquote> <h2>1.7.7</h2> <ul> <li>Fix compatibility & compiler warnings with Elixir 1.17</li> <li><code>Credo.Check.Design.SkipTestWithoutComment</code>, <code>Credo.Check.Refactor.PassAsyncInTestCases</code> and <code>Credo.Check.Warning.WrongTestFileExtension</code> now work for umrella apps</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rrrene/credo/commit/f602464b8cb2c852f0282dfaf0205ee8d868a3c5"><code>f602464</code></a> Bump version to 1.7.7</li> <li><a href="https://github.com/rrrene/credo/commit/b721cee702fae7b12c6c1d6c46cc61e9cf3549bf"><code>b721cee</code></a> Update deps in mix files</li> <li><a href="https://github.com/rrrene/credo/commit/91525ada8cf4f40d000f6b521d1df98b50c2ef9b"><code>91525ad</code></a> Bump version to 1.7.7-rc.0</li> <li><a href="https://github.com/rrrene/credo/commit/ede4d994f31f509cde48b6da6c44a12fa6e9f2b8"><code>ede4d99</code></a> Update CHANGELOG</li> <li><a href="https://github.com/rrrene/credo/commit/04fca3ff6ced689f892b91a25daf2713bea30aad"><code>04fca3f</code></a> Fix last commit for files in lib</li> <li><a href="https://github.com/rrrene/credo/commit/980f56e76429808bc283e2519d74d2d0b9e1d2e7"><code>980f56e</code></a> Merge pull request <a href="https://redirect.github.com/rrrene/credo/issues/1133">#1133</a> from tomasz-tomczyk/fix-files-included</li> <li><a href="https://github.com/rrrene/credo/commit/343aa810629a443afccc57b0be4a426b179f9b80"><code>343aa81</code></a> Update GitHub actions</li> <li><a href="https://github.com/rrrene/credo/commit/4fbca76fd6e2505f631fac5ab8bd6a9aa2ea44f2"><code>4fbca76</code></a> Update GitHub actions</li> <li><a href="https://github.com/rrrene/credo/commit/b41545aa780e1f4c1fc46463ed99f81c3a573a3b"><code>b41545a</code></a> Update min Elixir version to 1.13</li> <li><a href="https://github.com/rrrene/credo/commit/5891264c13c0aab76b86f98bfbe434dd9b0c56c7"><code>5891264</code></a> Add explicit steps and remove Backports module</li> <li>Additional commits viewable in <a href="https://github.com/rrrene/credo/compare/v1.7.6...v1.7.7">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=credo&package-manager=hex&previous-version=1.7.6&new-version=1.7.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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) </details>
- Loading branch information