Skip to content

Commit

Permalink
fix(deps): update module github.com/carapace-sh/carapace to v1.5.0 in…
Browse files Browse the repository at this point in the history
… go.mod (#118)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[github.com/carapace-sh/carapace](https://redirect.github.com/carapace-sh/carapace)
| `v1.4.0` -> `v1.5.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fcarapace-sh%2fcarapace/v1.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fcarapace-sh%2fcarapace/v1.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fcarapace-sh%2fcarapace/v1.4.0/v1.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fcarapace-sh%2fcarapace/v1.4.0/v1.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>carapace-sh/carapace
(github.com/carapace-sh/carapace)</summary>

###
[`v1.5.0`](https://redirect.github.com/carapace-sh/carapace/releases/tag/v1.5.0)

[Compare
Source](https://redirect.github.com/carapace-sh/carapace/compare/v1.4.0...v1.5.0)

#### Changelog

-
[`6ab8f31`](https://redirect.github.com/carapace-sh/carapace/commit/6ab8f31785fab8aa02608e8536ef58760d985195)
Merge pull request
[#&#8203;1056](https://redirect.github.com/carapace-sh/carapace/issues/1056)
from carapace-sh/traverse-fix-gobindir
-
[`8404549`](https://redirect.github.com/carapace-sh/carapace/commit/840454943f818947aac12749592c120676342620)
traverse: fix GoBinDir
-
[`45ee47a`](https://redirect.github.com/carapace-sh/carapace/commit/45ee47a1740c370f1d63a1d16effc84f2512e6b5)
Merge pull request
[#&#8203;1055](https://redirect.github.com/carapace-sh/carapace/issues/1055)
from carapace-sh/traverse-golang
-
[`096692c`](https://redirect.github.com/carapace-sh/carapace/commit/096692c69384b40db6564a0a7003320232330ebb)
traverse: added golang
-
[`e0a1359`](https://redirect.github.com/carapace-sh/carapace/commit/e0a1359eb6699e2614e9e7aec455b5f13d71dc59)
Merge pull request
[#&#8203;1054](https://redirect.github.com/carapace-sh/carapace/issues/1054)
from carapace-sh/powershell-tooltip
-
[`ff7fe1a`](https://redirect.github.com/carapace-sh/carapace/commit/ff7fe1ae73e5709180eff088caabf389347668a7)
powershell: tooltip support
-
[`f887f2a`](https://redirect.github.com/carapace-sh/carapace/commit/f887f2a7194c163e0f736a94e9320f502961e864)
Merge pull request
[#&#8203;1053](https://redirect.github.com/carapace-sh/carapace/issues/1053)
from carapace-sh/powershell-list
-
[`df49751`](https://redirect.github.com/carapace-sh/carapace/commit/df4975177fa501fd31577db372e56387c7386b93)
powershell: register with list
-
[`633eaba`](https://redirect.github.com/carapace-sh/carapace/commit/633eaba072313353d4a211b847049cc1693980ce)
Merge pull request
[#&#8203;1052](https://redirect.github.com/carapace-sh/carapace/issues/1052)
from carapace-sh/env-nospace
-
[`7c7b1fb`](https://redirect.github.com/carapace-sh/carapace/commit/7c7b1fbe79c221304974da6104d7255581e3e4ce)
env: added `CARAPACE_NOSPACE`

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "* */1 * * *" (UTC), Automerge - At
any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/jippi/dottie).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMS41IiwidXBkYXRlZEluVmVyIjoiMzkuMTEuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 15, 2024
1 parent 282bf15 commit 0d4f610
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ replace github.com/reeflective/console => github.com/jippi/go-console v0.0.0-202
require (
github.com/Masterminds/sprig/v3 v3.3.0
github.com/caarlos0/go-version v0.1.1
github.com/carapace-sh/carapace v1.4.0
github.com/carapace-sh/carapace v1.5.0
github.com/charmbracelet/huh v0.6.0
github.com/charmbracelet/lipgloss v1.0.0
github.com/davecgh/go-spew v1.1.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -209,8 +209,8 @@ github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d h1:xDfNPAt8lFiC1U
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d/go.mod h1:6QX/PXZ00z/TKoufEY6K/a0k6AhaJrQKdFe6OfVXsa4=
github.com/caarlos0/go-version v0.1.1 h1:1bikKHkGGVIIxqCmufhSSs3hpBScgHGacrvsi8FuIfc=
github.com/caarlos0/go-version v0.1.1/go.mod h1:Ze5Qx4TsBBi5FyrSKVg1Ibc44KGV/llAaKGp86oTwZ0=
github.com/carapace-sh/carapace v1.4.0 h1:GoCzicKhRgf7/BYZAS/pCBrU3dU4vzISn5XenuOgSh8=
github.com/carapace-sh/carapace v1.4.0/go.mod h1:djegtVDi/3duSAqZNU+/nCq7XtDRMRZUb5bW0O/HnEs=
github.com/carapace-sh/carapace v1.5.0 h1:rjNMTo5sY3YybMKbzEuaM19HEG6JXhvCTOrioV0QUHY=
github.com/carapace-sh/carapace v1.5.0/go.mod h1:djegtVDi/3duSAqZNU+/nCq7XtDRMRZUb5bW0O/HnEs=
github.com/carapace-sh/carapace-shlex v1.0.1 h1:ww0JCgWpOVuqWG7k3724pJ18Lq8gh5pHQs9j3ojUs1c=
github.com/carapace-sh/carapace-shlex v1.0.1/go.mod h1:lJ4ZsdxytE0wHJ8Ta9S7Qq0XpjgjU0mdfCqiI2FHx7M=
github.com/catppuccin/go v0.2.0 h1:ktBeIrIP42b/8FGiScP9sgrWOss3lw0Z5SktRoithGA=
Expand Down

0 comments on commit 0d4f610

Please sign in to comment.