-
Notifications
You must be signed in to change notification settings - Fork 40
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
Cannot build the project dependencies update #99
Comments
Hi @elturpin, there is indeed some problem with building the package that was not present in CI so it missed completely over my head. I need to look at it, there is something fishy with the Thanks for bringing that up, I'll take a look at that as soon as I have time. |
Hi @szymmis I made some investigation and finally manage to reproduce the problem in a minimal repo : https://github.com/elturpin/test-rollup-ts-picocolors The problem seems to come from the picocolors package. I have no idea why but the same compilation error occurs when picocolors is imported in a file. If the package is not imported, no problem ... I'll try to investigate more when i'll have some free time. |
Should be fixed by #101. |
Hi !
I wanted to add something new in the project but unfortunately, I cannot build the project anymore.
This is the error log:
Rollup does not manage to parse typescript even though the rollup plugin is there.
Using git bisect, I found that i cannot build the project since the commit "Update development dependencies" where a lot of dependencies are updated.
I tried to create a dummy project with only rollup typescript and one hello world file but the build worked perfectly with the same version of the packages.
I also tried to rollback the update only on typescript(4.9.4), tslib(2.4.1), rollup(3.7.3) and @rollup/plugin-typescript(10.0.1), and then the build was possible.
Any Idea ??
My env:
The text was updated successfully, but these errors were encountered: