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

Upgrade/remove dependency core-js #160

Open
FeBe95 opened this issue Apr 26, 2024 · 0 comments
Open

Upgrade/remove dependency core-js #160

FeBe95 opened this issue Apr 26, 2024 · 0 comments

Comments

@FeBe95
Copy link

FeBe95 commented Apr 26, 2024

When installing vue-functional-calendar a warning is shown which states that [email protected] is no longer maintained:

npm WARN deprecated [email protected]: core-js@<3.23.3 is no longer maintained and not recommended for usage due
to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause
a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade
your dependencies to the actual version of core-js.

I looked through the code of vue-functional-calendar, but I couldn't find any usages of core-js.

  • If core-js isn't used at all, it should be removed from the dependency list.
  • If core-js is used somewhere, it should be upgraded to the newest core-js version.
  • If core-js is only used during development, it should be moved to devDependencies.

FYI: The package was introduced in this commit: 8a2f06b.

@FeBe95 FeBe95 changed the title Upgrade dependency core-js Upgrade/remove dependency core-js Apr 26, 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

No branches or pull requests

1 participant