Update dependency query-string to v8 #109
Closed
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:
^5.0.0
->^8.0.0
Release Notes
sindresorhus/query-string (query-string)
v8.1.0
Compare Source
20cc109
v8.0.3
Compare Source
7bba5bb
v8.0.2
Compare Source
81f78e6
v8.0.1
Compare Source
76f8fc5
v8.0.0
Compare Source
Breaking
c2ab7cd
"module": "node16", "moduleResolution": "node16"
to your tsconfig.json. (Example)Fixes
fragmentIdentifier
(#355)16a7b8f
v7.1.3
Compare Source
e60e797
v7.1.2
Compare Source
d2c3596
v7.1.1
Compare Source
ParsedQuery
type to allow null in array (#338)5331579
v7.1.0
Compare Source
:list
marker (#335)6d220e6
v7.0.1
Compare Source
.pick
and.exclude
(#320)fd3e779
v7.0.0
Compare Source
Breaking
828f032
.stringify()
forcomma
andseparator
array modes given thatskipNull
andskipEmptyString
are default false but the original functionality of.stringify()
for these 2 modes behaved as thoughskipNull
andskipEmptyString
were true.Improvements
arrayFormat: &#​39;bracket-separator&#​39;
(#276)b10bc19
v6.14.1
Compare Source
stringifyUrl()
a6d4a3f
v6.14.0
Compare Source
.pick()
and.exclude()
(#282)6ed5cb3
667c9e9
v6.13.8
Compare Source
94ebcd4
v6.13.7
Compare Source
Stringifiable[]
inStringifiableRecord
(#291)71d84b7
v6.13.6
Compare Source
b38f06c
v6.13.5
Compare Source
null
andundefined
inStringifiable
TypeScript type (#281)df4cbb3
v6.13.4
Compare Source
.stringify()
and.stringifyUrl()
(#279)38906bc
v6.13.3
Compare Source
.stringifyUrl()
methodb15f945
v6.13.2
Compare Source
ParsedQuery
TypeScript type56d2923
v6.13.1
Compare Source
sort
option is false (#265)549d677
v6.13.0
Compare Source
ce06095
v6.12.1
Compare Source
arrayFormat
option set toseparator
(#243)3b4c295
v6.12.0
Compare Source
skipEmptyString
option (#252)20233a6
v6.11.1
Compare Source
arrayFormatSeparator
TypeScript type (#245)338072a
v6.11.0
Compare Source
7712622
arrayFormat: 'comma'
(#236)a1d108f
v6.10.1
Compare Source
b3179c4
v6.10.0
Compare Source
.stringifyUrl()
method (#217)1604958
v6.9.0
Compare Source
null
in.stringify()
(#215)20d8069
+
to space whendecode
is true (#214)e20ab65
v6.8.3
Compare Source
parseNumbers
andparseBooleans
options work witharrayFormat
(#202)d2451aa
v6.8.2
Compare Source
parseNumber: true
(#195)504c29b
v6.8.1
Compare Source
parseNumbers
andparseBooleans
options together (#187)90eb40e
v6.8.0
Compare Source
Enhancements:
parseBooleans
option to.parse()
(#183)f958329
Fixes:
cba4c93
v6.7.0
Compare Source
parseNumbers
option to.parse()
(#171)f7be831
v6.6.0
Compare Source
Enhancements:
sort
option to.parse()
(#177)b75ca4a
Fixes:
13e22d7
v6.5.0
Compare Source
317cb36
.extract()
(#174)64a30da
v6.4.2
Compare Source
=
(#169)78e321c
v6.4.0
Compare Source
comma
format to thearrayFormat
option (#167)b22c2af
ParsedQuery
TypeScript type (#170)49d2203
v6.3.0
Compare Source
2c2e77a
v6.2.0
Compare Source
parseUrl()
. sindresorhus/query-string@5b4ce87{sort: false}
. sindresorhus/query-string@b20493ev6.1.0
Compare Source
decode
option to.parse()
. sindresorhus/query-string@3fd6fd9.stringify()
for bracket mode with arrays containing null. sindresorhus/query-string@e5a6c1fv6.0.0
Compare Source
We now target Node.js 6 or later and the latest version of Chrome, Firefox, and Safari. If you want support for older browsers, use version 5:
npm install query-string@5
. Same goes for Create React App v1 users (v2 works though), since it doesn't transpilenode_modules
.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 has been generated by Mend Renovate. View repository job log here.