Skip to content
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

fix(deps): update dependency normalize-url to v8 #59

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 20, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
normalize-url ^4.0.0 -> ^8.0.0 age adoption passing confidence

Release Notes

sindresorhus/normalize-url (normalize-url)

v8.0.0

Compare Source

Breaking
  • Require Node.js 14 52f2290
  • Ignore URLs with custom protocols and just pass them through (#​178) 882cb84
  • ftp protocol is no longer normalized. It's just passed through.
  • Human-friendly URLs with basic auth is no longer handled as it conflicts with custom protocols
    • Example: user:password@sindresorhus.com
Improvements
  • Make defaultProtocol option accept protocol without colon c7fd781
    • You can still pass in a protocol with colon. However, if you use TypeScript, it enforces it without.

v7.2.0

Compare Source

v7.1.0

Compare Source

v7.0.3

Compare Source

  • Fix encoding consistency with sorted and non-sorted URL parameters (#​158) c42f53b

v7.0.2

Compare Source

  • Fix the removeDirectoryIndex option TypeScript type 4d35ea1

v7.0.1

Compare Source

v7.0.0

Compare Source

Breaking

v6.1.0

Compare Source

  • Accept a boolean for the removeQueryParameters option (#​136) 6216336

v6.0.1

Compare Source

Also fixed for v5 in 5.3.1 and for v4 in 4.5.1. Versions below 4.3.0 are not affected by this.

v6.0.0

Compare Source

Breaking
  • Add stripTextFragment option (#​130) 01a4a91
    It should not affect most use-cases, but it is turned on by default and it does change the URL slightly, so it's marked as breaking just to be safe.

v5.3.1

Compare Source

v5.3.0

Compare Source

v5.2.1

Compare Source

v5.2.0

Compare Source

v5.1.0

Compare Source

v5.0.0

Compare Source

Note that if you're using normalize-url in the browser, you should probably stay on v4 as this version uses newer syntax not available in all browsers.

Breaking
Breaking for TypeScript users
  • Only use a CommonJS export for the TypeScript definition
    You need to change import normalizeUrl from 'normalize-url'; to import normalizeUrl = require('normalize-url');
Fixes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 has been generated by Mend Renovate. View repository job log here.

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.

None yet

0 participants