Skip to content

root - chore: raise Node engine floor to >=22.19 - #98

Merged
jaredwray merged 1 commit into
mainfrom
claude/memcache-dependency-management-lua8zz
Jul 8, 2026
Merged

root - chore: raise Node engine floor to >=22.19#98
jaredwray merged 1 commit into
mainfrom
claude/memcache-dependency-management-lua8zz

Conversation

@jaredwray

Copy link
Copy Markdown
Owner

Summary

Align the declared Node engine floor with the toolchain after the docula 2.1.0 upgrade (#97), as flagged by the Codex reviewer.

Change

  • engines.node >=22>=22.19.0

docula@2.1.0 (and its transitive undici) declare node: "^22.19.0 || >=24". .nvmrc (24) and CI (Node 22/24/26, where 22.x resolves to ≥22.19) already satisfy this — this change just makes the declared range consistent with what the toolchain actually needs.

Tests

  • pnpm test:ci passes (612 tests, 100% statement/line coverage)
  • pnpm build passes

🤖 Generated with Claude Code

https://claude.ai/code/session_01XqhnMb2Khr8eYnWmYbAmtd


Generated by Claude Code

Align engines.node with the toolchain after the docula 2.1.0 upgrade (#97).
docula 2.1.0 (and its transitive undici) require Node ^22.19.0 || >=24; .nvmrc
(24) and CI (node 22/24/26, where 22.x is >=22.19) already satisfy this.

- engines.node: >=22 -> >=22.19.0

pnpm build and pnpm test:ci pass (612 tests, 100% statement/line coverage).

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

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

Code Review

This pull request updates the required Node.js engine version in package.json from >=22 to >=22.19.0. There are no review comments, and I have no feedback to provide.

@codecov

codecov Bot commented Jul 8, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (8362ba5) to head (8eabc21).

Additional details and impacted files
@@            Coverage Diff            @@
##              main       #98   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            8         8           
  Lines         1399      1399           
  Branches       308       303    -5     
=========================================
  Hits          1399      1399           

☔ 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 16d9214 into main Jul 8, 2026
13 checks passed
@jaredwray
jaredwray deleted the claude/memcache-dependency-management-lua8zz branch July 8, 2026 20:17
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.

1 participant