chore(deps): bump the npm_and_yarn group across 3 directories with 3 updates - #1039
Conversation
…updates Bumps the npm_and_yarn group with 1 update in the /control-plane/web/client directory: [@humanfs/node](https://github.com/humanwhocodes/humanfs/tree/HEAD/packages/node). Bumps the npm_and_yarn group with 1 update in the /desktop directory: [@xmldom/xmldom](https://github.com/xmldom/xmldom). Bumps the npm_and_yarn group with 1 update in the /examples/benchmarks/100k-scale/mastra-bench directory: [qs](https://github.com/ljharb/qs). Updates `@humanfs/node` from 0.16.6 to 0.16.7 - [Release notes](https://github.com/humanwhocodes/humanfs/releases) - [Changelog](https://github.com/humanwhocodes/humanfs/blob/main/packages/node/CHANGELOG.md) - [Commits](https://github.com/humanwhocodes/humanfs/commits/node-v0.16.7/packages/node) Updates `@xmldom/xmldom` from 0.8.13 to 0.8.15 - [Release notes](https://github.com/xmldom/xmldom/releases) - [Changelog](https://github.com/xmldom/xmldom/blob/master/CHANGELOG.md) - [Commits](xmldom/xmldom@0.8.13...0.8.15) Updates `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: "@humanfs/node" dependency-version: 0.16.7 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@xmldom/xmldom" dependency-version: 0.8.15 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: qs dependency-version: 6.16.0 dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
📊 Coverage gateThresholds from
✅ Gate passedNo surface regressed past the allowed threshold and the aggregate stayed above the floor. |
📐 Patch coverage gateThreshold: 80% on lines this PR touches vs
✅ Patch gate passedEvery surface whose lines were touched by this PR has patch coverage at or above the threshold. |
santoshkumarradha
left a comment
There was a problem hiding this comment.
I rechecked this as a lockfile-only dependency bump set in a detached worktree. The touched updates are narrow and low risk: moved to 0.16.8 in the client lockfile, moved to 0.8.15 in the desktop lockfile, and moved to 6.16.0 in the mastra benchmark lockfile. came back clean for the client and desktop trees, and the full GitHub CI surface is green. Looks good to merge.
santoshkumarradha
left a comment
There was a problem hiding this comment.
I rechecked this as a lockfile-only dependency bump set in a detached worktree. The touched updates are narrow and low risk: @humanfs/node moved to 0.16.8 in the client lockfile, @xmldom/xmldom moved to 0.8.15 in the desktop lockfile, and qs moved to 6.16.0 in the mastra benchmark lockfile. npm audit --package-lock-only --omit=dev came back clean for the client and desktop trees, and the full GitHub CI surface is green. Looks good to merge.
Bumps the npm_and_yarn group with 1 update in the /control-plane/web/client directory: @humanfs/node.
Bumps the npm_and_yarn group with 1 update in the /desktop directory: @xmldom/xmldom.
Bumps the npm_and_yarn group with 1 update in the /examples/benchmarks/100k-scale/mastra-bench directory: qs.
Updates
@humanfs/nodefrom 0.16.6 to 0.16.7Release notes
Sourced from @humanfs/node's releases.
Changelog
Sourced from @humanfs/node's changelog.
Commits
257b7b5chore: release main (#142)f691b60fix: Add directory to package.json7b81d9achore(deps): Upgrading retry dependency in node package. (#140)Updates
@xmldom/xmldomfrom 0.8.13 to 0.8.15Release notes
Sourced from @xmldom/xmldom's releases.
Changelog
Sourced from @xmldom/xmldom's changelog.
... (truncated)
Commits
b5b8fb50.8.15327508edocs: add 0.8.15 CHANGELOG entryf40ccb8fix: prevent quadratic malformed-tag recovery and normalize() adjacent-text m...3abb093fix: prevent end-tag whitespace-trim ReDoS via anchored trim (GHSA-x4fp-j954-...2c548f2fix: prevent quadratic attribute de-duplication via null-prototype membership...08a74b4test: characterize NamedNodeMap attribute de-duplication before the index ref...954370ffix: prevent quadratic namespace-map memory consumption via prototype-chain i...4430189fix: report not-well-formed end-tag trailing content (GHSA-6h8r-xr42-gp59)6c3fb5ffix: prevent XML injection via unsafe EntityReference name (GHSA-6gmq-8vp8-gcm6)3b69487fix: prevent XML injection via unsafe processing instruction target serializa...Maintainer changes
This version was pushed to npm by karfau, a new releaser for
@xmldom/xmldomsince your current version.Updates
qsfrom 6.15.2 to 6.16.0Changelog
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...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 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 <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditionsYou can disable automated security fix PRs for this repo from the Security Alerts page.