Skip to content

Commit 44f9de4

Browse files
chore(deps): update all dependencies
1 parent 206e789 commit 44f9de4

File tree

13 files changed

+34
-34
lines changed

13 files changed

+34
-34
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
-cvf ${{ runner.temp }}/workspace.tar .
4646
4747
- name: Upload workspace
48-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
48+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
4949
with:
5050
name: workspace-${{ matrix.node-version }}
5151
path: ${{ runner.temp }}/workspace.tar
@@ -75,7 +75,7 @@ jobs:
7575
${{ runner.os }}-nextjs-${{ hashFiles('pnpm-lock.yaml') }}-
7676
7777
- name: Download built workspace
78-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
78+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
7979
with:
8080
name: workspace-${{ matrix.node-version }}
8181
path: ${{runner.temp}}
@@ -102,7 +102,7 @@ jobs:
102102
with:
103103
node-version: ${{ matrix.node-version }}
104104
- name: Download built workspace
105-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
105+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
106106
with:
107107
name: workspace-${{ matrix.node-version }}
108108
path: ${{runner.temp}}
@@ -134,7 +134,7 @@ jobs:
134134
node-version: ${{ matrix.node-version }}
135135

136136
- name: Download built workspace
137-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
137+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
138138
with:
139139
name: workspace-${{ matrix.node-version }}
140140
path: ${{runner.temp}}
@@ -168,7 +168,7 @@ jobs:
168168
node-version: ${{ matrix.node-version }}
169169

170170
- name: Download built workspace
171-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
171+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
172172
with:
173173
name: workspace-${{ matrix.node-version }}
174174
path: ${{runner.temp}}

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
24.10.0
1+
24.11.0

e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"axios": "^1.12.2",
2323
"express": "^5.1.0",
2424
"koa": "^3.0.3",
25-
"zod": "^3.25.74"
25+
"zod": "^4.0.0"
2626
},
2727
"devDependencies": {
2828
"@jest/globals": "^30.2.0",

integration-tests/typescript-axios/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"tslib": "^2.8.1"
1717
},
1818
"devDependencies": {
19-
"@types/node": "22.16.5",
19+
"@types/node": "24.10.0",
2020
"typescript": "^5.9.3"
2121
}
2222
}

integration-tests/typescript-express/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"express": "^5.1.0",
1616
"joi": "^18.0.1",
1717
"tslib": "^2.8.1",
18-
"zod": "^3.25.74"
18+
"zod": "^4.0.0"
1919
},
2020
"devDependencies": {
2121
"@types/express": "^5.0.3",

integration-tests/typescript-fetch/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"tslib": "^2.8.1"
1717
},
1818
"devDependencies": {
19-
"@types/node": "22.16.5",
19+
"@types/node": "24.10.0",
2020
"typescript": "^5.9.3"
2121
}
2222
}

integration-tests/typescript-koa/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"joi": "^18.0.1",
1616
"koa": "^3.0.3",
1717
"tslib": "^2.8.1",
18-
"zod": "^3.25.74"
18+
"zod": "^4.0.0"
1919
},
2020
"devDependencies": {
2121
"@types/koa": "^3.0.0",

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,16 +39,16 @@
3939
"prepare": "husky"
4040
},
4141
"devDependencies": {
42-
"@biomejs/biome": "2.2.6",
43-
"@biomejs/js-api": "3.0.0",
44-
"@biomejs/wasm-nodejs": "2.2.6",
42+
"@biomejs/biome": "2.3.4",
43+
"@biomejs/js-api": "4.0.0",
44+
"@biomejs/wasm-nodejs": "2.3.4",
4545
"@commander-js/extra-typings": "^14.0.0",
4646
"@jest/reporters": "^30.2.0",
4747
"@swc/core": "^1.13.5",
4848
"@swc/jest": "^0.2.39",
4949
"@tsconfig/node24": "^24.0.1",
5050
"@tsconfig/strictest": "^2.0.6",
51-
"@types/node": "22.16.5",
51+
"@types/node": "24.10.0",
5252
"ajv": "^8.17.1",
5353
"ajv-draft-04": "^1.0.0",
5454
"ajv-formats": "^3.0.1",
@@ -80,5 +80,5 @@
8080
"engines": {
8181
"node": ">=20 <25"
8282
},
83-
"packageManager": "pnpm@10.18.3+sha512.bbd16e6d7286fd7e01f6b3c0b3c932cda2965c06a908328f74663f10a9aea51f1129eea615134bf992831b009eabe167ecb7008b597f40ff9bc75946aadfb08d"
83+
"packageManager": "pnpm@10.21.0"
8484
}

packages/documentation/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,19 +32,19 @@
3232
"lodash": "^4.17.21",
3333
"monaco-editor": "^0.54.0",
3434
"monaco-editor-auto-typings": "^0.4.6",
35-
"next": "15.5.4",
35+
"next": "16.0.1",
3636
"nextra": "^4.6.0",
3737
"nextra-theme-docs": "^4.6.0",
3838
"node-polyfill-webpack-plugin": "^4.1.0",
3939
"react": "19.2.0",
4040
"react-dom": "19.2.0",
4141
"react-hook-form": "^7.65.0",
4242
"tslib": "^2.8.1",
43-
"zod": "^3.25.74"
43+
"zod": "^4.0.0"
4444
},
4545
"devDependencies": {
4646
"@types/lodash": "^4.17.20",
47-
"@types/node": "22.16.5",
47+
"@types/node": "24.10.0",
4848
"@types/react": "^19.2.2",
4949
"@types/react-dom": "^19.2.2",
5050
"gh-pages": "^6.3.0",

packages/openapi-code-generator/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@
5656
"tsx": "^4.20.6"
5757
},
5858
"dependencies": {
59-
"@biomejs/biome": "2.2.6",
60-
"@biomejs/js-api": "3.0.0",
61-
"@biomejs/wasm-nodejs": "2.2.6",
59+
"@biomejs/biome": "2.3.4",
60+
"@biomejs/js-api": "4.0.0",
61+
"@biomejs/wasm-nodejs": "2.3.4",
6262
"@commander-js/extra-typings": "^14.0.0",
6363
"ajv": "^8.17.1",
6464
"ajv-draft-04": "^1.0.0",
@@ -69,19 +69,19 @@
6969
"lodash": "^4.17.21",
7070
"tslib": "^2.8.1",
7171
"typescript": "^5.9.3",
72-
"zod": "^3.25.74"
72+
"zod": "^4.0.0"
7373
},
7474
"peerDependencies": {
7575
"@typespec/compiler": "^1.1.0",
76-
"@typespec/events": "^0.72.1",
76+
"@typespec/events": "^0.75.0",
7777
"@typespec/http": "^1.1.0",
7878
"@typespec/openapi": "^1.1.0",
7979
"@typespec/openapi3": "^1.1.0",
80-
"@typespec/rest": "^0.72.1",
81-
"@typespec/sse": "^0.72.1",
82-
"@typespec/streams": "^0.72.1",
83-
"@typespec/versioning": "^0.72.1",
84-
"@typespec/xml": "^0.72.1"
80+
"@typespec/rest": "^0.75.0",
81+
"@typespec/sse": "^0.75.0",
82+
"@typespec/streams": "^0.75.0",
83+
"@typespec/versioning": "^0.75.0",
84+
"@typespec/xml": "^0.75.0"
8585
},
8686
"peerDependenciesMeta": {
8787
"@typespec/compiler": {

0 commit comments

Comments
 (0)