From 51b867e5dc0e68d70b8367cb13fa2d74665defa8 Mon Sep 17 00:00:00 2001 From: shadcn Date: Mon, 2 Mar 2026 13:32:12 +0400 Subject: [PATCH] fix --- .prettierignore | 1 + .../default/blocks/calendar-20.tsx | 2 +- .../new-york/blocks/calendar-20.tsx | 2 +- deprecated/www/components/block-viewer.tsx | 4 +- .../www/components/chart-code-viewer.tsx | 2 +- deprecated/www/components/mobile-nav.tsx | 2 +- .../www/components/theme-customizer.tsx | 2 +- .../registry/default/blocks/calendar-20.tsx | 2 +- .../dashboard-01/components/app-sidebar.tsx | 2 +- .../sidebar-09/components/app-sidebar.tsx | 2 +- .../sidebar-16/components/app-sidebar.tsx | 2 +- .../default/examples/chart-tooltip-demo.tsx | 4 +- .../registry/default/internal/sidebar-09.tsx | 2 +- .../www/registry/default/ui/button-group.tsx | 2 +- .../registry/new-york/blocks/calendar-20.tsx | 2 +- .../dashboard-01/components/app-sidebar.tsx | 2 +- .../sidebar-09/components/app-sidebar.tsx | 2 +- .../sidebar-16/components/app-sidebar.tsx | 2 +- .../new-york/examples/chart-tooltip-demo.tsx | 4 +- .../registry/new-york/internal/sidebar-09.tsx | 2 +- .../www/registry/new-york/ui/button-group.tsx | 2 +- package.json | 6 +- pnpm-lock.yaml | 106 ++++-------------- prettier.config.cjs | 5 - 24 files changed, 49 insertions(+), 115 deletions(-) diff --git a/.prettierignore b/.prettierignore index e2adc481e8..0a88f68c8f 100644 --- a/.prettierignore +++ b/.prettierignore @@ -5,3 +5,4 @@ build .contentlayer **/fixtures deprecated +packages diff --git a/deprecated/www/__registry__/default/blocks/calendar-20.tsx b/deprecated/www/__registry__/default/blocks/calendar-20.tsx index 5a2d2af3d2..e9ba34fc43 100644 --- a/deprecated/www/__registry__/default/blocks/calendar-20.tsx +++ b/deprecated/www/__registry__/default/blocks/calendar-20.tsx @@ -65,7 +65,7 @@ export default function Calendar20() { - +
{date && selectedTime ? ( <> diff --git a/deprecated/www/__registry__/new-york/blocks/calendar-20.tsx b/deprecated/www/__registry__/new-york/blocks/calendar-20.tsx index daa0f0911d..2a2bb3f5eb 100644 --- a/deprecated/www/__registry__/new-york/blocks/calendar-20.tsx +++ b/deprecated/www/__registry__/new-york/blocks/calendar-20.tsx @@ -65,7 +65,7 @@ export default function Calendar20() {
- +
{date && selectedTime ? ( <> diff --git a/deprecated/www/components/block-viewer.tsx b/deprecated/www/components/block-viewer.tsx index 9c1daad9c0..710aacd401 100644 --- a/deprecated/www/components/block-viewer.tsx +++ b/deprecated/www/components/block-viewer.tsx @@ -303,7 +303,7 @@ function BlockViewerCode() { key={file?.path} data-rehype-pretty-code-fragment dangerouslySetInnerHTML={{ __html: file?.highlightedContent ?? "" }} - className="relative flex-1 overflow-hidden after:absolute after:inset-y-0 after:left-0 after:w-10 after:bg-zinc-950 [&_.line:before]:sticky [&_.line:before]:left-2 [&_.line:before]:z-10 [&_.line:before]:translate-y-[-1px] [&_.line:before]:pr-1 [&_pre]:h-[--height] [&_pre]:overflow-auto [&_pre]:bg-transparent! [&_pre]:pb-20 [&_pre]:pt-4 [&_pre]:font-mono [&_pre]:text-sm [&_pre]:leading-relaxed" + className="relative flex-1 overflow-hidden after:absolute after:inset-y-0 after:left-0 after:w-10 after:bg-zinc-950 [&_.line:before]:sticky [&_.line:before]:left-2 [&_.line:before]:z-10 [&_.line:before]:translate-y-[-1px] [&_.line:before]:pr-1 [&_pre]:h-[--height] [&_pre]:overflow-auto [&_pre]:!bg-transparent [&_pre]:pb-20 [&_pre]:pt-4 [&_pre]:font-mono [&_pre]:text-sm [&_pre]:leading-relaxed" />
@@ -318,7 +318,7 @@ export function BlockViewerFileTree() { } return ( - + diff --git a/deprecated/www/components/mobile-nav.tsx b/deprecated/www/components/mobile-nav.tsx index 8771345e45..6801e0d17c 100644 --- a/deprecated/www/components/mobile-nav.tsx +++ b/deprecated/www/components/mobile-nav.tsx @@ -39,7 +39,7 @@ export function MobileNav() { viewBox="0 0 24 24" strokeWidth="1.5" stroke="currentColor" - className="size-6!" + className="!size-6" > - {isActive && } + {isActive && } {theme.label === "Zinc" ? "Default" : theme.label} diff --git a/deprecated/www/registry/default/blocks/calendar-20.tsx b/deprecated/www/registry/default/blocks/calendar-20.tsx index 5a2d2af3d2..e9ba34fc43 100644 --- a/deprecated/www/registry/default/blocks/calendar-20.tsx +++ b/deprecated/www/registry/default/blocks/calendar-20.tsx @@ -65,7 +65,7 @@ export default function Calendar20() { - +
{date && selectedTime ? ( <> diff --git a/deprecated/www/registry/default/blocks/dashboard-01/components/app-sidebar.tsx b/deprecated/www/registry/default/blocks/dashboard-01/components/app-sidebar.tsx index 08ef97ed02..669efbfe4a 100644 --- a/deprecated/www/registry/default/blocks/dashboard-01/components/app-sidebar.tsx +++ b/deprecated/www/registry/default/blocks/dashboard-01/components/app-sidebar.tsx @@ -158,7 +158,7 @@ export function AppSidebar({ ...props }: React.ComponentProps) { diff --git a/deprecated/www/registry/default/blocks/sidebar-09/components/app-sidebar.tsx b/deprecated/www/registry/default/blocks/sidebar-09/components/app-sidebar.tsx index fd1ed9b4ce..7a3ccfdd86 100644 --- a/deprecated/www/registry/default/blocks/sidebar-09/components/app-sidebar.tsx +++ b/deprecated/www/registry/default/blocks/sidebar-09/components/app-sidebar.tsx @@ -161,7 +161,7 @@ export function AppSidebar({ ...props }: React.ComponentProps) { {/* This will make the sidebar appear as icons. */} diff --git a/deprecated/www/registry/default/blocks/sidebar-16/components/app-sidebar.tsx b/deprecated/www/registry/default/blocks/sidebar-16/components/app-sidebar.tsx index 5b7bd13951..4214ec36f9 100644 --- a/deprecated/www/registry/default/blocks/sidebar-16/components/app-sidebar.tsx +++ b/deprecated/www/registry/default/blocks/sidebar-16/components/app-sidebar.tsx @@ -155,7 +155,7 @@ const data = { export function AppSidebar({ ...props }: React.ComponentProps) { return ( diff --git a/deprecated/www/registry/default/examples/chart-tooltip-demo.tsx b/deprecated/www/registry/default/examples/chart-tooltip-demo.tsx index 42a1a22369..2830a8c867 100644 --- a/deprecated/www/registry/default/examples/chart-tooltip-demo.tsx +++ b/deprecated/www/registry/default/examples/chart-tooltip-demo.tsx @@ -75,7 +75,7 @@ export default function Component() { className="w-[8rem]" />
-
+
-
+
Indicator
diff --git a/deprecated/www/registry/default/internal/sidebar-09.tsx b/deprecated/www/registry/default/internal/sidebar-09.tsx index d1ba2dc886..c2a26b0ca5 100644 --- a/deprecated/www/registry/default/internal/sidebar-09.tsx +++ b/deprecated/www/registry/default/internal/sidebar-09.tsx @@ -242,7 +242,7 @@ function AppSidebar({ ...props }: React.ComponentProps) { {/* This will make the sidebar appear as icons. */} diff --git a/deprecated/www/registry/default/ui/button-group.tsx b/deprecated/www/registry/default/ui/button-group.tsx index 820ddd3f91..bccb34a083 100644 --- a/deprecated/www/registry/default/ui/button-group.tsx +++ b/deprecated/www/registry/default/ui/button-group.tsx @@ -67,7 +67,7 @@ function ButtonGroupSeparator({ data-slot="button-group-separator" orientation={orientation} className={cn( - "bg-input relative m-0! self-stretch data-[orientation=vertical]:h-auto", + "bg-input relative !m-0 self-stretch data-[orientation=vertical]:h-auto", className )} {...props} diff --git a/deprecated/www/registry/new-york/blocks/calendar-20.tsx b/deprecated/www/registry/new-york/blocks/calendar-20.tsx index daa0f0911d..2a2bb3f5eb 100644 --- a/deprecated/www/registry/new-york/blocks/calendar-20.tsx +++ b/deprecated/www/registry/new-york/blocks/calendar-20.tsx @@ -65,7 +65,7 @@ export default function Calendar20() {
- +
{date && selectedTime ? ( <> diff --git a/deprecated/www/registry/new-york/blocks/dashboard-01/components/app-sidebar.tsx b/deprecated/www/registry/new-york/blocks/dashboard-01/components/app-sidebar.tsx index 3b90f16f62..dfe2cad679 100644 --- a/deprecated/www/registry/new-york/blocks/dashboard-01/components/app-sidebar.tsx +++ b/deprecated/www/registry/new-york/blocks/dashboard-01/components/app-sidebar.tsx @@ -158,7 +158,7 @@ export function AppSidebar({ ...props }: React.ComponentProps) { diff --git a/deprecated/www/registry/new-york/blocks/sidebar-09/components/app-sidebar.tsx b/deprecated/www/registry/new-york/blocks/sidebar-09/components/app-sidebar.tsx index 537d973104..6569cabbbb 100644 --- a/deprecated/www/registry/new-york/blocks/sidebar-09/components/app-sidebar.tsx +++ b/deprecated/www/registry/new-york/blocks/sidebar-09/components/app-sidebar.tsx @@ -161,7 +161,7 @@ export function AppSidebar({ ...props }: React.ComponentProps) { {/* This will make the sidebar appear as icons. */} diff --git a/deprecated/www/registry/new-york/blocks/sidebar-16/components/app-sidebar.tsx b/deprecated/www/registry/new-york/blocks/sidebar-16/components/app-sidebar.tsx index b79398525e..c3b122038d 100644 --- a/deprecated/www/registry/new-york/blocks/sidebar-16/components/app-sidebar.tsx +++ b/deprecated/www/registry/new-york/blocks/sidebar-16/components/app-sidebar.tsx @@ -155,7 +155,7 @@ const data = { export function AppSidebar({ ...props }: React.ComponentProps) { return ( diff --git a/deprecated/www/registry/new-york/examples/chart-tooltip-demo.tsx b/deprecated/www/registry/new-york/examples/chart-tooltip-demo.tsx index 42a1a22369..2830a8c867 100644 --- a/deprecated/www/registry/new-york/examples/chart-tooltip-demo.tsx +++ b/deprecated/www/registry/new-york/examples/chart-tooltip-demo.tsx @@ -75,7 +75,7 @@ export default function Component() { className="w-[8rem]" />
-
+
-
+
Indicator
diff --git a/deprecated/www/registry/new-york/internal/sidebar-09.tsx b/deprecated/www/registry/new-york/internal/sidebar-09.tsx index 2f1a1617a2..ae94ebbb1a 100644 --- a/deprecated/www/registry/new-york/internal/sidebar-09.tsx +++ b/deprecated/www/registry/new-york/internal/sidebar-09.tsx @@ -242,7 +242,7 @@ function AppSidebar({ ...props }: React.ComponentProps) { {/* This will make the sidebar appear as icons. */} diff --git a/deprecated/www/registry/new-york/ui/button-group.tsx b/deprecated/www/registry/new-york/ui/button-group.tsx index a0020f48dd..df804e6cf9 100644 --- a/deprecated/www/registry/new-york/ui/button-group.tsx +++ b/deprecated/www/registry/new-york/ui/button-group.tsx @@ -67,7 +67,7 @@ function ButtonGroupSeparator({ data-slot="button-group-separator" orientation={orientation} className={cn( - "bg-input relative m-0! self-stretch data-[orientation=vertical]:h-auto", + "bg-input relative !m-0 self-stretch data-[orientation=vertical]:h-auto", className )} {...props} diff --git a/package.json b/package.json index e8f79874d6..616bfeb27a 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "@changesets/cli": "^2.26.1", "@commitlint/cli": "^20.1.0", "@commitlint/config-conventional": "^17.6.3", - "@ianvs/prettier-plugin-sort-imports": "^3.7.2", + "@ianvs/prettier-plugin-sort-imports": "^4.6.1", "@manypkg/cli": "^0.20.0", "@typescript-eslint/eslint-plugin": "^8.49.0", "@typescript-eslint/parser": "^8.49.0", @@ -64,8 +64,8 @@ "eslint-plugin-react": "^7.32.2", "eslint-plugin-tailwindcss": "3.13.1", "motion": "^12.12.1", - "prettier": "^2.8.8", - "pretty-quick": "^3.1.3", + "prettier": "^3.4.2", + "pretty-quick": "^4.0.0", "puppeteer": "^23.6.0", "tailwindcss": "^3.4.18", "tsx": "^4.1.4", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 7467ca9170..4dc8ab349d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -28,8 +28,8 @@ importers: specifier: ^17.6.3 version: 17.8.1 '@ianvs/prettier-plugin-sort-imports': - specifier: ^3.7.2 - version: 3.7.2(prettier@2.8.8) + specifier: ^4.6.1 + version: 4.6.1(prettier@3.6.2) '@manypkg/cli': specifier: ^0.20.0 version: 0.20.0 @@ -73,11 +73,11 @@ importers: specifier: ^12.12.1 version: 12.23.12(@emotion/is-prop-valid@1.3.1)(react-dom@19.2.3(react@19.2.3))(react@19.2.3) prettier: - specifier: ^2.8.8 - version: 2.8.8 + specifier: ^3.4.2 + version: 3.6.2 pretty-quick: - specifier: ^3.1.3 - version: 3.3.1(prettier@2.8.8) + specifier: ^4.0.0 + version: 4.2.2(prettier@3.6.2) puppeteer: specifier: ^23.6.0 version: 23.11.1(typescript@5.9.2) @@ -1440,15 +1440,6 @@ packages: resolution: {integrity: sha512-bV0Tgo9K4hfPCek+aMAn81RppFKv2ySDQeMoSZuvTASywNTnVJCArCZE2FWqpvIatKu7VMRLWlR1EazvVhDyhQ==} engines: {node: '>=18.18'} - '@ianvs/prettier-plugin-sort-imports@3.7.2': - resolution: {integrity: sha512-bVckKToJM8XV2wTOG1VpeXrSmfAG49esVrikbxeFbY51RJdNke9AdMANJtGuACB59uo+pGlz0wBdWFrRzWyO1A==} - peerDependencies: - '@vue/compiler-sfc': '>=3.0.0' - prettier: 2.x - peerDependenciesMeta: - '@vue/compiler-sfc': - optional: true - '@ianvs/prettier-plugin-sort-imports@4.6.1': resolution: {integrity: sha512-Q0gujs/g6tw1uOGd1bTVLGDzAwb/UwrCehhPCQevTCYDkho8+eQSOhA0zcy9AM0XnXM1ChBWsZeE4P7Nym0pyw==} peerDependencies: @@ -1878,6 +1869,10 @@ packages: resolution: {integrity: sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==} engines: {node: '>=14'} + '@pkgr/core@0.2.9': + resolution: {integrity: sha512-QNqXyfVS2wm9hweSYD2O7F0G06uurj9kZ96TRQE5Y9hU7+tgdZwIkbAKc5Ocy1HxEY2kuDQa6cQ1WRs/O5LFKA==} + engines: {node: ^12.20.0 || ^14.18.0 || >=16.0.0} + '@puppeteer/browsers@2.6.1': resolution: {integrity: sha512-aBSREisdsGH890S2rQqK82qmQYU3uFpSH8wcZWHgHzl3LfzsxAKbLNiAG9mO8v1Y0UICBeClICxPJvyr0rcuxg==} engines: {node: '>=18'} @@ -4576,10 +4571,6 @@ packages: resolution: {integrity: sha512-CRT1WTyuQoD771GW56XEZFQ/ZoSfWid1alKGDYMmkt2yl8UXrVR4pspqWNEcqKvVIzg6PAltWjxcSSPrboA4iA==} engines: {node: '>=18.0.0'} - execa@4.1.0: - resolution: {integrity: sha512-j5W0//W7f8UxAn8hXVnwG8tLwdiUy4FJLcSupCg6maBYZDpyBvTApK7KyuI4bKj8KOh1r2YH+6ucuYtJv1bTZA==} - engines: {node: '>=10'} - execa@5.1.1: resolution: {integrity: sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==} engines: {node: '>=10'} @@ -5100,10 +5091,6 @@ packages: resolution: {integrity: sha512-3gKm/gCSUipeLsRYZbbdA1BD83lBoWUkZ7G9VFrhWPAU76KwYo5KR8V28bpoPm/ygy0x5/GCbpRQdY7VLYCoIg==} hasBin: true - human-signals@1.1.1: - resolution: {integrity: sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw==} - engines: {node: '>=8.12.0'} - human-signals@2.1.0: resolution: {integrity: sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==} engines: {node: '>=10.17.0'} @@ -5413,9 +5400,6 @@ packages: resolution: {integrity: sha512-zptv57P3GpL+O0I7VdMJNBZCu+BPHVQUk55Ft8/QCJjTVxrnJHuVuX/0Bl2A6/+2oyR/ZMEuFKwmzqqZ/U5nPQ==} engines: {node: 20 || >=22} - javascript-natural-sort@0.7.1: - resolution: {integrity: sha512-nO6jcEfZWQXDhOiBtG2KvKyEptz7RVbpGP4vTD2hLBdmNQSsCiicO2Ioinv6UI4y9ukqnBpy+XZ9H6uLNgJTlw==} - jiti@1.21.7: resolution: {integrity: sha512-/imKNG4EbWNrVjoNC/1H5/9GFy+tqjGBHCaSsN+P2RnPqjsLmv6UD3Ej+Kj8nBWaRAwyk7kK5ZUc+OEatnTR3A==} hasBin: true @@ -5655,14 +5639,6 @@ packages: lodash.camelcase@4.3.0: resolution: {integrity: sha512-TwuEnCnxbc3rAvhf/LbG7tJUDzhqXyFnv3dtzLOPgCG/hODL7WFnsbwktkD7yUV0RrreP/l1PALq/YSg6VvjlA==} - lodash.clone@4.5.0: - resolution: {integrity: sha512-GhrVeweiTD6uTmmn5hV/lzgCQhccwReIVRLHp7LT4SopOjqEZ5BbX8b5WWEtAKasjmy8hR7ZPwsYlxRCku5odg==} - deprecated: This package is deprecated. Use structuredClone instead. - - lodash.isequal@4.5.0: - resolution: {integrity: sha512-pDo3lu8Jhfjqls6GkMgpahsF9kCyayhgykjyLMNFTKWrpVdAQtYyB4muAMWozBB4ig/dtWAmsMxLEI8wuz+DYQ==} - deprecated: This package is deprecated. Use require('node:util').isDeepStrictEqual instead. - lodash.isplainobject@4.0.6: resolution: {integrity: sha512-oSXzaWypCMHkPC3NvBEaPHf0KsA5mvPrOPgQWDsbg8n7orZ290M0BmC/jgRZ4vcJ6DTAhjrsSYgdsW/F+MFOBA==} @@ -6402,10 +6378,6 @@ packages: resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==} engines: {node: '>=8.6'} - picomatch@3.0.1: - resolution: {integrity: sha512-I3EurrIQMlRc9IaAZnqRR044Phh2DXY+55o7uJ0V+hYZAcQYSuFWsc9q5PvyDHUSCe1Qxn/iBz+78s86zWnGag==} - engines: {node: '>=10'} - picomatch@4.0.3: resolution: {integrity: sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==} engines: {node: '>=12'} @@ -6569,12 +6541,12 @@ packages: resolution: {integrity: sha512-4yf0QO/sllf/1zbZWYnvWw3NxCQwLXKzIj0G849LSufP15BXKM0rbD2Z3wVnkMfjdn/CB0Dpp444gYAACdsplg==} engines: {node: '>=18'} - pretty-quick@3.3.1: - resolution: {integrity: sha512-3b36UXfYQ+IXXqex6mCca89jC8u0mYLqFAN5eTQKoXO6oCQYcIVYZEB/5AlBHI7JPYygReM2Vv6Vom/Gln7fBg==} - engines: {node: '>=10.13'} + pretty-quick@4.2.2: + resolution: {integrity: sha512-uAh96tBW1SsD34VhhDmWuEmqbpfYc/B3j++5MC/6b3Cb8Ow7NJsvKFhg0eoGu2xXX+o9RkahkTK6sUdd8E7g5w==} + engines: {node: '>=14'} hasBin: true peerDependencies: - prettier: ^2.0.0 + prettier: ^3.0.0 progress@2.0.3: resolution: {integrity: sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==} @@ -8901,20 +8873,6 @@ snapshots: '@humanwhocodes/retry@0.4.3': {} - '@ianvs/prettier-plugin-sort-imports@3.7.2(prettier@2.8.8)': - dependencies: - '@babel/core': 7.28.0 - '@babel/generator': 7.28.0 - '@babel/parser': 7.28.0 - '@babel/traverse': 7.28.0 - '@babel/types': 7.28.2 - javascript-natural-sort: 0.7.1 - lodash.clone: 4.5.0 - lodash.isequal: 4.5.0 - prettier: 2.8.8 - transitivePeerDependencies: - - supports-color - '@ianvs/prettier-plugin-sort-imports@4.6.1(prettier@3.6.2)': dependencies: '@babel/generator': 7.28.0 @@ -9334,6 +9292,8 @@ snapshots: '@pkgjs/parseargs@0.11.0': optional: true + '@pkgr/core@0.2.9': {} + '@puppeteer/browsers@2.6.1': dependencies: debug: 4.4.3 @@ -12452,18 +12412,6 @@ snapshots: dependencies: eventsource-parser: 3.0.6 - execa@4.1.0: - dependencies: - cross-spawn: 7.0.6 - get-stream: 5.2.0 - human-signals: 1.1.1 - is-stream: 2.0.1 - merge-stream: 2.0.0 - npm-run-path: 4.0.1 - onetime: 5.1.2 - signal-exit: 3.0.7 - strip-final-newline: 2.0.0 - execa@5.1.1: dependencies: cross-spawn: 7.0.6 @@ -13154,8 +13102,6 @@ snapshots: human-id@4.1.1: {} - human-signals@1.1.1: {} - human-signals@2.1.0: {} human-signals@4.3.1: {} @@ -13418,8 +13364,6 @@ snapshots: dependencies: '@isaacs/cliui': 8.0.2 - javascript-natural-sort@0.7.1: {} - jiti@1.21.7: {} jiti@2.6.1: {} @@ -13606,10 +13550,6 @@ snapshots: lodash.camelcase@4.3.0: {} - lodash.clone@4.5.0: {} - - lodash.isequal@4.5.0: {} - lodash.isplainobject@4.0.6: {} lodash.kebabcase@4.1.1: {} @@ -14580,8 +14520,6 @@ snapshots: picomatch@2.3.1: {} - picomatch@3.0.1: {} - picomatch@4.0.3: {} pify@2.3.0: {} @@ -14679,15 +14617,15 @@ snapshots: dependencies: parse-ms: 4.0.0 - pretty-quick@3.3.1(prettier@2.8.8): + pretty-quick@4.2.2(prettier@3.6.2): dependencies: - execa: 4.1.0 - find-up: 4.1.0 - ignore: 5.3.2 + '@pkgr/core': 0.2.9 + ignore: 7.0.5 mri: 1.2.0 picocolors: 1.1.1 - picomatch: 3.0.1 - prettier: 2.8.8 + picomatch: 4.0.3 + prettier: 3.6.2 + tinyexec: 0.3.2 tslib: 2.8.1 progress@2.0.3: {} diff --git a/prettier.config.cjs b/prettier.config.cjs index 893cef84bf..4ba73bdd01 100644 --- a/prettier.config.cjs +++ b/prettier.config.cjs @@ -27,12 +27,7 @@ module.exports = { "", "^[./]", ], - importOrderSeparation: false, - importOrderSortSpecifiers: true, - importOrderBuiltinModulesToTop: true, importOrderParserPlugins: ["typescript", "jsx", "decorators-legacy"], - importOrderMergeDuplicateImports: true, - importOrderCombineTypeAndValueImports: true, plugins: [ "@ianvs/prettier-plugin-sort-imports", "prettier-plugin-tailwindcss",