-
Notifications
You must be signed in to change notification settings - Fork 416
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 and @types/qs in /web/web #6556
Merged
jerryshao
merged 1 commit into
main
from
dependabot/npm_and_yarn/web/web/multi-69aca920c7
Feb 28, 2025
Merged
build(deps): bump qs and @types/qs in /web/web #6556
jerryshao
merged 1 commit into
main
from
dependabot/npm_and_yarn/web/web/multi-69aca920c7
Feb 28, 2025
Conversation
This file contains 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
Bumps [qs](https://github.com/ljharb/qs) and [@types/qs](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/qs). These dependencies needed to be updated together. Updates `qs` from 6.12.2 to 6.14.0 - [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md) - [Commits](ljharb/qs@v6.12.2...v6.14.0) Updates `@types/qs` from 6.9.15 to 6.9.18 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/qs) --- updated-dependencies: - dependency-name: qs dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: "@types/qs" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
LauraXia123
approved these changes
Feb 28, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Abyss-lord
pushed a commit
to Abyss-lord/gravitino
that referenced
this pull request
Mar 2, 2025
Bumps [qs](https://github.com/ljharb/qs) and [@types/qs](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/qs). These dependencies needed to be updated together. Updates `qs` from 6.12.2 to 6.14.0 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/ljharb/qs/blob/main/CHANGELOG.md">qs's changelog</a>.</em></p> <blockquote> <h2><strong>6.14.0</strong></h2> <ul> <li>[New] <code>parse</code>: add <code>throwOnParameterLimitExceeded</code> option (<a href="https://redirect.github.com/ljharb/qs/issues/517">#517</a>)</li> <li>[Refactor] <code>parse</code>: use <code>utils.combine</code> more</li> <li>[patch] <code>parse</code>: add explicit <code>throwOnLimitExceeded</code> default</li> <li>[actions] use shared action; re-add finishers</li> <li>[meta] Fix changelog formatting bug</li> <li>[Deps] update <code>side-channel</code></li> <li>[Dev Deps] update <code>es-value-fixtures</code>, <code>has-bigints</code>, <code>has-proto</code>, <code>has-symbols</code></li> <li>[Tests] increase coverage</li> </ul> <h2><strong>6.13.1</strong></h2> <ul> <li>[Fix] <code>stringify</code>: avoid a crash when a <code>filter</code> key is <code>null</code></li> <li>[Fix] <code>utils.merge</code>: functions should not be stringified into keys</li> <li>[Fix] <code>parse</code>: avoid a crash with interpretNumericEntities: true, comma: true, and iso charset</li> <li>[Fix] <code>stringify</code>: ensure a non-string <code>filter</code> does not crash</li> <li>[Refactor] use <code>__proto__</code> syntax instead of <code>Object.create</code> for null objects</li> <li>[Refactor] misc cleanup</li> <li>[Tests] <code>utils.merge</code>: add some coverage</li> <li>[Tests] fix a test case</li> <li>[actions] split out node 10-20, and 20+</li> <li>[Dev Deps] update <code>es-value-fixtures</code>, <code>mock-property</code>, <code>object-inspect</code>, <code>tape</code></li> </ul> <h2><strong>6.13.0</strong></h2> <ul> <li>[New] <code>parse</code>: add <code>strictDepth</code> option (<a href="https://redirect.github.com/ljharb/qs/issues/511">#511</a>)</li> <li>[Tests] use <code>npm audit</code> instead of <code>aud</code></li> </ul> <h2><strong>6.12.3</strong></h2> <ul> <li>[Fix] <code>parse</code>: properly account for <code>strictNullHandling</code> when <code>allowEmptyArrays</code></li> <li>[meta] fix changelog indentation</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ljharb/qs/commit/32dcc637f90be175c0d4617b429263115a87e3a8"><code>32dcc63</code></a> v6.14.0</li> <li><a href="https://github.com/ljharb/qs/commit/4ec582b07a411f49b3192ea92562e2ad503a4dc0"><code>4ec582b</code></a> [Dev Deps] update <code>es-value-fixtures</code>, <code>has-bigints</code></li> <li><a href="https://github.com/ljharb/qs/commit/a240c52c7c48d3ead6bd77c5bc3b1275bab252fc"><code>a240c52</code></a> [Tests] increase coverage</li> <li><a href="https://github.com/ljharb/qs/commit/25956a73e8cf56d445b0972cc3d9d16eb0958435"><code>25956a7</code></a> [Refactor] <code>parse</code>: use <code>utils.combine</code> more</li> <li><a href="https://github.com/ljharb/qs/commit/b189ed49c8dfe5b41afe6cecabdaa562de56764b"><code>b189ed4</code></a> [patch] <code>parse</code>: add explicit <code>throwOnLimitExceeded</code> default</li> <li><a href="https://github.com/ljharb/qs/commit/1d590de5eb325a6ea332812b260c024e6a58ab8c"><code>1d590de</code></a> [actions] simplify finisher</li> <li><a href="https://github.com/ljharb/qs/commit/6cd60a59aae428123d45810996f4ac6b2c4e5c52"><code>6cd60a5</code></a> [actions] use shared action</li> <li><a href="https://github.com/ljharb/qs/commit/89edfd25f9598b5ccfe7eec9c4c184d5e8854ee2"><code>89edfd2</code></a> [Deps] update <code>side-channel</code></li> <li><a href="https://github.com/ljharb/qs/commit/e26e7a8946b507c9445e08de04ee1b95c8eb6693"><code>e26e7a8</code></a> [Dev Deps] update <code>has-proto</code>, <code>has-symbols</code></li> <li><a href="https://github.com/ljharb/qs/commit/51fdc98d72cbfb33f5bab9da1eb8d511b3160249"><code>51fdc98</code></a> [actions] re-add finishers</li> <li>Additional commits viewable in <a href="https://github.com/ljharb/qs/compare/v6.12.2...v6.14.0">compare view</a></li> </ul> </details> <br /> Updates `@types/qs` from 6.9.15 to 6.9.18 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/qs">compare view</a></li> </ul> </details> <br /> 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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
javascript
Pull requests that update Javascript code
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.
Bumps qs and @types/qs. These dependencies needed to be updated together.
Updates
qs
from 6.12.2 to 6.14.0Changelog
Sourced from qs's changelog.
Commits
32dcc63
v6.14.04ec582b
[Dev Deps] updatees-value-fixtures
,has-bigints
a240c52
[Tests] increase coverage25956a7
[Refactor]parse
: useutils.combine
moreb189ed4
[patch]parse
: add explicitthrowOnLimitExceeded
default1d590de
[actions] simplify finisher6cd60a5
[actions] use shared action89edfd2
[Deps] updateside-channel
e26e7a8
[Dev Deps] updatehas-proto
,has-symbols
51fdc98
[actions] re-add finishersUpdates
@types/qs
from 6.9.15 to 6.9.18Commits
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 show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@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)