build(deps): bump qs from 6.11.0 to 6.14.2 in /apps/condo#7200
build(deps): bump qs from 6.11.0 to 6.14.2 in /apps/condo#7200dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
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>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 9b02a249b4
ℹ️ 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".
| "phone": "^3.1.41", | ||
| "prop-types": "^15.7.2", | ||
| "qs": "6.11.0", | ||
| "qs": "6.14.2", |
There was a problem hiding this comment.
Regenerate lockfile for qs upgrade
This change updates apps/condo/package.json to qs: 6.14.2 but does not update yarn.lock, which still records @app/condo with qs: 6.11.0 and keeps the qs@npm:6.11.0 resolution, so the intended dependency/security bump is not actually captured in the committed install graph. In this repo, CI workflows (for example .github/workflows/nodejs.condo.ci.yml) run yarn install --immutable, so this manifest/lock mismatch can break CI and leave consumers on the old version until lockfile updates are committed.
Useful? React with 👍 / 👎.
|



Bumps qs from 6.11.0 to 6.14.2.
Changelog
Sourced from qs's changelog.
... (truncated)
Commits
bdcf0c7v6.14.2294db90[readme] document thataddQueryPrefixdoes not add?to empty output5c308e5[readme] clarifyparseArraysandarrayLimitdocumentation6addf8c[Fix]parse: mark overflow objects for indexed notation exceedingarrayLimitcfc108f[Fix]arrayLimitmeans max count, not max index, incombine/merge/`pars...febb644[Fix]parse: throw onarrayLimitexceeded with indexed notation when `thr...f6a7abf[Fix]parse: enforcearrayLimitoncomma-parsed valuesfbc5206[Fix]parse: fix error message to reflect arrayLimit as max index; remove e...1b9a8b4[actions] fix rebase workflow permissions2a35775[meta] fix changelog typo (arrayLength→arrayLimit)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.