Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/library/link/Link.browser.test.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { waitFor } from "@testing-library/react"
import { userEvent } from "@vitest/browser/context"
import { useLocation } from "react-router"
import type { StubRouteEntry } from "tests/setup.browser"
import { userEvent } from "vitest/browser"
import { Link, type LinkProps } from "./link"

const getEntries: (linkProps?: LinkProps) => StubRouteEntry[] = (linkProps) => [
Expand Down
2 changes: 1 addition & 1 deletion app/localization/resource.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const languages = ["en", "bs"] as const
export const supportedLanguages = [...languages]
export type Language = (typeof languages)[number]

export type Resource = {
type Resource = {
common: typeof english
}

Expand Down
1 change: 0 additions & 1 deletion app/tailwind.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
@import "tailwindcss";
/** biome-ignore lint/suspicious/noUnknownAtRules: This is a rule for the Tailwind CSS file */
@theme {
/* Your theme styles go here */
--animate-float: float 3s ease-in-out infinite;
Expand Down
5 changes: 5 additions & 0 deletions biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@
}
}
},
"css": {
"parser": {
"tailwindDirectives": true
}
},
"linter": {
"enabled": true,
"rules": {
Expand Down
2 changes: 1 addition & 1 deletion knip.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://unpkg.com/knip@5/schema.json",
"entry": ["scripts/*.{ts,js}", "app/routes.ts", "app/server/*.ts", "app/library/icon/Icon.tsx"],
"entry": ["scripts/*.{ts,js}", "app/server/*.ts", "app/library/icon/Icon.tsx"],
"remix": true,
"lefthook": true,
"project": ["**/*.{js,cjs,mjs,jsx,ts,cts,mts,tsx}"],
Expand Down
75 changes: 38 additions & 37 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,67 +21,68 @@
"validate": "pnpm run check && pnpm run typecheck && pnpm run test && pnpm run check:unused",
"check": "biome check .",
"check:fix": "biome check --fix .",
"check:unused": "knip --max-issues 1",
"check:unused": "knip",
"check:unused:fix": "knip --fix",
"typegen": "react-router typegen",
"postinstall": "pnpm run typegen"
},
"dependencies": {
"@epic-web/client-hints": "1.3.8",
"@forge42/seo-tools": "1.4.5",
"@react-router/node": "7.9.4",
"@react-router/node": "7.11.0",
"clsx": "2.1.1",
"hono": "4.9.12",
"i18next": "25.6.0",
"hono": "4.11.1",
"i18next": "25.7.3",
"i18next-browser-languagedetector": "8.2.0",
"i18next-http-backend": "3.0.2",
"isbot": "5.1.31",
"isbot": "5.1.32",
"pretty-cache-header": "1.0.0",
"react": "19.2.0",
"react-dom": "19.2.0",
"react-i18next": "16.0.1",
"react-router": "7.9.4",
"react-router-hono-server": "2.21.0",
"react": "19.2.3",
"react-dom": "19.2.3",
"react-i18next": "16.5.0",
"react-router": "7.11.0",
"react-router-hono-server": "2.22.0",
"remix-hono": "0.0.18",
"remix-i18next": "7.4.2",
"tailwind-merge": "3.3.1",
"zod": "4.1.12"
"tailwind-merge": "3.4.0",
"zod": "4.2.1"
},
"devDependencies": {
"@babel/preset-typescript": "7.27.1",
"@biomejs/biome": "2.2.6",
"@dotenvx/dotenvx": "1.51.0",
"@react-router/dev": "7.9.4",
"@react-router/fs-routes": "7.9.4",
"@tailwindcss/vite": "4.1.14",
"@testing-library/react": "16.3.0",
"@types/node": "24.7.2",
"@babel/preset-typescript": "7.28.5",
"@biomejs/biome": "2.3.10",
"@dotenvx/dotenvx": "1.51.2",
"@react-router/dev": "7.11.0",
"@react-router/fs-routes": "7.11.0",
"@tailwindcss/vite": "4.1.18",
"@testing-library/react": "16.3.1",
"@types/node": "25.0.3",
"@types/prompt": "1.1.9",
"@types/react": "19.2.2",
"@types/react-dom": "19.2.2",
"@vitest/browser": "3.2.4",
"@vitest/coverage-v8": "3.2.4",
"@vitest/ui": "3.2.4",
"@types/react": "19.2.7",
"@types/react-dom": "19.2.3",
"@vitest/browser": "4.0.16",
"@vitest/browser-playwright": "4.0.16",
"@vitest/coverage-v8": "4.0.16",
"@vitest/ui": "4.0.16",
"babel-plugin-react-compiler": "1.0.0",
"chalk": "5.6.2",
"knip": "5.65.0",
"lefthook": "1.13.6",
"playwright": "1.56.0",
"knip": "5.77.1",
"lefthook": "2.0.12",
"playwright": "1.57.0",
"prompt": "1.3.0",
"react-router-devtools": "5.1.3",
"tailwindcss": "4.1.14",
"tsx": "4.20.6",
"react-router-devtools": "6.0.0",
"tailwindcss": "4.1.18",
"tsx": "4.21.0",
"typescript": "5.9.3",
"vite": "7.1.9",
"vite": "7.3.0",
"vite-plugin-babel": "1.3.2",
"vite-plugin-icons-spritesheet": "3.0.1",
"vite-tsconfig-paths": "5.1.4",
"vitest": "3.2.4",
"vitest-browser-react": "1.0.1"
"vite-tsconfig-paths": "6.0.3",
"vitest": "4.0.16",
"vitest-browser-react": "2.0.2"
},
"packageManager": "pnpm@10.18.2",
"packageManager": "pnpm@10.26.2",
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "^4.52.4"
"@rollup/rollup-linux-x64-gnu": "^4.54.0"
},
"engines": {
"node": ">=24.3.0",
Expand Down
Loading