stoplightio / prism

Turn any OpenAPI2/3 and Postman Collection file into an API server with mocking, transformations and validations.
https://stoplight.io/open-source/prism
Apache License 2.0
4.11k stars 336 forks source link

feat: Update faker version 8. #2543

Closed isso-719 closed 3 weeks ago

isso-719 commented 3 weeks ago

[WIP] feat: Update faker version 8.

Summary

I have upgraded my faker version to 8.1.4. Because of many deprecations.

For example, I currently use the “image.avatar” method at work. But it is a broken link (timedout) with the current v6 system. (e.g. https://cloudflare-ipfs.com/ipfs/Qmd3W5DuhgHirLHGVixi6V76LhCkZUz6pnFt5AJBiyvHye/avatar/934.jpg)

The reason for the “WIP” is that I have finished replacing the original code, but not the documentation.

I would like your approval to proceed as is!

Checklist