Skip to content

Conversation

@dependabot
Copy link

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

Bumps ccusage from 15.3.0 to 17.0.3.

Release notes

Sourced from ccusage's releases.

v17.0.3

   🚀 Features

    View changes on GitHub

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

... (truncated)

Commits
  • 1e85601 chore: release v17.0.3
  • 25fb260 feat(codex): add color and noColor CLI options (#668)
  • 5129d61 revert: "feat(ccusage): add GLM-4.5 model support and pricing configuration (...
  • 374f431 feat(ccusage): add GLM-4.5 model support and pricing configuration (#657)
  • 54f9100 chore(deps): update dependency @​hono/node-server to ^1.19.3 (#661)
  • cb73018 chore: fix lint submodule command
  • 9d76864 chore(deps): fix eslint-config catalog
  • 353dd24 chore: remove duplicate consola from catalog section (#660)
  • 3ed63f9 chore(deps): update @​ryoppippi/eslint-config to 0.4.0 and remove svelte=false...
  • 9342a5e docs: add sponsor link to navigation dropdown
  • 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.3.
- [Release notes](https://github.com/ryoppippi/ccusage/releases)
- [Commits](ryoppippi/ccusage@v15.3.0...v17.0.3)

---
updated-dependencies:
- dependency-name: ccusage
  dependency-version: 17.0.3
  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 29, 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 Oct 6, 2025

Superseded by #99.

@dependabot dependabot bot closed this Oct 6, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/ccusage-17.0.3 branch October 6, 2025 00:28
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