Skip to content

Bump the non-breaking group across 1 directory with 2 updates#1

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/non-breaking-eb450265f1
Open

Bump the non-breaking group across 1 directory with 2 updates#1
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/non-breaking-eb450265f1

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github May 20, 2026

Bumps the non-breaking group with 2 updates in the / directory: @upstash/context7-mcp and ccstatusline.

Updates @upstash/context7-mcp from 2.2.4 to 2.2.5

Changelog

Sourced from @​upstash/context7-mcp's changelog.

2.2.5

Patch Changes

  • 187287c: Accept hallucinated argument names on tools/call requests by rewriting them to the canonical names before validation. userQuery and question are mapped to query on either tool; on query-docs, context7CompatibleLibraryID, libraryID, and libraryName are mapped to libraryId. Some LLM clients produce these alternative names — likely echoing phrasing from each tool's description — and previously triggered Invalid input: expected string, received undefined errors. libraryName is only rewritten on query-docs calls because it is the canonical arg for resolve-library-id. Tool input schemas published via tools/list are unchanged: canonical names remain the documented required fields, the rewrite is purely a server-side compatibility shim that runs only on tools/call and only when the canonical key is absent.
  • 78b9826: Exit the stdio MCP server when the parent process closes its stdio. Previously, if the parent (e.g. Claude Code) was force-killed shortly after a tool call, an idle undici keep-alive socket to the Context7 API would keep libuv's event loop alive past stdin EOF, leaving an orphaned node process that consumed memory until the kernel tore the socket down (which on Cloudflare-fronted endpoints can take hours). The server now listens for end/close on stdin and SIGHUP and exits cleanly. Fixes #2542.
Commits

Updates ccstatusline from 2.2.12 to 2.2.19

Release notes

Sourced from ccstatusline's releases.

v2.2.19

Published to npm: https://www.npmjs.com/package/ccstatusline

What's Changed

  • fix(git): use compatible git commands for older git versions by @​deepakdewani123 in sirmalloc/ccstatusline#385
  • fix: cache git subprocess output for statusline in sirmalloc/ccstatusline@6a581e6
    • Adds persistent git command caching under ~/.cache/ccstatusline/git-cache with command-only entries, cwd metadata, .git/HEAD/.git/index mtime checks, and configurable TTL.
    • Exposes Git Cache TTL in Configure Status Line, defaults it to 5s, and passes it through the render context.
    • Makes pinned global install the top/default option, clarifies install wording, and sets windowsHide for runtime child processes.
  • feat(terminal): honor CCSTATUSLINE_WIDTH env var to override probe by @​danielnc in sirmalloc/ccstatusline#380

New Contributors

Full Changelog: sirmalloc/ccstatusline@v2.2.18...v2.2.19

v2.2.18

Published to npm: https://www.npmjs.com/package/ccstatusline

What's Changed

New Contributors

Full Changelog: sirmalloc/ccstatusline@v2.2.17...v2.2.18

v2.2.17

Published to npm: https://www.npmjs.com/package/ccstatusline

What's Changed

  • fix(terminal): use stty -F/-f to read tty size in detached spawn by @​AgarwalPragy in sirmalloc/ccstatusline#377
  • fix: usage API parsing for nullable cohort response buckets in 29908c266afb7f5296a46b85a26580cef82050d5

New Contributors

Full Changelog: sirmalloc/ccstatusline@v2.2.16...v2.2.17

v2.2.16

Published to npm: https://www.npmjs.com/package/ccstatusline

Full Changelog: sirmalloc/ccstatusline@v2.2.15...v2.2.16

Commits
  • 1b7cfb0 chore: bump version to 2.2.19
  • ea97ddd feat(terminal): honor CCSTATUSLINE_WIDTH env var to override probe (#380)
  • 6a581e6 fix: cache git subprocess output for statusline
  • 654802e fix(git): use compatible git commands for older git versions (#385)
  • cf5ab7b chore: Version bump and docs update
  • 861a2a0 fix(git): always pass --no-optional-locks to prevent index.lock races (#381)
  • 4091574 chore(deps-dev): bump the dev-dependencies group across 1 directory with 4 up...
  • 196a370 feat: add extra usage widgets and fix null rate-limit buckets for pay-as-you-...
  • 29908c2 fix: usage API parsing for nullable cohort response buckets
  • b01336b chore: scope publish workflow to this repository so forks don't try to push t...
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for ccstatusline since your current version.


@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 20, 2026
Bumps the non-breaking group with 2 updates in the / directory: [@upstash/context7-mcp](https://github.com/upstash/context7/tree/HEAD/packages/mcp) and [ccstatusline](https://github.com/sirmalloc/ccstatusline).


Updates `@upstash/context7-mcp` from 2.2.4 to 2.2.5
- [Release notes](https://github.com/upstash/context7/releases)
- [Changelog](https://github.com/upstash/context7/blob/master/packages/mcp/CHANGELOG.md)
- [Commits](https://github.com/upstash/context7/commits/@upstash/context7-mcp@2.2.5/packages/mcp)

Updates `ccstatusline` from 2.2.12 to 2.2.19
- [Release notes](https://github.com/sirmalloc/ccstatusline/releases)
- [Commits](sirmalloc/ccstatusline@v2.2.12...v2.2.19)

---
updated-dependencies:
- dependency-name: "@upstash/context7-mcp"
  dependency-version: 2.2.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-breaking
- dependency-name: ccstatusline
  dependency-version: 2.2.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-breaking
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title Bump the non-breaking group with 2 updates Bump the non-breaking group across 1 directory with 2 updates May 26, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/non-breaking-eb450265f1 branch from 6977100 to d073140 Compare May 26, 2026 22:14
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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants