dalen / puppetexplorer

Puppet web interface written in CoffeeScript using AngularJS
demo.puppetexplorer.io
Other
413 stars 43 forks source link

Bump qs from 6.5.2 to 6.6.0 #563

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps qs from 6.5.2 to 6.6.0.

Changelog *Sourced from [qs's changelog](https://github.com/ljharb/qs/blob/master/CHANGELOG.md).* > ## **6.6.0** > - [New] Add support for iso-8859-1, utf8 "sentinel" and numeric entities ([#268](https://github-redirect.dependabot.com/ljharb/qs/issues/268)) > - [New] move two-value combine to a `utils` function ([#189](https://github-redirect.dependabot.com/ljharb/qs/issues/189)) > - [Fix] `stringify`: fix a crash with `strictNullHandling` and a custom `filter`/`serializeDate` ([#279](https://github-redirect.dependabot.com/ljharb/qs/issues/279)) > - [Fix] when `parseArrays` is false, properly handle keys ending in `[]` ([#260](https://github-redirect.dependabot.com/ljharb/qs/issues/260)) > - [Fix] `stringify`: do not crash in an obscure combo of `interpretNumericEntities`, a bad custom `decoder`, & `iso-8859-1` > - [Fix] `utils`: `merge`: fix crash when `source` is a truthy primitive & no options are provided > - [refactor] `stringify`: Avoid arr = arr.concat(...), push to the existing instance ([#269](https://github-redirect.dependabot.com/ljharb/qs/issues/269)) > - [Refactor] `parse`: only need to reassign the var once > - [Refactor] `parse`/`stringify`: clean up `charset` options checking; fix defaults > - [Refactor] add missing defaults > - [Refactor] `parse`: one less `concat` call > - [Refactor] `utils`: `compactQueue`: make it explicitly side-effecting > - [Dev Deps] update `browserify`, `eslint`, `@ljharb/eslint-config`, `iconv-lite`, `safe-publish-latest`, `tape` > - [Tests] up to `node` `v10.10`, `v9.11`, `v8.12`, `v6.14`, `v4.9`; pin included builds to LTS
Commits - [`34af57e`](https://github.com/ljharb/qs/commit/34af57edde61639054ea7b38fdfce050cffdab29) v6.6.0 - [`8a8028e`](https://github.com/ljharb/qs/commit/8a8028ee7723e498fa1066a49753d099c7052de3) [Dev Deps] update `browserify`, `eslint` - [`0a2d26f`](https://github.com/ljharb/qs/commit/0a2d26fe31ade38697c27299ad52885c617bba28) [New] move two-value combine to a `utils` function - [`b853cb8`](https://github.com/ljharb/qs/commit/b853cb86300d0402856fde20ac8f595b81dc430f) [refactor] `stringify`: Avoid arr = arr.concat(...), push to the existing ins... - [`98126ef`](https://github.com/ljharb/qs/commit/98126ef02b76dbdd1905d210c71d39a049809327) [Fix] `stringify`: fix a crash with `strictNullHandling` and a custom `filter... - [`58d9b3e`](https://github.com/ljharb/qs/commit/58d9b3e42fd259db666799f3793621b50a3a5abf) [Tests] temporarily allow node 0.6 to fail - [`ca259b3`](https://github.com/ljharb/qs/commit/ca259b3c353b44ac3710902bbb5b4aaec8c6f7ed) [Tests] up to `node` `v11.2`, `v10.13`, `v8.13` - [`97ad647`](https://github.com/ljharb/qs/commit/97ad64721009555f83d093172199a3c482e3a958) [Dev Deps] update `eslint` - [`0da164d`](https://github.com/ljharb/qs/commit/0da164dea8be8aa41c582a69bcfa54e5bef77a6a) [Fix] `utils`: `merge`: fix crash when `source` is a truthy primitive & no op... - [`ac6d4ce`](https://github.com/ljharb/qs/commit/ac6d4ce2b100528daf5ea9cc4fa13beed025cd94) [Fix] `stringify`: do not crash when the following criteria are met: - Additional commits viewable in [compare view](https://github.com/ljharb/qs/compare/v6.5.2...v6.6.0)


Dependabot compatibility score

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 will not automatically merge this PR because it includes a minor update to a production dependency.


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 cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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 - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.
dependabot-preview[bot] commented 5 years ago

Superseded by #585.