upgrade deps

This commit is contained in:
Linus Miller 2026-06-15 14:18:41 +02:00
parent e58e589f8e
commit b08aca3732
5 changed files with 1554 additions and 1498 deletions

View File

@ -1,9 +1,9 @@
{ {
"*.{cjs,cts,js,jsx,mjs,mts,ts,tsx}": [ "*.{cjs,cts,js,jsx,mjs,mts,ts,tsx}": [
"oxlint --fix", "oxlint --fix",
"prettier --write" "oxfmt"
], ],
"*.{css,scss,json}": [ "*.{css,scss,json}": [
"prettier --write" "oxfmt"
] ]
} }

View File

@ -1,18 +0,0 @@
dist
dump
*.*
!*.cjs
!*.css
!*.cts
!*.html
!*.js
!*.json
!*.jsx
!*.mjs
!*.mts
!*.scss
!*.ts
!*.tsx
!*.yaml
!*.yml
pnpm-lock.yaml

View File

@ -1,17 +0,0 @@
{
"jsxSingleQuote": true,
"printWidth": 120,
"semi": false,
"singleQuote": true,
"trailingComma": "all",
"embeddedLanguageFormatting": "off",
"overrides": [
{
"files": "*.scss",
"options": {
"trailingComma": "none"
}
}
]
}

View File

@ -12,7 +12,8 @@
"build:client": "VITE_ENTRY=public vite build && VITE_ENTRY=admin vite build", "build:client": "VITE_ENTRY=public vite build && VITE_ENTRY=admin vite build",
"build:server": "vite build --ssr", "build:server": "vite build --ssr",
"clean": "rm -r dist", "clean": "rm -r dist",
"format": "prettier --write .", "fmt": "oxfmt",
"fmt:check": "oxfmt --check",
"lint": "oxlint", "lint": "oxlint",
"prepare": "husky", "prepare": "husky",
"start": "node server/index.ts", "start": "node server/index.ts",
@ -28,50 +29,48 @@
"@bmp/highlight-stack": "^0.1.2", "@bmp/highlight-stack": "^0.1.2",
"@domp/suppress": "^0.4.0", "@domp/suppress": "^0.4.0",
"@fastify/cookie": "^11.0.2", "@fastify/cookie": "^11.0.2",
"@fastify/middie": "^9.1.0", "@fastify/middie": "^9.3.2",
"@fastify/session": "^11.1.1", "@fastify/session": "^11.1.1",
"@fastify/static": "^9.0.0", "@fastify/static": "^9.1.3",
"@fastify/type-provider-typebox": "^6.1.0", "@fastify/type-provider-typebox": "^6.1.0",
"@preact/signals": "^2.6.2", "@preact/signals": "^2.9.1",
"chalk": "^5.6.2", "chalk": "^5.6.2",
"classnames": "^2.5.1", "classnames": "^2.5.1",
"d3": "^7.9.0", "d3": "^7.9.0",
"easy-tz": "^0.2.0", "easy-tz": "^0.2.0",
"fastify": "^5.7.2", "fastify": "^5.8.5",
"fastify-plugin": "^5.1.0", "fastify-plugin": "^6.0.0",
"fastify-session-redis-store": "^7.1.2", "fastify-session-redis-store": "^7.1.2",
"fastify-type-provider-zod": "^6.1.0", "fastify-type-provider-zod": "^6.1.0",
"ioredis": "^5.9.2", "ioredis": "^5.11.1",
"kysely": "^0.28.10", "kysely": "^0.29.2",
"lodash": "^4.17.23", "lodash": "^4.18.1",
"lowline": "^0.4.2", "lowline": "^0.4.2",
"mini-qs": "^0.2.0", "mini-qs": "^0.2.0",
"pg": "^8.17.2", "pg": "^8.21.0",
"pg-protocol": "^1.11.0", "pg-protocol": "^1.14.0",
"pino-abstract-transport": "^3.0.0", "pino-abstract-transport": "^3.0.0",
"preact": "^10.28.2", "preact": "^10.29.2",
"preact-iso": "^2.11.1", "preact-iso": "^2.12.0",
"preact-router": "^4.1.2", "preact-router": "^4.1.2",
"rek": "^0.8.1", "rek": "^0.8.1",
"zod": "^4.3.6" "zod": "^4.4.3"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.28.6", "@preact/preset-vite": "^2.10.5",
"@preact/preset-vite": "^2.10.3",
"@testing-library/preact": "^3.2.4", "@testing-library/preact": "^3.2.4",
"@types/d3-dsv": "^3.0.7", "@types/d3-dsv": "^3.0.7",
"@types/lodash": "^4.17.23", "@types/lodash": "^4.17.24",
"@types/node": "^25.0.10", "@types/node": "^25.9.3",
"@typescript/native-preview": "7.0.0-dev.20260127.1", "@typescript/native-preview": "7.0.0-dev.20260614.1",
"d3-dsv": "^3.0.1", "d3-dsv": "^3.0.1",
"esbuild": "^0.27.2",
"husky": "^9.1.7", "husky": "^9.1.7",
"jsdom": "^27.4.0", "jsdom": "^29.1.1",
"lint-staged": "^16.2.7", "lint-staged": "^17.0.7",
"oxlint": "^1.42.0", "oxfmt": "^0.54.0",
"prettier": "^3.8.1", "oxlint": "^1.69.0",
"sass": "^1.97.3", "sass": "^1.101.0",
"typebox": "^1.0.80", "typebox": "^1.2.10",
"vite": "^7.3.1" "vite": "^8.0.16"
} }
} }

2960
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff