-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[deps] Replace faker with @faker-js #201105
Conversation
e986d83
to
5419268
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
logs-shared
changes LGTM, code review only 👌
…02329) ## Summary @markov00 opened PR to [migrate](#201105) from `faker`, but it probably will take extra time and to keep track let's move its ownership to `team:kibana-visualizations` --------- Co-authored-by: Marco Vettorello <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM for the Threat Hunting Investigations team
...ution_logic/indicator_match/trial_license_complete_tier/indicator_match_alert_suppression.ts
Show resolved
Hide resolved
Starting backport for target branches: 8.17, 8.x https://github.com/elastic/kibana/actions/runs/12144804651 |
💔 All backports failed
Manual backportTo create the backport manually run:
Questions ?Please refer to the Backport tool documentation |
## Summary With the [replacement](#201105) of `faker` with `@faker-js` there is no more need of this renovate configuration.
## Summary The `faker` library is[ not maintained anymore](https://fakerjs.dev/about/announcements/2022-01-14.html#i-heard-something-happened-what-s-the-tldr) and is replaced by a community fork `@faker-js`. This PR migrates all the usages of faker to the new library, trying to use the same methods (even if they have slight differences in results like `faker.random.number()` has a max of 99999 where instead `faker.number.int()` have a MAX_SAFE_INTEGER as max).
## Summary With the [replacement](elastic#201105) of `faker` with `@faker-js` there is no more need of this renovate configuration.
## Summary With the [replacement](elastic#201105) of `faker` with `@faker-js` there is no more need of this renovate configuration.
## Summary With the [replacement](elastic#201105) of `faker` with `@faker-js` there is no more need of this renovate configuration.
…astic#202329) ## Summary @markov00 opened PR to [migrate](elastic#201105) from `faker`, but it probably will take extra time and to keep track let's move its ownership to `team:kibana-visualizations` --------- Co-authored-by: Marco Vettorello <[email protected]>
## Summary The `faker` library is[ not maintained anymore](https://fakerjs.dev/about/announcements/2022-01-14.html#i-heard-something-happened-what-s-the-tldr) and is replaced by a community fork `@faker-js`. This PR migrates all the usages of faker to the new library, trying to use the same methods (even if they have slight differences in results like `faker.random.number()` has a max of 99999 where instead `faker.number.int()` have a MAX_SAFE_INTEGER as max).
## Summary With the [replacement](elastic#201105) of `faker` with `@faker-js` there is no more need of this renovate configuration.
…astic#202329) ## Summary @markov00 opened PR to [migrate](elastic#201105) from `faker`, but it probably will take extra time and to keep track let's move its ownership to `team:kibana-visualizations` --------- Co-authored-by: Marco Vettorello <[email protected]>
## Summary The `faker` library is[ not maintained anymore](https://fakerjs.dev/about/announcements/2022-01-14.html#i-heard-something-happened-what-s-the-tldr) and is replaced by a community fork `@faker-js`. This PR migrates all the usages of faker to the new library, trying to use the same methods (even if they have slight differences in results like `faker.random.number()` has a max of 99999 where instead `faker.number.int()` have a MAX_SAFE_INTEGER as max).
## Summary With the [replacement](elastic#201105) of `faker` with `@faker-js` there is no more need of this renovate configuration.
Summary
The
faker
library is not maintained anymore and is replaced by a community fork@faker-js
.This PR migrates all the usages of faker to the new library, trying to use the same methods (even if they have slight differences in results like
faker.random.number()
has a max of 99999 where insteadfaker.number.int()
have a MAX_SAFE_INTEGER as max).