Skip to content

Commit 0b17141

Browse files
authored
Merge branch 'next' into add-animal-color-commerce-id_ID
2 parents 59c614f + f81abc7 commit 0b17141

30 files changed

+953
-457
lines changed

.github/workflows/check-release-pr.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ jobs:
2828
path: playground
2929

3030
- name: Install pnpm
31-
uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
31+
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
3232
with:
3333
package_json_file: faker/package.json
3434

3535
- name: Set node version to 24
36-
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
36+
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
3737
with:
38-
node-version: 24.6.0
38+
node-version: 24.9.0
3939
cache: 'pnpm'
4040
cache-dependency-path: |
4141
faker/pnpm-lock.yaml

.github/workflows/ci.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ jobs:
2929
fetch-depth: 0
3030

3131
- name: Install pnpm
32-
uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
32+
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
3333

3434
- name: Set node version to ${{ matrix.node_version }}
35-
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
35+
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
3636
with:
3737
node-version: ${{ matrix.node_version }}
3838
cache: 'pnpm'
@@ -75,10 +75,10 @@ jobs:
7575
fetch-depth: 0
7676

7777
- name: Install pnpm
78-
uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
78+
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
7979

8080
- name: Set node version to ${{ matrix.node_version }}
81-
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
81+
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
8282
with:
8383
node-version: ${{ matrix.node_version }}
8484
cache: 'pnpm'
@@ -104,7 +104,7 @@ jobs:
104104
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
105105

106106
- name: Install pnpm
107-
uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
107+
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
108108

109109
- name: Install deps
110110
run: pnpm install
@@ -130,12 +130,12 @@ jobs:
130130
fetch-depth: 0
131131

132132
- name: Install pnpm
133-
uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
133+
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
134134

135135
- name: Set node version to 24
136-
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
136+
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
137137
with:
138-
node-version: 24.6.0
138+
node-version: 24.9.0
139139
cache: 'pnpm'
140140

141141
- name: Install deps
@@ -158,12 +158,12 @@ jobs:
158158
fetch-depth: 0
159159

160160
- name: Install pnpm
161-
uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
161+
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
162162

163163
- name: Set node version to 24
164-
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
164+
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
165165
with:
166-
node-version: 24.6.0
166+
node-version: 24.9.0
167167
cache: 'pnpm'
168168

169169
- name: Install deps
@@ -186,12 +186,12 @@ jobs:
186186
fetch-depth: 0
187187

188188
- name: Install pnpm
189-
uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
189+
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
190190

191191
- name: Set node version to 24
192-
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
192+
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
193193
with:
194-
node-version: 24.6.0
194+
node-version: 24.9.0
195195
cache: 'pnpm'
196196

197197
- name: Install deps
@@ -204,7 +204,7 @@ jobs:
204204
run: pnpm vitest run --coverage
205205

206206
- name: Upload coverage to Codecov
207-
uses: codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 # v5.5.0
207+
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
208208
with:
209209
token: ${{ secrets.CODECOV_TOKEN }}
210210
fail_ci_if_error: true

.github/workflows/comment-issue.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
issues: write
1414
steps:
1515
- name: Add Comment For User Interest
16-
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
16+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
1717
with:
1818
script: |
1919
github.rest.issues.createComment({
@@ -49,7 +49,7 @@ jobs:
4949
})
5050
5151
- name: React to Issue
52-
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
52+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
5353
with:
5454
script: |
5555
github.rest.reactions.createForIssue({

.github/workflows/integration-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ jobs:
2121
fetch-depth: 0
2222

2323
- name: Install pnpm
24-
uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
24+
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
2525

2626
- name: Set node version to 24
27-
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
27+
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
2828
with:
29-
node-version: 24.6.0
29+
node-version: 24.9.0
3030
cache: 'pnpm'
3131

3232
- name: Install deps

.github/workflows/pr.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ jobs:
2020
fetch-depth: 0
2121

2222
- name: Install pnpm
23-
uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
23+
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
2424

2525
- name: Set node version to 24
26-
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
26+
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
2727
with:
28-
node-version: 24.6.0
28+
node-version: 24.9.0
2929
cache: 'pnpm'
3030

3131
- name: Install deps

.github/workflows/prepare-release-pr.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ jobs:
3030
token: ${{ secrets.GH_TOKEN }}
3131

3232
- name: Install pnpm
33-
uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
33+
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
3434

3535
- name: Set node version to 24
36-
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
36+
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
3737
with:
38-
node-version: 24.6.0
38+
node-version: 24.9.0
3939
cache: 'pnpm'
4040

4141
- name: Install deps

.github/workflows/publish-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ jobs:
2121
token: ${{ secrets.GH_TOKEN }}
2222

2323
- name: Install pnpm
24-
uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
24+
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
2525

2626
- name: Set node version to 24
27-
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
27+
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
2828
with:
29-
node-version: 24.6.0
29+
node-version: 24.9.0
3030
cache: 'pnpm'
3131

3232
- name: Install deps

.github/workflows/semantic-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
if: ${{ github.event_name != 'merge_group' }}
2323
steps:
2424
- name: Validate PR title
25-
uses: amannn/action-semantic-pull-request@7f33ba792281b034f64e96f4c0b5496782dd3b37 # v6.1.0
25+
uses: amannn/action-semantic-pull-request@48f256284bd46cdaab1048c3721360e808335d50 # v6.1.1
2626
env:
2727
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2828
with:

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
@@ -96,6 +96,7 @@ In this example there are 5 locales. Each of these is checked in order, and the
9696
| `ja` | Japanese | `fakerJA` |
9797
| `ka_GE` | Georgian (Georgia) | `fakerKA_GE` |
9898
| `ko` | Korean | `fakerKO` |
99+
| `ku_ckb` | Kurdish (Sorani) | `fakerKU_ckb` |
99100
| `lv` | Latvian | `fakerLV` |
100101
| `mk` | Macedonian | `fakerMK` |
101102
| `nb_NO` | Norwegian (Norway) | `fakerNB_NO` |

0 commit comments

Comments
 (0)