Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps league/uri-components from 7.7.0 to 7.8.0.

Release notes

Sourced from league/uri-components's releases.

version 7.8.0

Added

  • Added support for BackedEnum
  • Query::hasList
  • Query::getList
  • Query::withList
  • Query::appendList
  • Query::withoutList
  • Query::withoutLists
  • Query::onlyLists
  • Query::countDistinctKeys
  • Query::isNotEmpty
  • Query::map
  • Query::filter
  • Query::indexOfValue
  • Query::valueAt
  • Query::keyAt
  • Query::pair
  • URLSearchParams::countDistinctKeys
  • URLSearchParams::tap
  • Domain::isSubdomainOf
  • Domain::hasSubdomain
  • Domain::isSiblingOf
  • Domain::parentHos
  • Domain::commonAncestorWith
  • Added transform method to Immutable classes

Fixed

  • Query and Modifier methods can opt to switch to different query string extraction using the new $extractMode parameter.
  • Query and Modifier methods can opt to switch to different query string composition using the new $composeMode parameter.
  • Query and Modifier methods can opt to switch to different type coercion using the new $coercionMode parameter.

Deprecated

  • URLSearchParams::uniqueKeyCount use URLSearchParams::countDistinctKeys instead

Removed

  • None
Changelog

Sourced from league/uri-components's changelog.

7.8.0 - 2026-01-16

Added

  • Added support for BackedEnum
  • Query::hasList
  • Query::getList
  • Query::withList
  • Query::appendList
  • Query::withoutList
  • Query::withoutLists
  • Query::onlyLists
  • Query::countDistinctKeys
  • Query::isNotEmpty
  • Query::map
  • Query::filter
  • Query::indexOfValue
  • Query::valueAt
  • Query::keyAt
  • Query::pair
  • URLSearchParams::countDistinctKeys
  • URLSearchParams::tap
  • Domain::isSubdomainOf
  • Domain::hasSubdomain
  • Domain::isSiblingOf
  • Domain::parentHos
  • Domain::commonAncestorWith
  • Added transform method to Immutable classes

Fixed

  • Query and Modifier methods can opt to switch to different query string extraction using the new $extractMode parameter.
  • Query and Modifier methods can opt to switch to different query string composition using the new $composeMode parameter.
  • Query and Modifier methods can opt to switch to different type coercion using the new $coercionMode parameter.

Deprecated

  • URLSearchParams::uniqueKeyCount use URLSearchParams::countDistinctKeys instead

Removed

  • None
Commits
  • 8b5ffce Replace tap by transform
  • b9284ab Improve coercion
  • 10903db Adding the Transformable Interface to the Modifier
  • 9dff2af Normalizing and fixing library string coercion (#183)
  • 6abcea8 Adding the Transformable Interface
  • 5b46646 Improve BackedEnum support
  • 0ecf7de Adding Domain label relationships methods
  • c19284f Simplify BackedEnum support
  • eab5111 Adding the FragmentDirective::toFragmentValue method
  • 1d6b0da Remove tap from Immutable objects
  • 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.7.0 to 7.8.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.7.0...7.8.0)

---
updated-dependencies:
- dependency-name: league/uri-components
  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 16, 2026
@github-actions github-actions bot enabled auto-merge (rebase) January 16, 2026 11:03
@github-actions github-actions bot merged commit 3820667 into main Jan 16, 2026
6 checks passed
@dependabot dependabot bot deleted the dependabot/composer/league/uri-components-7.8.0 branch January 16, 2026 11:03
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