Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps league/uri-interfaces from 7.6.0 to 7.7.0.

Release notes

Sourced from league/uri-interfaces's releases.

version 7.7.0

Added

  • HostRecord class to normalize parsing and caching Host resolution
  • HostType Host type enumeration list as defined by RFC3986
  • HostFormat Host format enumaration list as defined by RFC3986/RFC3987

Fixed

  • UriString::buildAuthority should fail if an optional component is present when the host is missing.
  • UriString::build should fail if an optional component is present when the host is missing.

Deprecated

  • UriString::isValidHost use HostRecord::isValid method instead

Removed

  • None
Changelog

Sourced from league/uri-interfaces's changelog.

7.7.0 - 2025-12-08

Added

  • HostRecord class to normalize parsing and caching Host resolution
  • HostType Host type enumeration list as defined by RFC3986
  • HostFormat Host format enumaration list as defined by RFC3986/RFC3987

Fixed

  • UriString::buildAuthority should fail if an optional component is present when the host is missing.
  • UriString::build should fail if an optional component is present when the host is missing.

Deprecated

  • UriString::isValidHost use HostRecord::isValid method instead

Removed

  • None
Commits
  • 62ccc1a Update interface CHANGELOG
  • 2685041 Adding missing Modifier methods
  • 20b6f36 Improve HostRecord class
  • 7693c25 Improve HostRecord class and usage
  • ae1bfaf Deprecate UriString::isValidHost method
  • 79f65f6 Update coding style
  • 3c007f1 Fix buildAuthority after PR review
  • 8f04e2e Fix Host caching and validation in all packages
  • See full diff 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-interfaces](https://github.com/thephpleague/uri-interfaces) from 7.6.0 to 7.7.0.
- [Release notes](https://github.com/thephpleague/uri-interfaces/releases)
- [Changelog](https://github.com/thephpleague/uri-interfaces/blob/master/CHANGELOG.md)
- [Commits](thephpleague/uri-interfaces@7.6.0...7.7.0)

---
updated-dependencies:
- dependency-name: league/uri-interfaces
  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 (75474f9).
⚠️ Report is 6 commits behind head on master.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #41   +/-   ##
=========================================
  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 f3a9e72 into master Dec 19, 2025
11 checks passed
@dependabot dependabot bot deleted the dependabot/composer/league/uri-interfaces-7.7.0 branch December 19, 2025 11:10
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