Skip to content

deps: bump github.com/carapace-sh/carapace from 1.11.6 to 1.13.2#66

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

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

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

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

Release notes

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

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

  • 169007bd93d4273f1a726ed2b602ebbac8afab4a Merge pull request #1251 from carapace-sh/fix-zsh
  • e37c4c9c0ff9624ca807e1e6074fb046c520df3f zsh: moved noprefix check up

v1.12.0

Changelog

  • 70639490273a74d508a01b29bede1c17780d9b21 Merge pull request #1249 from carapace-sh/noprefix-tape
  • ac5f8ff0a9fa7124a6681678088eb0efdb63c0b2 fix: revert golden files to match VHS output
  • 471710d06adc905285abc3c8623a3c4d0723b8c0 docs: added NoPrefix tapes
  • e20081c0649a9df2cb024ba5704e567276cfec41 Merge pull request #1248 from carapace-sh/dependabot/github_actions/actions/checkout-7
  • 1013b5190599f238ba06528a41f7d72e9b891679 build(deps): bump actions/checkout from 6 to 7
  • 51e6609a75ce16bbf7a0292e502808bc94f38790 Merge pull request #1247 from carapace-sh/zsh-prefix-check
  • d9f02698a82e8f6f1f67de5c9d7cf2c70ec9a15c zsh: NoPrefix - check the inserted part
  • 8504e3453dec0f0e12c1a837bac4fcf708dc72fb Merge pull request #1246 from carapace-sh/noprefix-matcher
  • 0a6f7adb09cac2c894499350a566880b08d5d0c6 action: updated NoPrefix doc
  • dbf9ad8f09c4abd11bd5786ae76be648fc715df8 replace NoPrefix bool with PrefixMatcher
  • 4f9aedcd7c91a223292ce729e6440d746fb35b83 add no prefix completion modifier
  • ce3d755254447e480f981c5f81520ef7d883914b Merge pull request #1245 from carapace-sh/zsh-style-limit
  • 9fec6f8131243ad295af0670ae3166ffa0b65801 zsh: updated style limit
  • c28ac87d747e81148c3347257bdf90e7fbe49e18 Merge pull request #1244 from carapace-sh/compound-skill/description-char-limit

... (truncated)

Commits
  • 42d4b3c Merge pull request #1261 from carapace-sh/sandbox-strip-uids
  • 8553569 Strip Uids in sandbox Expect/ExpectNot comparisons
  • ab8d056 Merge pull request #1260 from carapace-sh/fix-multipartsp-uid-preservation
  • 1f89406 Preserve Uid and Tag on static segments in MultiPartsP
  • 3c4b60b Merge pull request #1258 from carapace-sh/fix-snippet-hyphenated-names
  • c54b654 Fix nushell snippet using invalid ||| pipe syntax
  • 9dd98c5 Fix shell snippets breaking with hyphenated command names
  • b2011d4 Merge pull request #1257 from carapace-sh/fix-zsh-multi-compdef-quoted-names
  • eafec7d Fix zsh multi-completer snippet using quoted command names in compdef
  • a103fc2 Merge pull request #1256 from carapace-sh/fix-multi-completer-function-name
  • 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.13.2.
- [Release notes](https://github.com/carapace-sh/carapace/releases)
- [Commits](carapace-sh/carapace@v1.11.6...v1.13.2)

---
updated-dependencies:
- dependency-name: github.com/carapace-sh/carapace
  dependency-version: 1.13.2
  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 19, 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