Skip to content

build(deps): bump github.com/carapace-sh/carapace from 1.11.7 to 1.12.1 - #159

Merged
rsteube-bot merged 1 commit into
masterfrom
dependabot/go_modules/github.com/carapace-sh/carapace-1.12.1
Jun 22, 2026
Merged

build(deps): bump github.com/carapace-sh/carapace from 1.11.7 to 1.12.1#159
rsteube-bot merged 1 commit into
masterfrom
dependabot/go_modules/github.com/carapace-sh/carapace-1.12.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 22, 2026

Copy link
Copy Markdown

Bumps github.com/carapace-sh/carapace from 1.11.7 to 1.12.1.

Release notes

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

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
  • 2e072f01576dc98aa9b1cba16e7f1528bd36936c compound-skill: document 1024-character limit for description field
  • 16ff8bb66e8271d6489e31346e76f5a66081707d Merge pull request #1243 from carapace-sh/skill-cobra-dev
  • b2fa47f83b518b453f25f9ee3f99a9c78ab26aee skill: added cobra-dev
  • ed418c5d6f2cbe646599f2b240129b8e67a5b429 Merge pull request #1242 from carapace-sh/rsteube-patch-1
  • e88c48f04831e780ac1fbf03eff14faddbbc12ad Update skill-md.md
  • 2271887ab74fdf4199070769c282c63c2ddbdb31 Merge pull request #1241 from carapace-sh/rsteube-patch-1
  • 8552ef33e64da22c1ba9ef8dc84da21f0ff34e47 Update SKILL.md
  • 8fe1d19c66d4ed23960a4dcf7aed4401c5789682 Merge pull request #1240 from carapace-sh/compound-skill
  • 735a6b4c833e549c580ebf57960ceadbbc22f601 Remove private repos (tabdance, helix, bubbletea) from examples
  • a581670536de10ec9bcb900fc0dccac298b281a5 Make compound-skill generic — remove carapace-specific examples
  • 47be73b711c16f66125d80c267ae79f767389fd2 Add compound-skill: guide for creating structured knowledge base skills
  • ae215622ac53e058d5ba231c053bb8205f388df0 Merge pull request #1232 from sueun-dev/docs-zsh-case-insensitive-matching
  • 8ae205f3cd4b14646fabb3a3d8fdc4d7002d449f Merge pull request #1239 from carapace-sh/rsteube-patch-1
  • 8925528fba3dedc5473950257b8929d8c73b8375 Update SKILL.md
  • 09a40259c83fb22ee6008cb32469f7226f9b08f9 Merge pull request #1238 from carapace-sh/rsteube-patch-1
  • 730735f97ec4210eb4f4296a3f93da11649e4533 Update SKILL.md
  • dfbd6ed547793240d1c2387360f5e4cd75c70d34 Merge pull request #1237 from carapace-sh/hilbish-skill
  • 6b1763ea1d4f2734ea852d9a9f7381d089cdfd00 Add hilbish shell composite skill with in-depth references
  • 5d48e91dcf5cc203c6d4a988c3cd6a61daf72239 Merge pull request #1236 from carapace-sh/ion-skill
  • 638a7a7babb61bcac98879bfe230eca03d79328e Add ion shell composite skill with in-depth references
  • 2889478e9edd886a331f3547f05ce20b9bfebc44 Merge pull request #1235 from carapace-sh/export-not-shell
  • acd8c85e6c1c411b98b6a20a911651f27dfc92c8 docs: clarify export is not a shell but a raw output format
  • ae533b602e420c680db3f6b6d74561ee96ee6a8f docs: document zsh case-insensitive matching
Commits
  • 169007b Merge pull request #1251 from carapace-sh/fix-zsh
  • e37c4c9 zsh: moved noprefix check up
  • 7063949 Merge pull request #1249 from carapace-sh/noprefix-tape
  • ac5f8ff fix: revert golden files to match VHS output
  • 471710d docs: added NoPrefix tapes
  • e20081c Merge pull request #1248 from carapace-sh/dependabot/github_actions/actions/c...
  • 1013b51 build(deps): bump actions/checkout from 6 to 7
  • 51e6609 Merge pull request #1247 from carapace-sh/zsh-prefix-check
  • d9f0269 zsh: NoPrefix - check the inserted part
  • 8504e34 Merge pull request #1246 from carapace-sh/noprefix-matcher
  • 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.7 to 1.12.1.
- [Release notes](https://github.com/carapace-sh/carapace/releases)
- [Commits](carapace-sh/carapace@v1.11.7...v1.12.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jun 22, 2026
@rsteube-bot
rsteube-bot enabled auto-merge June 22, 2026 21:22
@rsteube-bot
rsteube-bot merged commit 8e312aa into master Jun 22, 2026
3 checks passed
@dependabot
dependabot Bot deleted the dependabot/go_modules/github.com/carapace-sh/carapace-1.12.1 branch June 22, 2026 21:23
@coveralls

Copy link
Copy Markdown

Coverage Report for CI Build 27984939364

Warning

Build has drifted: This PR's base is out of sync with its target branch, so coverage data may include unrelated changes.
Quick fix: rebase this PR. Learn more →

Coverage remained the same at 55.867%

Details

  • Coverage remained the same as the base build.
  • Patch coverage: No coverable lines changed in this PR.
  • No coverage regressions found.

Uncovered Changes

No uncovered changes found.

Coverage Regressions

No coverage regressions found.


Coverage Stats

Coverage Status
Relevant Lines: 392
Covered Lines: 219
Line Coverage: 55.87%
Coverage Strength: 0.6 hits per line

💛 - Coveralls

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

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants