faker
faker copied to clipboard
Generate massive amounts of fake data in the browser and node.js
This PR moves the usage section from 'Getting started' in it's own page.
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [cypress](https://togithub.com/cypress-io/cypress) | [`~10.7.0` -> `~10.8.0`](https://renovatebot.com/diffs/npm/cypress/10.7.0/10.8.0) | [](https://docs.renovatebot.com/merge-confidence/)...
Currently the [usage](https://fakerjs.dev/guide/#usage) section takes too much space from the getting started page We would like to move, improve and maybe restructure it There should be also its own usage...
We would like to have a separate page in the docs that provides examples how faker can be used to craft custom objects We already have such an example in...
### Pre-Checks - [X] Follow our [Code of Conduct](https://github.com/faker-js/faker/blob/main/CODE_OF_CONDUCT.md). - [X] Read the [Contributing Guidelines](https://github.com/faker-js/faker/blob/main/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 PR introduces configuration for our CHANGELOG file according to the [`standard-version` package](https://github.com/conventional-changelog/standard-version#configuration). You can see what commands would be run, without committing to git or updating files by using...
### Clear and concise description of the problem Currently we have the name of a locale only available at compile time or need to access them e.g. via `Object.keys(faker.locales)` But...
This issue represents a todo from our codebase: https://github.com/faker-js/faker/blob/5ae93a7f51d48b2f2f4999f5cfbd2b4a4a5bb272/src/modules/helpers/index.ts#L244-L245 Currently, it is possible to generate a random number in a string with the `regexpStyleStringParse` functions. For example `faker.helpers.regexpStyleStringParse('[500-15000]')` will return...