We need a way to enforcing migrating away from deprecated packages.
For instance, ensuring folks move from rollup-plugin-babel to @rollup/plugin-babel
Need to look into if there’s a native npm/yarn signal that a package is deprecated or if this is something that needs to be configured.
We need a way to enforcing migrating away from deprecated packages.
For instance, ensuring folks move from
rollup-plugin-babelto@rollup/plugin-babelNeed to look into if there’s a native npm/yarn signal that a package is deprecated or if this is something that needs to be configured.