chore(deps): upgrade all dependencies#149
Merged
cococonscious merged 3 commits intomainfrom Nov 30, 2025
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests.
🚀 New features to boost your workflow:
|
a9d456f to
92e2398
Compare
There was a problem hiding this comment.
Pull request overview
This pull request upgrades all dependencies across the project, including Rust crates, GitHub Actions, and adapting code to accommodate breaking API changes in upgraded libraries.
Key Changes:
- Major dependency upgrades: cocogitto (6.2→6.5), git2 (0.18→0.20), inquire (0.7→0.9), config (0.14→0.15), and numerous other libraries
- Code adaptations for assert_cmd's new macro-based API and cocogitto's configuration requirements
- GitHub Actions updates for checkout, cache, and codecov actions
Reviewed changes
Copilot reviewed 6 out of 7 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| Cargo.toml | Updated dependency versions including major upgrades to cocogitto, clap, git2, emojis, indexmap, inquire, and config |
| Cargo.lock | Comprehensive lock file updates reflecting all transitive dependency changes |
| tests/integration.rs | Migrated from assert_cmd function API to macro API (cargo_bin!) and improved panic message formatting |
| src/lib/commit.rs | Added required set_config_path() call for cocogitto 6.4.0+ compatibility |
| .github/workflows/push-release-plz.yml | Critical issue: Updated to non-existent actions/[email protected] and actions/[email protected] |
| .github/workflows/push-pr-lint-test.yml | Critical issue: Updated to non-existent actions/[email protected] and actions/[email protected], updated codecov action |
| .github/workflows/call-build-upload.yml | Critical issue: Updated to non-existent actions/[email protected] and actions/[email protected] |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Merged
cococonscious
pushed a commit
that referenced
this pull request
Nov 30, 2025
## 🤖 New release * `koji`: 3.2.0 -> 3.3.0 (✓ API compatible changes) <details><summary><i><b>Changelog</b></i></summary><p> <blockquote> ## [3.3.0](v3.2.0...v3.3.0) - 2025-11-30 ### Changed - *(deps)* update codecov/codecov-action action to v5.5.1 ([#143](#143)) - *(deps)* upgrade all dependencies ([#149](#149)) - *(build)* reintroduce musl builds ([#156](#156)) - replace rusty-hook with prek - *(config)* allow reading configuration from xdg directories ([#155](#155)) - update all non-major dependencies ([#136](#136)) - *(deps)* update codecov/codecov-action action to v5.3.1 ([#135](#135)) </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/release-plz/release-plz/). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.