intlify / bundle-tools

bundling for intlify i18n tools
MIT License
239 stars 37 forks source link

Rollup 4 support #328

Closed lllopo closed 7 months ago

lllopo commented 10 months ago

Clear and concise description of the problem

@intlify/unplugin-vue-i18n has rollup as dependency, but supports up to Rollup 3 and has no support for Rollup 4. Rollup is already on 4.6, so support for Rollup 4 is not only needed, but the way it goes - soon we will probably need support for Rollup 5 :-).

Suggested solution

Make @intlify/unplugin-vue-i18n compatible with the latest Rollup.

Alternative

No response

Additional context

No response

Validations

lllopo commented 9 months ago

Failed to mention this dependency is through @rollup/pluginutils and it needs to be updated to 5.1.0 at the time of writing.