Skip to content
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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

pangolingo
Copy link
Contributor

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

Base automatically changed from di-jest-ts-upgrades to main January 17, 2025 15:38
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.
@pangolingo
Copy link
Contributor Author

pangolingo commented Jan 17, 2025

I compared the built files (files in the /dist directory) after this upgrade. There are few changes between the output of the new Rollup version vs the old one. They are mostly syntax improvements (removing declare from types, changing void 0 to undefined in comparison statements). I did not see anything that I thought might break app that depends on Fishery.

"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"
Copy link
Contributor

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?

Copy link
Contributor

@rakeshpetit rakeshpetit left a 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.

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.

2 participants