-
-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgraded Rollup and its dependencies to the latest versions #150
base: main
Are you sure you want to change the base?
Conversation
This required changing the config's file extension to `.mjs`. I read through the upgrade notes and did not see any other major changes that would fail silently.
f6b6574
to
4167a25
Compare
I compared the built files (files in the |
"ts-jest": "^29.2.5", | ||
"tsd": "^0.31.2", | ||
"tslib": "^2.8.1", | ||
"typescript": "^5.7.3" | ||
}, | ||
"dependencies": { | ||
"lodash.mergewith": "^4.6.2" | ||
} | ||
}, | ||
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we have to mention this? What would happen if we did not add the packageManager
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! As long as the build passes.
This required changing the config's file extension to
.mjs
. I read through the upgrade notes and did not see any other major changes that would fail silently.This builds on another PR: #149