Update dependency normalize-url to v8 #9167
Open
+5
−40
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:
^2.0.0
->^8.0.0
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
sindresorhus/normalize-url (normalize-url)
v8.0.1
Compare Source
dec5dc6
v8.0.0
Compare Source
Breaking
52f2290
882cb84
https
,http
,file
,data
.ftp
protocol is no longer normalized. It's just passed through.user:[email protected]
Improvements
defaultProtocol
option accept protocol without colonc7fd781
v7.2.0
Compare Source
removeExplicitPort
option (#174)192223b
v7.1.0
Compare Source
keepQueryParameters
option (#173)6e24307
v7.0.3
Compare Source
c42f53b
v7.0.2
Compare Source
removeDirectoryIndex
option TypeScript type4d35ea1
v7.0.1
Compare Source
d51cb50
v7.0.0
Compare Source
Breaking
9a44d07
v6.1.0
Compare Source
removeQueryParameters
option (#136)6216336
v6.0.1
Compare Source
b1fdb51
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
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
view-source:
input (#124)ddf2584
v5.2.1
Compare Source
removeSingleSlash
option adding slashes (#122)1e06753
v5.2.0
Compare Source
removeSingleSlash
option (#120)18effbe
v5.1.0
Compare Source
stripWWW
logic (#117)0ee9d94
14b79c6
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
7b4ad64
Breaking for TypeScript users
You need to change
import normalizeUrl from 'normalize-url';
toimport normalizeUrl = require('normalize-url');
Fixes
062b426
v4.5.1
Compare Source
v4.5.0
Compare Source
308909b
v4.4.1
Compare Source
fb92bcb
v4.4.0
Compare Source
7df5aff
v4.3.0
Compare Source
566d22f
v4.2.0
Compare Source
35ce2d4
v4.1.0
Compare Source
a76edbd
191ad4b
v4.0.0
Compare Source
Breaking:
ee7e2c5
stripHash
optionfalse
by default211322b
f066795
stripAuthentication
option that is enabled by defaultf0f3e81
Other:
stripProtocol
option211322b
v3.3.0
Compare Source
v3.2.0
Compare Source
v3.1.0
Compare Source
v3.0.1
Compare Source
v3.0.0
Compare Source
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.
This PR was generated by Mend Renovate. View the repository job log.