chore(deps): update dependency lambdaisland:uri to v1.19.155 #76
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:
1.4.70
->1.19.155
Release Notes
lambdaisland/uri (lambdaisland:uri)
v1.19.155
Compare Source
Added
v1.18.150
Compare Source
Changed
query-map
/query-string->map
: when called with an:into
collection, andno query params are present, then return the
:into
collection, rather thannil
. If no explicit:into
collection is provided, then retain the existingbehavior of returning
nil
on blank input.v1.17.141
Compare Source
Added
query-string->seq
,seq->query-string
.Changed
query-map
/query-string->map
: return:into
value on blank inputv1.16.134
Compare Source
Fixed
=
charactersv1.15.125
Compare Source
Added
:into
option to define customclojure.lang.IPersistentMap
target data structure forlambdaisland.uri/query-string->map
v1.14.120
Compare Source
Fixed
path section (CVE-2023-28628, with thanks to @luigigubello for the report)
v1.13.95
Compare Source
Fixed
normalize/char-seq
for really large query parametervalues
v1.12.89
Compare Source
Changed
toString
on Babashka (requires recentbb
)v1.11.86
Compare Source
Fixed
lambdaisland.uri.normalize/normalize-query
which didnot take into account utf-16 encoding.
v1.10.79
Compare Source
Changed
lambdaisland.uri.normalize/normalize
now also normalizes the fragment.v1.4.74
Compare Source
Added
uri-str
as an explicitlambdaisland.uri.URI
to string conversionFixed
implement IFn or toString, so converting a
URI
back to a string needs to bedone explicitly with
uri-str
, and it is not possible to use a URI as afunction. (
(:path uri)
is ok,(uri :path)
is not).Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.