Bump qs from 6.15.2 to 6.16.0 - #3057
dependabot[bot] wants to merge 1 commit into
Conversation
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
🤖 Cursor Dependency AnalysisSupply-Chain Malware ReviewVerdict: benign I'll review the This is a normal Scanner status was warn, and those hits do not look like compromise:
Integrity: one expected runtime dep ( Compatibility AnalysisI'll analyze how Minor Where
|
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using high effort and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 8a450be. Configure here.
| "overlayscrollbars": "1.13.3", | ||
| "overlayscrollbars-react": "0.3.0", | ||
| "qs": "6.15.2", | ||
| "qs": "6.16.0", |
There was a problem hiding this comment.
Incomplete qs version bump
Medium Severity
The qs bump to 6.16.0 leaves the root overrides pin at 6.15.2 and records ^6.16.0 in the lockfile instead of the exact spec. npm ci can disagree with npm install, so the resolved version may fail the sync check or silently revert.
Additional Locations (2)
Reviewed by Cursor Bugbot for commit 8a450be. Configure here.
Bumps [qs](https://github.com/ljharb/qs) from 6.15.2 to 6.16.0. - [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md) - [Commits](ljharb/qs@v6.15.2...v6.16.0) --- updated-dependencies: - dependency-name: qs dependency-version: 6.16.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
8a450be to
43edde9
Compare


Bumps qs from 6.15.2 to 6.16.0.
Changelog
Sourced from qs's changelog.
Commits
bb9379ev6.16.062fd254[Fix] stringify: serialize Date values when a filter is provided8859c37[Fix]parse: enforcearrayLimiton comma groups under[]=when `throwOn...8079adc[Tests]parse: remove a test that pinned[]=comma groups escaping `array...d56f48c[Fix]parse: flatten a collection appended to an overflowed arraye83d321[Fix]utils:isBuffer: do not invoke a non-callableconstructor.isBuffer7e87a07[Dev Deps] update@ljharb/eslint-config,eslint9a76af2[Dev Deps] updateeslint,evalmd3a890d4[Dev Deps] updateeslint,evalmdb433a9b[Fix]stringify: do not letallowEmptyArraysskip cycle detection (or dro...Note
Low Risk
Dependency-only bump with one straightforward
qs.stringifyusage; behavior change risk is low unless query parsing with strictarrayLimitis used elsewhere via transitive deps.Overview
Upgrades the
qsquery-string library from 6.15.2 to 6.16.0 in@chia-network/core(packages/core/package.json) and refreshespackage-lock.json(includingqs’s addedes-define-propertyand updatedside-channel).In this repo,
qsis only used inErrorBoundarytostringifya small flat object for a GitHub “new issue” URL—no customparse/stringifyoptions. The 6.16.0 release mainly adds optionaldepthfor stringify, tightensarrayLimit/ overflow-array parsing, and fixes stringify edge cases (Dates with filters,encodeDotInKeys, empty arrays with own properties); those are unlikely to change that simple link unless you rely on the old lenient `[]=`` comma-group behavior.Reviewed by Cursor Bugbot for commit 43edde9. Bugbot is set up for automated code reviews on this repo. Configure here.