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 close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
@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)
Bumps [github.com/matryer/is](https://github.com/matryer/is) from 1.4.0 to 1.4.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/matryer/is/releases">github.com/matryer/is's releases</a>.</em></p>
<blockquote>
<h2>v1.4.1</h2>
<ul>
<li>Bug fixes and improvements</li>
<li>Internal refactors</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/matryer/is/commit/02e4121244e0f9e27b5ebdade62f5da7b7a42f23"><code>02e4121</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/matryer/is/issues/43">#43</a> from AlekSi/no_color</li>
<li><a href="https://github.com/matryer/is/commit/1fd8679e5f8a39bf1e1cc0f0abd949d0c4d7809f"><code>1fd8679</code></a> Support NO_COLOR (<a href="https://no-color.org">https://no-color.org</a>).</li>
<li><a href="https://github.com/matryer/is/commit/fb18f756982edffec3a5f821cc7f65cd6c0d490e"><code>fb18f75</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/matryer/is/issues/42">#42</a> from pellared/refactor-new-method</li>
<li><a href="https://github.com/matryer/is/commit/338cee6d1f3504201c58fce4f58c049c0fec905d"><code>338cee6</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/matryer/is/issues/40">#40</a> from justinpage/update-readme</li>
<li><a href="https://github.com/matryer/is/commit/dfad7c459f70e74905543cd502b212aa6493e8a8"><code>dfad7c4</code></a> Refactor NewRelaxed method</li>
<li><a href="https://github.com/matryer/is/commit/cf8bac81099589af3d1cbe5848c1507e9118c157"><code>cf8bac8</code></a> Refactor New method</li>
<li><a href="https://github.com/matryer/is/commit/4c088ec959a48a00373875c96769000ea21de089"><code>4c088ec</code></a> Use pkg.go.dev instead of godoc.org</li>
<li><a href="https://github.com/matryer/is/commit/86ebe5e565bcc7b5a43fe7a5f62d13c281016c6f"><code>86ebe5e</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/matryer/is/issues/39">#39</a> from bkielbasa/readability-improvement</li>
<li><a href="https://github.com/matryer/is/commit/ca53bc2e4a68407091ef376c98c7e5395b4dbe38"><code>ca53bc2</code></a> small readability improvement</li>
<li><a href="https://github.com/matryer/is/commit/e7022e9ddbb8c35688c27165ac2edc59c93e6263"><code>e7022e9</code></a> Merge branch 'master' of github.com:matryer/is</li>
<li>Additional commits viewable in <a href="https://github.com/matryer/is/compare/v1.4.0...v1.4.1">compare view</a></li>
</ul>
</details>
<br />
[](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 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>
xuu
approved these changes 2023-05-26 11:20:49 -06:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Bumps github.com/matryer/is from 1.4.0 to 1.4.1.
Release notes
Sourced from github.com/matryer/is's releases.
Commits
02e4121Merge pull request #43 from AlekSi/no_color1fd8679Support NO_COLOR (https://no-color.org).fb18f75Merge pull request #42 from pellared/refactor-new-method338cee6Merge pull request #40 from justinpage/update-readmedfad7c4Refactor NewRelaxed methodcf8bac8Refactor New method4c088ecUse pkg.go.dev instead of godoc.org86ebe5eMerge pull request #39 from bkielbasa/readability-improvementca53bc2small readability improvemente7022e9Merge branch 'master' of github.com:matryer/isDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)