Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #441 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 5 5
Lines 470 470
Branches 107 105 -2
=========================================
Hits 470 470 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Code Review
This pull request updates the versions of cacheable and hashery in package.json and the lockfile. A review comment points out that these updates result in multiple versions of the hookified dependency being included in the project, as cacheable and hashery still rely on version 1.15.1 while the root project and the transitive dependency qified have moved to version 2.1.0. It is recommended to update to versions of cacheable and hashery that support the newer hookified version to reduce bundle size and avoid potential conflicts.
Please check if the PR fulfills these requirements
What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
chore: upgrading cacheable and hashery