Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Chore(deps): bump league/uri from 7.5.1 to 7.8.0#4048

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/composer/league/uri-7.8.0
Open

Chore(deps): bump league/uri from 7.5.1 to 7.8.0#4048
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/composer/league/uri-7.8.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 19, 2026

Bumps league/uri from 7.5.1 to 7.8.0.

Release notes

Sourced from league/uri's releases.

version 7.8.0

Added

  • Added the Builder class
  • Added support for BackedEnum
  • Added transform method to Uri and Urn

Fixed

  • Fix regression in deprecated Uri::frombaseUri method 175

Deprecated

  • None

Removed

  • None

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

version 7.6.0

Added

  • League\Uri\Urn object to specifically work with URN as defined by RFC8141
  • Http::tryNew returns a new Uri instance on success or null on failure (ie: a Relax version of Http::new).
  • Http::when conditional method to ease component building logic.
  • Uri::parse returns a new Uri instance on success or null on failure (ie: a Relax version of Uri::fromBaseUri and Uri::new) that mimics the behaviour of the upcoming native PHP URI parse method.

... (truncated)

Changelog

Sourced from league/uri's changelog.

7.8.0 - 2026-01-16

Added

  • Added the Builder class
  • Added support for BackedEnum
  • Added transform method to Uri and Urn

Fixed

  • Fix regression in deprecated Uri::frombaseUri method 175

Deprecated

  • None

Removed

  • None

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

7.6.0 - 2025-11-18

Added

  • League\Uri\Urn object to specifically work with URN as defined by RFC8141

... (truncated)

Commits
  • 4436c6e Replace tap by transform
  • 72ab195 Normalizing and fixing library string coercion (#183)
  • 55638e5 Adding the Transformable Interface
  • ff65cf6 Simplify BackedEnum support
  • 88d7f95 Adding the FragmentDirective::toFragmentValue method
  • dd88940 Remove tap from Immutable objects
  • 4e56e27 Add support for fragment directives in the Builder
  • 92220fd Fix tap docblock
  • b761c68 add tap() to Http (#182)
  • 258ee15 Adding support for BackedEnum
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
league/uri [>= 6.7.a, < 6.8]

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 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)

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

Bumps [league/uri](https://github.com/thephpleague/uri) from 7.5.1 to 7.8.0.
- [Release notes](https://github.com/thephpleague/uri/releases)
- [Changelog](https://github.com/thephpleague/uri/blob/master/CHANGELOG.md)
- [Commits](thephpleague/uri@7.5.1...7.8.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Jan 19, 2026
@github-actions github-actions bot enabled auto-merge January 19, 2026 02:04
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm approving this pull request because it includes a patch or minor update

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 php Pull requests that update Php code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants