Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented May 4, 2025

This PR contains the following updates:

Package Change Age Confidence
parse-url 5.0.710.0.3 age confidence

Release Notes

IonicaBizau/parse-url (parse-url)

v10.0.3

Compare Source

Improve docs, remove package-lock. Fixes #​97.

v10.0.2

Compare Source

v10.0.0

Compare Source

Upgrade dependencies and use parse-path builtin types

v9.2.0

Compare Source

9.0.2

v9.0.1

Compare Source

v9.0.0

Compare Source

Update GIT_RE regex to match on SSH urls with spaces in Project/Repo Names -- thanks @​monil-patel 🍰

v8.1.0

Compare Source

[email protected]
  • fix: cjs to load normalize-url /cc #​58
  • fix: Include index.d.ts in package.json /cc #​63
  • feat: support custom SSH username /cc #​60
  • feat: improve regex pattern /cc #​59

Thanks to @​privatenumber and @​briancoit for their contributions! 🍰

v8.0.0

Compare Source

parse-url 8.0.0

Breaking Changes

  • The resource property will not contain the port, but the host one will.
  • Throw an error if the input is invalid. Hence, file paths like /home/path/to/dir will only be valid if the file:// protocol is added (file://home/path/to/dir)
  • Throw an error if the input length exceeds the maximum length (parse.MAX_URL_LENGTH), by default 2048.

Fixes

Other changes

v7.0.2

Compare Source

Add the url in the error object, fixes #​14

v7.0.1

Compare Source

📝 docs

v7.0.0

Compare Source

parse-url 7.0.0

⭐ This is a major release of parse-url! ⭐

Breaking changes
  • If the input url has a trailing slash, the trailing slash will be added in the pathname too.
  • The port field is a string. By default empty.
  • Added the password field (default: "")
  • The resource may contain the port in it (e.g. resource: "domain.com:4200").
Features
  • Faster
  • More secure
  • Cleaner codebase

v6.0.3

Compare Source

v6.0.2

Compare Source

v6.0.1

Compare Source

v6.0.0

Compare Source

Major release to update normalize-url to the latest version.

Perhaps not compatible with Safari anymore unless normalize-url will release a patch.

Fixes #​19. 🎉

v5.0.8

Compare Source

Update dependencies


Configuration

📅 Schedule: Branch creation - "on the first day of the week" (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.

🔕 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 force-pushed the renovate/parse-url-10.x branch from f362662 to 0f590e0 Compare August 7, 2025 04:20
@renovate renovate bot force-pushed the renovate/parse-url-10.x branch from 0f590e0 to 3546473 Compare August 17, 2025 14:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants