[PR #53] [MERGED] Bump query-string from 6.14.1 to 7.0.0 in /ui #141

Closed
opened 2026-03-02 05:18:58 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hibiken/asynqmon/pull/53
Author: @dependabot[bot]
Created: 3/19/2021
Status: Merged
Merged: 4/9/2021
Merged by: @hibiken

Base: masterHead: dependabot/npm_and_yarn/ui/query-string-7.0.0


📝 Commits (1)

  • fd7a090 Bump query-string from 6.14.1 to 7.0.0 in /ui

📊 Changes

2 files changed (+5 additions, -5 deletions)

View changed files

📝 ui/package.json (+1 -1)
📝 ui/yarn.lock (+4 -4)

📄 Description

Bumps query-string from 6.14.1 to 7.0.0.

Release notes

Sourced from query-string's releases.

v7.0.0

Breaking

  • Implement skips for stringify array format comma (#304) 828f032
    • This is a breaking change to the default functionality of .stringify() for comma and separator array modes given that skipNull and skipEmptyString are default false but the original functionality of .stringify() for these 2 modes behaved as though skipNull and skipEmptyString were true.

Improvements

  • Add support for arrayFormat: &[#39](https://github.com/sindresorhus/query-string/issues/39);bracket-separator&[#39](https://github.com/sindresorhus/query-string/issues/39); (#276) b10bc19

https://github.com/sindresorhus/query-string/compare/v6.14.1...v7.0.0

Commits

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 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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hibiken/asynqmon/pull/53 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 3/19/2021 **Status:** ✅ Merged **Merged:** 4/9/2021 **Merged by:** [@hibiken](https://github.com/hibiken) **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/ui/query-string-7.0.0` --- ### 📝 Commits (1) - [`fd7a090`](https://github.com/hibiken/asynqmon/commit/fd7a09020271d562ad7f5b022678b7b80529bf42) Bump query-string from 6.14.1 to 7.0.0 in /ui ### 📊 Changes **2 files changed** (+5 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `ui/package.json` (+1 -1) 📝 `ui/yarn.lock` (+4 -4) </details> ### 📄 Description Bumps [query-string](https://github.com/sindresorhus/query-string) from 6.14.1 to 7.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sindresorhus/query-string/releases">query-string's releases</a>.</em></p> <blockquote> <h2>v7.0.0</h2> <h3>Breaking</h3> <ul> <li>Implement skips for stringify array format comma (<a href="https://github-redirect.dependabot.com/sindresorhus/query-string/issues/304">#304</a>) 828f032 <ul> <li>This is a breaking change to the default functionality of <code>.stringify()</code> for <code>comma</code> and <code>separator</code> array modes given that <code>skipNull</code> and <code>skipEmptyString</code> are default false but the original functionality of <code>.stringify()</code> for these 2 modes behaved as though <code>skipNull</code> and <code>skipEmptyString</code> were true.</li> </ul> </li> </ul> <h3>Improvements</h3> <ul> <li>Add support for <code>arrayFormat: &amp;[#39](https://github.com/sindresorhus/query-string/issues/39);bracket-separator&amp;[#39](https://github.com/sindresorhus/query-string/issues/39);</code> (<a href="https://github-redirect.dependabot.com/sindresorhus/query-string/issues/276">#276</a>) b10bc19</li> </ul> <p><a href="https://github.com/sindresorhus/query-string/compare/v6.14.1...v7.0.0">https://github.com/sindresorhus/query-string/compare/v6.14.1...v7.0.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sindresorhus/query-string/commit/20992772758fc74188db64e789535469adaf241f"><code>2099277</code></a> 7.0.0</li> <li><a href="https://github.com/sindresorhus/query-string/commit/b10bc19699a09580c055a381541e726dfd01a001"><code>b10bc19</code></a> Add support for <code>arrayFormat: 'bracket-separator'</code> (<a href="https://github-redirect.dependabot.com/sindresorhus/query-string/issues/276">#276</a>)</li> <li><a href="https://github.com/sindresorhus/query-string/commit/828f032306216f09a17d900fb765b002e1fd7691"><code>828f032</code></a> Implement skips for stringify array format comma (<a href="https://github-redirect.dependabot.com/sindresorhus/query-string/issues/304">#304</a>)</li> <li><a href="https://github.com/sindresorhus/query-string/commit/44abc66628199bd3766ac471e265e64206f146c9"><code>44abc66</code></a> Meta tweaks</li> <li>See full diff in <a href="https://github.com/sindresorhus/query-string/compare/v6.14.1...v7.0.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=query-string&package-manager=npm_and_yarn&previous-version=6.14.1&new-version=7.0.0)](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 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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 05:18:58 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/asynqmon#141
No description provided.