chore: moving to pnpm 11 and removing node 20 support#43
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #43 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 3 3
Lines 19 19
Branches 1 1
=========================================
Hits 19 19 ☔ 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 performs a major version bump to 2.0.0, updates the package manager to pnpm 11, and adjusts workspace build configurations. The code changes also include a downgrade of Node.js type definitions and a significant cleanup of the lockfile, notably removing jsdom and its associated dependencies. Reviewer feedback recommends adding an engines field to package.json to enforce Node.js version requirements and removing the deprecated onlyBuiltDependencies field in pnpm-workspace.yaml to align with pnpm 11 standards.
Please check if the PR fulfills these requirements
What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
chore: moving to pnpm 11 and removing node 20 support