Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pip prod(deps): bump filecheck from 1.0.0 to 1.0.1 (#3150)
Bumps [filecheck](https://github.com/AntonLydike/filecheck) from 1.0.0 to 1.0.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/AntonLydike/filecheck/releases">filecheck's releases</a>.</em></p> <blockquote> <h2>v1.0.1 - Relicense to Apache and some bugfixes</h2> <h2>What's Changed</h2> <p>With this version, filecheck officially changes their license to the apache2, to keep in spirit of other LLVM projects.</p> <ul> <li>checks: Make check-empty also work on EOF (fixes <a href="https://github.com/AntonLydike/filecheck/issues/23">#23</a>) by <a href="https://github.com/AntonLydike"><code>@AntonLydike</code></a> in <a href="https://github.com/AntonLydike/filecheck/pull/24">AntonLydike/filecheck#24</a></li> <li>Improve CHECK-LABEL error message by <a href="https://github.com/Moxinilian"><code>@Moxinilian</code></a> in <a href="https://github.com/AntonLydike/filecheck/pull/26">AntonLydike/filecheck#26</a></li> <li>Stricter prefix matching (fixes <a href="https://github.com/AntonLydike/filecheck/issues/28">#28</a>) by <a href="https://github.com/AntonLydike"><code>@AntonLydike</code></a> in <a href="https://github.com/AntonLydike/filecheck/pull/29">AntonLydike/filecheck#29</a></li> <li>Fix issue with windows newlines not being normalised (fixes <a href="https://github.com/AntonLydike/filecheck/issues/27">#27</a>) by <a href="https://github.com/AntonLydike"><code>@AntonLydike</code></a> in <a href="https://github.com/AntonLydike/filecheck/pull/30">AntonLydike/filecheck#30</a></li> <li>Fix matching on <code>$</code> (fixes <a href="https://github.com/AntonLydike/filecheck/issues/9">#9</a>) by <a href="https://github.com/AntonLydike"><code>@AntonLydike</code></a> in <a href="https://github.com/AntonLydike/filecheck/pull/31">AntonLydike/filecheck#31</a></li> <li>Relicense to apache2 license by <a href="https://github.com/AntonLydike"><code>@AntonLydike</code></a> in <a href="https://github.com/AntonLydike/filecheck/pull/34">AntonLydike/filecheck#34</a></li> <li>Add support for --dump-input flag (fixes <a href="https://github.com/AntonLydike/filecheck/issues/19">#19</a>) by <a href="https://github.com/AntonLydike"><code>@AntonLydike</code></a> in <a href="https://github.com/AntonLydike/filecheck/pull/36">AntonLydike/filecheck#36</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/Moxinilian"><code>@Moxinilian</code></a> made their first contribution in <a href="https://github.com/AntonLydike/filecheck/pull/26">AntonLydike/filecheck#26</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/AntonLydike/filecheck/compare/v1.0.0...v1.0.1">https://github.com/AntonLydike/filecheck/compare/v1.0.0...v1.0.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/AntonLydike/filecheck/commit/470b9e67a7c619329e188114ba92953e0ac9196d"><code>470b9e6</code></a> release v1.0.1</li> <li><a href="https://github.com/AntonLydike/filecheck/commit/e3c2ef641d86deb3c34b4e575ee04024a7d937a2"><code>e3c2ef6</code></a> Add support for --dump-input flag (fixes <a href="https://github.com/AntonLydike/filecheck/issues/19">#19</a>) (<a href="https://github.com/AntonLydike/filecheck/issues/36">#36</a>)</li> <li><a href="https://github.com/AntonLydike/filecheck/commit/55c6af18a5c498f050b37ec77cc55f35d59257c2"><code>55c6af1</code></a> Relicense to apache2 license (<a href="https://github.com/AntonLydike/filecheck/issues/34">#34</a>)</li> <li><a href="https://github.com/AntonLydike/filecheck/commit/4417d94095e377024937e76438b7e26c9c363eef"><code>4417d94</code></a> Fix matching on <code>$</code> (fixes <a href="https://github.com/AntonLydike/filecheck/issues/9">#9</a>) (<a href="https://github.com/AntonLydike/filecheck/issues/31">#31</a>)</li> <li><a href="https://github.com/AntonLydike/filecheck/commit/237cd626637e45502018d6e4b8109db1ca178b9f"><code>237cd62</code></a> Fix issue with windows newlines not being normalised (fixes <a href="https://github.com/AntonLydike/filecheck/issues/27">#27</a>) (<a href="https://github.com/AntonLydike/filecheck/issues/30">#30</a>)</li> <li><a href="https://github.com/AntonLydike/filecheck/commit/ee8526c62b2eb1a77da391cd749284b9cab2262d"><code>ee8526c</code></a> Stricter prefix matching (fixes <a href="https://github.com/AntonLydike/filecheck/issues/28">#28</a>) (<a href="https://github.com/AntonLydike/filecheck/issues/29">#29</a>)</li> <li><a href="https://github.com/AntonLydike/filecheck/commit/ba7820bbdb5582e06b72d045d11a9a13464b82eb"><code>ba7820b</code></a> Improve CHECK-LABEL error message (<a href="https://github.com/AntonLydike/filecheck/issues/26">#26</a>)</li> <li><a href="https://github.com/AntonLydike/filecheck/commit/07065bb3d4775b51631cd4d0717e3dc203ba9313"><code>07065bb</code></a> checks: Make check-empty also work on EOF (fixes <a href="https://github.com/AntonLydike/filecheck/issues/23">#23</a>) (<a href="https://github.com/AntonLydike/filecheck/issues/24">#24</a>)</li> <li><a href="https://github.com/AntonLydike/filecheck/commit/fb0c92facea9066a22cd299f6edc665d6201dd1e"><code>fb0c92f</code></a> update README with detailed information on test failures and new issues</li> <li>See full diff in <a href="https://github.com/AntonLydike/filecheck/compare/v1.0.0...v1.0.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=filecheck&package-manager=pip&previous-version=1.0.0&new-version=1.0.1)](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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information