Replies: 3 comments 3 replies
-
cc: @Aleodor-Tabarcea would love to hear your thoughts here! |
Beta Was this translation helpful? Give feedback.
-
It would be nice to have a tool (web based or cli) to assist with specific SWC packages versions. You could create a collection of SWC packages from a list and the tool would generate the proper configuration (package + version). The tool could also read package.json (if cli) or a specific previously saved local storage config (if web based). For monorepos (eg. managed by rush), a cli tool could parse all the package.json files, detect all the SWC dependencies and their versions, and provide options for upgrade (even a listing of upgrade-able packages would be nice). Even better, the tool could assist with on-demand upgrading of specific packages by listing the changes needed to be done to the other transient dependencies. |
Beta Was this translation helpful? Give feedback.
-
I wish it was clearer when consuming packages that there is a version update available for a package while running yarn. Version mismatch-related troubles happen to me often, and I get stuck either during I think our version updating method could be improved, especially because of the tedium that comes with bumping numbers by one every time a release is done. That being said, I never consume the |
Beta Was this translation helpful? Give feedback.
-
There have been some requests around changes and expansions to the
@spectrum-web-components/bundle
to better support installing SWC packages in a project. Please share any context, desires, proposals, or questions you might have in this area here so we can begin to develop an RFC for the next version of this package.Beta Was this translation helpful? Give feedback.
All reactions