Skip to content

Commit 10a21e9

Browse files
committed
build(deps): upgrade deps
1 parent 1a4ef1f commit 10a21e9

File tree

4 files changed

+3025
-3927
lines changed

4 files changed

+3025
-3927
lines changed

package.json

Lines changed: 35 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -25,53 +25,50 @@
2525
},
2626
"dependencies": {
2727
"@antfu/utils": "^9.2.0",
28-
"@aws-sdk/client-s3": "^3.740.0",
28+
"@aws-sdk/client-s3": "^3.846.0",
2929
"@aws-sdk/lib-storage": "^3.846.0",
30-
"@aws-sdk/s3-request-presigner": "^3.740.0",
31-
"@google-cloud/storage": "^7.15.0",
32-
"@types/better-sqlite3": "^7.6.12",
33-
"@types/pg": "^8.11.11",
34-
"better-sqlite3": "^11.8.1",
35-
"consola": "^3.4.0",
36-
"croner": "^9.0.0",
37-
"execa": "^9.5.2",
30+
"@aws-sdk/s3-request-presigner": "^3.846.0",
31+
"@google-cloud/storage": "^7.16.0",
32+
"@types/better-sqlite3": "^7.6.13",
33+
"@types/pg": "^8.15.4",
34+
"better-sqlite3": "^12.2.0",
35+
"consola": "^3.4.2",
36+
"croner": "^9.1.0",
37+
"execa": "^9.6.0",
3838
"h3": "^1.15.3",
39-
"kysely": "^0.27.5",
40-
"mysql2": "^3.12.0",
41-
"nitropack": "^2.11.13",
42-
"pg": "^8.13.1",
43-
"remeda": "^2.21.0",
44-
"typescript": "^5.7.3",
39+
"kysely": "^0.28.2",
40+
"mysql2": "^3.14.2",
41+
"nitropack": "^2.12.2",
42+
"pg": "^8.16.3",
43+
"remeda": "^2.26.0",
44+
"typescript": "^5.8.3",
4545
"zod": "^3.24.1"
4646
},
4747
"devDependencies": {
48-
"@actions/cache": "^4.0.0",
49-
"@commitlint/cli": "^19.6.1",
50-
"@eslint/eslintrc": "^3.2.0",
51-
"@louishaftmann/commitlint-config": "^4.1.1",
52-
"@louishaftmann/eslint-config": "^4.1.1",
53-
"@louishaftmann/lintstaged-config": "^4.1.1",
54-
"@louishaftmann/prettier-config": "^4.1.1",
55-
"@testcontainers/mysql": "^10.17.2",
56-
"@testcontainers/postgresql": "^10.17.2",
57-
"@types/eslint": "^9.6.1",
58-
"@types/eslint__eslintrc": "^2.1.2",
48+
"@actions/cache": "^4.0.3",
49+
"@commitlint/cli": "^19.8.1",
50+
"@louishaftmann/commitlint-config": "^4.2.0",
51+
"@louishaftmann/eslint-config": "^4.2.0",
52+
"@louishaftmann/lintstaged-config": "^4.2.0",
53+
"@louishaftmann/prettier-config": "^4.2.0",
54+
"@testcontainers/mysql": "^11.2.1",
55+
"@testcontainers/postgresql": "^11.2.1",
5956
"@types/node": "^22.13.0",
6057
"@types/wait-on": "^5.3.4",
61-
"@vitest/ui": "^3.0.4",
62-
"concurrently": "^9.1.2",
63-
"dotenv": "^16.4.7",
64-
"eslint": "^9.19.0",
58+
"@vitest/ui": "^3.2.4",
59+
"concurrently": "^9.2.0",
60+
"dotenv": "^17.2.0",
61+
"eslint": "^9.31.0",
6562
"execa": "^9.3.1",
6663
"husky": "^9.1.7",
67-
"ky": "^1.7.4",
68-
"lint-staged": "^15.4.3",
69-
"prettier": "^3.4.2",
70-
"start-server-and-test": "^2.0.10",
71-
"testcontainers": "^10.17.2",
72-
"ts-pattern": "^5.6.2",
73-
"vitest": "^3.0.4",
74-
"wait-on": "^8.0.2"
64+
"ky": "^1.8.2",
65+
"lint-staged": "^16.1.2",
66+
"prettier": "^3.6.2",
67+
"start-server-and-test": "^2.0.12",
68+
"testcontainers": "^11.2.1",
69+
"ts-pattern": "^5.7.1",
70+
"vitest": "^3.2.4",
71+
"wait-on": "^8.0.3"
7572
},
7673
"pnpm": {
7774
"onlyBuiltDependencies": [

plugins/cleanup.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
import cluster from 'node:cluster'
2-
import { ENV } from '@/lib/env'
3-
import { logger } from '@/lib/logger'
4-
52
import { colorize } from 'consola/utils'
6-
73
import { Cron } from 'croner'
4+
import { ENV } from '@/lib/env'
5+
import { logger } from '@/lib/logger'
86
import { useStorageAdapter } from '~/lib/storage'
97

108
export default defineNitroPlugin(() => {

0 commit comments

Comments
 (0)