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 usage of @faker-js/faker #697

Closed
make-github-pseudonymous-again opened this issue Sep 20, 2023 · 0 comments · Fixed by #931
Closed

Update usage of @faker-js/faker #697

make-github-pseudonymous-again opened this issue Sep 20, 2023 · 0 comments · Fixed by #931
Labels
deps This issue has to do with dependencies dx This is about developer experience testing This issue is about testing.

Comments

@make-github-pseudonymous-again
Copy link
Contributor

We currently rely on deprecated properties and methods. The following are logged during non-app tests:

faker.address is deprecated since v8.0 and will be removed in v10.0. Please use faker.location instead.
faker.datatype.number() is deprecated since v8.0 and will be removed in v9.0. Please use faker.number.int() instead.
faker.datatype.uuid() is deprecated since v8.0 and will be removed in v9.0. Please use faker.string.uuid() instead.
faker.date.past(years, refDate) is deprecated since v8.0 and will be removed in v9.0. Please use faker.date.past({ years, refDate }) instead.
faker.name is deprecated since v8.0 and will be removed in v10.0. Please use faker.person instead.
@make-github-pseudonymous-again make-github-pseudonymous-again added testing This issue is about testing. deps This issue has to do with dependencies dx This is about developer experience labels Sep 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deps This issue has to do with dependencies dx This is about developer experience testing This issue is about testing.
Projects
Development

Successfully merging a pull request may close this issue.

1 participant