Skip to content

deps: bump github.com/carapace-sh/carapace from 1.11.6 to 1.14.0#73

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/github.com/carapace-sh/carapace-1.14.0
Open

deps: bump github.com/carapace-sh/carapace from 1.11.6 to 1.14.0#73
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/github.com/carapace-sh/carapace-1.14.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 26, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/carapace-sh/carapace from 1.11.6 to 1.14.0.

Release notes

Sourced from github.com/carapace-sh/carapace's releases.

v1.14.0

Changelog

  • 993ea5f7f783e35463569aa241d9a1258daa93e5 Merge pull request #1268 from carapace-sh/flagprefix
  • e7bffd59dc0d665116299d853a854bac9a5d5538 Support custom flag prefix from carapace-pflag (e.g. '&' for elvish)
  • 748aa9f9c8566421d9aad2181fea6ebdff722192 argumentstyle (#1227)

v1.13.3

Changelog

  • a24bc6a368d89fbb5c028554bf457c10dda5edee Merge pull request #1267 from carapace-sh/rsteube-patch-1
  • f3df1f9138f824288a8d740d20efef21b029074c Update README.md
  • b0a542d64a0ad755e716b9052e77eed24feeece2 Merge pull request #1266 from carapace-sh/fix/symlink-repo-discovery
  • 23bdecbd965d936b45868d4f81948ae33b606e27 Resolve symlinks before upward directory traversal in repo discovery
  • 344f1881bf249e6a2f3f02ac881e8bb490ff6255 Merge pull request #1265 from carapace-sh/dependabot/github_actions/actions/setup-go-7
  • 192121c1c974a006f2b8c9626bba734711113237 bump actions/setup-go from 6 to 7
  • 458a0c1bb496650e7d2bd2badecf07390c16fd39 Merge pull request #1264 from carapace-sh/sandbox-expect-strict
  • eeaa2bb8d58d6eadb114bd5ddbe5ed3cad6d0dda Add ExpectStrict to sandbox for full action comparison including Uids
  • b20a6d9a96b7325767952cfba54fe9362008ade2 Merge pull request #1262 from carapace-sh/zsh-skill/capture-completion-reference
  • acdebb8e023b45c69aca4830a0b5426df3886a16 Add zsh skill reference for completion capture technique

v1.13.2

Changelog

  • 42d4b3c26d657cdf1a479b8d4552c2e15f6dd429 Merge pull request #1261 from carapace-sh/sandbox-strip-uids
  • 85535696a984f4a8b19c118de988c6bb4f3fe3c8 Strip Uids in sandbox Expect/ExpectNot comparisons

v1.13.1

Changelog

  • ab8d05608eabb3a2877cc59d721f827543f12187 Merge pull request #1260 from carapace-sh/fix-multipartsp-uid-preservation
  • 1f89406f77d61642302ea5bc27716f41fef4add3 Preserve Uid and Tag on static segments in MultiPartsP

v1.13.0

Changelog

  • 3c4b60b53e611ccc9ea2b8abe46832654beca1ae Merge pull request #1258 from carapace-sh/fix-snippet-hyphenated-names
  • c54b654db3f8c292e8eec5bf00b99efc14b52242 Fix nushell snippet using invalid ||| pipe syntax
  • 9dd98c53157fa2a92424abb0d002ca7b5a4a08c7 Fix shell snippets breaking with hyphenated command names
  • b2011d4b2b2f182cb6100d8dbe11770991933e64 Merge pull request #1257 from carapace-sh/fix-zsh-multi-compdef-quoted-names
  • eafec7db505599dcf731d424bd20f4b283f91058 Fix zsh multi-completer snippet using quoted command names in compdef
  • a103fc267f2573195bc8b279e375febce694a3e4 Merge pull request #1256 from carapace-sh/fix-multi-completer-function-name
  • 6402e1e72d194a5f98f788bc7f4f04c41263e49c Fix multi-completer shell function named after first subcommand instead of executable
  • 3e9173874ac388617b0f4afa6a7f03d5b49ec5e0 Merge pull request #1255 from carapace-sh/fix-xonsh-multi-snippet
  • 599bb1f6392f71c93ab0942bfc925a790f91e549 Fix xonsh multi-completer snippet using wrong format argument index
  • c1c9353afaaf546dd98d9f41e44cc87e5bb50803 Merge pull request #1254 from carapace-sh/fix-multi-self-completion
  • 7076a544bb02886b2eb98848b8ce226e577ea61f Remove unused subcommand variable in rewriteArgs
  • df3c654475ebe19b5a2f9d525f8c8e2c66e46220 Fix multi-completer self-completion via _carapace export
  • 524b647ae2229629001d78eaa1aacd68b6f920f1 Merge pull request #1253 from carapace-sh/gen-multi
  • bf940dfe4a88edefaea6632979c3777684c46e20 Add multi-completer support via Gen options (WithSubcommands, WithDefault, WithSnippetFuncs)
  • 1258b966e0bc921fb510d17481317f3fa3663d7b Merge pull request #1252 from carapace-sh/dependabot/github_actions/actions/cache-6
  • 06e2e4ac6148198205af0dca13654f6bb3874159 build(deps): bump actions/cache from 5 to 6

v1.12.1

Changelog

... (truncated)

Commits
  • 993ea5f Merge pull request #1268 from carapace-sh/flagprefix
  • e7bffd5 Support custom flag prefix from carapace-pflag (e.g. '&' for elvish)
  • 748aa9f argumentstyle (#1227)
  • a24bc6a Merge pull request #1267 from carapace-sh/rsteube-patch-1
  • f3df1f9 Update README.md
  • b0a542d Merge pull request #1266 from carapace-sh/fix/symlink-repo-discovery
  • 23bdecb Resolve symlinks before upward directory traversal in repo discovery
  • 344f188 Merge pull request #1265 from carapace-sh/dependabot/github_actions/actions/s...
  • 192121c bump actions/setup-go from 6 to 7
  • 458a0c1 Merge pull request #1264 from carapace-sh/sandbox-expect-strict
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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)

Bumps [github.com/carapace-sh/carapace](https://github.com/carapace-sh/carapace) from 1.11.6 to 1.14.0.
- [Release notes](https://github.com/carapace-sh/carapace/releases)
- [Commits](carapace-sh/carapace@v1.11.6...v1.14.0)

---
updated-dependencies:
- dependency-name: github.com/carapace-sh/carapace
  dependency-version: 1.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Jul 26, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies, go. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants