-
Notifications
You must be signed in to change notification settings - Fork 10
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
upgrade Rollup and all plugins to 3.x
#1087
Labels
alpha.0
CLI
enhancement
Improve something existing (e.g. no docs, new APIs, etc)
Plugins
Greenwood Plugins
sponsorship:claimed
sponsorship:eligible
v0.30.0
Milestone
Comments
thescientist13
added
enhancement
Improve something existing (e.g. no docs, new APIs, etc)
Plugins
Greenwood Plugins
CLI
labels
Apr 1, 2023
15 tasks
thescientist13
changed the title
upgrade Rollup and all plugins (to v3?)
upgrade Rollup and all plugins to v3
Oct 8, 2023
thescientist13
moved this to 🔖 Ready
in [Greenwood] Phase 9 - Standards and Conventions
Oct 19, 2023
This was referenced Oct 19, 2023
12 tasks
thescientist13
changed the title
upgrade Rollup and all plugins to v3
upgrade Rollup and all plugins to latest version
Nov 26, 2023
1 task
thescientist13
moved this from 🔖 Ready
to 🏗 In progress
in [Greenwood] Phase 9 - Standards and Conventions
Dec 7, 2023
3 tasks
So based on research I add to #923 it looks like this task will have to cap out the Rollup upgrade to 3.x |
thescientist13
changed the title
upgrade Rollup and all plugins to latest version
upgrade Rollup and all plugins to Feb 16, 2024
3.x
thescientist13
moved this from 🏗 In progress
to 👀 In review
in [Greenwood] Phase 9 - Standards and Conventions
Feb 16, 2024
16 tasks
Merged
39 tasks
thescientist13
moved this from 👀 In review
to ✅ Done
in [Greenwood] Phase 9 - Standards and Conventions
Mar 9, 2024
3 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
alpha.0
CLI
enhancement
Improve something existing (e.g. no docs, new APIs, etc)
Plugins
Greenwood Plugins
sponsorship:claimed
sponsorship:eligible
v0.30.0
Type of Change
Enhancement
Summary
We are a little behind on our Rollup version, in fact at the time of this writing, Rollup v3 was out, but now v4 is also out!
Big things that come with this are:
Details
We should go through the v3 docs and upgrade guide test that everything is compatible .
If that goes well, we should try and upgrade to v4. 🤞
Some notes to self :
fs/promises
- [@rollup/plugin-node-resolve] error detecte if a string matches the name of a Node.js builtin module rollup/plugins#1120require
of _package.json_ complicates bundling estools/escodegen#455this is due to make JSX transformations (and dependencies) opt-in / lazy loaded wcc#116
The text was updated successfully, but these errors were encountered: