Skip to content

build(deps-dev): bump @humanfs/node from 0.16.7 to 0.16.8 - #928

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/humanfs/node-0.16.8
Open

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/humanfs/node-0.16.8

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps @humanfs/node from 0.16.7 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
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
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.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 dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 3, 2026
Copilot AI lite review requested due to automatic review settings September 3, 2026 12:39
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 3, 2026
@netlify

netlify Bot commented Sep 3, 2026

Copy link
Copy Markdown

Deploy Preview for phillips-seldon ready!

Name Link
🔨 Latest commit 78829e5
🔍 Latest deploy log https://app.netlify.com/projects/phillips-seldon/deploys/6a996a6a54ee4c00080a6a4a
😎 Deploy Preview https://deploy-preview-928--phillips-seldon.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

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.

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


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

@phillips-pr-review-agent phillips-pr-review-agent Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Dependabot bump: @humanfs/node 0.16.7 → 0.16.8

I would approve this PR. This is a safe, low-risk patch update.

What changed (package-lock.json only):

Package Old New
@humanfs/node 0.16.7 0.16.8
@humanfs/core (transitive) 0.19.1 0.19.2
@humanfs/types (new transitive) 0.15.0

Assessment:

  • All three packages are marked "dev": true — they are never included in the published @phillips/seldon npm package or any end-user bundle.
  • @humanfs/node is used by ESLint 9's flat-config file-system layer — it has no presence in src/, component code, or test utilities.
  • The two upstream fixes (symlinks copied correctly in copy()/copyAll(); type dependencies included at runtime) are purely internal to ESLint's file handling and have no impact on component tests, the Vite build, or the published artefact.
  • The addition of @humanfs/types as a runtime dependency of @humanfs/core is the primary structural change — it ensures type information is available at runtime rather than only at compile time, which resolves the upstream issue #145.
  • No package.json dependencies or peerDependencies are touched; no lockfile resolution conflicts; Dependabot compatibility score is included in the PR body.

No concerns. Safe to merge.

@davidicus davidicus 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.

@dependabot squash and merge

@chromatic-com

chromatic-com Bot commented Sep 3, 2026

Copy link
Copy Markdown

Tip

All tests passed and all changes approved!

🟢 UI Tests: 490 tests unchanged
🟢 UI Review: 251 stories published -- no changes
Storybook icon Storybook Publish: 251 stories published

@github-actions

github-actions Bot commented Sep 3, 2026

Copy link
Copy Markdown

🚀 Storybook preview is ready.

• Preview: undefined
• Chromatic build: undefined

Copy link
Copy Markdown
Contributor

Dependency Upgrade Risk Assessment: @humanfs/node 0.16.7 → 0.16.8

Risk Rating: 🟢 LOW


What is @humanfs/node?

@humanfs/node is a Node.js filesystem abstraction layer from the HumanWhoCodes project (created by Nicholas Zakas, the creator of ESLint). It provides a promise-based API over Node's fs module, designed to make filesystem operations more testable and composable. It is used internally by ESLint's flat config system to handle file I/O operations during linting.

In the seldon repo, this is a dev dependency — it is not shipped to consumers of the component library. It is pulled in transitively by ESLint and related dev tooling used during development and CI linting.


What Changed in 0.16.8?

This is a patch version bump with only bug fixes and no breaking changes:


Why LOW Risk?

Factor Assessment
Version change Patch only (0.16.7 → 0.16.8)
Breaking changes None
Usage scope Dev dependency — not in consumer bundle
Codebase impact Transitively used by ESLint tooling only; no direct usage in component or build code
Nature of changes Pure bug fixes (type resolution + symlink handling)
Test coverage Bug fixes with upstream tests; no API changes

This library is only exercised during local development and CI linting passes. The fixes in this patch are defensive improvements to internal type handling and file copy behavior, neither of which surface to the component library consumers or the UI.


Suggested Regression Tests

Before merging, confirm the following:

  • Run npm run lint (or the equivalent ESLint command) to verify ESLint's flat config still loads and runs successfully with no errors related to file system operations
  • Run npm run build to confirm the component library builds without errors
  • Run npm run test to confirm all unit tests pass
  • Run npm run typecheck to confirm TypeScript compilation is clean
  • Verify CI passes on this PR (lint, build, test, typecheck stages)

No functional or UI regression testing is needed — this upgrade affects only dev tooling, not runtime component behavior.

https://claude.ai/code/session_015iuCxz7YJ2LMxRyxArHX25


Generated by Claude Code

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 dependency-upgrade-risk:low javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants