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
8 changes: 4 additions & 4 deletions apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
},
"dependencies": {
"@repo/validators": "workspace:^",
"browserslist": "^4.28.2",
"lightningcss-wasm": "^1.32.0",
"browserslist": "^4.28.7",
"lightningcss-wasm": "^1.33.0",
"mime-types": "^3.0.2",
"ofetch": "^1.5.1",
"postcss": "^8.5.15",
"shadcn": "^4.8.0",
"postcss": "^8.5.23",
"shadcn": "^4.16.0",
"zod": "catalog:"
},
"devDependencies": {
Expand Down
64 changes: 32 additions & 32 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,39 +17,39 @@
"postinstall": "fumadocs-mdx"
},
"dependencies": {
"@ai-sdk/openai": "^3.0.65",
"@ai-sdk/react": "^3.0.193",
"@ai-sdk/openai": "^3.0.88",
"@ai-sdk/react": "^3.0.238",
"@bprogress/next": "^3.2.12",
"@fumadocs/mdx-remote": "^1.4.10",
"@next/bundle-analyzer": "16.2.6",
"@next/env": "16.2.6",
"@radix-ui/react-collapsible": "^1.1.12",
"@fumadocs/mdx-remote": "1.4.10",
"@next/bundle-analyzer": "16.2.12",
"@next/env": "16.2.12",
"@radix-ui/react-collapsible": "^1.1.20",
"@repo/ui": "workspace:*",
"@repo/validators": "workspace:*",
"@shikijs/rehype": "^4.1.0",
"@shikijs/transformers": "^4.1.0",
"@shikijs/rehype": "^4.3.1",
"@shikijs/transformers": "^4.3.1",
"@t3-oss/env-nextjs": "^0.13.11",
"@takumi-rs/core": "^1.4.0",
"@takumi-rs/helpers": "^1.4.0",
"@takumi-rs/image-response": "^1.4.0",
"ai": "^6.0.191",
"@takumi-rs/core": "^1.8.7",
"@takumi-rs/helpers": "^1.8.7",
"@takumi-rs/image-response": "^1.8.7",
"ai": "^6.0.236",
"class-variance-authority": "^0.7.1",
"feed": "^5.2.1",
"fumadocs-core": "^16.9.0",
"fumadocs-docgen": "^3.0.10",
"fumadocs-mdx": "^15.0.7",
"fumadocs-openapi": "^10.9.0",
"fumadocs-twoslash": "^3.2.0",
"fumadocs-typescript": "^5.2.6",
"fumadocs-ui": "^16.9.0",
"fumadocs-core": "16.9.0",
"fumadocs-docgen": "3.0.10",
"fumadocs-mdx": "15.0.7",
"fumadocs-openapi": "10.9.0",
"fumadocs-twoslash": "3.2.0",
"fumadocs-typescript": "5.2.6",
"fumadocs-ui": "16.9.0",
"hast-util-to-jsx-runtime": "^2.3.6",
"import-in-the-middle": "^3.0.1",
"import-in-the-middle": "^3.3.2",
"jiti": "^2.7.0",
"katex": "^0.17.0",
"lucide-react": "^1.16.0",
"mermaid": "^11.15.0",
"motion": "^12.40.0",
"next": "16.2.6",
"lucide-react": "^1.27.0",
"mermaid": "^11.16.0",
"motion": "^12.42.2",
"next": "16.2.12",
"next-themes": "^0.4.6",
"oxc-transform": "^0.129.0",
"react": "catalog:react19",
Expand All @@ -63,28 +63,28 @@
"remark-stringify": "^11.0.0",
"require-in-the-middle": "^8.0.1",
"rimraf": "^6.1.3",
"shiki": "^4.1.0",
"swiper": "^12.1.4",
"shiki": "^4.3.1",
"swiper": "^12.2.0",
"tailwind-merge": "^3.6.0",
"tw-animate-css": "^1.4.0",
"twoslash": "^0.3.8",
"twoslash": "^0.3.9",
"unified": "^11.0.5",
"unist-util-visit": "^5.1.0",
"usehooks-ts": "^3.1.1",
"zod": "catalog:"
},
"devDependencies": {
"@fumadocs/cli": "^1.3.10",
"@fumadocs/cli": "1.3.10",
"@repo/cspell-config": "workspace:*",
"@repo/eslint-config": "workspace:*",
"@repo/prettier-config": "workspace:*",
"@repo/tailwind-config": "workspace:*",
"@repo/tsconfig": "workspace:*",
"@types/bun": "catalog:",
"@types/canvas-confetti": "^1.9.0",
"@types/hast": "^3.0.4",
"@types/hast": "^3.0.5",
"@types/mdast": "^4.0.4",
"@types/mdx": "^2.0.13",
"@types/mdx": "^2.0.14",
"@types/node": "catalog:",
"@types/react": "catalog:react19",
"@types/react-dom": "catalog:react19",
Expand All @@ -97,10 +97,10 @@
"mdast-util-mdx": "^3.0.0",
"next-validate-link": "^1.6.6",
"prettier": "catalog:",
"shadcn": "^4.8.0",
"shadcn": "^4.16.0",
"source-map-support": "^0.5.21",
"tailwindcss": "catalog:",
"tinyglobby": "^0.2.16",
"tinyglobby": "^0.2.17",
"ts-morph": "^28.0.0",
"typescript": "catalog:",
"unist-util-is": "^6.0.1"
Expand Down
12 changes: 5 additions & 7 deletions apps/docs/scripts/sync-changelog.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,13 +82,11 @@ function createMdxJsxFlowElement(
return {
type: "mdxJsxFlowElement",
name,
attributes: attributes.map(
(attr): MdxJsxAttribute => ({
type: "mdxJsxAttribute",
name: attr.name,
value: attr.value,
}),
),
attributes: attributes.map((attr): MdxJsxAttribute => ({
type: "mdxJsxAttribute",
name: attr.name,
value: attr.value,
})),
children,
};
}
Expand Down
8 changes: 4 additions & 4 deletions apps/style/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@
"@types/bun": "catalog:",
"@types/node": "catalog:",
"@types/serve-handler": "^6.1.4",
"browserslist": "^4.28.2",
"browserslist": "^4.28.7",
"commander": "^14.0.3",
"cspell": "catalog:",
"eslint": "catalog:",
"lightningcss": "^1.32.0",
"ora": "^9.4.0",
"postcss": "^8.5.15",
"lightningcss": "^1.33.0",
"ora": "^9.4.1",
"postcss": "^8.5.23",
"postcss-cli": "^11.0.1",
"postcss-load-config": "^6.0.1",
"prettier": "catalog:",
Expand Down
8 changes: 6 additions & 2 deletions apps/style/src/components/sidebar/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,12 @@ nav > ul > li > ul > li {
display: flex;
}

nav[x-data]:has(a[title="Dashboard"]) > div[class*="flex pt-6 pb-4 pl-2"] > div,
nav[x-data]:has(a[title="Dashboard"]) > div[class*="flex pt-4 pb-4 pl-2"] > div {
nav[x-data]:has(a[title="Dashboard"])
> div[class*="flex pt-6 pb-4 pl-2"]
> div,
nav[x-data]:has(a[title="Dashboard"])
> div[class*="flex pt-4 pb-4 pl-2"]
> div {
display: flex;
}
}
Expand Down
32 changes: 24 additions & 8 deletions apps/style/src/components/sidebar/_theme-switcher.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
scale: 1 !important;
translate: 0 !important;

&::after { content: none !important; }
&::after {
content: none !important;
}
}

& > div {
Expand Down Expand Up @@ -37,17 +39,31 @@
}

& > div button svg {
& > * { display: none; }
& > * {
display: none;
}
}

& > div button[title="Light"] svg { @include icon("sun-fill", "fill"); }
& > div button[title="System default"] svg { @include icon("monitor-fill", "fill"); }
& > div button[title="Dark"] svg { @include icon("moon-fill", "fill"); }
& > div button[title="Light"] svg {
@include icon("sun-fill", "fill");
}
& > div button[title="System default"] svg {
@include icon("monitor-fill", "fill");
}
& > div button[title="Dark"] svg {
@include icon("moon-fill", "fill");
}
}

// Cycle button (collapsed)
li:has(div.menu-item[title="Theme"]) button.menu-item {
.menu-item-icon[x-show*="light"] { @include icon("sun-fill", "fill"); }
.menu-item-icon[x-show*="system"] { @include icon("monitor-fill", "fill"); }
.menu-item-icon[x-show*="dark"] { @include icon("moon-fill", "fill"); }
.menu-item-icon[x-show*="light"] {
@include icon("sun-fill", "fill");
}
.menu-item-icon[x-show*="system"] {
@include icon("monitor-fill", "fill");
}
.menu-item-icon[x-show*="dark"] {
@include icon("moon-fill", "fill");
}
}
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,22 +41,22 @@
"update:major": "taze -w -r major"
},
"devDependencies": {
"@changesets/cli": "^2.31.0",
"@commitlint/cli": "^21.0.1",
"@commitlint/config-conventional": "^21.0.1",
"@commitlint/format": "^21.0.1",
"@commitlint/types": "^21.0.1",
"@changesets/cli": "^2.31.1",
"@commitlint/cli": "^21.2.1",
"@commitlint/config-conventional": "^21.2.0",
"@commitlint/format": "^21.2.0",
"@commitlint/types": "^21.2.0",
"@repo/cspell-config": "workspace:*",
"@repo/prettier-config": "workspace:*",
"@turbo/gen": "^2.9.14",
"@turbo/gen": "^2.10.7",
"cspell": "catalog:",
"dotenv-cli": "^11.0.0",
"lefthook": "^2.1.8",
"lefthook": "^2.1.10",
"prettier": "catalog:",
"taze": "^19.13.0",
"turbo": "^2.9.14",
"taze": "^19.16.0",
"turbo": "^2.10.7",
"typescript": "catalog:"
},
"prettier": "@repo/prettier-config",
"packageManager": "pnpm@11.2.2"
"packageManager": "pnpm@11.17.0"
Comment thread
coderabbitai[bot] marked this conversation as resolved.
}
24 changes: 12 additions & 12 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,21 @@
"ui-add": "pnpm dlx shadcn@latest add && prettier src --write --list-different"
},
"dependencies": {
"@radix-ui/react-collapsible": "^1.1.12",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-hover-card": "^1.1.15",
"@radix-ui/react-collapsible": "^1.1.20",
"@radix-ui/react-dropdown-menu": "^2.1.24",
"@radix-ui/react-hover-card": "^1.1.23",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-label": "^2.1.8",
"@radix-ui/react-presence": "^1.1.5",
"@radix-ui/react-separator": "^1.1.8",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-tooltip": "^1.2.8",
"@vidstack/react": "1.12.6",
"@radix-ui/react-label": "^2.1.15",
"@radix-ui/react-presence": "^1.1.10",
"@radix-ui/react-separator": "^1.1.15",
"@radix-ui/react-slot": "^1.3.3",
"@radix-ui/react-tooltip": "^1.2.16",
"@vidstack/react": "1.15.6",
"class-variance-authority": "^0.7.1",
"lucide-react": "^1.16.0",
"motion": "^12.40.0",
"lucide-react": "^1.27.0",
"motion": "^12.42.2",
"next-themes": "^0.4.6",
"radix-ui": "^1.4.3",
"radix-ui": "^1.6.7",
"sonner": "^2.0.7",
"tailwind-merge": "^3.6.0"
},
Expand Down
Loading
Loading