Skip to content

@cacheable/benchmark - fix: upgrade misc dependencies#1630

Merged
jaredwray merged 2 commits intomainfrom
dep-upgrade/benchmark-misc
May 7, 2026
Merged

@cacheable/benchmark - fix: upgrade misc dependencies#1630
jaredwray merged 2 commits intomainfrom
dep-upgrade/benchmark-misc

Conversation

@jaredwray
Copy link
Copy Markdown
Owner

Summary

Upgrade non-major dependencies in @cacheable/benchmark:

  • bentocache 1.4.0 -> 1.6.1
  • lru.min 1.1.2 -> 1.1.4
  • quick-lru 7.0.1 -> 7.3.0

Test plan

  • pnpm install succeeds
  • pnpm --filter @cacheable/benchmark test passes (lint only — package has no tests)

🤖 Generated with Claude Code

Upgrade non-major dependencies in @cacheable/benchmark:
- bentocache 1.4.0 -> 1.6.1
- lru.min 1.1.2 -> 1.1.4
- quick-lru 7.0.1 -> 7.3.0

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

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 several dependencies in the benchmark package, including bentocache, lru.min, and quick-lru, along with their transitive dependencies in the lockfile. A critical issue was identified regarding the update to @noble/hashes@2.2.0, which specifies a non-existent Node.js version (20.19.0) in its engine requirements, potentially breaking installations in environments with strict engine checks. It is recommended to update to version 2.2.1 to resolve this compatibility issue.

Comment thread pnpm-lock.yaml
@codecov
Copy link
Copy Markdown

codecov Bot commented May 7, 2026

Codecov Report

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

Additional details and impacted files
@@            Coverage Diff            @@
##              main     #1630   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           26        26           
  Lines         2496      2496           
  Branches       556       555    -1     
=========================================
  Hits          2496      2496           

☔ View full report in Codecov by Sentry.
📢 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 f93f91c into main May 7, 2026
10 checks passed
@jaredwray jaredwray deleted the dep-upgrade/benchmark-misc branch May 7, 2026 01:32
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