-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Update dev dependency "rollup" #9348
Comments
(CC @bterlson for discussing Node 8 support) Major blocker here is
In order to make the migration to Rollup 2 we'd need to move the Linux pipeline build off of Node 8. Nothing else in the changelog really sticks out at me, but there's always a chance there would be other complications too. @mikeharder @praveenkuttappan One thing that could work here is if we could do all the builds in CI with Node 12 and then only do test runs with our different node versions. Is this something we can do easily or is everything in the pipeline run with the same base node configuration. |
This is already done: #8804 |
Currently blocked on an upstream bug in @rollup/plugin-commonjs: rollup/plugins#743 Migrating to rollup 2 and the newer versions of plugin-commonjs will ease the transition to the shared rollup configuration, so this is related to that as well. |
Spoke to @witemple-msft - he's looking into this so he OK'd assigning it to him for now |
closing in favor of bot-auto-created #19235. |
Our repo is currently using
[email protected]
. A new major version[email protected]
was released on 3/6/2020. The upgrade may require significant changes.https://github.com/rollup/rollup/blob/master/CHANGELOG.md#200
The text was updated successfully, but these errors were encountered: