build(deps): bump golang.org/x/term from 0.25.0 to 0.26.0#1189
Merged
Conversation
abiosoft
approved these changes
Nov 9, 2024
Owner
|
@dependabot rebase |
Bumps [golang.org/x/term](https://github.com/golang/term) from 0.25.0 to 0.26.0. - [Commits](golang/term@v0.25.0...v0.26.0) --- updated-dependencies: - dependency-name: golang.org/x/term dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
6511e85 to
f643d29
Compare
tmeijn
pushed a commit
to tmeijn/dotfiles
that referenced
this pull request
Dec 21, 2024
This MR contains the following updates: | Package | Update | Change | |---|---|---| | [abiosoft/colima](https://github.com/abiosoft/colima) | patch | `v0.8.0` -> `v0.8.1` | MR created with the help of [el-capitano/tools/renovate-bot](https://gitlab.com/el-capitano/tools/renovate-bot). **Proposed changes to behavior should be submitted there as MRs.** --- ### Release Notes <details> <summary>abiosoft/colima (abiosoft/colima)</summary> ### [`v0.8.1`](https://github.com/abiosoft/colima/releases/tag/v0.8.1) [Compare Source](abiosoft/colima@v0.8.0...v0.8.1) #### Highlights This is an incremental release with bug fixes. #### Fixes - Cleanup of network assets directory on startup. Fixes [#​1210](abiosoft/colima#1210), [#​1029](abiosoft/colima#1029), [#​1212](abiosoft/colima#1212), [#​1116](abiosoft/colima#1116). - Use of primary network adapter as default route when external network address is enabled. Fixes [#​1214](abiosoft/colima#1214). #### Other Updates - `VZ` is now the default virtual machine type on macOS 13 or newer. Qemu can still be used if specified. - Disk image can now be downloaded locally and specified with the `--disk-image` flag for `colima start`. ##### Runtime version bumps Runtime version can be updated running the `colima update` command. - Docker version updated to `27.4.0` - Nerdctl version updated to `2.0.2` - Incus version updated to `6.8` #### Commits - ci: fix integration tests by [@​abiosoft](https://github.com/abiosoft) in abiosoft/colima#1190 - build(deps): bump golang.org/x/term from 0.25.0 to 0.26.0 by [@​dependabot](https://github.com/dependabot) in abiosoft/colima#1189 - core: update disk images by [@​abiosoft](https://github.com/abiosoft) in abiosoft/colima#1191 - cli: add --json flag to status command by [@​ecrousseau](https://github.com/ecrousseau) in abiosoft/colima#1196 - config: ability to specifying memory in decimal GiB by [@​qiao-summer](https://github.com/qiao-summer) in abiosoft/colima#1206 - build(deps): bump golang.org/x/term from 0.26.0 to 0.27.0 by [@​dependabot](https://github.com/dependabot) in abiosoft/colima#1207 - net: clear assets directory on startup by [@​abiosoft](https://github.com/abiosoft) in abiosoft/colima#1213 - net: set route for external address by [@​abiosoft](https://github.com/abiosoft) in abiosoft/colima#1214 - core: update disk images by [@​abiosoft](https://github.com/abiosoft) in abiosoft/colima#1215 - vm: add support for custom disk images by [@​abiosoft](https://github.com/abiosoft) in abiosoft/colima#1216 - config: use vz as default vm type on macOS 13 or newer by [@​abiosoft](https://github.com/abiosoft) in abiosoft/colima#1217 - ci: clean up by [@​abiosoft](https://github.com/abiosoft) in abiosoft/colima#1220 #### New Contributors - [@​ecrousseau](https://github.com/ecrousseau) made their first contribution in abiosoft/colima#1196 - [@​qiao-summer](https://github.com/qiao-summer) made their first contribution in abiosoft/colima#1206 **Full Changelog**: abiosoft/colima@v0.8.0...v0.8.1 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this MR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box --- This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS43Ny4wIiwidXBkYXRlZEluVmVyIjoiMzkuNzcuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiUmVub3ZhdGUgQm90Il19-->
This file contains hidden or 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
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 golang.org/x/term from 0.25.0 to 0.26.0.
Commits
b725e36go.mod: update golang.org/x dependencies54df7daREADME: don't recommend go getDependabot 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 show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@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)