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

Deprecated Libraries Upgrading Needed #25472

Closed
1 task
vw98075 opened this issue Mar 12, 2024 · 3 comments
Closed
1 task

Deprecated Libraries Upgrading Needed #25472

vw98075 opened this issue Mar 12, 2024 · 3 comments

Comments

@vw98075
Copy link
Contributor

vw98075 commented Mar 12, 2024

Overview of the issue

After the initial project build with the command "jhipster", five messages in regarding deprecated libraries show up as the following.

npm WARN deprecated har-validator@5.1.5: this library is no longer supported
npm WARN deprecated uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
npm WARN deprecated popper.js@1.16.1: You can find the new Popper v2 at @popperjs/core, this package is dedicated to the legacy v1
npm WARN deprecated vue@2.7.16: Vue 2 has reached EOL and is no longer actively maintained. See https://v2.vuejs.org/eol/ for more details.

Some of those libraries shall not take too much effort to upgrade.

Vue likely takes some effort to upgrade. Vue 3 was released on September 18, 2020. It is time to get it upgraded.

Motivation for or Use Case

A new project shall use all updated libraries if possible.

Reproduce the error
Related issues
Suggest a Fix
JHipster Version(s)

8.1.0

JHipster configuration
Entity configuration(s) entityName.json files generated in the .jhipster directory
Browsers and Operating System
  • Checking this box is mandatory (this is just to show you read everything)
@mshima
Copy link
Member

mshima commented Mar 14, 2024

Some of those libraries shall not take too much effort to upgrade.

Looks ok to me.
I will review the PR.

@vw98075
Copy link
Contributor Author

vw98075 commented Mar 14, 2024

It likely needs another ticket for Vue. It won't be reasonable to create a new project with EOL components. The JHipster team needs to decide whether Jhipster will continue to have Vue as one of its front-end framework options or not. If yes, Vue needs to be upgraded to the Vue 3.

@mshima
Copy link
Member

mshima commented Mar 14, 2024

JHipster is already using Vue 3.
Vue 2 is a transitional dependency that some dependency depends on.
Closing as duplicated of #23865.

@mshima mshima closed this as not planned Won't fix, can't repro, duplicate, stale Mar 14, 2024
@deepu105 deepu105 added this to the 8.2.0 milestone Mar 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants