Skip to content
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

Rollup 3 #191

Closed
3 tasks done
lllopo opened this issue Oct 14, 2022 · 4 comments · Fixed by #203
Closed
3 tasks done

Rollup 3 #191

lllopo opened this issue Oct 14, 2022 · 4 comments · Fixed by #203
Labels
help wanted Extra attention is needed Package: unplugin-vue-i18n Status: PR Welcome Welcome to Pull Request Status: Proposal Request for comments Type: Feature Includes new features

Comments

@lllopo
Copy link

lllopo commented Oct 14, 2022

Clear and concise description of the problem

I've updated to Rollup 3.0 (actually 3.1.0 as of now) and my installation fails with unsatisfied dependency for Rollup 2.5.0 for unplugin-vue-i18n.

Suggested solution

Add support for Rollup ^3.0.0

Alternative

No response

Additional context

No response

Validations

  • Read the Contributing Guidelines.
  • Read the README
  • Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
@lllopo lllopo added the Status: Proposal Request for comments label Oct 14, 2022
Copy link
Member

kazupon commented Nov 13, 2022

Thank you for your reporting!

Currently, unplugin-vue-i18n doesn't support for rollup.
But, We can support for it.
Because unplugin-vue-i18n is implemented with the same interface as the rollup provided by unplugin.
It needs to be adjusted a bit for rollup v3, though.

@kazupon kazupon added Status: PR Welcome Welcome to Pull Request Type: Feature Includes new features good first issue Good for newcomers help wanted Extra attention is needed and removed good first issue Good for newcomers labels Nov 13, 2022 — with Volta.net
@lllopo
Copy link
Author

lllopo commented Nov 13, 2022

Thanks for your answer. I hope you can sort it out. I have rollup as dependency because of other stuff (incl. a few I wrote myself for my vite projects) and all got rollup 3 support almost immediately. All that left is the unplugin-vue-i18n so I'm looking forward to it.

@lllopo
Copy link
Author

lllopo commented Nov 14, 2022

@kazupon I got this answer from the 'unplugin' developer, btw.

Copy link
Member

kazupon commented Nov 15, 2022

Hi!
I've just released unplugin-vue-i18n v0.8.0
please check it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed Package: unplugin-vue-i18n Status: PR Welcome Welcome to Pull Request Status: Proposal Request for comments Type: Feature Includes new features
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants