chore(deps): update dependency qs to v6.15.2#5941
Conversation
Up to standards ✅🟢 Issues
|
There was a problem hiding this comment.
Dependency Update Review: qs 6.15.1 → 6.15.2
This is a straightforward patch-level dependency update generated by Renovate, scoped entirely to docs/package.json and docs/yarn.lock.
Change summary:
qsbumped from6.15.1→6.15.2(patch)- Only affects the documentation site dependencies, no impact on TUnit's core .NET codebase
What's in qs 6.15.2:
- Bug fixes for
stringifywhen usingarrayFormat: 'comma'+encodeValuesOnly(previously crashed on null/undefined entries) - Bug fixes for
stringifydelimiter handling aftercharsetSentinel - Bug fix for
stringifyformatterapplication understrictNullHandling - Bug fix for
parsenested bracket group handling
Assessment: All changes are pure bug fixes in the patch release. No breaking changes. The lockfile hash and integrity SHA are properly updated. The qs@~6.14.0 range alias is preserved correctly in the lockfile.
This is safe to merge as-is. Auto-merge is already enabled.
2889696 to
0089fe6
Compare
There was a problem hiding this comment.
Dependency Update Review: qs 6.15.1 → 6.15.2
This is a straightforward patch-level dependency update in the docs site (docs/package.json and docs/yarn.lock). No concerns.
What changed: The qs query-string library received four bug fixes in stringify/parse (crash fixes for null/undefined entries, delimiter and formatter handling) plus a regression test for bracket group parsing.
Assessment:
- Scope is correctly limited to
docs/— no impact on TUnit's core .NET packages or test infrastructure. - All changes are bug fixes, no API surface changes (patch semver).
- Lock file checksum and resolved URL updated consistently.
- Auto-merge is appropriately enabled for this kind of Renovate bot patch bump.
✅ LGTM — safe to merge.
0089fe6 to
35e570e
Compare
There was a problem hiding this comment.
Re-review: qs 6.15.1 → 6.15.2
No changes since the previous reviews — this is the same patch-level bump of qs in docs/package.json and docs/yarn.lock.
Previous reviews addressed: Both prior reviews confirmed this is safe to merge (pure bug fixes, docs-only scope, no API changes). Nothing new to flag.
✅ Still LGTM — auto-merge can proceed.
35e570e to
0d3abd3
Compare
There was a problem hiding this comment.
Re-review: qs 6.15.1 → 6.15.2
No changes since the prior three reviews. This remains a patch-level bump of the qs query-string library scoped entirely to docs/package.json and docs/yarn.lock — no impact on TUnit's core .NET codebase.
All prior findings were addressed: scope is correct, the lockfile checksum and resolved URL are consistent, and all changes in qs 6.15.2 are bug fixes (no API surface changes).
✅ LGTM — auto-merge can proceed.
0d3abd3 to
b160fe5
Compare
There was a problem hiding this comment.
Re-review: qs 6.15.1 → 6.15.2
No changes since the prior four reviews. This is an automated Renovate patch bump of the qs query-string library, scoped entirely to docs/package.json and docs/yarn.lock — no impact on TUnit's .NET core or test infrastructure.
All previous review findings remain valid:
- Pure bug-fix release (stringify crash fixes, parse regression fix — no API changes)
- Lockfile checksum and resolved URL updated consistently
- Auto-merge correctly enabled
✅ LGTM — safe to merge.
This PR contains the following updates:
6.15.1→6.15.2Release Notes
ljharb/qs (qs)
v6.15.2Compare Source
stringify: skip null/undefined entries inarrayFormat: 'comma'+encodeValuesOnlyinstead of crashing inencoderstringify: use configureddelimiteraftercharsetSentinel(#555)stringify: applyformatterto encoded key understrictNullHandling(#554)stringify: skip null/undefined filter-array entries instead of crashing inencoder(#551)parse: handle nested bracket groups and add regression tests (#530)@ljharb/eslint-configConfiguration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate.