Skip to content

Bump git from 5.1.0 to 5.3.0 in the minor-updates group - #33

Merged
neilvcarvalho merged 1 commit into
mainfrom
dependabot/bundler/minor-updates-db92cb5af7
Sep 18, 2026
Merged

neilvcarvalho merged 1 commit into
mainfrom
dependabot/bundler/minor-updates-db92cb5af7

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 18, 2026

Copy link
Copy Markdown
Contributor

Bumps the minor-updates group with 1 update: git.

Updates git from 5.1.0 to 5.3.0

Release notes

Sourced from git's releases.

v5.3.0

5.3.0 (2026-09-03)

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

5.2.0 (2026-08-30)

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

... (truncated)

Changelog

Sourced from git's changelog.

5.3.0 (2026-09-03)

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)

5.2.0 (2026-08-30)

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)

... (truncated)

Commits
  • e628f2e chore: release v5.3.0
  • 4d7c58c docs(upgrading): add the v6.0.0 upgrade procedure
  • fd78c9c docs(contributing): describe the release line and maintenance branch rules
  • 50ac2e2 docs(readme): add the deprecation and release support policies
  • a246cf8 docs(skills): state the deprecation policy and the major release checklists
  • b3b32e3 docs(adr): supersede ADR-0006 with a release-based deprecation period
  • 1581aa0 feat(branch): deprecate Git::Branch and Git::Branches in favor of Git::Reposi...
  • 95769ea feat(cat-file): deprecate the allow_unknown_type option of Git::Commands::Cat...
  • 1abb585 feat(remote): deprecate Git::Remote and Git::Repository#remote in favor of #r...
  • 36af404 test(remote): add failing tests for the Git::Remote and Git::Repository#remot...
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the minor-updates group with 1 update: [git](https://github.com/ruby-git/ruby-git).


Updates `git` from 5.1.0 to 5.3.0
- [Release notes](https://github.com/ruby-git/ruby-git/releases)
- [Changelog](https://github.com/ruby-git/ruby-git/blob/main/CHANGELOG.md)
- [Commits](ruby-git/ruby-git@v5.1.0...v5.3.0)

---
updated-dependencies:
- dependency-name: git
  dependency-version: 5.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code labels Sep 18, 2026
@dependabot
dependabot Bot requested a review from neilvcarvalho as a code owner September 18, 2026 12:13
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code labels Sep 18, 2026
@neilvcarvalho
neilvcarvalho merged commit d165bbf into main Sep 18, 2026
6 checks passed
@neilvcarvalho
neilvcarvalho deleted the dependabot/bundler/minor-updates-db92cb5af7 branch September 18, 2026 13:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant