Skip to content

Commit d0fcd03

Browse files
authored
chore(deps): update all dependencies in a single PR (#303)
- Bumped direct dependencies in apps/api, apps/ui, apps/docs using bun add --exact - Refreshed the three bun.lock files - Kept all security overrides and @typescript-eslint/utils parity pins unchanged - Validated with bun run check, typechecks, and builds This commit is based directly on origin/main for a focused diff.
1 parent 5f786bb commit d0fcd03

6 files changed

Lines changed: 508 additions & 628 deletions

File tree

apps/api/bun.lock

Lines changed: 174 additions & 288 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/api/package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -50,27 +50,27 @@
5050
"prepare": "husky 2>/dev/null || true"
5151
},
5252
"dependencies": {
53-
"@anthropic-ai/sdk": "0.106.0",
54-
"@casl/ability": "7.0.0",
53+
"@anthropic-ai/sdk": "0.110.0",
54+
"@casl/ability": "7.0.1",
5555
"@elysiajs/cors": "1.4.2",
5656
"@elysiajs/jwt": "1.4.2",
5757
"@elysiajs/swagger": "1.3.1",
5858
"@opentelemetry/api": "1.9.1",
59-
"@opentelemetry/auto-instrumentations-node": "0.76.0",
60-
"@opentelemetry/exporter-trace-otlp-http": "0.219.0",
61-
"@opentelemetry/resources": "2.7.1",
62-
"@opentelemetry/sdk-node": "0.219.0",
63-
"@opentelemetry/semantic-conventions": "1.41.1",
59+
"@opentelemetry/auto-instrumentations-node": "0.78.0",
60+
"@opentelemetry/exporter-trace-otlp-http": "0.220.0",
61+
"@opentelemetry/resources": "2.9.0",
62+
"@opentelemetry/sdk-node": "0.220.0",
63+
"@opentelemetry/semantic-conventions": "1.42.0",
6464
"@sendgrid/mail": "8.1.6",
65-
"@sentry/bun": "10.62.0",
65+
"@sentry/bun": "10.63.0",
6666
"@sinclair/typebox": "0.34.49",
6767
"arctic": "3.7.0",
68-
"bullmq": "5.79.2",
68+
"bullmq": "5.79.3",
6969
"dotenv": "17.4.2",
7070
"drizzle-orm": "0.45.2",
7171
"elysia": "1.4.29",
7272
"elysia-rate-limit": "4.6.2",
73-
"fs-extra": "11.3.5",
73+
"fs-extra": "11.3.6",
7474
"handlebars": "4.7.9",
7575
"ioredis": "5.11.1",
7676
"nodemailer": "9.0.3",
@@ -80,7 +80,7 @@
8080
"pino": "10.3.1",
8181
"postgres": "3.4.9",
8282
"prom-client": "15.1.3",
83-
"resend": "6.16.0",
83+
"resend": "6.17.1",
8484
"stripe": "22.3.0",
8585
"web-push": "3.6.7"
8686
},
@@ -116,13 +116,13 @@
116116
"eslint-plugin-prettier": "5.5.6",
117117
"eslint-plugin-promise": "7.3.0",
118118
"eslint-plugin-sonarjs": "4.1.0",
119-
"eslint-plugin-unicorn": "70.0.0",
120-
"globals": "17.6.0",
119+
"eslint-plugin-unicorn": "71.1.0",
120+
"globals": "17.7.0",
121121
"husky": "9.1.7",
122-
"knip": "6.23.0",
122+
"knip": "6.25.0",
123123
"prettier": "3.9.4",
124124
"typescript": "6.0.3",
125-
"typescript-eslint": "8.62.1"
125+
"typescript-eslint": "8.64.0"
126126
},
127127
"//overrides": {
128128
"_": "Why these transitive deps are pinned. Keep each entry in sync with the matching `overrides` key — enforced by the package-override-parity lint-meta rule.",

0 commit comments

Comments
 (0)