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 core-js #334

Closed
pierroberto opened this issue Jan 7, 2020 · 7 comments · Fixed by #388
Closed

deprecated core-js #334

pierroberto opened this issue Jan 7, 2020 · 7 comments · Fixed by #388

Comments

@pierroberto
Copy link

Hi Team,

Do you have any plan to upgrade core-js in the next release?
I get this warning:

redux-saga-test-plan > [email protected]: core-js@<3 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3.

Thanks

@jensenbox
Copy link

Is there any chance this can happen? I am using a package that is using this and is throwing a pretty scary warning.

npm WARN deprecated [email protected]: core-js@<3.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. Please, upgrade your dependencies
to the actual version of core-js.

@paulcoyle
Copy link

Any movement on this? There's a greenkeeper PR for this that has been continually updating since March 19 of 2019. Off all the outdated dependencies, this is the one that has real downstream effects on consumers of this library.

@brumik
Copy link

brumik commented Aug 23, 2022

Any idea when is this gonna be released? (Or at least which type of release this will be (fix|feature|breaking change)?

@jp928
Copy link
Collaborator

jp928 commented Sep 4, 2022

@brumik I think core-js has been removed from latest 4.0.5.

@brumik
Copy link

brumik commented Sep 5, 2022

@jp928 When pulling 4.0.5 I am still getting these deps in node_modules/redux-saga-test-plan/package.json

  "dependencies": {
    "core-js": "^2.4.1",
    "fsm-iterator": "^1.1.0",
    "lodash.isequal": "^4.5.0",
    "lodash.ismatch": "^4.4.0",
    "object-assign": "^4.1.0"
  },

@jp928
Copy link
Collaborator

jp928 commented Sep 5, 2022

@brumik thanks for getting back. I will fix this soon.

@brumik
Copy link

brumik commented Dec 14, 2022

@jp928 Are there any news on this?

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.

5 participants