Skip to content
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

Build(deps): Bump qs from 6.7.0 to 6.7.3 #1040

Merged
merged 2 commits into from
Sep 7, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 8, 2022

Bumps qs from 6.7.0 to 6.7.3.

Changelog

Sourced from qs's changelog.

6.7.3

  • [Fix] parse: ignore __proto__ keys (#428)
  • [Fix] stringify: avoid encoding arrayformat comma when encodeValuesOnly = true (#424)
  • [Robustness] stringify: avoid relying on a global undefined (#427)
  • [readme] remove travis badge; add github actions/codecov badges; update URLs
  • [Docs] add note and links for coercing primitive values (#408)
  • [meta] fix README.md (#399)
  • [meta] do not publish workflow files
  • [actions] backport actions from main
  • [Dev Deps] backport updates from main
  • [Tests] use nyc for coverage
  • [Tests] clean up stringify tests slightly

6.7.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.7.1

  • [Fix] parse: Fix parsing array from object with comma true (#359)
  • [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)
  • [Fix] parse: throw a TypeError instead of an Error for bad charset (#349)
  • [Fix] fix for an impossible situation: when the formatter is called with a non-string value
  • [Refactor] formats: tiny bit of cleanup.
  • readme: add security note
  • [meta] add tidelift marketing copy
  • [meta] add funding field
  • [meta] add FUNDING.yml
  • [meta] Clean up license text so it’s properly detected as BSD-3-Clause
  • [Dev Deps] update eslint, @ljharb/eslint-config, tape, safe-publish-latest, evalmd, iconv-lite, mkdirp, object-inspect, browserify
  • [Tests] parse: add passing arrayFormat tests
  • [Tests] use shared travis-ci configs
  • [Tests] Buffer.from in node v5.0-v5.9 and v4.0-v4.4 requires a TypedArray
  • [Tests] add tests for depth=0 and depth=false behavior, both current and intuitive/intended
  • [Tests] use eclint instead of editorconfig-tools
  • [actions] add automatic rebasing / merge commit blocking
Commits
  • 834389a v6.7.3
  • 45143b6 [Tests] use nyc for coverage
  • 5d55ddc [meta] do not publish workflow files
  • f945393 [Fix] parse: ignore __proto__ keys (#428)
  • a8d5286 [Robustness] stringify: avoid relying on a global undefined (#427)
  • 04eac8d [Fix] stringify: avoid encoding arrayformat comma when `encodeValuesOnly = ...
  • 9dab77e [readme] remove travis badge; add github actions/codecov badges; update URLs
  • b9a039d [Tests] clean up stringify tests slightly
  • 29c8f3c [Docs] add note and links for coercing primitive values (#408)
  • c87c8c9 [meta] fix README.md (#399)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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.

> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 8, 2022
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/qs-6.7.3 branch from b1a0d68 to 0a60eb2 Compare December 14, 2022 11:40
@mark86092 mark86092 changed the base branch from dev to master January 7, 2023 04:20
@mark86092 mark86092 changed the base branch from master to dev January 7, 2023 04:21
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/qs-6.7.3 branch from 0a60eb2 to 977a212 Compare January 7, 2023 04:30
@dependabot dependabot bot changed the base branch from dev to master June 27, 2023 12:39
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/qs-6.7.3 branch from 977a212 to b8f98df Compare June 27, 2023 12:39
@mark86092
Copy link
Contributor

@dependabot rebase

Bumps [qs](https://github.com/ljharb/qs) from 6.7.0 to 6.7.3.
- [Release notes](https://github.com/ljharb/qs/releases)
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
- [Commits](ljharb/qs@v6.7.0...v6.7.3)

---
updated-dependencies:
- dependency-name: qs
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/qs-6.7.3 branch from b8f98df to ef93542 Compare September 7, 2023 00:33
@mark86092 mark86092 merged commit f91d98d into master Sep 7, 2023
@mark86092 mark86092 deleted the dependabot/npm_and_yarn/qs-6.7.3 branch September 7, 2023 02:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant