Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps league/uri-components from 7.6.0 to 7.7.0.

Release notes

Sourced from league/uri-components's releases.

version 7.7.0

Added

  • Domain::first returns the first domain label
  • Domain::last returns the last domain label
  • Domain::contains tells wether the label is present in the domain
  • Domain::indexOf returns the index of the first occurrence of the label
  • Domain::lastIndexOf returns the index of the last occurrence of the label
  • Domain::isEmpty tells whether the domain is empty or not (contains at least on label)
  • HierarchicalPath::first returns the first segment
  • HierarchicalPath::last returns the last segment
  • HierarchicalPath::contains tells whether the segment is present in the path
  • HierarchicalPath::indexOf returns the index of the first occurrence of the segment
  • HierarchicalPath::lastIndexOf returns the index of the last occurrence of the segment
  • HierarchicalPath::isEmpty tells whether the path is empty or not (contains at least on segment)
  • Query::first returns the first value for a given query key pair
  • Query::last returns the last value for a given query key pair
  • Query::isEmpty tells whether the query is empty or not
  • URLSearchParams::first returns the first value for a given query key pair
  • URLSearchParams::last returns the last value for a given query key pair
  • URLSearchParams::hasValue an alias of using URLSearchParams::has with 2 parameters
  • URLSearchParams::deleteValue an alias of using URLSearchParams::delete with 2 parameters
  • Modifier::redactUserInfo redacts the user info component if present
  • Modifier::redactPathSegments redacts specific path segments if present
  • Modifier::redactPathNextSegments redacts specific path next segments if present
  • Modifier::redactPathSegmentsByOffset redacts specific path segments by offset if present
  • Modifier::redactQueryPairs redacts specific query pair if present
  • Modifier::prependQuery prepend a query string to the URI query component
  • Modifier::prependPath replace Modifier::prependSegment
  • Modifier::appendPath replace Modifier::appendSegment
  • Modifier::prependSegments
  • Modifier::appendSegments

Fixed

  • Fix deprecation message for Modifier::uri() method 166 by meyerbaptiste
  • Fix missing SensitiveParameter usage on Modifier::withUserInfo method
  • Fix Host resolution using the new HostRecord class
  • Fix Modifier::withPath improve handling of path leading slash presence for PSR-7 implementing classes

Deprecated

  • Modifier::prependSegment use Modifier::prependPath instead
  • Modifier::appendSegment use Modifier::appendPath instead

Removed

  • None
Changelog

Sourced from league/uri-components's changelog.

7.7.0 - 2025-12-08

Added

  • Domain::first returns the first domain label
  • Domain::last returns the last domain label
  • Domain::contains tells wether the label is present in the domain
  • Domain::indexOf returns the index of the first occurrence of the label
  • Domain::lastIndexOf returns the index of the last occurrence of the label
  • Domain::isEmpty tells whether the domain is empty or not (contains at least on label)
  • HierarchicalPath::first returns the first segment
  • HierarchicalPath::last returns the last segment
  • HierarchicalPath::contains tells whether the segment is present in the path
  • HierarchicalPath::indexOf returns the index of the first occurrence of the segment
  • HierarchicalPath::lastIndexOf returns the index of the last occurrence of the segment
  • HierarchicalPath::isEmpty tells whether the path is empty or not (contains at least on segment)
  • Query::first returns the first value for a given query key pair
  • Query::last returns the last value for a given query key pair
  • Query::isEmpty tells whether the query is empty or not
  • URLSearchParams::first returns the first value for a given query key pair
  • URLSearchParams::last returns the last value for a given query key pair
  • URLSearchParams::hasValue an alias of using URLSearchParams::has with 2 parameters
  • URLSearchParams::deleteValue an alias of using URLSearchParams::delete with 2 parameters
  • Modifier::redactUserInfo redacts the user info component if present
  • Modifier::redactPathSegments redacts specific path segments if present
  • Modifier::redactPathNextSegments redacts specific path next segments if present
  • Modifier::redactPathSegmentsByOffset redacts specific path segments by offset if present
  • Modifier::redactQueryPairs redacts specific query pair if present
  • Modifier::prependQuery prepend a query string to the URI query component
  • Modifier::prependPath replace Modifier::prependSegment
  • Modifier::appendPath replace Modifier::appendSegment
  • Modifier::prependSegments
  • Modifier::appendSegments

Fixed

  • Fix deprecation message for Modifier::uri() method 166 by meyerbaptiste
  • Fix missing SensitiveParameter usage on Modifier::withUserInfo method
  • Fix Host resolution using the new HostRecord class
  • Fix Modifier::withPath improve handling of path leading slash presence for PSR-7 implementing classes

Deprecated

  • Modifier::prependSegment use Modifier::prependPath instead
  • Modifier::appendSegment use Modifier::appendPath instead

Removed

  • None
Commits
  • 005f869 Adding missing Modifier methods
  • 4790fc4 Adding missing Modifier::prependQuery method
  • 34690ef Simplify Modifier::withPath implementation
  • fe770c5 Improve Modifier::withPath leading slash handling
  • 23e5afc Improve Modifier::withPath leading slash handling
  • 19dae09 Bump composer.json requirements
  • 0411766 Improve HostRecord class
  • abc524b Improve HostRecord class and usage
  • 46e16fb Fix Host caching and validation in all packages
  • d2292a1 Update CHANGELOG
  • 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-components](https://github.com/thephpleague/uri-components) from 7.6.0 to 7.7.0.
- [Release notes](https://github.com/thephpleague/uri-components/releases)
- [Changelog](https://github.com/thephpleague/uri-components/blob/master/CHANGELOG.md)
- [Commits](thephpleague/uri-components@7.6.0...7.7.0)

---
updated-dependencies:
- dependency-name: league/uri-components
  dependency-version: 7.7.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 Dec 9, 2025
@github-actions github-actions bot enabled auto-merge (rebase) December 9, 2025 11:01
@github-actions github-actions bot merged commit 7dc5777 into main Dec 9, 2025
6 checks passed
@dependabot dependabot bot deleted the dependabot/composer/league/uri-components-7.7.0 branch December 9, 2025 11:02
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