Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 15, 2025

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps league/uri from 7.6.0 to 7.7.0.

Release notes

Sourced from league/uri's releases.

version 7.7.0

Added

  • Uri::isIpv4Host tells whether the URI host is an IPv4 address
  • Uri::isIpv6Host tells whether the URI host is an IPv6 address
  • Uri::isIpvFutureHost tells whether the URI host is an IPvFuture address
  • Uri::isRegisteredNameHost tells whether the URI host is a registered name
  • Uri::isDomainHost tells whether the URI host is a domain name

Fixed

  • Query order not respected in BaseUri::isSameDocument method 165
  • Fix Host resolution using the new HostRecord class, some registered name were wrongly throwing exceptions.
  • Fix Uri::withPath improve handling of path leading slash presence
  • Fix UriTemplate::exapndToUrl and UriTemplate::expandToUrlOrFail adding the missing softErrors argument populated by reference.

Deprecated

  • None

Removed

  • None
Changelog

Sourced from league/uri's changelog.

7.7.0 - 2025-12-08

Added

  • Uri::isIpv4Host tells whether the URI host is an IPv4 address
  • Uri::isIpv6Host tells whether the URI host is an IPv6 address
  • Uri::isIpvFutureHost tells whether the URI host is an IPvFuture address
  • Uri::isRegisteredNameHost tells whether the URI host is a registered name
  • Uri::isDomainHost tells whether the URI host is a domain name

Fixed

  • Query order not respected in BaseUri::isSameDocument method 165
  • Fix Host resolution using the new HostRecord class, some registered name were wrongly throwing exceptions.
  • Fix Uri::withPath improve handling of path leading slash presence
  • Fix UriTemplate::exapndToUrl and UriTemplate::expandToUrlOrFail adding the missing softErrors argument populated by reference.

Deprecated

  • None

Removed

  • None
Commits
  • 8d587cd Update URI CHANGELOG
  • 5014633 Simplify Modifier::withPath implementation
  • 7f800d9 Update package dependencies
  • 53017d3 Improve Uri::withPath leading slash handling
  • 28e08ed Bump composer.json requirements
  • 124a7dc Improve HostRecord class and usage
  • 77f4b30 Adding helper method to expose the host type on league URI class
  • 192d884 Update coding style
  • 6239ff9 Coding style fix
  • c339f21 Fix Host caching and validation in all packages
  • 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 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 [league/uri](https://github.com/thephpleague/uri) from 7.6.0 to 7.7.0.
- [Release notes](https://github.com/thephpleague/uri/releases)
- [Changelog](https://github.com/thephpleague/uri/blob/master/CHANGELOG.md)
- [Commits](thephpleague/uri@7.6.0...7.7.0)

---
updated-dependencies:
- dependency-name: league/uri
  dependency-version: 7.7.0
  dependency-type: indirect
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@codecov
Copy link

codecov bot commented Dec 15, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 69.18%. Comparing base (19d2f1f) to head (25f0846).
⚠️ Report is 6 commits behind head on master.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #39   +/-   ##
=========================================
  Coverage     69.18%   69.18%           
  Complexity      581      581           
=========================================
  Files            23       23           
  Lines          1921     1921           
=========================================
  Hits           1329     1329           
  Misses          592      592           
Flag Coverage Δ
unittests 69.18% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted file tree graph

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@RumenDamyanov RumenDamyanov merged commit fe8c256 into master Dec 19, 2025
11 checks passed
@dependabot dependabot bot deleted the dependabot/composer/league/uri-7.7.0 branch December 19, 2025 11:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant