fix(deps): update all non-major dependencies (minor) #147
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
7.4.1
->7.5.1
7.4.1
->7.5.0
Release Notes
thephpleague/uri (league/uri)
v7.5.1
: version 7.5.1Compare Source
Full Changelog:
thephpleague/uri-interfaces (league/uri-interfaces)
v7.5.0
Compare Source
Added
UriInterface::toComponents
returns an associative array containing all URI components values.UriInterface::getUsername
returns the encoded user component of the URI.UriInterface::getPassword
returns the encoded scheme-specific information about how to gain authorization to access the resource.Uri\IPv6\Converter
allows expanding and compressing IPv6.Uri\IPv4\Converter::toIPv6Using6to4
allows converting an IPv4 into an IPv6 host using the 6to4 notation.Uri\IPv4\Converter::toIPv6UsingMapping
allows mapping an IPv4 address into an IPv6 one.Deprecated
attribute to signal deprecated public API methods and constants.Fixed
UriString
Uri\UriString::parseAuthority
acceptsStringable
object as valid inputUri\IPv4\Converter::toDecimal
also handles 6to4 and IPv4 mapped address algorithm.Uri\QueryString::extract
andQueryString::convert
stop parsing too early issue #146Deprecated
UriInterface::getComponents
useUriInterface::toComponents
Removed
Configuration
📅 Schedule: Branch creation - "* * * * 0,6" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.