Skip to content

Commit

Permalink
Bump qs from 6.12.0 to 6.12.1 in /dashboard (#7696)
Browse files Browse the repository at this point in the history
Bumps [qs](https://github.com/ljharb/qs) from 6.12.0 to 6.12.1.
<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.12.1</strong></h2>
<ul>
<li>[Fix] <code>parse</code>: Disable <code>decodeDotInKeys</code> by
default to restore previous behavior (<a
href="https://redirect.github.com/ljharb/qs/issues/501">#501</a>)</li>
<li>[Performance] <code>utils</code>: Optimize performance under large
data volumes, reduce memory usage, and speed up processing (<a
href="https://redirect.github.com/ljharb/qs/issues/502">#502</a>)</li>
<li>[Refactor] <code>utils</code>: use <code>+=</code></li>
<li>[Tests] increase coverage</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/ljharb/qs/commit/29dda211e8b02654f60975bdb703bcc73a8ee409"><code>29dda21</code></a>
v6.12.1</li>
<li><a
href="https://github.com/ljharb/qs/commit/7e1829881e055ea33664fafcfdaa21d99018b429"><code>7e18298</code></a>
[Fix] <code>parse</code>: Disable <code>decodeDotInKeys</code> by
default to restore previous behavior</li>
<li><a
href="https://github.com/ljharb/qs/commit/fd3cd7ac2c76b615b554bcd90288ff3a71302d5b"><code>fd3cd7a</code></a>
[Tests] increase coverage</li>
<li><a
href="https://github.com/ljharb/qs/commit/6d7df026e6da59b501c3aab4c3af1793a28bfb08"><code>6d7df02</code></a>
[Performance] <code>utils</code>: Optimize performance under large data
volumes, reduce ...</li>
<li><a
href="https://github.com/ljharb/qs/commit/572533cc338811fd216d14b3416f502b6b6fe719"><code>572533c</code></a>
[Refactor] <code>utils</code>: use <code>+=</code></li>
<li><a
href="https://github.com/ljharb/qs/commit/c4d29f35acec4122a0f6d323e0f4366cd3f3b134"><code>c4d29f3</code></a>
[meta] add tea.yaml</li>
<li>See full diff in <a
href="https://github.com/ljharb/qs/compare/v6.12.0...v6.12.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=qs&package-manager=npm_and_yarn&previous-version=6.12.0&new-version=6.12.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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>
  • Loading branch information
dependabot[bot] authored Apr 13, 2024
1 parent c320596 commit 88c2a90
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"monaco-editor": "^0.47.0",
"prop-types": "^15.8.1",
"protobufjs": "^7.2.6",
"qs": "^6.12.0",
"qs": "^6.12.1",
"react": "^17.0.2",
"react-copy-to-clipboard": "^5.1.0",
"react-error-boundary": "^4.0.13",
Expand Down
8 changes: 4 additions & 4 deletions dashboard/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11992,10 +11992,10 @@ qs@6.11.0:
dependencies:
side-channel "^1.0.4"

qs@^6.10.2, qs@^6.11.2, qs@^6.12.0:
version "6.12.0"
resolved "https://registry.yarnpkg.com/qs/-/qs-6.12.0.tgz#edd40c3b823995946a8a0b1f208669c7a200db77"
integrity sha512-trVZiI6RMOkO476zLGaBIzszOdFPnCCXHPG9kn0yuS1uz6xdVxPfZdB3vUig9pxPFDM9BRAgz/YUIVQ1/vuiUg==
qs@^6.10.2, qs@^6.11.2, qs@^6.12.1:
version "6.12.1"
resolved "https://registry.yarnpkg.com/qs/-/qs-6.12.1.tgz#39422111ca7cbdb70425541cba20c7d7b216599a"
integrity sha512-zWmv4RSuB9r2mYQw3zxQuHWeU+42aKi1wWig/j4ele4ygELZ7PEO6MM7rim9oAQH2A5MWfsAVf/jPvTPgCbvUQ==
dependencies:
side-channel "^1.0.6"

Expand Down

0 comments on commit 88c2a90

Please sign in to comment.