You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Are all your remix dependencies & dev-dependencies using the same version?
Yes
Steps to Reproduce
Hey folks. Just stopping by to let you know that the css package is using a rollup plugin by way of a transitive dependency, which has been deprecated for more than 3 years, technically relies on a very old version of Rollup, and hasn't received any updates in as long.
→ pnpm why rollup-plugin-inject
Legend: production dependency, optional only, dev only
dependencies:
@remix-run/css-bundle 1.15.0
└─┬ @remix-run/dev 1.15.0
└─┬ @esbuild-plugins/node-modules-polyfill 0.1.4
└─┬ rollup-plugin-node-polyfills 0.2.1
└── rollup-plugin-inject 3.0.2
rollup-plugin-node-polyfills has been stale for 4 years
rollup-plugin-inject has been stale and deprecated for 3 years
What version of Remix are you using?
1.15.0
Are all your remix dependencies & dev-dependencies using the same version?
Steps to Reproduce
Hey folks. Just stopping by to let you know that the
css
package is using a rollup plugin by way of a transitive dependency, which has been deprecated for more than 3 years, technically relies on a very old version of Rollup, and hasn't received any updates in as long.rollup-plugin-node-polyfills
has been stale for 4 yearsrollup-plugin-inject
has been stale and deprecated for 3 yearsIt might be worthwhile to fork https://github.com/remorses/esbuild-plugins to maintain the plugin you're using there, or roll your own using one of the more updated community node-builtins alternatives https://www.npmjs.com/search?ranking=maintenance&q=rollup%20node
I come to you as the rollup plugins lead maintainer, so I hope you'll take this report in earnest.
Expected Behavior
n/a
Actual Behavior
n/a
The text was updated successfully, but these errors were encountered: