Skip to content

mono - chore: upgrade lru-cache and body-parser#1675

Merged
jaredwray merged 1 commit into
mainfrom
claude/cacheable-dependency-management-d6gb1r
Jul 6, 2026
Merged

mono - chore: upgrade lru-cache and body-parser#1675
jaredwray merged 1 commit into
mainfrom
claude/cacheable-dependency-management-d6gb1r

Conversation

@jaredwray

Copy link
Copy Markdown
Owner

Please check if the PR fulfills these requirements

  • Followed the Contributing guidelines and Code of Conduct
  • Tests for the changes have been added (for bug fixes/features) with 100% code coverage. — N/A: dependency-only upgrade with no source changes; existing suites still pass at 100% coverage where runnable in this environment.

What kind of change does this PR introduce?

Maintenance (chore) — upgrades the two remaining standalone test-support dev dependencies (both non-major, devDependencies, used only in tests).

Versions

  • lru-cache ^11.3.6^11.5.1 (cacheable, dev)
  • body-parser ^2.2.2^2.3.0 (cacheable-request, dev)

Verification

  • pnpm build passes

  • node scripts/test-build.mjs (build-output validation) passes for all packages

  • pnpm test — every package passes at 100% coverage except the same 3 tests that fail on main and are specific to this sandbox (not caused by this change):

    • cacheable-request › return with url and port — real request to external mockhttp.org:8080, unreachable here (the :80 variant passes).
    • file-entry-cache › should return a file descriptor with checksum and error and normalizeEntries() › should return all entries — both chmod 0o000 a file to force a read error, but this sandbox runs as root, which bypasses permission bits.

    All three pass on GitHub CI (non-root runner, full network).


Generated by Claude Code

Standalone test-support dev dependencies (non-major):

- lru-cache ^11.3.6 -> ^11.5.1 (cacheable, dev)
- body-parser ^2.2.2 -> ^2.3.0 (cacheable-request, dev)

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

@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 body-parser dependency in packages/cacheable-request and the lru-cache dependency in packages/cacheable, along with updating the lockfile pnpm-lock.yaml to reflect these changes. There are no review comments, and I have no feedback to provide.

@codecov

codecov Bot commented Jul 6, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (d4dd66a) to head (cbbcbbb).

Additional details and impacted files
@@            Coverage Diff            @@
##              main     #1675   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           29        29           
  Lines         3504      3504           
  Branches       796       810   +14     
=========================================
  Hits          3504      3504           

☔ 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.

@socket-security

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Addedlru-cache@​11.5.1991009990100
Addedbody-parser@​2.3.09910010090100

View full report

@jaredwray jaredwray merged commit d681aff into main Jul 6, 2026
12 checks passed
@jaredwray jaredwray deleted the claude/cacheable-dependency-management-d6gb1r branch July 6, 2026 00:36
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