mono - chore: upgrade lru-cache and body-parser#1675
Merged
Conversation
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
Contributor
There was a problem hiding this comment.
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 Report✅ All modified and coverable lines are covered by tests. 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. 🚀 New features to boost your workflow:
|
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Please check if the PR fulfills these requirements
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 buildpassesnode scripts/test-build.mjs(build-output validation) passes for all packagespnpm test— every package passes at 100% coverage except the same 3 tests that fail onmainand are specific to this sandbox (not caused by this change):cacheable-request › return with url and port— real request to externalmockhttp.org:8080, unreachable here (the:80variant passes).file-entry-cache › should return a file descriptor with checksum and errorandnormalizeEntries() › should return all entries— bothchmod 0o000a 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