-
Notifications
You must be signed in to change notification settings - Fork 122
fix(deps): update dependency qs to v6.14.0 #308
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
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/qs-6.x
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fe6daaf
to
2e87790
Compare
596b79f
to
6dfbe08
Compare
6fd61fc
to
917d750
Compare
917d750
to
1a23525
Compare
6874995
to
282ac72
Compare
282ac72
to
0922c78
Compare
e2f1027
to
98e6871
Compare
98e6871
to
c3227a4
Compare
ccdce7e
to
f1e7611
Compare
f1e7611
to
e5de50d
Compare
e5de50d
to
d7c6c51
Compare
d7c6c51
to
3b28488
Compare
d24986b
to
e4c8908
Compare
e4c8908
to
99623be
Compare
99623be
to
7fec428
Compare
7fec428
to
3e41ab0
Compare
3e41ab0
to
7dea788
Compare
3da5f10
to
63f01b1
Compare
8e3a0eb
to
50bd0d7
Compare
50bd0d7
to
f35ba6c
Compare
f35ba6c
to
7a68368
Compare
7a68368
to
6b8208e
Compare
6b8208e
to
f49514f
Compare
f49514f
to
02d1451
Compare
02d1451
to
0ee966a
Compare
0ee966a
to
fd8c48e
Compare
fd8c48e
to
18c7e89
Compare
18c7e89
to
f64e7c2
Compare
f64e7c2
to
5088087
Compare
5088087
to
2ac4f98
Compare
2ac4f98
to
91e5663
Compare
91e5663
to
b999a1c
Compare
b999a1c
to
2e1bb22
Compare
2e1bb22
to
8d24d2d
Compare
8d24d2d
to
2172b09
Compare
2172b09
to
fa10ae4
Compare
fa10ae4
to
f5e9ad5
Compare
f5e9ad5
to
e02b8ae
Compare
e02b8ae
to
b638cd9
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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:
6.5.1
->6.14.0
6.7.0
->6.14.0
Release Notes
ljharb/qs (qs)
v6.14.0
Compare Source
parse
: addthrowOnParameterLimitExceeded
option (#517)parse
: useutils.combine
moreparse
: add explicitthrowOnLimitExceeded
defaultside-channel
es-value-fixtures
,has-bigints
,has-proto
,has-symbols
v6.13.1
Compare Source
[Fix]
stringify
: avoid a crash when afilter
key isnull
[Fix]
utils.merge
: functions should not be stringified into keys[Fix]
parse
: avoid a crash with interpretNumericEntities: true, comma: true, and iso charset[Fix]
stringify
: ensure a non-stringfilter
does not crash[Refactor] use
__proto__
syntax instead ofObject.create
for null objects[Refactor] misc cleanup
[Tests]
utils.merge
: add some coverage[Tests] fix a test case
[actions] split out node 10-20, and 20+
[Dev Deps] update
es-value-fixtures
,mock-property
,object-inspect
,tape
v6.13.0
Compare Source
parse
: addstrictDepth
option (#511)npm audit
instead ofaud
v6.12.3
Compare Source
parse
: properly account forstrictNullHandling
whenallowEmptyArrays
v6.12.2
Compare Source
parse
: parse encoded square brackets (#506)v6.12.1
Compare Source
parse
: DisabledecodeDotInKeys
by default to restore previous behavior (#501)utils
: Optimize performance under large data volumes, reduce memory usage, and speed up processing (#502)utils
: use+=
v6.12.0
Compare Source
parse
/stringify
: adddecodeDotInKeys
/encodeDotKeys
options (#488)parse
: addduplicates
optionparse
/stringify
: addallowEmptyArrays
option to allow [] in object values (#487)parse
/stringify
: move allowDots config logic to its own variablestringify
: move option-handling code intonormalizeStringifyOptions
stringify
: clarify defaultarrayFormat
behaviorside-channel
sideEffects
flagparse
: remove useless tests; add coveragestringify
: increase coveragemock-property
stringify
: improve coverage@​ljharb/eslint-config
,aud
,has-override-mistake
,has-property-descriptors
,mock-property
,npmignore
,object-inspect
,tape
glob
, since v10.3.8+ requires a brokenjackspeak
jackspeak
since 2.1.2+ depends on npm aliases, which kill the install process in npm < 6v6.11.2
Compare Source
parse
: Fix parsing when the global Object prototype is frozen (#473)v6.11.1
Compare Source
stringify
: encode comma values more consistently (#463)filter
option for injecting custom serialization, i.e. of custom types (#447)@ljharb/eslint-config
,aud
,object-inspect
,tape
v6.11.0
Compare Source
stringify
: revert0e903c0
; addcommaRoundTrip
option (#442)v6.10.5
Compare Source
stringify
: witharrayFormat: comma
, properly include an explicit[]
on a single-item array (#434)v6.10.4
Compare Source
stringify
: witharrayFormat: comma
, include an explicit[]
on a single-item array (#441)npmignore
to autogenerate an npmignore fileeslint
,@ljharb/eslint-config
,aud
,has-symbol
,object-inspect
,tape
v6.10.3
Compare Source
parse
: ignore__proto__
keys (#428)stringify
: avoid relying on a globalundefined
(#427)eslint
,@ljharb/eslint-config
,object-inspect
,tape
v6.10.2
Compare Source
stringify
: actually fix cyclic references (#426)stringify
: avoid encoding arrayformat comma whenencodeValuesOnly = true
(#424)eslint
,@ljharb/eslint-config
,aud
,object-inspect
,safe-publish-latest
,tape
v6.10.1
Compare Source
stringify
: avoid exception on repeated object values (#402)v6.10.0
Compare Source
stringify
: throw on cycles, instead of an infinite loop (#395, #394, #393)parse
: addallowSparse
option for collapsing arrays with missing indices (#312)npm run dist
in publish, not installeslint
,@ljharb/eslint-config
,aud
,has-symbols
,tape
ljharb/actions/node/install
instead ofljharb/actions/node/run
v6.9.7
Compare Source
parse
: ignore__proto__
keys (#428)stringify
: avoid encoding arrayformat comma whenencodeValuesOnly = true
(#424)stringify
: avoid relying on a globalundefined
(#427)v6.9.6
Compare Source
dist
dir; mistakenly removed ind4f6c32
v6.9.5
Compare Source
stringify
: do not encode parens for RFC1738stringify
: fix arrayFormat comma with empty array/objects (#350)format
: removeutil.assign
callpull_request_target
eventstringify
: add tests for #378nyc
on all tests; usetape
runnereslint
,@ljharb/eslint-config
,browserify
,mkdirp
,object-inspect
,tape
; addaud
v6.9.4
Compare Source
stringify
: whenarrayFormat
iscomma
, respectserializeDate
(#364)stringify
: reduce branching (part of #350)maybeMap
toutils
browserify
,tape
v6.9.3
Compare Source
v6.9.2
Compare Source
parse
: Fix parsing array from object withcomma
true (#359)parse
: throw a TypeError instead of an Error for bad charset (#349)eslint
,@ljharb/eslint-config
,object-inspect
,has-symbols
,tape
,mkdirp
,iconv-lite
v6.9.1
Compare Source
parse
: with comma true, handle field that holds an array of arrays (#335)parse
: with comma true, do not split non-string values (#334)funding
fieldeslint
,@ljharb/eslint-config
v6.9.0
Compare Source
parse
/stringify
: Pass extra key/value argument todecoder
(#333)eslint
,@ljharb/eslint-config
,evalmd
parse
: add passingarrayFormat
testsposttest
usingnpx aud
to runnpm audit
without a lockfilenode
v12.10
,v11.15
,v10.16
,v8.16
Buffer.from
in node v5.0-v5.9 and v4.0-v4.4 requires a TypedArrayv6.8.3
Compare Source
parse
: ignore__proto__
keys (#428)stringify
: avoid relying on a globalundefined
(#427)stringify
: avoid encoding arrayformat comma whenencodeValuesOnly = true
(#424)stringify
: reduce branchingv6.8.2
Compare Source
v6.8.1
Compare Source
parse
: Fix parsing array from object withcomma
true (#359)parse
: throw a TypeError instead of an Error for bad charset (#349)parse
: with comma true, handle field that holds an array of arrays (#335)parse
: with comma true, do not split non-string values (#334)funding
fieldeslint
,@ljharb/eslint-config
,tape
,safe-publish-latest
,evalmd
,has-symbols
,iconv-lite
,mkdirp
,object-inspect
parse
: add passingarrayFormat
testsBuffer.from
in node v5.0-v5.9 and v4.0-v4.4 requires a TypedArrayv6.8.0
Compare Source
depth=false
to preserve the original key; [Fix]depth=0
should preserve the original key (#326)formats
: tiny bit of cleanup.eslint
,@ljharb/eslint-config
,browserify
,safe-publish-latest
,iconv-lite
,tape
depth=0
anddepth=false
behavior, both current and intuitive/intended (#326)eclint
instead ofeditorconfig-tools
v6.7.3
Compare Source
parse
: ignore__proto__
keys (#428)stringify
: avoid encoding arrayformat comma whenencodeValuesOnly = true
(#424)stringify
: avoid relying on a globalundefined
(#427)nyc
for coveragev6.7.2
Compare Source
v6.7.1
Compare Source
parse
: Fix parsing array from object withcomma
true (#359)parse
: with comma true, handle field that holds an array of arrays (#335)parse
: with comma true, do not split non-string values (#334)parse
: throw a TypeError instead of an Error for bad charset (#349)formats
: tiny bit of cleanup.funding
fieldeslint
,@ljharb/eslint-config
,tape
,safe-publish-latest
,evalmd
,iconv-lite
,mkdirp
,object-inspect
,browserify
parse
: add passingarrayFormat
testsBuffer.from
in node v5.0-v5.9 and v4.0-v4.4 requires a TypedArraydepth=0
anddepth=false
behavior, both current and intuitive/intendedeclint
instead ofeditorconfig-tools
v6.7.0
Compare Source
stringify
/parse
: addcomma
as anarrayFormat
option (#276, #219)utils.merge
: avoid a crash with a null target and a truthy non-array source, also with an array sourcestringify
: cacheObject.prototype.hasOwnProperty
utils
:isBuffer
: small tweak; add testsArray.isArray
parse
/stringify
: make a function to normalize the optionsutils
: reduce observable [[Get]]sstringify
/utils
: cacheArray.isArray
String(x)
overx.toString()
v6.6.1
Compare Source
parse
: ignore__proto__
keys (#428)utils.merge
: avoid a crash with a null target and an array sourceutils.merge
: avoid a crash with a null target and a truthy non-array sourcestringify
: avoid relying on a globalundefined
(#427)stringify
: cacheObject.prototype.hasOwnProperty
formats
: tiny bit of cleanup.utils
:isBuffer
: small tweak; add testsstringify
/utils
: cacheArray.isArray
utils
: reduce observable [[Get]]sArray.isArray
parse
/stringify
: make a function to normalize the optionsString(x)
overx.toString()
v6.6.0
Compare Source
utils
function (#189)stringify
: fix a crash withstrictNullHandling
and a customfilter
/serializeDate
(#279)parseArrays
is false, properly handle keys ending in[]
(#260)stringify
: do not crash in an obscure combo ofinterpretNumericEntities
, a bad customdecoder
, &iso-8859-1
utils
:merge
: fix crash whensource
is a truthy primitive & no options are providedstringify
: Avoid arr = arr.concat(...), push to the existing instance (#269)parse
: only need to reassign the var onceparse
/stringify
: clean upcharset
options checking; fix defaultsparse
: one lessconcat
callutils
:compactQueue
: make it explicitly side-effectingbrowserify
,eslint
,@ljharb/eslint-config
,iconv-lite
,safe-publish-latest
,tape
node
v10.10
,v9.11
,v8.12
,v6.14
,v4.9
; pin included builds to LTSv6.5.3
Compare Source
parse
: ignore__proto__
keys (#428)utils.merge
: avoid a crash with a null target and a truthy non-array sourcestringify
: fix a crash withstrictNullHandling
and a customfilter
/serializeDate
(#279)utils
:merge
: fix crash whensource
is a truthy primitive & no options are providedparseArrays
is false, properly handle keys ending in[]
utils.merge
: avoid a crash with a null target and an array sourceutils
: reduce observable [[Get]]sArray.isArray
stringify
: Avoid arr = arr.concat(...), push to the existing instance (#269)parse
: only need to reassign the var oncestringify
: avoid relying on a globalundefined
(#427)String(x)
overx.toString()
v6.5.2
Compare Source
safer-buffer
instead ofBuffer
constructormodule.exports
one thing, instead of mutatingexports
(#230)browserify
,eslint
,iconv-lite
,safer-buffer
,tape
,browserify
Configuration
📅 Schedule: Branch creation - "after 4pm on friday,before 9am on monday,every weekend" in timezone Europe/Paris, 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 these updates again.
This PR was generated by Mend Renovate. View the repository job log.