Skip to content

Commit 631b912

Browse files
fix(deps): update all non-major dependencies
1 parent c4cc549 commit 631b912

10 files changed

Lines changed: 1718 additions & 2212 deletions

File tree

.github/workflows/test-libvirt.yml

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

2929
- uses: actions/setup-python@v5
3030
with:
31-
python-version: "3.13.6"
31+
python-version: "3.13.7"
3232

3333
- name: Cache APT Packages
3434
uses: awalsh128/cache-apt-pkgs-action@v1.5.3
@@ -44,7 +44,7 @@ jobs:
4444
- name: Install pnpm
4545
uses: pnpm/action-setup@v4
4646
with:
47-
version: 10.14.0
47+
version: 10.15.0
4848
run_install: false
4949

5050
- name: Get pnpm store directory

api/package.json

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"author": "Lime Technology, Inc. <unraid.net>",
1111
"license": "GPL-2.0-or-later",
1212
"engines": {
13-
"pnpm": "10.14.0"
13+
"pnpm": "10.15.0"
1414
},
1515
"scripts": {
1616
"// Development": "",
@@ -51,7 +51,7 @@
5151
"unraid-api": "dist/cli.js"
5252
},
5353
"dependencies": {
54-
"@apollo/client": "3.13.9",
54+
"@apollo/client": "3.14.0",
5555
"@apollo/server": "4.12.2",
5656
"@as-integrations/fastify": "2.1.1",
5757
"@fastify/cookie": "11.0.2",
@@ -115,31 +115,31 @@
115115
"graphql-ws": "6.0.6",
116116
"ini": "5.0.0",
117117
"ip": "2.0.1",
118-
"jose": "6.0.12",
118+
"jose": "6.0.13",
119119
"json-bigint-patch": "0.0.8",
120120
"lodash-es": "4.17.21",
121121
"multi-ini": "2.3.2",
122122
"mustache": "4.2.0",
123123
"nest-authz": "2.17.0",
124-
"nest-commander": "3.18.0",
124+
"nest-commander": "3.19.0",
125125
"nestjs-pino": "4.4.0",
126126
"node-cache": "5.1.2",
127127
"node-window-polyfill": "1.0.4",
128-
"openid-client": "6.6.2",
128+
"openid-client": "6.6.4",
129129
"p-retry": "6.2.1",
130130
"passport-custom": "1.1.1",
131131
"passport-http-header-strategy": "1.1.0",
132132
"path-type": "6.0.0",
133-
"pino": "9.8.0",
133+
"pino": "9.9.0",
134134
"pino-http": "10.5.0",
135135
"pino-pretty": "13.1.1",
136136
"pm2": "6.0.8",
137137
"reflect-metadata": "^0.1.14",
138138
"rxjs": "7.8.2",
139139
"semver": "7.7.2",
140140
"strftime": "0.10.3",
141-
"systeminformation": "5.27.7",
142-
"undici": "7.13.0",
141+
"systeminformation": "5.27.8",
142+
"undici": "7.15.0",
143143
"uuid": "11.1.0",
144144
"ws": "8.18.3",
145145
"zen-observable-ts": "1.1.0",
@@ -154,7 +154,7 @@
154154
}
155155
},
156156
"devDependencies": {
157-
"@eslint/js": "9.33.0",
157+
"@eslint/js": "9.34.0",
158158
"@graphql-codegen/add": "5.0.3",
159159
"@graphql-codegen/cli": "5.0.7",
160160
"@graphql-codegen/fragment-matcher": "5.1.0",
@@ -164,25 +164,25 @@
164164
"@graphql-codegen/typescript-operations": "4.6.1",
165165
"@graphql-codegen/typescript-resolvers": "4.5.1",
166166
"@graphql-typed-document-node/core": "3.2.0",
167-
"@ianvs/prettier-plugin-sort-imports": "4.6.1",
167+
"@ianvs/prettier-plugin-sort-imports": "4.6.2",
168168
"@nestjs/testing": "11.1.6",
169169
"@originjs/vite-plugin-commonjs": "1.0.3",
170170
"@rollup/plugin-node-resolve": "16.0.1",
171-
"@swc/core": "1.13.3",
171+
"@swc/core": "1.13.5",
172172
"@types/async-exit-hook": "2.0.2",
173173
"@types/bytes": "3.1.5",
174174
"@types/cli-table": "0.3.4",
175175
"@types/command-exists": "1.2.3",
176176
"@types/cors": "2.8.19",
177-
"@types/dockerode": "3.3.42",
177+
"@types/dockerode": "3.3.43",
178178
"@types/graphql-fields": "1.3.9",
179179
"@types/graphql-type-uuid": "0.2.6",
180180
"@types/ini": "4.1.1",
181181
"@types/ip": "1.1.3",
182182
"@types/lodash": "4.17.20",
183183
"@types/lodash-es": "4.17.12",
184184
"@types/mustache": "4.2.6",
185-
"@types/node": "22.17.1",
185+
"@types/node": "22.18.0",
186186
"@types/pify": "6.1.0",
187187
"@types/semver": "7.7.0",
188188
"@types/sendmail": "1.4.7",
@@ -191,28 +191,28 @@
191191
"@types/supertest": "6.0.3",
192192
"@types/uuid": "10.0.0",
193193
"@types/ws": "8.18.1",
194-
"@types/wtfnode": "0.7.3",
194+
"@types/wtfnode": "0.10.0",
195195
"@vitest/coverage-v8": "3.2.4",
196196
"@vitest/ui": "3.2.4",
197-
"eslint": "9.33.0",
197+
"eslint": "9.34.0",
198198
"eslint-plugin-import": "2.32.0",
199199
"eslint-plugin-no-relative-import-paths": "1.6.1",
200200
"eslint-plugin-prettier": "5.5.4",
201201
"jiti": "2.5.1",
202202
"nodemon": "3.1.10",
203203
"prettier": "3.6.2",
204-
"rollup-plugin-node-externals": "8.0.1",
204+
"rollup-plugin-node-externals": "8.1.0",
205205
"supertest": "7.1.4",
206-
"tsx": "4.20.3",
206+
"tsx": "4.20.5",
207207
"type-fest": "4.41.0",
208208
"typescript": "5.9.2",
209-
"typescript-eslint": "8.39.1",
210-
"unplugin-swc": "1.5.5",
211-
"vite": "7.1.1",
209+
"typescript-eslint": "8.41.0",
210+
"unplugin-swc": "1.5.7",
211+
"vite": "7.1.3",
212212
"vite-plugin-node": "7.0.0",
213213
"vite-tsconfig-paths": "5.1.4",
214214
"vitest": "3.2.4",
215-
"zx": "8.8.0"
215+
"zx": "8.8.1"
216216
},
217217
"overrides": {
218218
"eslint": {
@@ -227,5 +227,5 @@
227227
}
228228
},
229229
"private": true,
230-
"packageManager": "pnpm@10.14.0"
230+
"packageManager": "pnpm@10.15.0"
231231
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
},
5050
"dependencies": {
5151
"@manypkg/cli": "0.25.0",
52-
"chalk": "5.5.0",
52+
"chalk": "5.6.0",
5353
"diff": "8.0.2",
5454
"ignore": "7.0.5"
5555
},
@@ -65,5 +65,5 @@
6565
"pnpm lint:fix"
6666
]
6767
},
68-
"packageManager": "pnpm@10.14.0"
68+
"packageManager": "pnpm@10.15.0"
6969
}

packages/unraid-api-plugin-connect/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@
2424
"license": "GPL-2.0-or-later",
2525
"description": "Unraid Connect plugin for Unraid API",
2626
"devDependencies": {
27-
"@apollo/client": "3.13.9",
27+
"@apollo/client": "3.14.0",
2828
"@faker-js/faker": "9.9.0",
2929
"@graphql-codegen/cli": "5.0.7",
3030
"@graphql-typed-document-node/core": "3.2.0",
31-
"@ianvs/prettier-plugin-sort-imports": "4.6.1",
31+
"@ianvs/prettier-plugin-sort-imports": "4.6.2",
3232
"@jsonforms/core": "3.6.0",
3333
"@nestjs/apollo": "13.1.0",
3434
"@nestjs/common": "11.1.6",
@@ -41,7 +41,7 @@
4141
"@types/ini": "4.1.1",
4242
"@types/ip": "1.1.3",
4343
"@types/lodash-es": "4.17.12",
44-
"@types/node": "22.17.1",
44+
"@types/node": "22.18.0",
4545
"@types/ws": "8.18.1",
4646
"camelcase-keys": "9.1.3",
4747
"class-transformer": "0.5.1",
@@ -54,15 +54,15 @@
5454
"graphql-subscriptions": "3.0.0",
5555
"graphql-ws": "6.0.6",
5656
"ini": "5.0.0",
57-
"jose": "6.0.12",
57+
"jose": "6.0.13",
5858
"lodash-es": "4.17.21",
5959
"nest-authz": "2.17.0",
6060
"prettier": "3.6.2",
6161
"rimraf": "6.0.1",
6262
"rxjs": "7.8.2",
6363
"type-fest": "4.41.0",
6464
"typescript": "5.9.2",
65-
"undici": "7.13.0",
65+
"undici": "7.15.0",
6666
"vitest": "3.2.4",
6767
"ws": "8.18.3",
6868
"zen-observable-ts": "1.1.0"
@@ -73,7 +73,7 @@
7373
"node-cache": "5.1.2"
7474
},
7575
"peerDependencies": {
76-
"@apollo/client": "3.13.9",
76+
"@apollo/client": "3.14.0",
7777
"@graphql-typed-document-node/core": "3.2.0",
7878
"@jsonforms/core": "3.6.0",
7979
"@nestjs/apollo": "13.1.0",
@@ -94,11 +94,11 @@
9494
"graphql-subscriptions": "3.0.0",
9595
"graphql-ws": "6.0.6",
9696
"ini": "5.0.0",
97-
"jose": "6.0.12",
97+
"jose": "6.0.13",
9898
"lodash-es": "4.17.21",
9999
"nest-authz": "2.17.0",
100100
"rxjs": "7.8.2",
101-
"undici": "7.13.0",
101+
"undici": "7.15.0",
102102
"ws": "8.18.3",
103103
"zen-observable-ts": "1.1.0"
104104
}

packages/unraid-api-plugin-generator/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
"prepare": "npm run build"
1111
},
1212
"dependencies": {
13-
"chalk": "5.5.0",
13+
"chalk": "5.6.0",
1414
"change-case": "5.4.4",
1515
"commander": "14.0.0",
1616
"create-create-app": "7.3.0",
1717
"fs-extra": "11.3.1",
18-
"inquirer": "12.9.1",
18+
"inquirer": "12.9.4",
1919
"validate-npm-package-name": "6.0.2"
2020
},
2121
"devDependencies": {
@@ -25,7 +25,7 @@
2525
"@nestjs/graphql": "13.1.0",
2626
"@types/fs-extra": "11.0.4",
2727
"@types/inquirer": "9.0.9",
28-
"@types/node": "22.17.1",
28+
"@types/node": "22.18.0",
2929
"@types/validate-npm-package-name": "4.0.2",
3030
"class-transformer": "0.5.1",
3131
"class-validator": "0.14.2",

packages/unraid-shared/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@
3232
"@jsonforms/core": "3.6.0",
3333
"@nestjs/common": "11.1.6",
3434
"@nestjs/graphql": "13.1.0",
35-
"@nestjs/testing": "11.1.5",
35+
"@nestjs/testing": "11.1.6",
3636
"@types/bun": "1.2.20",
3737
"@types/lodash-es": "4.17.12",
38-
"@types/node": "22.17.1",
38+
"@types/node": "22.18.0",
3939
"@types/ws": "8.18.1",
4040
"class-transformer": "0.5.1",
4141
"class-validator": "0.14.2",
@@ -51,7 +51,7 @@
5151
"ws": "8.18.3"
5252
},
5353
"peerDependencies": {
54-
"@apollo/client": "3.13.9",
54+
"@apollo/client": "3.14.0",
5555
"@graphql-tools/utils": "10.9.1",
5656
"@jsonforms/core": "3.6.0",
5757
"@nestjs/common": "11.1.6",
@@ -65,7 +65,7 @@
6565
"lodash-es": "4.17.21",
6666
"nest-authz": "2.17.0",
6767
"rxjs": "7.8.2",
68-
"undici": "7.13.0",
68+
"undici": "7.15.0",
6969
"ws": "8.18.3"
7070
}
7171
}

plugin/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
"glob": "11.0.3",
1010
"html-sloppy-escaper": "0.1.0",
1111
"semver": "7.7.2",
12-
"tsx": "4.20.3",
12+
"tsx": "4.20.5",
1313
"zod": "3.25.76",
14-
"zx": "8.8.0"
14+
"zx": "8.8.1"
1515
},
1616
"type": "module",
1717
"license": "GPL-2.0-or-later",
@@ -39,5 +39,5 @@
3939
"nodemon": "3.1.10",
4040
"vitest": "3.2.4"
4141
},
42-
"packageManager": "pnpm@10.14.0"
42+
"packageManager": "pnpm@10.15.0"
4343
}

0 commit comments

Comments
 (0)