faker
faker copied to clipboard
Generate massive amounts of fake data in the browser and node.js
This PR contains the following updates: | Update | Change | |---|---| | lockFileMaintenance | All locks refreshed | 🔧 This Pull Request updates lock files to use the latest...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@eslint/compat](https://redirect.github.com/eslint/rewrite/tree/main/packages/compat#readme) ([source](https://redirect.github.com/eslint/rewrite/tree/HEAD/packages/compat)) | [`1.2.9` -> `1.3.0`](https://renovatebot.com/diffs/npm/@eslint%2fcompat/1.2.9/1.3.0) | [](https://docs.renovatebot.com/merge-confidence/) |...
While configuring projects at company work, I copied over some huge parts of Faker's structure into the company projects. While doing that, I found out that some parts are not...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [npm-run-all2](https://redirect.github.com/bcomnes/npm-run-all2) | [`7.0.2` -> `8.0.1`](https://renovatebot.com/diffs/npm/npm-run-all2/7.0.2/8.0.1) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/)...
I just go a great idea over night! 💡 What if we just move all `require(*)`-cjs calls into `.spec.cts` files. That way we can more safely use the `require`-nodejs keyword...
### Pre-Checks - [x] Follow our [Code of Conduct](https://github.com/faker-js/faker/blob/next/CODE_OF_CONDUCT.md). - [x] Read the [Contributing Guidelines](https://github.com/faker-js/faker/blob/next/CONTRIBUTING.md). - [x] Read the [docs](https://fakerjs.dev/guide). - [x] Check that there isn't [already an issue](https://github.com/faker-js/faker/issues) that...
This is an experimental PR based on top of #3436 - #3436 it updates the lowest node support to v20 and generates only esm and no cjs however, the cjs...
# Description Follow-on to #2265. - #2265 Normalize the entries in the `phone_number` module definitions - in all locales. No entries have been removed. The changes are sorting only. ##...
### Clear and concise description of the problem There's no Russian localization for "book" module: ```ts // check.js import { fakerRU as faker } from '@faker-js/faker' const data = faker.book.author()...