Skip to content

Bump node-os-utils from 1.3.7 to 2.0.3 - #101

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/node-os-utils-2.0.3
Open

Bump node-os-utils from 1.3.7 to 2.0.3#101
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/node-os-utils-2.0.3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 20, 2026

Copy link
Copy Markdown
Contributor

Bumps node-os-utils from 1.3.7 to 2.0.3.

Commits
  • b0cb6bf 发布版本 2.0.3:修复 df 权限错误及新增 excludeIowait 配置项
  • 0890405 Merge pull request #44 from SunilWang/003-fix-deno-compat
  • 20398f2 发布版本 2.0.2:修复 Deno 兼容性问题
  • 7e55839 修复单测 CI:补充 build 步骤,dist/ 目录需先编译才能运行测试
  • f02c5be 添加 Node.js 单测 CI,覆盖 18/20/22 三个版本
  • 089c6c4 Linux getMemoryInfo 降级:/proc/meminfo 不可读时回退到 os 模块
  • 8469a93 添加 "type": "commonjs" 声明,修复 Deno 加载 CJS 产物失败问题
  • 166d995 排除 test/deno 目录的 tsc 编译,修复 CI 构建错误
  • 791d18a 更新 Deno 测试,使用 createRequire 显式加载 CommonJS 格式的 dist 产物,以解决 ESM 导入问题。
  • ad2a794 更新 Deno 测试工作流,将依赖安装命令从 npm ci 更改为 npm install,以确保兼容性和稳定性。
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 20, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/node-os-utils-2.0.3 branch from 4ccbcce to e6f874b Compare April 30, 2026 07:02
@repowarden-app

Copy link
Copy Markdown

CI is failing but I wasn't able to automatically fix the errors. Here's what I found:

LLM fix-ci error: HTTP 500

Please review the failures manually.

Powered by RepoWarden

Bumps [node-os-utils](https://github.com/SunilWang/node-os-utils) from 1.3.7 to 2.0.3.
- [Commits](SunilWang/node-os-utils@v1.3.7...v2.0.3)

---
updated-dependencies:
- dependency-name: node-os-utils
  dependency-version: 2.0.3
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/node-os-utils-2.0.3 branch from e6f874b to f97cd8b Compare May 7, 2026 20:55
@repowarden-app

repowarden-app Bot commented May 7, 2026

Copy link
Copy Markdown

CI is failing but I wasn't able to automatically fix the errors. Here's what I found:

LLM fix-ci error: HTTP 500

Please review the failures manually.

Powered by RepoWarden

@repowarden-app

Copy link
Copy Markdown

CI is failing and my attempted fixes didn't resolve it.

The API of node-os-utils@2.0.3 changed - it now exports named exports instead of a default export with properties. Changed both the source file and test file to use import { cpu } from 'node-os-utils' instead of import osu from 'node-os-utils' and accessing osu.cpu. Also fixed the missing semicolon in the source file.; Changed from named import { cpu } to default import osUtils for the node-os-utils library. The library exports a default object with a cpu property, not a named cpu export. Updated both the source file to use osUtils.cpu.usage() and the test file to mock the default export structure correctly.

Local verification still fails — not pushing changes. Please review manually.

Powered by RepoWarden

@repowarden-app

Copy link
Copy Markdown

I've attempted to fix CI 3 times but the checks are still failing. Please review and fix manually.

Failing checks: build

— RepoWarden

19 similar comments
@repowarden-app

Copy link
Copy Markdown

I've attempted to fix CI 3 times but the checks are still failing. Please review and fix manually.

Failing checks: build

— RepoWarden

@repowarden-app

Copy link
Copy Markdown

I've attempted to fix CI 3 times but the checks are still failing. Please review and fix manually.

Failing checks: build

— RepoWarden

@repowarden-app

Copy link
Copy Markdown

I've attempted to fix CI 3 times but the checks are still failing. Please review and fix manually.

Failing checks: build

— RepoWarden

@repowarden-app

Copy link
Copy Markdown

I've attempted to fix CI 3 times but the checks are still failing. Please review and fix manually.

Failing checks: build

— RepoWarden

@repowarden-app

Copy link
Copy Markdown

I've attempted to fix CI 3 times but the checks are still failing. Please review and fix manually.

Failing checks: build

— RepoWarden

@repowarden-app

Copy link
Copy Markdown

I've attempted to fix CI 3 times but the checks are still failing. Please review and fix manually.

Failing checks: build

— RepoWarden

@repowarden-app

Copy link
Copy Markdown

I've attempted to fix CI 3 times but the checks are still failing. Please review and fix manually.

Failing checks: build

— RepoWarden

@repowarden-app

Copy link
Copy Markdown

I've attempted to fix CI 3 times but the checks are still failing. Please review and fix manually.

Failing checks: build

— RepoWarden

@repowarden-app

Copy link
Copy Markdown

I've attempted to fix CI 3 times but the checks are still failing. Please review and fix manually.

Failing checks: build

— RepoWarden

@repowarden-app

Copy link
Copy Markdown

I've attempted to fix CI 3 times but the checks are still failing. Please review and fix manually.

Failing checks: build

— RepoWarden

@repowarden-app

repowarden-app Bot commented Jun 1, 2026

Copy link
Copy Markdown

I've attempted to fix CI 3 times but the checks are still failing. Please review and fix manually.

Failing checks: build

— RepoWarden

@repowarden-app

repowarden-app Bot commented Jun 2, 2026

Copy link
Copy Markdown

I've attempted to fix CI 3 times but the checks are still failing. Please review and fix manually.

Failing checks: build

— RepoWarden

@repowarden-app

repowarden-app Bot commented Jun 3, 2026

Copy link
Copy Markdown

I've attempted to fix CI 3 times but the checks are still failing. Please review and fix manually.

Failing checks: build

— RepoWarden

@repowarden-app

repowarden-app Bot commented Jun 4, 2026

Copy link
Copy Markdown

I've attempted to fix CI 3 times but the checks are still failing. Please review and fix manually.

Failing checks: build

— RepoWarden

@repowarden-app

repowarden-app Bot commented Jun 5, 2026

Copy link
Copy Markdown

I've attempted to fix CI 3 times but the checks are still failing. Please review and fix manually.

Failing checks: build

— RepoWarden

@repowarden-app

repowarden-app Bot commented Jun 6, 2026

Copy link
Copy Markdown

I've attempted to fix CI 3 times but the checks are still failing. Please review and fix manually.

Failing checks: build

— RepoWarden

@repowarden-app

repowarden-app Bot commented Jun 7, 2026

Copy link
Copy Markdown

I've attempted to fix CI 3 times but the checks are still failing. Please review and fix manually.

Failing checks: build

— RepoWarden

@repowarden-app

repowarden-app Bot commented Jun 8, 2026

Copy link
Copy Markdown

I've attempted to fix CI 3 times but the checks are still failing. Please review and fix manually.

Failing checks: build

— RepoWarden

@repowarden-app

repowarden-app Bot commented Jun 9, 2026

Copy link
Copy Markdown

I've attempted to fix CI 3 times but the checks are still failing. Please review and fix manually.

Failing checks: build

— RepoWarden

@repowarden-app

Copy link
Copy Markdown

I've attempted to fix CI 3 times but the checks are still failing. Please review and fix manually.

Failing checks: build

— RepoWarden

29 similar comments
@repowarden-app

Copy link
Copy Markdown

I've attempted to fix CI 3 times but the checks are still failing. Please review and fix manually.

Failing checks: build

— RepoWarden

@repowarden-app

Copy link
Copy Markdown

I've attempted to fix CI 3 times but the checks are still failing. Please review and fix manually.

Failing checks: build

— RepoWarden

@repowarden-app

Copy link
Copy Markdown

I've attempted to fix CI 3 times but the checks are still failing. Please review and fix manually.

Failing checks: build

— RepoWarden

@repowarden-app

Copy link
Copy Markdown

I've attempted to fix CI 3 times but the checks are still failing. Please review and fix manually.

Failing checks: build

— RepoWarden

@repowarden-app

Copy link
Copy Markdown

I've attempted to fix CI 3 times but the checks are still failing. Please review and fix manually.

Failing checks: build

— RepoWarden

@repowarden-app

Copy link
Copy Markdown

I've attempted to fix CI 3 times but the checks are still failing. Please review and fix manually.

Failing checks: build

— RepoWarden

@repowarden-app

Copy link
Copy Markdown

I've attempted to fix CI 3 times but the checks are still failing. Please review and fix manually.

Failing checks: build

— RepoWarden

@repowarden-app

Copy link
Copy Markdown

I've attempted to fix CI 3 times but the checks are still failing. Please review and fix manually.

Failing checks: build

— RepoWarden

@repowarden-app

Copy link
Copy Markdown

I've attempted to fix CI 3 times but the checks are still failing. Please review and fix manually.

Failing checks: build

— RepoWarden

@repowarden-app

Copy link
Copy Markdown

I've attempted to fix CI 3 times but the checks are still failing. Please review and fix manually.

Failing checks: build

— RepoWarden

@repowarden-app

Copy link
Copy Markdown

I've attempted to fix CI 3 times but the checks are still failing. Please review and fix manually.

Failing checks: build

— RepoWarden

@repowarden-app

Copy link
Copy Markdown

I've attempted to fix CI 3 times but the checks are still failing. Please review and fix manually.

Failing checks: build

— RepoWarden

@repowarden-app

Copy link
Copy Markdown

I've attempted to fix CI 3 times but the checks are still failing. Please review and fix manually.

Failing checks: build

— RepoWarden

@repowarden-app

Copy link
Copy Markdown

I've attempted to fix CI 3 times but the checks are still failing. Please review and fix manually.

Failing checks: build

— RepoWarden

@repowarden-app

Copy link
Copy Markdown

I've attempted to fix CI 3 times but the checks are still failing. Please review and fix manually.

Failing checks: build

— RepoWarden

@repowarden-app

Copy link
Copy Markdown

I've attempted to fix CI 3 times but the checks are still failing. Please review and fix manually.

Failing checks: build

— RepoWarden

@repowarden-app

Copy link
Copy Markdown

I've attempted to fix CI 3 times but the checks are still failing. Please review and fix manually.

Failing checks: build

— RepoWarden

@repowarden-app

Copy link
Copy Markdown

I've attempted to fix CI 3 times but the checks are still failing. Please review and fix manually.

Failing checks: build

— RepoWarden

@repowarden-app

Copy link
Copy Markdown

I've attempted to fix CI 3 times but the checks are still failing. Please review and fix manually.

Failing checks: build

— RepoWarden

@repowarden-app

Copy link
Copy Markdown

I've attempted to fix CI 3 times but the checks are still failing. Please review and fix manually.

Failing checks: build

— RepoWarden

@repowarden-app

repowarden-app Bot commented Aug 1, 2026

Copy link
Copy Markdown

I've attempted to fix CI 3 times but the checks are still failing. Please review and fix manually.

Failing checks: build

— RepoWarden

@repowarden-app

repowarden-app Bot commented Aug 2, 2026

Copy link
Copy Markdown

I've attempted to fix CI 3 times but the checks are still failing. Please review and fix manually.

Failing checks: build

— RepoWarden

@repowarden-app

repowarden-app Bot commented Aug 3, 2026

Copy link
Copy Markdown

I've attempted to fix CI 3 times but the checks are still failing. Please review and fix manually.

Failing checks: build

— RepoWarden

@repowarden-app

repowarden-app Bot commented Aug 4, 2026

Copy link
Copy Markdown

I've attempted to fix CI 3 times but the checks are still failing. Please review and fix manually.

Failing checks: build

— RepoWarden

@repowarden-app

repowarden-app Bot commented Aug 5, 2026

Copy link
Copy Markdown

I've attempted to fix CI 3 times but the checks are still failing. Please review and fix manually.

Failing checks: build

— RepoWarden

@repowarden-app

repowarden-app Bot commented Aug 6, 2026

Copy link
Copy Markdown

I've attempted to fix CI 3 times but the checks are still failing. Please review and fix manually.

Failing checks: build

— RepoWarden

@repowarden-app

repowarden-app Bot commented Aug 7, 2026

Copy link
Copy Markdown

I've attempted to fix CI 3 times but the checks are still failing. Please review and fix manually.

Failing checks: build

— RepoWarden

@repowarden-app

repowarden-app Bot commented Aug 8, 2026

Copy link
Copy Markdown

I've attempted to fix CI 3 times but the checks are still failing. Please review and fix manually.

Failing checks: build

— RepoWarden

@repowarden-app

repowarden-app Bot commented Aug 9, 2026

Copy link
Copy Markdown

I've attempted to fix CI 3 times but the checks are still failing. Please review and fix manually.

Failing checks: build

— RepoWarden

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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants