chore(deps): update dependency qs to v6.15.1#5458
Conversation
Up to standards ✅🟢 Issues
|
There was a problem hiding this comment.
This is a routine Renovate bot dependency update for the qs npm package (used in the docs site) from 6.15.0 to 6.15.1. The change is limited to docs/package.json and docs/yarn.lock — no production .NET code is touched.
What changed in qs 6.15.1
The upstream changelog lists one behavioural fix: when parameterLimit is set to Infinity and throwOnLimitExceeded is true, all parameters were silently dropped instead of being preserved. The rest of the release is eslint-config bumps and test coverage increases with no API or security changes.
Assessment
- The scope is correct: only the
resolutionspin inpackage.jsonand the corresponding lockfile entry are updated. - The lockfile hash change (
db8fd5d...→bdb55ae...) is consistent with a legitimate upstream patch release. qsis listed underresolutions(a Yarn override) rather than as a direct dependency. This means it is a transitive dependency being pinned for security/correctness reasons, which is the right practice.- Auto-merge is already enabled, which is appropriate for a patch-level lockfile-only update to a docs-only dependency.
One minor observation
The qs@~6.14.0 alias in the lockfile is preserved alongside qs@6.15.1 in the same entry. This is expected Yarn behaviour — the ~6.14.0 range is satisfied by 6.15.1 — but it is worth being aware that if any transitive package ever requires a version outside that range, this resolution override will silently shadow it. That is pre-existing behaviour and not introduced by this PR.
No blocking issues. This is safe to merge.
Updated [TUnit](https://github.com/thomhurst/TUnit) from 1.29.0 to 1.30.0. <details> <summary>Release notes</summary> _Sourced from [TUnit's releases](https://github.com/thomhurst/TUnit/releases)._ ## 1.30.0 <!-- Release notes generated using configuration in .github/release.yml at v1.30.0 --> ## What's Changed ### Other Changes * perf: eliminate locks from mock invocation and verification hot paths by @thomhurst in thomhurst/TUnit#5422 * feat: TUnit0074 analyzer for redundant hook attributes on overrides by @thomhurst in thomhurst/TUnit#5459 * fix(mocks): respect generic type argument accessibility (#5453) by @thomhurst in thomhurst/TUnit#5460 * fix(mocks): skip inaccessible internal accessors when mocking Azure.Response by @thomhurst in thomhurst/TUnit#5461 * fix: apply CultureAttribute and STAThreadExecutorAttribute to hooks (#5452) by @thomhurst in thomhurst/TUnit#5463 ### Dependencies * chore(deps): update tunit to 1.29.0 by @thomhurst in thomhurst/TUnit#5446 * chore(deps): update react to ^19.2.5 by @thomhurst in thomhurst/TUnit#5457 * chore(deps): update opentelemetry to 1.15.2 by @thomhurst in thomhurst/TUnit#5456 * chore(deps): update dependency qs to v6.15.1 by @thomhurst in thomhurst/TUnit#5458 **Full Changelog**: thomhurst/TUnit@v1.29.0...v1.30.0 Commits viewable in [compare view](thomhurst/TUnit@v1.29.0...v1.30.0). </details> [](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 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) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This PR contains the following updates:
6.15.0→6.15.1Release Notes
ljharb/qs (qs)
v6.15.1Compare Source
parse:parameterLimit: InfinitywiththrowOnLimitExceeded: truesilently drops all parameters@ljharb/eslint-config@ljharb/eslint-config,iconv-liteConfiguration
📅 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 Renovate Bot.