Skip to content

build(deps): bump qs from 6.11.0 to 6.14.2#7199

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/qs-6.14.2
Closed

build(deps): bump qs from 6.11.0 to 6.14.2#7199
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/qs-6.14.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Feb 12, 2026

Copy link
Copy Markdown
Contributor

Bumps qs from 6.11.0 to 6.14.2.

Changelog

Sourced from qs's changelog.

6.14.2

  • [Fix] parse: mark overflow objects for indexed notation exceeding arrayLimit (#546)
  • [Fix] arrayLimit means max count, not max index, in combine/merge/parseArrayValue
  • [Fix] parse: throw on arrayLimit exceeded with indexed notation when throwOnLimitExceeded is true (#529)
  • [Fix] parse: enforce arrayLimit on comma-parsed values
  • [Fix] parse: fix error message to reflect arrayLimit as max index; remove extraneous comments (#545)
  • [Robustness] avoid .push, use void
  • [readme] document that addQueryPrefix does not add ? to empty output (#418)
  • [readme] clarify parseArrays and arrayLimit documentation (#543)
  • [readme] replace runkit CI badge with shields.io check-runs badge
  • [meta] fix changelog typo (arrayLengtharrayLimit)
  • [actions] fix rebase workflow permissions

6.14.1

  • [Fix] ensure arrayLimit applies to [] notation as well
  • [Fix] parse: when a custom decoder returns null for a key, ignore that key
  • [Refactor] parse: extract key segment splitting helper
  • [meta] add threat model
  • [actions] add workflow permissions
  • [Tests] stringify: increase coverage
  • [Dev Deps] update eslint, @ljharb/eslint-config, npmignore, es-value-fixtures, for-each, object-inspect

6.14.0

  • [New] parse: add throwOnParameterLimitExceeded option (#517)
  • [Refactor] parse: use utils.combine more
  • [patch] parse: add explicit throwOnLimitExceeded default
  • [actions] use shared action; re-add finishers
  • [meta] Fix changelog formatting bug
  • [Deps] update side-channel
  • [Dev Deps] update es-value-fixtures, has-bigints, has-proto, has-symbols
  • [Tests] increase coverage

6.13.1

  • [Fix] stringify: avoid a crash when a filter key is null
  • [Fix] utils.merge: functions should not be stringified into keys
  • [Fix] parse: avoid a crash with interpretNumericEntities: true, comma: true, and iso charset
  • [Fix] stringify: ensure a non-string filter does not crash
  • [Refactor] use __proto__ syntax instead of Object.create for null objects
  • [Refactor] misc cleanup
  • [Tests] utils.merge: add some coverage
  • [Tests] fix a test case
  • [actions] split out node 10-20, and 20+
  • [Dev Deps] update es-value-fixtures, mock-property, object-inspect, tape

6.13.0

  • [New] parse: add strictDepth option (#511)
  • [Tests] use npm audit instead of aud

6.12.3

  • [Fix] parse: properly account for strictNullHandling when allowEmptyArrays

... (truncated)

Commits
  • bdcf0c7 v6.14.2
  • 294db90 [readme] document that addQueryPrefix does not add ? to empty output
  • 5c308e5 [readme] clarify parseArrays and arrayLimit documentation
  • 6addf8c [Fix] parse: mark overflow objects for indexed notation exceeding arrayLimit
  • cfc108f [Fix] arrayLimit means max count, not max index, in combine/merge/`pars...
  • febb644 [Fix] parse: throw on arrayLimit exceeded with indexed notation when `thr...
  • f6a7abf [Fix] parse: enforce arrayLimit on comma-parsed values
  • fbc5206 [Fix] parse: fix error message to reflect arrayLimit as max index; remove e...
  • 1b9a8b4 [actions] fix rebase workflow permissions
  • 2a35775 [meta] fix changelog typo (arrayLengtharrayLimit)
  • 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 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)
    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 dependencies javascript Pull requests that update javascript code labels Feb 12, 2026

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

https://github.com/open-condo-software/condo/blob/01e75a95e27a4e627018fc9bc2b155f38de00ad5/yarn.lock#L532
P1 Badge Preserve lock entries for submodule workspaces

This update removes many @app/*@workspace:apps/* records (for example @app/accruals-gateway) from yarn.lock, but the repo still declares apps/* as workspaces (package.json lines 8-10) and CI jobs check out submodules recursively before running yarn install --immutable (for example .github/workflows/nodejs.condo.ci.yml lines 782-793). When those submodule manifests are present, Yarn fails resolution with This package doesn't seem to be present in your lockfile, so dependency installation in those jobs will fail unless the lockfile is regenerated with all workspaces included.

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/qs-6.14.2 branch from 01e75a9 to 7eb49c5 Compare February 18, 2026 20:04
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/qs-6.14.2 branch from 7eb49c5 to 6a6ad69 Compare February 19, 2026 08:51
@greptile-apps

greptile-apps Bot commented Feb 19, 2026

Copy link
Copy Markdown
Contributor

PR author is in the excluded authors list.

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/qs-6.14.2 branch from 6a6ad69 to c75a32f Compare February 19, 2026 10:18
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/qs-6.14.2 branch from c75a32f to 259bcf0 Compare February 25, 2026 15:13
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/qs-6.14.2 branch from 259bcf0 to fc1b602 Compare February 25, 2026 15:19
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/qs-6.14.2 branch from fc1b602 to a9ae64d Compare February 25, 2026 16:07
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/qs-6.14.2 branch from a9ae64d to 898f4e0 Compare February 25, 2026 17:11
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/qs-6.14.2 branch from 898f4e0 to 7cfd87b Compare March 1, 2026 05:48
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/qs-6.14.2 branch from 7cfd87b to d497cc2 Compare March 2, 2026 11:35
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/qs-6.14.2 branch from d497cc2 to 0a38ba6 Compare March 2, 2026 13:15
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/qs-6.14.2 branch from 0a38ba6 to e60d403 Compare March 4, 2026 08:16
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/qs-6.14.2 branch from e60d403 to 2fc964c Compare March 4, 2026 23:47
Bumps [qs](https://github.com/ljharb/qs) from 6.11.0 to 6.14.2.
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
- [Commits](ljharb/qs@v6.11.0...v6.14.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/qs-6.14.2 branch from 2fc964c to 5d4d6c0 Compare March 13, 2026 06:15
@sonarqubecloud

Copy link
Copy Markdown

@dependabot @github

dependabot Bot commented on behalf of github May 22, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #7663.

@dependabot dependabot Bot closed this May 22, 2026
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/qs-6.14.2 branch May 22, 2026 21:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies javascript Pull requests that update javascript code

Development

Successfully merging this pull request may close these issues.

0 participants