Skip to content

Commit 97b05e4

Browse files
fix(deps): update all non-major dependencies
1 parent 00e14ba commit 97b05e4

File tree

18 files changed

+2572
-2832
lines changed

18 files changed

+2572
-2832
lines changed

.github/workflows/changesets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Setup pnpm
3232
uses: pnpm/action-setup@v2
3333
with:
34-
version: 9
34+
version: 9.15.9
3535

3636
- name: Install Dependencies
3737
run: pnpm install --frozen-lockfile

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Install pnpm
2525
uses: pnpm/action-setup@v2
2626
with:
27-
version: 10.9.0
27+
version: 10.20.0
2828
run_install: true
2929

3030
- name: Run tests

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Install pnpm
2424
uses: pnpm/action-setup@v2
2525
with:
26-
version: 10
26+
version: 10.20.0
2727
run_install: false
2828

2929
- name: Use Node.js

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Install pnpm
2222
uses: pnpm/action-setup@v2
2323
with:
24-
version: 10.9.0
24+
version: 10.20.0
2525
run_install: true
2626

2727
- run: pnpm dlx pkg-pr-new publish ./packages/adapter/* ./packages/cli/* ./packages/core/* ./packages/server/* ./packages/unioc

fixtures/midway-koa/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -25,24 +25,24 @@
2525
"build:midway": "mwtsc --cleanOutDir"
2626
},
2727
"dependencies": {
28-
"@midwayjs/bootstrap": "^3.20.4",
29-
"@midwayjs/core": "^3.20.4",
30-
"@midwayjs/info": "^3.20.5",
31-
"@midwayjs/koa": "^3.20.5",
28+
"@midwayjs/bootstrap": "^3.20.11",
29+
"@midwayjs/core": "^3.20.11",
30+
"@midwayjs/info": "^3.20.16",
31+
"@midwayjs/koa": "^3.20.16",
3232
"@midwayjs/logger": "^3.4.2",
33-
"@midwayjs/validate": "^3.20.5",
33+
"@midwayjs/validate": "^3.20.16",
3434
"@unioc/adapter-midway": "workspace:*",
3535
"unioc": "workspace:*"
3636
},
3737
"devDependencies": {
38-
"@midwayjs/mock": "^3.20.4",
38+
"@midwayjs/mock": "^3.20.11",
3939
"@types/jest": "^29.5.14",
40-
"@types/node": "22.15.2",
40+
"@types/node": "22.18.13",
4141
"cross-env": "^7.0.3",
4242
"jest": "^29.7.0",
4343
"mwts": "^1.3.0",
44-
"mwtsc": "^1.15.1",
45-
"ts-jest": "^29.3.2",
46-
"typescript": "~5.8.3"
44+
"mwtsc": "^1.15.2",
45+
"ts-jest": "^29.4.5",
46+
"typescript": "~5.9.3"
4747
}
4848
}

fixtures/nestjs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"dev": "tsdown --watch"
77
},
88
"devDependencies": {
9-
"@nestjs/common": "^11.1.0",
10-
"@types/express": "^5.0.1",
9+
"@nestjs/common": "^11.1.8",
10+
"@types/express": "^5.0.5",
1111
"express": "^5.1.0",
1212
"rxjs": "^7.8.2",
1313
"unioc": "workspace:*"

fixtures/reflector/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
"devDependencies": {
99
"nodemon": "^3.1.10",
1010
"vite": "^6.3.3",
11-
"vite-plugin-inspect": "^11.0.1"
11+
"vite-plugin-inspect": "^11.3.3"
1212
}
1313
}

packages/adapter/adapter-midway/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,13 +97,13 @@
9797
"access": "public"
9898
},
9999
"dependencies": {
100-
"@midwayjs/core": "^3.20.4",
101-
"@rollup/pluginutils": "^5.1.4",
100+
"@midwayjs/core": "^3.20.11",
101+
"@rollup/pluginutils": "^5.3.0",
102102
"@unioc/core": "workspace:*",
103103
"@unioc/decorator": "workspace:*",
104104
"@unioc/meta": "workspace:*",
105105
"@unioc/shared": "workspace:*",
106106
"@unioc/web": "workspace:*",
107-
"unplugin": "^2.3.2"
107+
"unplugin": "^2.3.10"
108108
}
109109
}

packages/adapter/adapter-nestjs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,13 @@
5353
}
5454
},
5555
"dependencies": {
56-
"@nestjs/common": "^11.1.0",
56+
"@nestjs/common": "^11.1.8",
5757
"@unioc/core": "workspace:*",
5858
"@unioc/decorator": "workspace:*",
5959
"@unioc/meta": "workspace:*",
6060
"@unioc/shared": "workspace:*",
6161
"@unioc/web": "workspace:*",
62-
"path-to-regexp": "^8.2.0",
62+
"path-to-regexp": "^8.3.0",
6363
"rxjs": "^7.8.2"
6464
}
6565
}

packages/cli/create-unioc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@
4343
"@types/minimist": "^1.2.5",
4444
"@unioc/commander": "workspace:*",
4545
"minimist": "^1.2.8",
46-
"plop": "^4.0.1"
46+
"plop": "^4.0.4"
4747
}
4848
}

0 commit comments

Comments
 (0)