fix(deps): downgrade commonjs plugin to 28.0.6 to avoid rollup/plugins#1909#20988
fix(deps): downgrade commonjs plugin to 28.0.6 to avoid rollup/plugins#1909#20988sapphi-red merged 3 commits intovitejs:mainfrom
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.
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.
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