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

Plans for v3.0.0. #512

Closed
3 tasks done
ota-meshi opened this issue May 10, 2024 · 3 comments · Fixed by #525
Closed
3 tasks done

Plans for v3.0.0. #512

ota-meshi opened this issue May 10, 2024 · 3 comments · Fixed by #525

Comments

@ota-meshi
Copy link
Member

ota-meshi commented May 10, 2024

I would like to list the remaining tasks for v3 release.

  • Drop support for older node versions.
  • Drop support for older ESLint versions. (I think we can drop support for anything other than the latest version of v8.)
  • Update recommended configs.

Do you think there are other tasks?

@ota-meshi ota-meshi pinned this issue May 10, 2024
@kazupon
Copy link
Member

kazupon commented May 11, 2024

I think we don't have any other tasks at the moment.

Drop support for older node versions.

I think we should drop as node v18 and below are no longer supported.

Drop support for older ESLint versions. (I think we can drop support for anything other than the latest version of v8.)

I agree for dropping support for anything other than the latest version of v8

@mahula
Copy link

mahula commented May 25, 2024

What about supporting eslint versions 9.x?

In our project trying to update the eslint package to the current version v9.3. ,this dependency error occurs:

Could not resolve dependency:
npm error peer eslint@"^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0" from @intlify/eslint-plugin-vue-i18n@2.0.0
npm error node_modules/@intlify/eslint-plugin-vue-i18n
npm error   dev @intlify/eslint-plugin-vue-i18n@"^2.0.0" from the root project

@kazupon
Copy link
Member

kazupon commented May 26, 2024

You can try to install v3.0.0-next.13
https://github.com/intlify/eslint-plugin-vue-i18n/releases/tag/v3.0.0-next.13

@ota-meshi ota-meshi linked a pull request Jun 8, 2024 that will close this issue
@ota-meshi ota-meshi unpinned this issue Jun 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants