Skip to content

chore: update compatible dependencies#415

Open
poe-code-agent[bot] wants to merge 1 commit into
mainfrom
chore/update-compatible-deps-20260615
Open

chore: update compatible dependencies#415
poe-code-agent[bot] wants to merge 1 commit into
mainfrom
chore/update-compatible-deps-20260615

Conversation

@poe-code-agent

Copy link
Copy Markdown
Contributor

Summary

  • Refresh package-lock.json with latest semver-compatible dependency versions via npm update --workspaces --include-workspace-root.
  • Keeps package manifests unchanged; this is a lockfile-only dependency refresh.

Validation

  • npm ci
  • npm run build
  • npm run lint
  • npm run lint:mcp-sdk-deps --workspace @poe-code/github-workflows
  • npx turbo run test:unit --concurrency=4 --force
  • npm run smoke
  • npm run screenshot-poe-code -- --help

@poe-code-agent poe-code-agent Bot left a comment

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Requested changes: lockfile now pulls a Node 22-only dependency while the repo still supports Node 18/20.

Comment thread package-lock.json
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/ini/-/ini-6.0.0.tgz",
"integrity": "sha512-IBTdIkzZNOpqm7q3dRqJvMaldXjDHWkEDfrwGEQTs5eaQMWV+djAhR+wahyNNMAa+qpbDUhBMVt4ZKNwpPm7xQ==",
"version": "7.0.0",

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

This lockfile refresh upgrades ini to 7.0.0, whose package metadata requires Node ^22.22.2 || ^24.15.0 || >=26.0.0 just below. The repo still declares engines.node >=18.18, and several workflows install with Node 20; npm ci on Node 20 now emits EBADENGINE. Please keep this dependency tree on a version compatible with the repo's supported Node range, or update the supported Node range/workflows in the same change.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants