Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Sep 22, 2025

Bumps ccusage from 15.3.0 to 17.0.2.

Release notes

Sourced from ccusage's releases.

v17.0.2

What's Changed

📝 Documentation Improvements

  • Added critical warning about bunx requiring @latest suffix for @ccusage/codex
  • Documented ccusage family of tools (ccusage, codex, mcp) in README
  • Added shell alias recommendation for codex (ccusage-codex)
  • Updated installation examples across documentation

⚠️ Important for bunx users with @​ccusage/codex

When using bunx with @ccusage/codex, you MUST include the @latest suffix:

bunx @ccusage/codex@latest  # ✅ Correct
bunx @ccusage/codex          # ❌ May run wrong binary

Why? Bun 1.2.x's bunx prioritizes binaries matching the package name suffix. For @ccusage/codex, it looks for a codex binary in PATH first. If you have an existing codex command (e.g., GitHub Copilot's codex), that will be executed instead.

💡 Recommended Shell Alias

Since the command is long, we recommend setting up an alias:

# bash/zsh: alias ccusage-codex='bunx @ccusage/codex@latest'
# fish:     alias ccusage-codex 'bunx @ccusage/codex@latest'

For more details about major features and breaking changes, see the v17.0.0 release notes.

Full Changelog

ryoppippi/ccusage@v17.0.1...v17.0.2

v17.0.1

What's Changed

🐛 Bug Fix

  • Fixed CLI invocation error when using npx or bunx to run ccusage packages (#653)

Problem Solved

When executing packages via npx @ccusage/codex or bunx ccusage, the package managers were passing the binary name as the first argument to the CLI. This caused gunshi (our CLI framework) to interpret it as an unknown command, resulting in errors like:

Error: Command not found: ccusage-codex

Solution

Now properly filters out the binary name from argv when it matches the expected binary name:

  • ccusage for the main ccusage package
  • ccusage-codex for the codex package
  • ccusage-mcp for the MCP server package

This fix ensures all packages work correctly when invoked through npx, bunx, pnpm dlx, and other package runners.

... (truncated)

Commits
  • da689e1 chore: release v17.0.2
  • a5f2c50 docs(codex): add critical bunx warning and shell alias recommendation (#655)
  • 62c59a1 chore: release v17.0.1
  • de48b1e fix: handle binary name argument when invoked via npx/bunx (#653)
  • e12f381 chore: release v17.0.0
  • c668241 chore: fix prerelease script
  • ce6466c Revert "chore: prelease script order"
  • f4d3881 chore: prelease script order
  • 2bd6cc3 chore(docs): eslint config (#652)
  • a05be95 chore(internal): foramt
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for ccusage since your current version.


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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 [ccusage](https://github.com/ryoppippi/ccusage) from 15.3.0 to 17.0.2.
- [Release notes](https://github.com/ryoppippi/ccusage/releases)
- [Commits](ryoppippi/ccusage@v15.3.0...v17.0.2)

---
updated-dependencies:
- dependency-name: ccusage
  dependency-version: 17.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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

dependabot bot commented on behalf of github Sep 22, 2025

Labels

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

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

@github-actions
Copy link

❌ Version Update Required

This PR is merging to develop but the version in Info.plist has not been updated.

Current version: 0.7.15
PR version: 0.7.15

Please update the version number in Info.plist before this PR can be merged.

How to update:

  1. Edit Info.plist
  2. Update both CFBundleShortVersionString and CFBundleVersion values to the same version
  3. Commit and push the changes

Or use the update script:

./scripts/update-version.sh patch  # or minor/major

The version should follow semantic versioning (x.y.z format).

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Sep 29, 2025

Superseded by #98.

@dependabot dependabot bot closed this Sep 29, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/ccusage-17.0.2 branch September 29, 2025 00:37
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.

1 participant