Skip to content

mono - chore: raise root engines.node floor to 22.19#211

Merged
jaredwray merged 1 commit into
mainfrom
claude/qified-dependency-management-rh5000
Jul 16, 2026
Merged

mono - chore: raise root engines.node floor to 22.19#211
jaredwray merged 1 commit into
mainfrom
claude/qified-dependency-management-rh5000

Conversation

@jaredwray

Copy link
Copy Markdown
Owner

Please check if the PR fulfills these requirements

  • Followed the Contributing and Code of Conduct guidelines.
  • Tests for the changes have been added (for bug fixes/features) with 100% code coverage.

What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)

Chore — align the root package's declared Node floor with a transitive dev-toolchain requirement introduced by the docula 2.2.0 upgrade (#208). Follows up on the review comment from that PR.

Change

  • root engines.node ^22.18.0 || >=24.0.0^22.19.0 || >=24.0.0

docula 2.2.0 pulls in undici@8.4.1 (which declares engines.node: ">=22.19.0") through the docula devDependency. This raises the private @qified/mono root floor to match, so contributors on Node 22.18.x don't hit an EBADENGINE warning on install. Published packages are unaffected — undici is a dev-only transitive dependency and never reaches their runtime deps (they keep >=22).

Tests

  • pnpm install --frozen-lockfile succeeds (no lockfile change — engines isn't tracked in the lockfile)
  • pnpm build passes
  • pnpm test passes — qified 132, nats 80, rabbitmq 114, redis 88, valkey 88, zeromq 8; 100% coverage maintained

🤖 Generated with Claude Code


Generated by Claude Code

The docula 2.2.0 upgrade (merged in #208) pulls in undici@8.4.1 through the
docula devDependency, and undici requires Node >=22.19.0. Align the root
@qified/mono engines.node floor with that requirement so contributors on
Node 22.18.x don't get an EBADENGINE warning on install.

- engines.node "^22.18.0 || >=24.0.0" → "^22.19.0 || >=24.0.0"

Root-only manifest change (private package); published packages are
unaffected since undici is a dev-only transitive dependency. pnpm build and
pnpm test pass across all packages.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_014cLAa8HaTokNu5wBM7cM6x

@gemini-code-assist gemini-code-assist 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.

Code Review

This pull request updates the Node.js engine version requirement in package.json from ^22.18.0 to ^22.19.0. There are no review comments, and I have no feedback to provide.

@codecov

codecov Bot commented Jul 16, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (3fd2f3d) to head (15761a8).

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #211   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           12        12           
  Lines         1659      1659           
  Branches       287       288    +1     
=========================================
  Hits          1659      1659           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@jaredwray
jaredwray merged commit 39179ec into main Jul 16, 2026
11 checks passed
@jaredwray
jaredwray deleted the claude/qified-dependency-management-rh5000 branch July 16, 2026 21:14
@jaredwray jaredwray mentioned this pull request Jul 16, 2026
4 tasks
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.

2 participants