Skip to content

🔄 Dependency Update —(deps): Bump league/uri-interfaces from 7.5.0 to 7.8.0#49

Merged
1batu merged 1 commit into
mainfrom
dependabot/composer/league/uri-interfaces-7.8.0
Jun 3, 2026
Merged

🔄 Dependency Update —(deps): Bump league/uri-interfaces from 7.5.0 to 7.8.0#49
1batu merged 1 commit into
mainfrom
dependabot/composer/league/uri-interfaces-7.8.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Mar 2, 2026

Copy link
Copy Markdown
Contributor

Bumps league/uri-interfaces from 7.5.0 to 7.8.0.

Release notes

Sourced from league/uri-interfaces's releases.

version 7.8.0

Added

  • QueryString::compose and QueryString::composeFromValue a userland improved http_build_query method.
  • QueryExtractMode and QueryComposeMode Enum to improve query parsing and building.
  • StringCoercionMode to normalize type coercion
  • Added support for BackedEnum
  • FragmentDirective::toFragmentValue
  • DomainHostInteraface::isSubdomainOf
  • DomainHostInteraface::hasSubdomain
  • DomainHostInteraface::isSiblingOf
  • DomainHostInteraface::parentHost
  • DomainHostInteraface::commonAncestorWith
  • Added the Transformable interface

Fixed

  • Fix issue #177 improved userInfo encoding.
  • Fix UriString::resolve method.
  • Fix Type coercion when using the QueryString

Deprecated

  • None

Removed

  • None

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

version 7.6.0

... (truncated)

Changelog

Sourced from league/uri-interfaces's changelog.

7.8.0 - 2026-01-16

Added

  • QueryString::compose and QueryString::composeFromValue a userland improved http_build_query method.
  • QueryExtractMode and QueryComposeMode Enum to improve query parsing and building.
  • StringCoercionMode to normalize type coercion
  • Added support for BackedEnum
  • FragmentDirective::toFragmentValue
  • DomainHostInteraface::isSubdomainOf
  • DomainHostInteraface::hasSubdomain
  • DomainHostInteraface::isSiblingOf
  • DomainHostInteraface::parentHost
  • DomainHostInteraface::commonAncestorWith
  • Added the Transformable interface

Fixed

  • Fix issue #177 improved userInfo encoding.
  • Fix UriString::resolve method.
  • Fix Type coercion when using the QueryString

Deprecated

  • None

Removed

  • None

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

... (truncated)

Commits
  • c5c5cd0 Inprove StringCoercionMode::coerce method
  • 9e91c8c Replace tap by transform
  • a350e1d Improve coercion
  • 54cfcb8 Normalizing and fixing library string coercion (#183)
  • b958e22 Adding the Transformable Interface
  • 8d41ac5 Adding Domain label relationships methods
  • 5f17077 Adding the FragmentDirective::toFragmentValue method
  • 69d1189 Remove tap from Immutable objects
  • 11d846b Adding QueryComposeMode::EnumLenient
  • 5083caa Fix tap docblock
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [league/uri-interfaces](https://github.com/thephpleague/uri-interfaces) from 7.5.0 to 7.8.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.5.0...7.8.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests related to dependency updates label Mar 2, 2026
@1batu 1batu merged commit c40a2ba into main Jun 3, 2026
1 of 2 checks passed
@dependabot dependabot Bot deleted the dependabot/composer/league/uri-interfaces-7.8.0 branch June 3, 2026 08:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests related to dependency updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant