faker icon indicating copy to clipboard operation
faker copied to clipboard

Generate massive amounts of fake data in the browser and node.js

Results 367 faker issues
Sort by recently updated
recently updated
newest added

This PR contains the following updates: | Update | Change | |---|---| | lockFileMaintenance | All locks refreshed | 🔧 This Pull Request updates lock files to use the latest...

p: 1-normal
c: dependencies

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) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@eslint%2fcompat/1.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

p: 1-normal
c: dependencies

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...

c: infra

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) | [![age](https://developer.mend.io/api/mc/badges/age/npm/npm-run-all2/8.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/npm-run-all2/8.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

s: on hold
p: 1-normal
c: dependencies

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...

p: 1-normal
c: test

### 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...

c: bug
good first issue
help wanted
c: locale
m: word

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...

do NOT merge yet
breaking change

# 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. ##...

p: 1-normal
c: refactor
c: locale
m: phone

### 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()...

c: feature
c: locale