Skip to content

Bump @humanfs/node from 0.16.6 to 0.16.8 in /dotnet/samples/Demos/ProcessWithCloudEvents/ProcessWithCloudEvents.Client - #14362

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/dotnet/samples/Demos/ProcessWithCloudEvents/ProcessWithCloudEvents.Client/humanfs/node-0.16.8
Open

Bump @humanfs/node from 0.16.6 to 0.16.8 in /dotnet/samples/Demos/ProcessWithCloudEvents/ProcessWithCloudEvents.Client#14362
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/dotnet/samples/Demos/ProcessWithCloudEvents/ProcessWithCloudEvents.Client/humanfs/node-0.16.8

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 2, 2026

Copy link
Copy Markdown
Contributor

Bumps @humanfs/node from 0.16.6 to 0.16.8.

Release notes

Sourced from @​humanfs/node's releases.

node: v0.16.8

0.16.8 (2026-04-17)

Bug Fixes

  • Include type dependencies at runtime (956ce7a), closes #145

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​humanfs/core bumped from ^0.19.1 to ^0.19.2

node: v0.16.7

0.16.7 (2024-11-27)

Bug Fixes

  • Add directory to package.json (f691b60)
Changelog

Sourced from @​humanfs/node's changelog.

0.16.8 (2026-04-17)

Bug Fixes

  • Ensure symlinks are copied as symlinks in copy() and copyAll() (22bbaa44)
  • Include type dependencies at runtime (956ce7a), closes #145

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​humanfs/core bumped from ^0.19.1 to ^0.19.2

0.16.7 (2024-11-27)

Bug Fixes

  • Add directory to package.json (f691b60)
Commits

Dependabot compatibility score

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 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [@humanfs/node](https://github.com/humanwhocodes/humanfs/tree/HEAD/packages/node) from 0.16.6 to 0.16.8.
- [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.8/packages/node)

---
updated-dependencies:
- dependency-name: "@humanfs/node"
  dependency-version: 0.16.8
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file. Used by Dependabot. label Sep 2, 2026
Copilot AI lite review requested due to automatic review settings September 2, 2026 17:18
@dependabot dependabot Bot added the javascript Pull requests that update javascript code label Sep 2, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner September 2, 2026 17:18

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟢 Approval recommended

The change is a lockfile-only patch-level dependency update with no source changes and the updated dependency graph is consistent with the requested bump.

Pull request overview

This PR updates the JavaScript lockfiles for the ProcessWithCloudEvents.Client sample to reflect a Dependabot bump of @humanfs/node from 0.16.6 to 0.16.8, along with the resulting transitive dependency changes.

Changes:

  • Bump @humanfs/node to 0.16.8 in the client’s lockfiles.
  • Update transitive dependencies (notably @humanfs/core to 0.19.2, add @humanfs/types, and update @humanwhocodes/retry to ^0.4.0).
  • Refresh lockfile resolution entries as produced by the package manager.
File summaries
File Description
dotnet/samples/Demos/ProcessWithCloudEvents/ProcessWithCloudEvents.Client/yarn.lock Updates Yarn lockfile entries for @humanfs/node and related transitive dependencies.
dotnet/samples/Demos/ProcessWithCloudEvents/ProcessWithCloudEvents.Client/package-lock.json Updates npm lockfile entries for @humanfs/node and related transitive dependencies.
Review details

Copilot wasn't able to review any files in this pull request.

Files not reviewed (1)

  • dotnet/samples/Demos/ProcessWithCloudEvents/ProcessWithCloudEvents.Client/package-lock.json: Generated file
  • Files reviewed: 0/2 changed files
  • Comments generated: 0
  • Review effort level: Lite

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

MAF Automated Review — Iteration 1

Result: No findings
Scope: full PR (1 commit(s)): 3cbc28bb06cf
Model: claude-opus-4.8

Overview

This is a Dependabot dev-only lockfile bump of the transitive package ``@humanfs/node
(0.16.6 -> 0.16.8, pulled in via ESLint) for the `ProcessWithCloudEvents.Client` sample.
It changes only `package-lock.json` and `yarn.lock`; there is no application source,
build-script, lifecycle-hook, or CI change, and the sample is not built by any workflow.
All added packages retain dev/build/type-only classification, every added integrity value
is a genuine sha512 (or a pre-existing legacy sha1 that decodes to the official npm shasum),
and every resolved URL points at an official registry. The residual risk is limited to
lockfile hygiene (the dual npm+yarn lockfiles now describe slightly divergent trees and the
regeneration picked up unrelated transitive churn), which is Low severity and audit-only.

Reviewed the supplied pull-request change set across correctness, security/reliability, architecture, and failure behavior.
No publishable findings remained after source verification for this scope.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file. Used by Dependabot. javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant