Skip to content

Update dependency git to v5.6.0 - #245

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/git-5.x-lockfile
Open

renovate[bot] wants to merge 1 commit into
masterfrom
renovate/git-5.x-lockfile

Conversation

@renovate

@renovate renovate Bot commented Aug 31, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
git (changelog) 5.1.05.6.0 age confidence

Release Notes

ruby-git/ruby-git (git)

v5.6.0

Compare Source

Features
  • repository: Deprecate with_* context helper blocks that declare no parameter (231b65c), closes #​1835
Other Changes
  • export: Describe what a failed .git removal leaves behind (bd08096), closes #​1823

v5.5.0

Compare Source

Features
  • export: Warn when the :remote option is passed to Git.export (55a9810), closes #​1820
Bug Fixes
  • export: Drop the redundant checkout that broke Git.export for tags (5e8422d), closes #​1815
Other Changes
  • export: Document the deprecated :remote option to Git.export (3806d2b), closes #​1820
  • Name the 5.x maintenance branch alongside 4.x (ad30718)
  • Run the CI, commitlint, release, and cache workflows for the 5.x branch (7c3fd13)

v5.4.1

Compare Source

Other Changes
  • Document the Git.clone option renames in UPGRADING.md (0f8e5d8), closes #​1763
  • upgrading: Document the Git::Log Enumerable and Commit#set_commit deprecations (1d1c9bc), closes #​1764
  • upgrading: Document the Git::Repository method renames (e1bb6e6), closes #​1765
  • upgrading: Document the Git::Repository option renames (0a2dfcb), closes #​1766
  • upgrading: Document the module-level Git deprecations (cd3a2ae), closes #​1762
  • upgrading: Remove two misplaced rows from the configuration methods table (61ad4c8), closes #​1761

v5.4.0

Compare Source

Features
  • stash: Add the StashInfo facade surface and deprecate the legacy stash API (3cc4c6b), closes #​1730
  • status: Add Git::StatusInfo and Git::StatusFileInfo and deprecate Git::Status (b0a376b), closes #​1720
  • tag: Add tag_list and tag_create and deprecate the Git::Object::Tag returns (6f9c55c), closes #​1719
  • worktree: Add WorktreeInfo, cover every subcommand, and deprecate the legacy API (581d6ad), closes #​1731
Other Changes
  • release: Move the workflow description into comments (a5d90bd), closes #​1734
  • tag: Add failing specs for TagInfo facade methods and Object::Tag deprecation (749c327), closes #​1719

v5.3.0

Compare Source

Features
  • author: Add immutable Git::AuthorInfo and deprecate Git::Author (c08b04b), closes #​1721
  • branch: Deprecate Git::Branch and Git::Branches in favor of Git::Repository#branch_list (1581aa0), closes #​1639
  • branch: Deprecate Git::Branch#stashes in favor of Git::Repository#stashes_all (dcee889), closes #​1637
  • cat-file: Deprecate the allow_unknown_type option of Git::Commands::CatFile::Raw (95769ea), closes #​1709
  • info: Nest Git::AuthorInfo in Git::TagInfo and Git::StashInfo (2f44f96), closes #​1745
  • remote: Deprecate Git::Remote and Git::Repository#remote in favor of #remote_list (1abb585), closes #​1643
  • remote: Freeze Git::RemoteInfo array-valued members (4d44a3d)
  • repository: Add in_branch and merge_into facade methods (59b58d0), closes #​1641
  • repository: Deprecate Git::Repository#remotes in favor of #remote_list (410095c), closes #​1640
Bug Fixes
  • branching: Verify refs/heads when classifying the HEAD state (bfc4d8a), closes #​1641
Other Changes
  • adr: Supersede ADR-0006 with a release-based deprecation period (b3b32e3)
  • author: Add failing tests for Git::AuthorInfo and Git::Author deprecation (e0d3123), closes #​1721
  • branch: Add failing test for the Git::Branch#stashes deprecation (a806808)
  • contributing: Describe the release line and maintenance branch rules (fd78c9c)
  • info: Add failing tests for nested Git::AuthorInfo on TagInfo and StashInfo (a7f5e69), closes #​1745
  • readme: Add the deprecation and release support policies (50ac2e2)
  • remote: Add failing tests for the Git::Remote and Git::Repository#remote deprecations (36af404)
  • skills: State the deprecation policy and the major release checklists (a246cf8)
  • upgrading: Add the v6.0.0 upgrade procedure (4d7c58c)

v5.2.0

Compare Source

Features
  • checkout: Support the :orphan option in Repository#checkout (265a997)
Bug Fixes
  • Exclude the .claude/skills symlink and other dev files from the gem (ae4ef0e)
  • Remove the cat-file raw constraint that duplicated a git check (ea52fc7)
Other Changes
  • Add a markdown link checker (8000810)
  • Address suppressed copilot comments in the resolve-feedback skill (9677f33)
  • Announce the v5.x deprecations and the v6.0.0 roadmap (68380f2)
  • Archive the v5.x redesign documents (4bed4ce)
  • Configure the mattpocock engineering skills for this repo (ff03315)
  • Copyedit CONTRIBUTING.md for plain, direct language (7756ad1)
  • deps: Update process_executer to ~> 4.1 (7f01af4)
  • Fix broken relative links and heading anchors (0bf31b8)
  • Fold the remaining plan documents into issues and adrs (74944d9)
  • fsck: Build the second root commit through the public API (3a7f083)
  • Make command-class policy self-contained in the skills (8158d2a)
  • Name maintainer and contributors in the LICENSE copyright notice (ddb33c0)
  • Point agents at the adr directory before they change covered areas (ad8a20d)
  • Port the roadmap-tickets conventions into a project skill (74a4e69)
  • Record any durable decision as an adr, not only architectural ones (455a28c)
  • Record the option surface rule as adr 0004 (d37beed)
  • Record the removal gate as adr 0006 (b76d54e)
  • Record the v4.x call-shape rule as adr 0005 (3cd68cd)
  • Record the validation delegation rationale as adr 0003 (8c224f5)
  • Reduce the resolve-feedback skill to a pointer plus ruby-git deltas (4a4c361)
  • Remove ai writing tells from the readme (e9c782e)
  • Remove the iteratively-address-copilot-reviews prompt and its command (fdaed6f)
  • Rename the resolve-pr-feedback skill to address-pr-feedback (d5e8700)
  • Require executed proof for safety claims in breaking-change-analysis (859ed31)
  • Require verifiable, reviewer-provable task sequencing in development-workflow (d4a7191)
  • Satisfy the new Style/DirectiveScope cop (354057e)
  • State each policy definition once and link everywhere else (0023d54), closes #​1710
  • Stop restating gemspec version constraints in the project-context skill (595a53c)

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the dependencies This updates dependency files label Aug 31, 2026
@renovate
renovate Bot force-pushed the renovate/git-5.x-lockfile branch from dbda430 to 584def2 Compare September 2, 2026 17:03
@renovate renovate Bot changed the title Update dependency git to v5.2.0 Update dependency git to v5.3.0 Sep 4, 2026
@renovate
renovate Bot force-pushed the renovate/git-5.x-lockfile branch from 584def2 to 5596a2b Compare September 4, 2026 03:38
@renovate renovate Bot changed the title Update dependency git to v5.3.0 Update dependency git to v5.4.1 Sep 4, 2026
@renovate
renovate Bot force-pushed the renovate/git-5.x-lockfile branch 2 times, most recently from 428f1e7 to 23b8e95 Compare September 11, 2026 01:35
@renovate renovate Bot changed the title Update dependency git to v5.4.1 Update dependency git to v5.5.0 Sep 11, 2026
@renovate
renovate Bot force-pushed the renovate/git-5.x-lockfile branch from 23b8e95 to 398fc16 Compare September 13, 2026 01:56
@renovate renovate Bot changed the title Update dependency git to v5.5.0 Update dependency git to v5.6.0 Sep 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies This updates dependency files

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant