Skip to content

Commit 8481f18

Browse files
authored
chore: bump deps (#462)
1 parent a817982 commit 8481f18

16 files changed

Lines changed: 1576 additions & 1305 deletions

File tree

e2e/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,18 @@
1919
"@nahkies/typescript-express-runtime": "workspace:*",
2020
"@nahkies/typescript-fetch-runtime": "workspace:*",
2121
"@nahkies/typescript-koa-runtime": "workspace:*",
22-
"axios": "^1.15.2",
22+
"axios": "^1.16.0",
2323
"express": "^5.2.1",
2424
"koa": "^3.2.0",
2525
"zod": "^3.25.76"
2626
},
2727
"devDependencies": {
28-
"@jest/globals": "^30.3.0",
28+
"@jest/globals": "^30.4.1",
2929
"@nahkies/openapi-code-generator": "workspace:*",
3030
"@types/express": "^5.0.6",
3131
"@types/koa": "^3.0.2",
32-
"expect": "^30.3.0",
33-
"jest": "^30.3.0",
32+
"expect": "^30.4.1",
33+
"jest": "^30.4.2",
3434
"typescript": "^6.0.3"
3535
}
3636
}

integration-tests/typescript-angular/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,19 @@
1010
},
1111
"private": true,
1212
"dependencies": {
13-
"@angular/common": "^21.2.11",
14-
"@angular/compiler": "^21.2.11",
15-
"@angular/core": "^21.2.11",
16-
"@angular/forms": "^21.2.11",
17-
"@angular/platform-browser": "^21.2.11",
18-
"@angular/router": "^21.2.11",
13+
"@angular/common": "^21.2.12",
14+
"@angular/compiler": "^21.2.12",
15+
"@angular/core": "^21.2.12",
16+
"@angular/forms": "^21.2.12",
17+
"@angular/platform-browser": "^21.2.12",
18+
"@angular/router": "^21.2.12",
1919
"rxjs": "~7.8.2",
2020
"tslib": "^2.8.1"
2121
},
2222
"devDependencies": {
23-
"@angular/build": "^21.2.9",
24-
"@angular/cli": "^21.2.9",
25-
"@angular/compiler-cli": "^21.2.11",
23+
"@angular/build": "^21.2.10",
24+
"@angular/cli": "^21.2.10",
25+
"@angular/compiler-cli": "^21.2.12",
2626
"typescript": "^6.0.3"
2727
}
2828
}

integration-tests/typescript-axios/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
},
1212
"dependencies": {
1313
"@nahkies/typescript-axios-runtime": "workspace:*",
14-
"axios": "^1.15.2",
14+
"axios": "^1.16.0",
1515
"dotenv": "^17.4.2",
1616
"tslib": "^2.8.1"
1717
},
1818
"devDependencies": {
1919
"@types/node": "^22.19.17",
20-
"@typescript/native-preview": "7.0.0-dev.20260502.1"
20+
"@typescript/native-preview": "7.0.0-dev.20260508.1"
2121
}
2222
}

integration-tests/typescript-express/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
"dependencies": {
1414
"@nahkies/typescript-express-runtime": "workspace:*",
1515
"express": "^5.2.1",
16-
"joi": "^18.1.2",
16+
"joi": "^18.2.1",
1717
"tslib": "^2.8.1",
1818
"zod": "^3.25.76"
1919
},
2020
"devDependencies": {
2121
"@types/express": "^5.0.6",
22-
"@typescript/native-preview": "7.0.0-dev.20260502.1"
22+
"@typescript/native-preview": "7.0.0-dev.20260508.1"
2323
}
2424
}

integration-tests/typescript-fetch/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
},
1818
"devDependencies": {
1919
"@types/node": "^22.19.17",
20-
"@typescript/native-preview": "7.0.0-dev.20260502.1"
20+
"@typescript/native-preview": "7.0.0-dev.20260508.1"
2121
}
2222
}

integration-tests/typescript-koa/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
"dependencies": {
1313
"@koa/router": "^15.5.0",
1414
"@nahkies/typescript-koa-runtime": "workspace:*",
15-
"joi": "^18.1.2",
15+
"joi": "^18.2.1",
1616
"koa": "^3.2.0",
1717
"tslib": "^2.8.1",
1818
"zod": "^3.25.76"
1919
},
2020
"devDependencies": {
2121
"@types/koa": "^3.0.2",
22-
"@typescript/native-preview": "7.0.0-dev.20260502.1"
22+
"@typescript/native-preview": "7.0.0-dev.20260508.1"
2323
}
2424
}

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
4444
"@biomejs/js-api": "4.0.0",
4545
"@biomejs/wasm-nodejs": "2.4.14",
4646
"@commander-js/extra-typings": "^14.0.0",
47-
"@jest/reporters": "^30.3.0",
48-
"@swc/core": "^1.15.32",
47+
"@jest/reporters": "^30.4.1",
48+
"@swc/core": "^1.15.33",
4949
"@swc/jest": "^0.2.39",
5050
"@tsconfig/node24": "^24.0.4",
5151
"@tsconfig/strictest": "^2.0.8",
@@ -55,12 +55,12 @@
5555
"ajv-formats": "^3.0.1",
5656
"commander": "^14.0.3",
5757
"husky": "^9.1.7",
58-
"jest": "^30.3.0",
58+
"jest": "^30.4.2",
5959
"json5": "^2.2.3",
6060
"lerna": "^9.0.7",
61-
"lint-staged": "^16.4.0",
61+
"lint-staged": "^17.0.3",
6262
"prettier": "^3.8.3",
63-
"publint": "^0.3.18",
63+
"publint": "^0.3.20",
6464
"remark": "^15.0.1",
6565
"remark-toc": "^9.0.0",
6666
"typescript": "^6.0.3"

packages/documentation/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@
3131
"lodash": "^4.18.1",
3232
"monaco-editor": "^0.55.1",
3333
"monaco-editor-auto-typings": "^0.4.6",
34-
"next": "^16.2.4",
34+
"next": "^16.2.6",
3535
"nextra": "^4.6.1",
3636
"nextra-theme-docs": "^4.6.1",
37-
"react": "19.2.5",
38-
"react-dom": "19.2.5",
37+
"react": "19.2.6",
38+
"react-dom": "19.2.6",
3939
"react-hook-form": "^7.75.0",
4040
"tslib": "^2.8.1",
4141
"zod": "^3.25.76"

packages/openapi-code-generator/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"@azure-tools/typespec-azure-core": "0.67.1",
6767
"@azure-tools/typespec-azure-resource-manager": "0.67.1",
6868
"@azure-tools/typespec-client-generator-core": "0.67.4",
69-
"@jest/globals": "^30.3.0",
69+
"@jest/globals": "^30.4.1",
7070
"@nahkies/typescript-common-runtime": "workspace:^",
7171
"@types/js-yaml": "^4.0.9",
7272
"@types/lodash": "^4.17.24",
@@ -80,8 +80,8 @@
8080
"@typespec/streams": "0.81.0",
8181
"@typespec/versioning": "0.81.0",
8282
"@typespec/xml": "0.81.0",
83-
"joi": "^18.1.2",
84-
"tsdown": "^0.21.10",
83+
"joi": "^18.2.1",
84+
"tsdown": "^0.22.0",
8585
"tsx": "^4.21.0"
8686
},
8787
"dependencies": {

packages/typescript-axios-runtime/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@
4242
"axios": "^1.15.2"
4343
},
4444
"devDependencies": {
45-
"@jest/globals": "^30.3.0",
45+
"@jest/globals": "^30.4.1",
4646
"@nahkies/typescript-common-runtime": "workspace:^",
47-
"axios": "^1.15.2",
48-
"jest": "^30.3.0",
49-
"tsdown": "^0.21.10",
47+
"axios": "^1.16.0",
48+
"jest": "^30.4.2",
49+
"tsdown": "^0.22.0",
5050
"typescript": "^6.0.3"
5151
},
5252
"files": [

0 commit comments

Comments
 (0)