Skip to content

Commit 4ac3e83

Browse files
Merge branch 'next' into remove-hu-words
2 parents 86b0521 + 4a8c7ee commit 4ac3e83

File tree

11 files changed

+45
-113
lines changed

11 files changed

+45
-113
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ jobs:
1717

1818
steps:
1919
- name: Checkout faker
20-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
20+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
2121
with:
2222
path: faker
2323

2424
- name: Checkout playground
25-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
25+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
2626
with:
2727
repository: faker-js/playground
2828
path: playground
@@ -35,7 +35,7 @@ jobs:
3535
- name: Set node version to 24
3636
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
3737
with:
38-
node-version: 24.9.0
38+
node-version: 24.11.1
3939
cache: 'pnpm'
4040
cache-dependency-path: |
4141
faker/pnpm-lock.yaml

.github/workflows/ci.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
name: 'Build & Unit Test: node-${{ matrix.node_version }}, ${{ matrix.os }}'
2424
steps:
2525
- name: Checkout
26-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
26+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
2727
with:
2828
# Required for docs/versions tests
2929
fetch-depth: 0
@@ -69,7 +69,7 @@ jobs:
6969
run: date
7070

7171
- name: Checkout
72-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
72+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
7373
with:
7474
# Required for docs/versions tests
7575
fetch-depth: 0
@@ -95,13 +95,13 @@ jobs:
9595
e2e-test:
9696
runs-on: ubuntu-latest
9797
container:
98-
image: cypress/browsers:24.0.0@sha256:fe122441daa9ac524d5ea50da485f240fd2f037b3352fc4dfafe561cfc65cb18
98+
image: cypress/browsers:24.11.1@sha256:ff79e75249941c52c301821a7979db306e2659aa2d6038428bcf77c6f5f125e1
9999
options: --user 1001
100100
timeout-minutes: 10
101101
name: 'E2E Doc Test: node-24, ubuntu-latest'
102102
steps:
103103
- name: Checkout
104-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
104+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
105105

106106
- name: Install pnpm
107107
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
@@ -125,7 +125,7 @@ jobs:
125125
name: 'Lint: node-24, ubuntu-latest'
126126
steps:
127127
- name: Checkout
128-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
128+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
129129
with:
130130
fetch-depth: 0
131131

@@ -135,7 +135,7 @@ jobs:
135135
- name: Set node version to 24
136136
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
137137
with:
138-
node-version: 24.9.0
138+
node-version: 24.11.1
139139
cache: 'pnpm'
140140

141141
- name: Install deps
@@ -153,7 +153,7 @@ jobs:
153153
name: 'TS-Check: node-24, ubuntu-latest'
154154
steps:
155155
- name: Checkout
156-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
156+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
157157
with:
158158
fetch-depth: 0
159159

@@ -163,7 +163,7 @@ jobs:
163163
- name: Set node version to 24
164164
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
165165
with:
166-
node-version: 24.9.0
166+
node-version: 24.11.1
167167
cache: 'pnpm'
168168

169169
- name: Install deps
@@ -181,7 +181,7 @@ jobs:
181181
name: 'Codecov: node-24, ubuntu-latest'
182182
steps:
183183
- name: Checkout
184-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
184+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
185185
with:
186186
fetch-depth: 0
187187

@@ -191,7 +191,7 @@ jobs:
191191
- name: Set node version to 24
192192
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
193193
with:
194-
node-version: 24.9.0
194+
node-version: 24.11.1
195195
cache: 'pnpm'
196196

197197
- name: Install deps

.github/workflows/draft-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
steps:
2323
- name: Checkout
24-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
24+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
2525
with:
2626
fetch-depth: 0 # we need the tags and the commit history for the gh release create command
2727
ref: ${{ github.event.pull_request.base.ref }}

.github/workflows/integration-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
19+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
2020
with:
2121
fetch-depth: 0
2222

@@ -26,7 +26,7 @@ jobs:
2626
- name: Set node version to 24
2727
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
2828
with:
29-
node-version: 24.9.0
29+
node-version: 24.11.1
3030
cache: 'pnpm'
3131

3232
- name: Install deps

.github/workflows/pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
name: 'Check Code Generation: node-24, ubuntu-latest'
1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
18+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
1919
with:
2020
fetch-depth: 0
2121

@@ -25,7 +25,7 @@ jobs:
2525
- name: Set node version to 24
2626
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
2727
with:
28-
node-version: 24.9.0
28+
node-version: 24.11.1
2929
cache: 'pnpm'
3030

3131
- name: Install deps

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
steps:
2626
- name: Checkout
27-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
27+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
2828
with:
2929
fetch-depth: 0
3030
token: ${{ secrets.GH_TOKEN }}
@@ -35,7 +35,7 @@ jobs:
3535
- name: Set node version to 24
3636
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
3737
with:
38-
node-version: 24.9.0
38+
node-version: 24.11.1
3939
cache: 'pnpm'
4040

4141
- name: Install deps

.github/workflows/publish-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
18+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
1919
with:
2020
fetch-depth: 0 # we want to push the release branch later
2121
token: ${{ secrets.GH_TOKEN }}
@@ -26,7 +26,7 @@ jobs:
2626
- name: Set node version to 24
2727
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
2828
with:
29-
node-version: 24.9.0
29+
node-version: 24.11.1
3030
cache: 'pnpm'
3131

3232
- name: Install deps

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
"eslint-plugin-unicorn": "60.0.0",
120120
"jiti": "2.6.1",
121121
"npm-run-all2": "8.0.4",
122-
"prettier": "3.6.2",
122+
"prettier": "3.7.3",
123123
"prettier-plugin-organize-imports": "4.3.0",
124124
"prettier-plugin-pkg": "0.21.2",
125125
"sanitize-html": "2.17.0",
@@ -129,13 +129,13 @@
129129
"tsx": "4.20.6",
130130
"typescript": "5.9.3",
131131
"typescript-eslint": "8.46.0",
132-
"validator": "13.15.20",
132+
"validator": "13.15.22",
133133
"vitepress": "1.6.4",
134134
"vitest": "3.2.4",
135135
"vue": "3.5.22",
136136
"vue-tsc": "3.1.1"
137137
},
138-
"packageManager": "pnpm@10.18.1",
138+
"packageManager": "pnpm@10.24.0",
139139
"engines": {
140140
"node": "^20.19.0 || ^22.13.0 || ^23.5.0 || >=24.0.0",
141141
"npm": ">=10"

pnpm-lock.yaml

Lines changed: 19 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)