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

Update Faker to pull from the new @faker-js/faker repository. #210

Closed
codeninja opened this issue Feb 28, 2022 · 4 comments
Closed

Update Faker to pull from the new @faker-js/faker repository. #210

codeninja opened this issue Feb 28, 2022 · 4 comments
Labels

Comments

@codeninja
Copy link

The FakerJS repository was poisoned by the original developer and has been moved to a new fork. Faker should be changed to pull from : https://github.com/faker-js/faker

@harm-less
Copy link

I wanted the exact same thing. Luckily I figured someone had made a fork that included these changes and there was: https://github.com/zackarychapple/typeorm-seeding

You just need to replace your typeorm-seeding package with this one.
We have a big repo and every test has past using this fork.

I can't thank you through a comment/issue at your repo @zackarychapple, so thanks for the effort, you helped me out!

@jorgebodega
Copy link
Collaborator

Hi! There is a pinned issue commenting the problem, no new versions could be deployed (#201) so is completely nosense to do that fix.

I forked the library after being working on it, but you can use the one you prefer.

@harm-less
Copy link

@jorgebodega I tried your fork but I only wanted an update of Faker as otherwise we needed to rewrite a lot of code due to the various API changes. Hence my suggestion in my previous comment.

Is there a published version from your lib with this requirement?

@jorgebodega
Copy link
Collaborator

I don't think there is a version with just that change, following version 2 there are many breaking changes.

But you can still install the package from your side and use it, instead of the one of the library

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants