spinal
spinal copied to clipboard
Bump qs from 4.0.0 to 6.9.3
Bumps qs from 4.0.0 to 6.9.3.
Changelog
Sourced from qs's changelog.
6.9.3
- [Fix] proper comma parsing of URL-encoded commas (#361)
- [Fix] parses comma delimited array while having percent-encoded comma treated as normal text (#336)
6.9.2
- [Fix]
parse
: Fix parsing array from object withcomma
true (#359)- [Fix]
parse
: throw a TypeError instead of an Error for bad charset (#349)- [meta] ignore eclint transitive audit warning
- [meta] fix indentation in package.json
- [meta] add tidelift marketing copy
- [Dev Deps] update
eslint
,@ljharb/eslint-config
,object-inspect
,has-symbols
,tape
,mkdirp
,iconv-lite
- [actions] add automatic rebasing / merge commit blocking
6.9.1
- [Fix]
parse
: with comma true, handle field that holds an array of arrays (#335)- [Fix]
parse
: with comma true, do not split non-string values (#334)- [meta] add
funding
field- [Dev Deps] update
eslint
,@ljharb/eslint-config
- [Tests] use shared travis-ci config
6.9.0
- [New]
parse
/stringify
: Pass extra key/value argument todecoder
(#333)- [Dev Deps] update
eslint
,@ljharb/eslint-config
,evalmd
- [Tests]
parse
: add passingarrayFormat
tests- [Tests] add
posttest
usingnpx aud
to runnpm audit
without a lockfile- [Tests] up to
node
v12.10
,v11.15
,v10.16
,v8.16
- [Tests]
Buffer.from
in node v5.0-v5.9 and v4.0-v4.4 requires a TypedArray6.8.2
- [Fix] proper comma parsing of URL-encoded commas (#361)
- [Fix] parses comma delimited array while having percent-encoded comma treated as normal text (#336)
6.8.1
- [Fix]
parse
: Fix parsing array from object withcomma
true (#359)- [Fix]
parse
: throw a TypeError instead of an Error for bad charset (#349)- [Fix]
parse
: with comma true, handle field that holds an array of arrays (#335)- [fix]
parse
: with comma true, do not split non-string values (#334)- [meta] add tidelift marketing copy
- [meta] add
funding
field- [Dev Deps] update
eslint
,@ljharb/eslint-config
,tape
,safe-publish-latest
,evalmd
,has-symbols
,iconv-lite
,mkdirp
,object-inspect
- [Tests]
parse
: add passingarrayFormat
tests- [Tests] use shared travis-ci configs
- [Tests]
Buffer.from
in node v5.0-v5.9 and v4.0-v4.4 requires a TypedArray- [actions] add automatic rebasing / merge commit blocking
6.8.0
... (truncated)
- [New] add
depth=false
to preserve the original key; [Fix]depth=0
should preserve the original key (#326)- [New] [Fix] stringify symbols and bigints
- [Fix] ensure node 0.12 can stringify Symbols
- [Fix] fix for an impossible situation: when the formatter is called with a non-string value
Commits
511e1c9
v6.9.38d1dea2
Merge changelogs from v6.7.2, v6.8.2808b0b2
v6.8.2bf93c57
v6.7.2bf0ea91
[Fix] proper comma parsing of URL-encoded commas0ece6d8
[Fix] proper comma parsing of URL-encoded commas (#361)74fcd83
[Fix] proper comma parsing of URL-encoded commas (#361)cd9a3cd
[Fix] parses comma delimited array while having percent-encoded comma treated...37f6a6b
Merge changelogs from v6.7.1, v6.8.192f97f2
v6.7.1- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by ljharb, a new releaser for qs since your current version.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) -
@dependabot use these labels
will set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestone
will set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.