Skip to content

Commit 962af86

Browse files
committed
chore: update deps then re-lock & migrate to oxfmt
1 parent 0a83d4d commit 962af86

8 files changed

Lines changed: 1253 additions & 1168 deletions

File tree

backend/.oxfmtrc.jsonc

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"$schema": "../node_modules/oxfmt/configuration_schema.json",
3+
"endOfLine": "lf",
4+
"printWidth": 80,
5+
"experimentalSortImports": {
6+
"order": "asc",
7+
"sortSideEffects": true,
8+
"newlinesBetween": false,
9+
"partitionByComment": false,
10+
"partitionByNewline": false,
11+
"ignoreCase": false,
12+
},
13+
}

backend/package.json

Lines changed: 27 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,37 @@
11
{
2-
"name": "nexus-gate-server",
3-
"module": "./src/index.ts",
4-
"main": "./src/index.ts",
5-
"type": "module",
6-
"private": true,
7-
"devDependencies": {
8-
"@biomejs/biome": "1.9.4",
9-
"@types/bun": "^1.3.2",
10-
"drizzle-kit": "^0.30.6",
11-
"pg": "^8.16.3"
12-
},
13-
"peerDependencies": {
14-
"typescript": "^5.8.2"
15-
},
162
"dependencies": {
17-
"@elysiajs/cors": "^1.4.0",
3+
"@elysiajs/cors": "^1.4.1",
184
"@elysiajs/server-timing": "^1.4.0",
19-
"@elysiajs/swagger": "^1.3.1",
205
"@elysiajs/static": "^1.4.7",
6+
"@elysiajs/swagger": "^1.3.1",
217
"consola": "^3.4.2",
22-
"drizzle-orm": "^0.40.1",
23-
"elysia": "^1.4.16",
24-
"ioredis": "^5.8.2",
8+
"drizzle-orm": "^0.45.1",
9+
"elysia": "^1.4.21",
10+
"ioredis": "^5.9.1",
11+
"typebox": "^0.0.1"
12+
},
13+
"devDependencies": {
14+
"@types/bun": "^1.3.5",
15+
"@typescript/native-preview": "latest",
16+
"drizzle-kit": "^0.31.8",
2517
"openai": "^4.104.0",
26-
"typebox": "^0.0.1",
27-
"@ianvs/prettier-plugin-sort-imports": "^4.7.0",
28-
"prettier": "^3.6.2",
29-
"oxlint": "^1.29.0",
30-
"oxlint-tsgolint": "^0.7.1",
31-
"@typescript/native-preview": "^7.0.0-dev.20251117.1"
18+
"oxfmt": "^0.23.0",
19+
"oxlint": "^1.38.0",
20+
"oxlint-tsgolint": "^0.11.0",
21+
"pg": "^8.16.3",
22+
"typescript": "^5.9.3"
3223
},
24+
"main": "./src/index.ts",
25+
"module": "./src/index.ts",
26+
"name": "nexus-gate-server",
27+
"private": true,
3328
"scripts": {
34-
"dev": "COMMIT_SHA=$(git rev-parse HEAD) CONSOLA_LEVEL=9999 FRONTEND_DIR=../frontend/dist bun --watch --hot --no-clear-screen --inspect src/index.ts",
3529
"build": "NODE_ENV=production bun build src/index.ts --target bun --outdir out/",
36-
"lint": "oxlint --type-aware",
37-
"fmt": "prettier --list-different --write .",
38-
"check": "tsgo -p tsconfig.check.json"
39-
}
30+
"check": "tsgo -p tsconfig.check.json",
31+
"dev": "COMMIT_SHA=$(git rev-parse HEAD) CONSOLA_LEVEL=9999 FRONTEND_DIR=../frontend/dist bun --watch --hot --no-clear-screen --inspect src/index.ts",
32+
"fmt": "oxfmt .",
33+
"fmt:check": "oxfmt --check .",
34+
"lint": "oxlint --type-aware"
35+
},
36+
"type": "module"
4037
}

backend/prettier.config.ts

Lines changed: 0 additions & 18 deletions
This file was deleted.

biome.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

bun.lock

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

docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
"@types/react-dom": "^19.0.4",
2727
"eslint": "^8.57.1",
2828
"eslint-config-next": "15.2.1",
29-
"postcss": "^8.5.3",
29+
"postcss": "^8.5.6",
3030
"prettier": "^3.5.3",
31-
"prettier-plugin-tailwindcss": "^0.6.11",
31+
"prettier-plugin-tailwindcss": "^0.6.14",
3232
"tailwindcss": "^4.0.12",
3333
"typescript": "^5.8.2"
3434
}

frontend/package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -9,24 +9,24 @@
99
"test": "vitest run"
1010
},
1111
"dependencies": {
12-
"@elysiajs/eden": "^1.3.2",
12+
"@elysiajs/eden": "^1.4.6",
1313
"@hookform/resolvers": "^4.1.3",
14-
"@radix-ui/react-alert-dialog": "^1.1.6",
15-
"@radix-ui/react-collapsible": "^1.1.3",
16-
"@radix-ui/react-dialog": "^1.1.6",
17-
"@radix-ui/react-dropdown-menu": "^2.1.6",
18-
"@radix-ui/react-hover-card": "^1.1.6",
19-
"@radix-ui/react-label": "^2.1.2",
20-
"@radix-ui/react-popover": "^1.1.6",
14+
"@radix-ui/react-alert-dialog": "^1.1.15",
15+
"@radix-ui/react-collapsible": "^1.1.12",
16+
"@radix-ui/react-dialog": "^1.1.15",
17+
"@radix-ui/react-dropdown-menu": "^2.1.16",
18+
"@radix-ui/react-hover-card": "^1.1.15",
19+
"@radix-ui/react-label": "^2.1.8",
20+
"@radix-ui/react-popover": "^1.1.15",
2121
"@radix-ui/react-select": "^2.1.6",
22-
"@radix-ui/react-separator": "^1.1.2",
22+
"@radix-ui/react-separator": "^1.1.8",
2323
"@radix-ui/react-slot": "^1.1.2",
24-
"@radix-ui/react-tabs": "^1.1.3",
24+
"@radix-ui/react-tabs": "^1.1.13",
2525
"@radix-ui/react-tooltip": "^1.1.8",
2626
"@tailwindcss/vite": "^4.0.12",
2727
"@tanstack/react-query": "^5.67.2",
2828
"@tanstack/react-router": "^1.114.12",
29-
"@tanstack/react-table": "^8.21.2",
29+
"@tanstack/react-table": "^8.21.3",
3030
"@tanstack/router-devtools": "^1.114.12",
3131
"@tanstack/router-plugin": "^1.114.12",
3232
"@tanstack/zod-adapter": "^1.114.12",
@@ -36,7 +36,7 @@
3636
"i18next": "^24.2.3",
3737
"i18next-browser-languagedetector": "^8.0.4",
3838
"lucide-react": "^0.479.0",
39-
"next-themes": "^0.4.5",
39+
"next-themes": "^0.4.6",
4040
"nexus-gate-server": "workspace:backend",
4141
"react": "^19.0.0",
4242
"react-day-picker": "^8.10.1",
@@ -48,7 +48,7 @@
4848
"rehype-katex": "^7.0.1",
4949
"remark-gfm": "^4.0.1",
5050
"remark-math": "^6.0.0",
51-
"sonner": "^2.0.1",
51+
"sonner": "^2.0.7",
5252
"tailwind-merge": "^3.0.2",
5353
"tailwindcss": "^4.0.12",
5454
"tailwindcss-animate": "^1.0.7",
@@ -59,20 +59,20 @@
5959
"devDependencies": {
6060
"@eslint/js": "^9.22.0",
6161
"@ianvs/prettier-plugin-sort-imports": "^4.4.1",
62-
"@tailwindcss/typography": "^0.5.16",
63-
"@testing-library/dom": "^10.4.0",
62+
"@tailwindcss/typography": "^0.5.19",
63+
"@testing-library/dom": "^10.4.1",
6464
"@testing-library/react": "^16.2.0",
6565
"@types/react": "^19.0.10",
6666
"@types/react-dom": "^19.0.4",
6767
"@vitejs/plugin-react": "^4.3.4",
6868
"eslint": "^9.22.0",
69-
"eslint-plugin-react": "^7.37.4",
69+
"eslint-plugin-react": "^7.37.5",
7070
"eslint-plugin-react-hooks": "^5.2.0",
7171
"globals": "^16.0.0",
7272
"jsdom": "^26.0.0",
7373
"openai": "^4.86.2",
7474
"prettier": "^3.5.3",
75-
"prettier-plugin-tailwindcss": "^0.6.11",
75+
"prettier-plugin-tailwindcss": "^0.6.14",
7676
"typescript": "^5.8.2",
7777
"typescript-eslint": "^8.26.0",
7878
"vite": "^6.2.1",

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"docs"
88
],
99
"trustedDependencies": [
10-
"@biomejs/biome",
1110
"documentation",
1211
"esbuild",
1312
"protobufjs",

0 commit comments

Comments
 (0)