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

Is vue-cli deprecated ? #7178

Open
ted59438 opened this issue Jun 6, 2022 · 6 comments
Open

Is vue-cli deprecated ? #7178

ted59438 opened this issue Jun 6, 2022 · 6 comments

Comments

@ted59438
Copy link

ted59438 commented Jun 6, 2022

What problem does this feature solve?

I like Vite, but we still need to use webpack base vue-cli in many production.
Vue-cli hasn't been updated for a long time, and there are some PRs and Issues here that are idle.
Is it deprecated ?

node 18 support
#7116

feat: Refactor the ipc module.
#7076

cli-service doesn't support webpack 5 devServer.server option which replaces devServer.https
#7118

feat(cli-service): Support webpack5 devServer.server configuration
#7024

Update postcss
vuejs/component-compiler-utils#122

feat: add postcss 8 support
vuejs/component-compiler-utils#121

What does the proposed API look like?

Solved some PRs and Issues that are idle for a long time.

@sodatea
Copy link
Member

sodatea commented Jun 6, 2022

It's just that I haven't got the time recently. My overall activity on GitHub has been pretty low recently.

Will release a new version soon (in a week or two) to address these issues.

@Mon-ius

This comment was marked as spam.

@lorand-horvath
Copy link

I would also add the dicer/busboy security vulnerability found in the included apollo-server v2 #7198
It looks like an upgrade to v3 is necessary.

@jokay
Copy link

jokay commented Jun 21, 2022

@sodatea can you please give us an update on the current state of the new release?

@sodatea
Copy link
Member

sodatea commented Jun 21, 2022

I usually don't want to reply to this kind of requests, but here it is:

node 18 support #7116

Done

feat: Refactor the ipc module. #7076

Not urgent. Planned for 5.1. Won't release anytime soon.

cli-service doesn't support webpack 5 devServer.server option which replaces devServer.https #7118
feat(cli-service): Support webpack5 devServer.server configuration #7024

Will take a look. Likely to get into the next release.

Update postcss vuejs/component-compiler-utils#122
feat: add postcss 8 support vuejs/component-compiler-utils#121

No plan.

I would also add the dicer/busboy security vulnerability found in the included apollo-server v2 #7198 It looks like an upgrade to v3 is necessary.

Working on it.

@raphaelluchini
Copy link

@sodatea
I saw your efforts to make it run with Node 18 on versions >5, however for versions < 4 there's another issue.

I'am facing an issue with Node 18 with @vue/cli-plugin-unit-jest 4.5.19. It requires vue-jest ^3.0.5 that requires deasync which is not compatible with Node 18.
I think making cli-plugin-unit-jest compatible with vue-jest 4 would solve the issue
Is there a possibility to fix that?
Thanks

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

No branches or pull requests

6 participants