Skip to content

Commit 79fcd5a

Browse files
fix(deps): update all non-major dependencies
1 parent b444c4c commit 79fcd5a

7 files changed

Lines changed: 181 additions & 163 deletions

File tree

.github/workflows/continuous-delivery.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
needs: [Building]
3535
steps:
3636
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
37-
- uses: akhileshns/heroku-deploy@9fd0f9faae4aa93a38d6f5e25b9128589f1371b0 # v3.12.14
37+
- uses: akhileshns/heroku-deploy@1b080913896a5d6d44a18e9e208f8eb1fee9b0f7 # v3.15.15
3838
with:
3939
heroku_api_key: ${{secrets.HEROKU_API_KEY}}
4040
heroku_app_name: "radon-dev"
@@ -46,7 +46,7 @@ jobs:
4646
needs: [Building]
4747
steps:
4848
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
49-
- uses: akhileshns/heroku-deploy@9fd0f9faae4aa93a38d6f5e25b9128589f1371b0 # v3.12.14
49+
- uses: akhileshns/heroku-deploy@1b080913896a5d6d44a18e9e208f8eb1fee9b0f7 # v3.15.15
5050
with:
5151
heroku_api_key: ${{secrets.HEROKU_API_KEY2}}
5252
heroku_app_name: "radon-dev2"

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Uses Bun
1616
uses: oven-sh/setup-bun@v2
1717
with:
18-
bun-version: 1.3.5
18+
bun-version: 1.3.13
1919
- name: Install Dependencies
2020
run: bun install --frozen-lockfile
2121
- name: Run Prettier
@@ -30,7 +30,7 @@ jobs:
3030
- name: Uses Bun
3131
uses: oven-sh/setup-bun@v2
3232
with:
33-
bun-version: 1.3.5
33+
bun-version: 1.3.13
3434
- name: Install Dependencies
3535
run: bun install --frozen-lockfile
3636
- name: TypeCheck

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# ================================
44
# Build Stage
55
# ================================
6-
FROM oven/bun:1.3.5-alpine AS builder
6+
FROM oven/bun:1.3.13-alpine AS builder
77

88
# Set working directory
99
WORKDIR /app
@@ -26,7 +26,7 @@ RUN bunx prisma generate
2626
# ================================
2727
# Development Stage (for local development)
2828
# ================================
29-
FROM oven/bun:1.3.5-alpine AS development
29+
FROM oven/bun:1.3.13-alpine AS development
3030

3131
# Install dumb-init for proper signal handling
3232
RUN apk add --no-cache dumb-init
@@ -71,7 +71,7 @@ CMD ["bun", "dev"]
7171
# ================================
7272
# Production Stage (FINAL - Railway will use this by default)
7373
# ================================
74-
FROM oven/bun:1.3.5-alpine AS production
74+
FROM oven/bun:1.3.13-alpine AS production
7575

7676
# Install dumb-init for proper signal handling
7777
RUN apk add --no-cache dumb-init

bun.lock

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

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"typecheck": "tsc -b src"
2424
},
2525
"engines": {
26-
"node": "22.17.0"
26+
"node": "22.22.2"
2727
},
2828
"repository": {
2929
"type": "git",
@@ -42,27 +42,27 @@
4242
},
4343
"homepage": "https://github.com/EvolutionX-10/Radon#readme",
4444
"devDependencies": {
45-
"@favware/cliff-jumper": "6.0.0",
45+
"@favware/cliff-jumper": "6.1.0",
4646
"@sapphire/eslint-config": "5.0.6",
4747
"@sapphire/prettier-config": "2.0.0",
4848
"@sapphire/ts-config": "5.0.3",
49-
"@swc/core": "1.15.8",
50-
"@swc/helpers": "0.5.18",
51-
"@types/bun": "1.3.5",
49+
"@swc/core": "1.15.32",
50+
"@swc/helpers": "0.5.21",
51+
"@types/bun": "1.3.13",
5252
"@types/colornames": "1.1.5",
5353
"@types/gradient-string": "1.1.6",
54-
"@types/node": "25.0.3",
54+
"@types/node": "25.6.0",
5555
"@types/string-similarity": "4.0.2",
5656
"husky": "9.1.7",
57-
"lint-staged": "16.2.7",
58-
"prettier": "3.7.4",
57+
"lint-staged": "16.4.0",
58+
"prettier": "3.8.3",
5959
"typescript": "5.9.3"
6060
},
6161
"dependencies": {
6262
"@ai-sdk/google": "^3.0.2",
63-
"@ai-sdk/groq": "3.0.2",
63+
"@ai-sdk/groq": "3.0.36",
6464
"@devtomio/plugin-botlist": "1.3.0",
65-
"@prisma/client": "6.19.0",
65+
"@prisma/client": "6.19.3",
6666
"@sapphire/decorators": "6.2.0",
6767
"@sapphire/discord-utilities": "4.0.0",
6868
"@sapphire/discord.js-utilities": "7.3.3",
@@ -72,16 +72,16 @@
7272
"@sapphire/plugin-logger": "4.1.0",
7373
"@sapphire/stopwatch": "1.5.4",
7474
"@sapphire/utilities": "3.18.2",
75-
"ai": "6.0.6",
75+
"ai": "6.0.170",
7676
"colorette": "2.0.20",
7777
"colornames": "1.1.1",
7878
"confusables": "1.1.1",
79-
"discord.js": "14.25.1",
79+
"discord.js": "14.26.3",
8080
"gradient-string": "3.0.0",
81-
"ioredis": "5.8.2",
82-
"prisma": "6.19.0",
83-
"undici": "7.16.0",
84-
"zod": "4.3.4"
81+
"ioredis": "5.10.1",
82+
"prisma": "6.19.3",
83+
"undici": "7.25.0",
84+
"zod": "4.4.0"
8585
},
8686
"prettier": "@sapphire/prettier-config",
8787
"lint-staged": {

web/bun.lock

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

web/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@
99
"lint": "eslint"
1010
},
1111
"dependencies": {
12-
"next": "16.2.2",
13-
"react": "19.2.4",
14-
"react-dom": "19.2.4"
12+
"next": "16.2.4",
13+
"react": "19.2.5",
14+
"react-dom": "19.2.5"
1515
},
1616
"devDependencies": {
1717
"@tailwindcss/postcss": "^4",
1818
"@types/node": "^20",
1919
"@types/react": "^19",
2020
"@types/react-dom": "^19",
2121
"eslint": "^9",
22-
"eslint-config-next": "16.2.2",
22+
"eslint-config-next": "16.2.4",
2323
"tailwindcss": "^4",
2424
"typescript": "^5"
2525
},

0 commit comments

Comments
 (0)