Skip to content

chore(deps): upgrade all dependencies#149

Merged
cococonscious merged 3 commits intomainfrom
feature/deps-upgrades
Nov 30, 2025
Merged

chore(deps): upgrade all dependencies#149
cococonscious merged 3 commits intomainfrom
feature/deps-upgrades

Conversation

@cococonscious
Copy link
Owner

No description provided.

@codecov
Copy link

codecov bot commented Aug 4, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.

Files with missing lines Coverage Δ
src/lib/commit.rs 100.00% <100.00%> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

@cococonscious cococonscious merged commit ff8679e into main Nov 30, 2025
10 checks passed
@cococonscious cococonscious deleted the feature/deps-upgrades branch November 30, 2025 14:16
@github-actions github-actions bot mentioned this pull request Nov 30, 2025
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>
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.

2 participants