-
-
Notifications
You must be signed in to change notification settings - Fork 7.5k
fix(deps): downgrade commonjs plugin to 28.0.6 to avoid rollup/plugins#1909 #20988
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
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
commit: |
|
Oops, the patch is wrong |
This comment was marked as outdated.
This comment was marked as outdated.
|
/ecosystem-ci run |
|
Should we pin the to previous version instead of patching? |
|
📝 Ran ecosystem CI on
✅ ladle, one, rakkas, marko, vike, nuxt, unocss, vite-plugin-react, sveltekit, vitepress, vite-plugin-pwa, quasar, vuepress, vite-setup-catalogue |
rollup/plugins#1909 was introduced in 28.0.7 which is two versions older. If we pin the version to 28.0.6, it'll also revert rollup/plugins#1914 |
|
If it's easier, it looks fine to pin the old version for now as a quick fix. Is ecosystem CI failure still related to commonjs plugin or something else? |
hi-ogawa
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, I just realized the same patch is for dist/cjs and dist/esm, so it's a simple revert of rollup PR. Isn't only dist/esm bundled to vite?
I think it's not related. This is the run for the main branch: https://github.com/vitejs/vite-ecosystem-ci/actions/runs/18737739165 |
|
I'll change to a simple revert as that feels safer. |
bluwy
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should make sure this isn't accidentally bumped again in the next renovate PR until it's fixed upstream
Description
Let's add a revert for now. I'll backport this to 7.1 after this PR is merged.
fixes #20983