Update dependency qs to v6.11.0 - autoclosed
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
qs | dependencies | minor | ^6.8.0 -> 6.11.0 |
Release Notes
ljharb/qs
v6.11.0
v6.10.5
- [Fix]
stringify
: witharrayFormat: comma
, properly include an explicit[]
on a single-item array (#434)
v6.10.4
- [Fix]
stringify
: witharrayFormat: comma
, include an explicit[]
on a single-item array (#441) - [meta] use
npmignore
to autogenerate an npmignore file - [Dev Deps] update
eslint
,@ljharb/eslint-config
,aud
,has-symbol
,object-inspect
,tape
v6.10.3
- [Fix]
parse
: ignore__proto__
keys (#428) - [Robustness]
stringify
: avoid relying on a globalundefined
(#427) - [actions] reuse common workflows
- [Dev Deps] update
eslint
,@ljharb/eslint-config
,object-inspect
,tape
v6.10.2
- [Fix]
stringify
: actually fix cyclic references (#426) - [Fix]
stringify
: avoid encoding arrayformat comma whenencodeValuesOnly = true
(#424) - [readme] remove travis badge; add github actions/codecov badges; update URLs
- [Docs] add note and links for coercing primitive values (#408)
- [actions] update codecov uploader
- [actions] update workflows
- [Tests] clean up stringify tests slightly
- [Dev Deps] update
eslint
,@ljharb/eslint-config
,aud
,object-inspect
,safe-publish-latest
,tape
v6.10.1
- [Fix]
stringify
: avoid exception on repeated object values (#402)
v6.10.0
- [New]
stringify
: throw on cycles, instead of an infinite loop (#395, #394, #393) - [New]
parse
: addallowSparse
option for collapsing arrays with missing indices (#312) - [meta] fix README.md (#399)
- [meta] only run
npm run dist
in publish, not install - [Dev Deps] update
eslint
,@ljharb/eslint-config
,aud
,has-symbols
,tape
- [Tests] fix tests on node v0.6
- [Tests] use
ljharb/actions/node/install
instead ofljharb/actions/node/run
- [Tests] Revert "[meta] ignore eclint transitive audit warning"
v6.9.7
- [Fix]
parse
: ignore__proto__
keys (#428) - [Fix]
stringify
: avoid encoding arrayformat comma whenencodeValuesOnly = true
(#424) - [Robustness]
stringify
: avoid relying on a globalundefined
(#427) - [readme] remove travis badge; add github actions/codecov badges; update URLs
- [Docs] add note and links for coercing primitive values (#408)
- [Tests] clean up stringify tests slightly
- [meta] fix README.md (#399)
- Revert "[meta] ignore eclint transitive audit warning"
- [actions] backport actions from main
- [Dev Deps] backport updates from main
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.
Edited by Renovate Bot