Skip to content

Commit

Permalink
Merge branch 'main' into improve-bundling
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinigami92 authored Jun 23, 2022
2 parents 5f59f76 + f943b78 commit 85aa353
Show file tree
Hide file tree
Showing 78 changed files with 3,658 additions and 2,351 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [7.3.0](https://github.com/faker-js/faker/compare/v7.2.0...v7.3.0) (2022-06-20)

### New & Noteworthy

* Webpack v4 should now be supported 🚀


### Features

* add abbreviations to `hacker.abbreviation()` in the `en` locale ([#1086](https://github.com/faker-js/faker/issues/1086)) ([c5d8934](https://github.com/faker-js/faker/commit/c5d893401be7b9cdf3e54930df0681ea9f43be06))
* improve norwegian translations ([#1042](https://github.com/faker-js/faker/issues/1042)) ([e071c78](https://github.com/faker-js/faker/commit/e071c78df7a40813228aeed0ad54f10471289b3f))
* throw error on unknown locale ([#1071](https://github.com/faker-js/faker/issues/1071)) ([5ea8252](https://github.com/faker-js/faker/commit/5ea8252f727e2e577c2adca9650ac8f24a171632))


### Bug Fixes

* lower target to support Webpack 4 ([#1085](https://github.com/faker-js/faker/issues/1085)) ([080e51d](https://github.com/faker-js/faker/commit/080e51d19afc5c426b804f6afbd44333bbd0d1c9))

## [7.2.0](https://github.com/faker-js/faker/compare/v7.0.1...v7.2.0) (2022-06-06)


Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@
- 🧍 Names - Generate virtual humans with a complete online and offline identity.
- 🔢 Numbers - Of course, we can also generate random numbers and strings.

> **Note**: Faker tries to generate realistic data and not obvious fake data.
> The generated names, addresses, emails, phone numbers, and/or other data might be coincidentally valid information.
> Please do not send any of your messages/calls to them from your test setup.
## 📦 Install

```bash
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@faker-js/faker",
"version": "7.2.0",
"version": "7.3.0",
"description": "Generate massive amounts of fake contextual data",
"keywords": [
"faker",
Expand Down Expand Up @@ -100,18 +100,18 @@
"@types/react": "~18.0.14",
"@types/sanitize-html": "~2.6.2",
"@types/validator": "~13.7.3",
"@typescript-eslint/eslint-plugin": "~5.28.0",
"@typescript-eslint/parser": "~5.28.0",
"@typescript-eslint/eslint-plugin": "~5.29.0",
"@typescript-eslint/parser": "~5.29.0",
"@vitest/ui": "~0.15.1",
"c8": "~7.11.3",
"conventional-changelog-cli": "~2.2.2",
"cypress": "~10.1.0",
"esbuild": "~0.14.45",
"eslint": "~8.17.0",
"cypress": "~10.2.0",
"esbuild": "~0.14.47",
"eslint": "~8.18.0",
"eslint-config-prettier": "~8.5.0",
"eslint-define-config": "~1.5.1",
"eslint-gitignore": "~0.1.0",
"eslint-plugin-jsdoc": "~39.3.2",
"eslint-plugin-jsdoc": "~39.3.3",
"eslint-plugin-prettier": "~4.0.0",
"glob": "~8.0.3",
"lint-staged": "~13.0.2",
Expand All @@ -126,7 +126,7 @@
"sanitize-html": "~2.7.0",
"simple-git-hooks": "~2.8.0",
"standard-version": "~9.5.0",
"tsx": "~3.4.3",
"tsx": "~3.5.0",
"typedoc": "~0.22.17",
"typedoc-plugin-missing-exports": "~0.22.6",
"typescript": "~4.7.4",
Expand All @@ -135,7 +135,7 @@
"vitepress": "~0.22.4",
"vitest": "~0.15.1"
},
"packageManager": "pnpm@7.2.1",
"packageManager": "pnpm@7.3.0",
"engines": {
"node": ">=14.0.0",
"npm": ">=6.0.0"
Expand Down
Loading

0 comments on commit 85aa353

Please sign in to comment.