Bump @humanfs/node from 0.16.7 to 0.16.8 in /extension - #19863
Closed
dependabot[bot] wants to merge 1 commit into
Closed
dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [@humanfs/node](https://github.com/humanwhocodes/humanfs/tree/HEAD/packages/node) from 0.16.7 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
Bot
requested review from
Adam Ratzman (adamint) and
Ella Hathaway (ellahathaway)
as code owners
September 2, 2026 16:35
Contributor
There was a problem hiding this comment.
Copilot wasn't able to review any files in this pull request.
💡 Add a code-review agent skill for context-aware, tailored reviews. Learn more in the docs.
Contributor
|
🚀 Dogfood this PR with:
curl -fsSL https://raw.githubusercontent.com/microsoft/aspire/main/eng/scripts/get-aspire-cli-pr.sh | bash -s -- 19863Or
iex "& { $(irm https://raw.githubusercontent.com/microsoft/aspire/main/eng/scripts/get-aspire-cli-pr.ps1) } 19863" |
Contributor
Tests selector0 / 99 PR test projects · 2 PR jobs · 0 advisory-only targets, from 1 changed file. Selected PR test projects (0 / 99)none — no PR-gated .NET test projects run for this change. Selected PR jobs (2)
Advisory workflow impact (0)none How these were chosen — grouped by what changedJob reasons
Selection computed for commit |
Contributor
|
Retrying the failed CI jobs for this pull request from the CI run attempt. The rerun is being tracked in the rerun attempt. |
Member
David Pine (IEvangelist)
added a commit
that referenced
this pull request
Sep 21, 2026
…erts) (#20032) ## [auto-sec] aspire dependency security consolidation Canonical `automated-security` remediation PR for **microsoft/aspire**. Converges the repo's open Dependabot alerts into a single change set. **No application source changes** — only lockfiles plus minimal, same-major `overrides` / `resolutions`. ### Alerts addressed Clears **74 of 75 open Dependabot alerts** (all npm ecosystem): 2 critical, 28 high, 44 moderate, 1 low. **1 deferred** (see below). ### Mechanism by manifest kind | Kind | Count | How | |---|---|---| | npm `package-lock.json` | 25 | targeted `overrides` + `npm install --package-lock-only` | | `pnpm-lock.yaml` (AspireWithNode/NodeFrontend) | 1 | `pnpm.overrides` + `pnpm install` | | `yarn.lock` (extension) | 1 | `resolutions` + `yarn install` (dnceng public feed) | ### Key version bumps - **next 16.2.11 → 16.3.3** (critical) - qs → 6.16.0, fast-uri → 3.1.6, @humanfs/node → 0.16.8, browserslist → 4.28.7, js-yaml → 4.3.2, nanoid → 3.3.18, hono → 4.13.5, postcss-selector-parser → 7.1.3, decode-uri-component → 0.5.0 (npm dirs), @opentelemetry/core → 2.8.0, @opentelemetry/propagator-jaeger → 2.9.0, sharp → 0.35.4, vitest / @vitest/mocker → 4.1.11 ### extension/yarn.lock feed handling The VS Code `extension` resolves yarn deps from the **dnceng public** Azure Artifacts feed, and CI runs `yarn install --frozen-lockfile` against it **anonymously**. Only versions already cached on that feed are anonymously downloadable. To keep the frozen install green, browserslist's transitive data-deps are pinned to the feed's cached versions (all satisfy browserslist@4.28.7's caret ranges): - baseline-browser-mapping → 2.11.20, electron-to-chromium → 1.5.420, node-releases → 2.0.54 ### Deferred alert (1) **decode-uri-component ≥ 0.5.0** in `extension/yarn.lock` (moderate). The `0.5.0` tarball is **not cached** on the dnceng public feed (anonymous request returns `401`); since CI accesses the feed anonymously, pinning it would break the extension build. Left at the current cached `0.2.2`. **Unblock:** a maintainer with authenticated access to the internal feed regenerates `extension/yarn.lock` (which primes the cache), after which `0.5.0` becomes anonymously available and this alert clears. Every other extension alert (qs, fast-uri, js-yaml, @humanfs/node, browserslist) is remediated. ### Verification Static check of every alert's installed version in the regenerated lockfiles vs first-patched: **74/75 cleared**, 1 deferred as above. No private-feed URLs leaked; local `yarn install --frozen-lockfile` against dnceng passes. ### Superseded / tracked Dependabot PRs Closed once this canonical PR is green and merged (closure gate): #19513, #19844, #19845, #19863. Out of scope (non-npm): #19852 (GitHub Actions), #19075 (Maven). ### Idempotency Branch `dapire/security-deps/aspire-npm-lockfiles` from latest `upstream/main`. Label `automated-security`. Prefix `[auto-sec]`. --------- Co-authored-by: David Pine <7679720+IEvangelist@users.noreply.github.com> Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Co-authored-by: David Pine <t@t.test>
Contributor
Author
|
Looks like @humanfs/node is up-to-date now, so this is no longer needed. |
dependabot
Bot
deleted the
dependabot/npm_and_yarn/extension/humanfs/node-0.16.8
branch
September 21, 2026 16:23
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps @humanfs/node from 0.16.7 to 0.16.8.
Release notes
Sourced from @humanfs/node's releases.
Changelog
Sourced from @humanfs/node's changelog.
Commits
e96070echore: release main (#146)22bbaa4Merge commit from fork956ce7afix: Include type dependencies at runtimeDependabot 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 this major versionwill 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 versionwill 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 dependencywill 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.