-
Notifications
You must be signed in to change notification settings - Fork 382
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): bump github.com/mattn/go-runewidth from 0.0.14 to 0.0.15 #1003
Merged
harry-hov
merged 1 commit into
master
from
dependabot-go_modules-master-github.com-mattn-go-runewidth-0.0.15
Aug 10, 2023
Merged
chore(deps): bump github.com/mattn/go-runewidth from 0.0.14 to 0.0.15 #1003
harry-hov
merged 1 commit into
master
from
dependabot-go_modules-master-github.com-mattn-go-runewidth-0.0.15
Aug 10, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
It looks like a chores release, LGTM. |
ajnavarro
approved these changes
Jul 31, 2023
zivkovicmilos
approved these changes
Aug 10, 2023
@dependabot rebase |
Bumps [github.com/mattn/go-runewidth](https://github.com/mattn/go-runewidth) from 0.0.14 to 0.0.15. - [Commits](mattn/go-runewidth@v0.0.14...v0.0.15) --- updated-dependencies: - dependency-name: github.com/mattn/go-runewidth dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot
bot
force-pushed
the
dependabot-go_modules-master-github.com-mattn-go-runewidth-0.0.15
branch
from
August 10, 2023 16:34
7fdad75
to
c8b7db3
Compare
harry-hov
deleted the
dependabot-go_modules-master-github.com-mattn-go-runewidth-0.0.15
branch
August 10, 2023 16:56
3 tasks
Doozers
pushed a commit
to Doozers/gno
that referenced
this pull request
Aug 31, 2023
…gnolang#1003) Bumps [github.com/mattn/go-runewidth](https://github.com/mattn/go-runewidth) from 0.0.14 to 0.0.15. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mattn/go-runewidth/commit/44b7c5b4d67df8ca22917b6800c158a6d3be3560"><code>44b7c5b</code></a> Merge pull request <a href="https://redirect.github.com/mattn/go-runewidth/issues/73">#73</a> from shogo82148/add-go1.20</li> <li><a href="https://github.com/mattn/go-runewidth/commit/fdb25172dac50a5bd73898f88e6e057635be9c26"><code>fdb2517</code></a> Merge pull request <a href="https://redirect.github.com/mattn/go-runewidth/issues/72">#72</a> from shogo82148/bump-github-actions</li> <li><a href="https://github.com/mattn/go-runewidth/commit/da7ce5baf2cc56998284df900192124a1c05390c"><code>da7ce5b</code></a> add Go 1.20, 1.19, 1.18 and 1.17 to the build matrix.</li> <li><a href="https://github.com/mattn/go-runewidth/commit/4874798c9a78e5e99d7872c19eaab85d833b5445"><code>4874798</code></a> bump GitHub Actions</li> <li>See full diff in <a href="https://github.com/mattn/go-runewidth/compare/v0.0.14...v0.0.15">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/mattn/go-runewidth&package-manager=go_modules&previous-version=0.0.14&new-version=0.0.15)](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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps github.com/mattn/go-runewidth from 0.0.14 to 0.0.15.
Commits
44b7c5b
Merge pull request #73 from shogo82148/add-go1.20fdb2517
Merge pull request #72 from shogo82148/bump-github-actionsda7ce5b
add Go 1.20, 1.19, 1.18 and 1.17 to the build matrix.4874798
bump GitHub ActionsDependabot 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)