Skip to content

chore(deps): update dependency lambdaisland:uri to v1.19.155 #76

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Aug 1, 2025

This PR contains the following updates:

Package Type Update Change
lambdaisland:uri dependencies minor 1.4.70 -> 1.19.155

Release Notes

lambdaisland/uri (lambdaisland:uri)

v1.19.155

Compare Source

Added

  • Support ipv6 literals

v1.18.150

Compare Source

Changed

  • query-map / query-string->map: when called with an :into collection, and
    no query params are present, then return the :into collection, rather than
    nil. If no explicit :into collection is provided, then retain the existing
    behavior of returning nil on blank input.

v1.17.141

Compare Source

Added

  • Added functions for dealing with query strings as positional collections:
    query-string->seq, seq->query-string.

Changed

  • query-map/query-string->map : return :into value on blank input

v1.16.134

Compare Source

Fixed

  • Do not truncate value of a query parameter pair when contains nested = characters

v1.15.125

Compare Source

Added

  • Adds :into option to define custom clojure.lang.IPersistentMap target data structure for lambdaisland.uri/query-string->map

v1.14.120

Compare Source

Fixed

  • Treat a backslash in the authority section as a delimiter which starts the
    path section (CVE-2023-28628, with thanks to @​luigigubello for the report)

v1.13.95

Compare Source

Fixed

  • Fix a stack overflow in normalize/char-seq for really large query parameter
    values

v1.12.89

Compare Source

Changed

  • Support toString on Babashka (requires recent bb)

v1.11.86

Compare Source

Fixed

  • Fixed an issue in lambdaisland.uri.normalize/normalize-query which did
    not 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 explicit lambdaisland.uri.URI to string conversion

Fixed

  • Fixed compatibility with Babashka/SCI. Note that on babashka we can't
    implement IFn or toString, so converting a URI back to a string needs to be
    done explicitly with uri-str, and it is not possible to use a URI as a
    function. ((: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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added dependencies Pull requests that update a dependency file renovate labels Aug 1, 2025
@renovate renovate bot enabled auto-merge (squash) August 1, 2025 11:09
@renovate renovate bot added dependencies Pull requests that update a dependency file renovate labels Aug 1, 2025
@renovate renovate bot force-pushed the renovate/lambdaisland-uri-1.x branch from 0893755 to 2f49de1 Compare August 19, 2025 08:39
@renovate renovate bot changed the title Update dependency lambdaisland:uri to v1.19.155 chore(deps): update dependency lambdaisland:uri to v1.19.155 Aug 19, 2025
@renovate renovate bot force-pushed the renovate/lambdaisland-uri-1.x branch 3 times, most recently from d9683a1 to 6873226 Compare August 20, 2025 14:05
@renovate renovate bot force-pushed the renovate/lambdaisland-uri-1.x branch from 6873226 to 0f41ead Compare August 21, 2025 14: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 renovate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants