Skip to content

Commit ba738ee

Browse files
committed
Merge branch 'next' into mazyar-kawa02/next
# Conflicts: # docs/guide/localization.md # test/__snapshots__/locale-data.spec.ts.snap
2 parents 1815412 + 3dbcbe1 commit ba738ee

91 files changed

Lines changed: 13720 additions & 357 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
44

5+
## [10.1.0](https://github.com/faker-js/faker/compare/v10.0.0...v10.1.0) (2025-10-14)
6+
7+
8+
### New Locales
9+
10+
* **locale:** Add ku_ckb locale ([#3441](https://github.com/faker-js/faker/issues/3441)) ([9de894a](https://github.com/faker-js/faker/commit/9de894a638e040ec7d9511a8ca0d2db44def6ed5))
11+
* **locale:** add Russian localization for book module ([#3628](https://github.com/faker-js/faker/issues/3628)) ([428ff33](https://github.com/faker-js/faker/commit/428ff3328b4c4b13ec29d646eea7c4ea98522323))
12+
13+
14+
### Bug Fixes
15+
16+
* **locale:** fix the Spring Airlines IATA Code ([#3612](https://github.com/faker-js/faker/issues/3612)) ([b547045](https://github.com/faker-js/faker/commit/b547045a55a86f327940852ce8b8df3c3a656109))
17+
518
## [10.0.0](https://github.com/faker-js/faker/compare/v10.0.0-beta.0...v10.0.0) (2025-08-21)
619

720

docs/guide/localization.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ In this example there are 5 locales. Each of these is checked in order, and the
111111
| `ro_MD` | Romanian (Moldova) | `fakerRO_MD` |
112112
| `ru` | Russian | `fakerRU` |
113113
| `sk` | Slovak | `fakerSK` |
114+
| `sl_SI` | Slovenian (Slovenia) | `fakerSL_SI` |
114115
| `sr_RS_latin` | Serbian (Serbia, Latin) | `fakerSR_RS_latin` |
115116
| `sv` | Swedish | `fakerSV` |
116117
| `ta_IN` | Tamil (India) | `fakerTA_IN` |

docs/guide/usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ const randomEmail = faker.internet.email(); // Tomasa_Ferry14@hotmail.com
7979
```
8080

8181
::: info Note
82-
It is highly recommended to use version tags when importing libraries in Deno, e.g: `import { faker } from "https://esm.sh/@faker-js/faker@v10.0.0"`.
82+
It is highly recommended to use version tags when importing libraries in Deno, e.g: `import { faker } from "https://esm.sh/@faker-js/faker@v10.1.0"`.
8383
:::
8484

8585
### Alternative CDN links

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@faker-js/faker",
3-
"version": "10.0.0",
3+
"version": "10.1.0",
44
"description": "Generate massive amounts of fake contextual data",
55
"scripts": {
66
"clean": "git clean -fdx --exclude _local",
@@ -101,39 +101,39 @@
101101
"@eslint/compat": "1.4.0",
102102
"@eslint/js": "9.37.0",
103103
"@stylistic/eslint-plugin": "5.4.0",
104-
"@types/node": "22.17.2",
104+
"@types/node": "22.18.10",
105105
"@types/sanitize-html": "2.16.0",
106-
"@types/semver": "7.7.0",
107-
"@types/validator": "13.15.2",
106+
"@types/semver": "7.7.1",
107+
"@types/validator": "13.15.3",
108108
"@vitest/coverage-v8": "3.2.4",
109-
"@vitest/eslint-plugin": "1.3.4",
109+
"@vitest/eslint-plugin": "1.3.20",
110110
"@vitest/ui": "3.2.4",
111-
"@vueuse/core": "13.7.0",
112-
"commit-and-tag-version": "12.5.2",
113-
"cypress": "15.0.0",
111+
"@vueuse/core": "13.9.0",
112+
"commit-and-tag-version": "12.6.0",
113+
"cypress": "15.4.0",
114114
"eslint": "9.37.0",
115115
"eslint-config-prettier": "10.1.8",
116116
"eslint-plugin-file-progress": "3.0.2",
117117
"eslint-plugin-jsdoc": "54.7.0",
118118
"eslint-plugin-prettier": "5.5.4",
119119
"eslint-plugin-unicorn": "60.0.0",
120-
"jiti": "2.5.1",
120+
"jiti": "2.6.1",
121121
"npm-run-all2": "8.0.4",
122122
"prettier": "3.6.2",
123-
"prettier-plugin-organize-imports": "4.2.0",
123+
"prettier-plugin-organize-imports": "4.3.0",
124124
"prettier-plugin-pkg": "0.21.2",
125125
"sanitize-html": "2.17.0",
126-
"semver": "7.7.2",
126+
"semver": "7.7.3",
127127
"ts-morph": "27.0.0",
128128
"tsup": "8.5.0",
129-
"tsx": "4.20.4",
129+
"tsx": "4.20.6",
130130
"typescript": "5.9.3",
131131
"typescript-eslint": "8.46.0",
132132
"validator": "13.15.15",
133133
"vitepress": "1.6.4",
134134
"vitest": "3.2.4",
135-
"vue": "3.5.19",
136-
"vue-tsc": "3.0.6"
135+
"vue": "3.5.22",
136+
"vue-tsc": "3.1.1"
137137
},
138138
"packageManager": "pnpm@10.18.1",
139139
"engines": {

0 commit comments

Comments
 (0)