Skip to content

Commit 46b6585

Browse files
authored
chore(release): 8.0.0 (#2150)
1 parent ca9610c commit 46b6585

File tree

3 files changed

+119
-111
lines changed

3 files changed

+119
-111
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

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

5+
## [8.0.0](https://github.com/faker-js/faker/compare/v8.0.0-beta.1...v8.0.0) (2023-05-11)
6+
7+
8+
### Bug Fixes
9+
10+
* **docs:** fix faker v7 code example for locale migration ([#2125](https://github.com/faker-js/faker/issues/2125)) ([b570461](https://github.com/faker-js/faker/commit/b57046190754b651842dba14170730f3f7ebd8b5))
11+
* **locales:** add real cities for zu_ZA and af_ZA, update en_ZA city list ([#2141](https://github.com/faker-js/faker/issues/2141)) ([ee8c97c](https://github.com/faker-js/faker/commit/ee8c97cf6e80025707d5cf458981a14be06406ed))
12+
513
## [8.0.0-beta.1](https://github.com/faker-js/faker/compare/v8.0.0-beta.0...v8.0.0-beta.1) (2023-05-06)
614

715

package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@faker-js/faker",
3-
"version": "8.0.0-beta.1",
3+
"version": "8.0.0",
44
"description": "Generate massive amounts of fake contextual data",
55
"keywords": [
66
"faker",
@@ -96,30 +96,30 @@
9696
"@algolia/client-search": "~4.17.0",
9797
"@types/glob": "~8.1.0",
9898
"@types/markdown-it": "~12.2.3",
99-
"@types/node": "~18.16.5",
99+
"@types/node": "~20.1.2",
100100
"@types/prettier": "~2.7.2",
101101
"@types/react": "~18.2.6",
102102
"@types/sanitize-html": "~2.9.0",
103-
"@types/semver": "~7.3.13",
104-
"@types/validator": "~13.7.16",
105-
"@typescript-eslint/eslint-plugin": "~5.59.2",
106-
"@typescript-eslint/parser": "~5.59.2",
103+
"@types/semver": "~7.5.0",
104+
"@types/validator": "~13.7.17",
105+
"@typescript-eslint/eslint-plugin": "~5.59.5",
106+
"@typescript-eslint/parser": "~5.59.5",
107107
"@vitest/coverage-c8": "~0.31.0",
108108
"@vitest/ui": "~0.31.0",
109109
"@vueuse/core": "~10.1.2",
110110
"c8": "~7.13.0",
111111
"conventional-changelog-cli": "~2.2.2",
112-
"cypress": "~12.11.0",
112+
"cypress": "~12.12.0",
113113
"esbuild": "~0.17.18",
114114
"eslint": "~8.40.0",
115115
"eslint-config-prettier": "~8.8.0",
116116
"eslint-define-config": "~1.20.0",
117117
"eslint-gitignore": "~0.1.0",
118118
"eslint-plugin-deprecation": "~1.4.1",
119-
"eslint-plugin-jsdoc": "~44.0.0",
119+
"eslint-plugin-jsdoc": "~44.1.0",
120120
"eslint-plugin-prettier": "~4.2.1",
121121
"eslint-plugin-vitest": "~0.2.2",
122-
"glob": "~10.2.2",
122+
"glob": "~10.2.3",
123123
"npm-run-all": "~4.1.5",
124124
"picocolors": "~1.0.0",
125125
"prettier": "2.8.8",
@@ -139,7 +139,7 @@
139139
"vitest": "~0.31.0",
140140
"vue": "~3.2.47"
141141
},
142-
"packageManager": "pnpm@8.4.0",
142+
"packageManager": "pnpm@8.5.0",
143143
"engines": {
144144
"node": "^14.17.0 || ^16.13.0 || >=18.0.0",
145145
"npm": ">=6.14.13"

0 commit comments

Comments
 (0)