From 546c800d106917cfe41ed99a172895299af0c729 Mon Sep 17 00:00:00 2001 From: Andrew Galvan Date: Tue, 2 Jul 2024 18:50:40 -0700 Subject: [PATCH 1/3] update --- app/components/ui/button.tsx | 2 +- app/components/ui/checkbox.tsx | 2 +- app/components/ui/input.tsx | 2 +- app/routes/_index.tsx | 10 ++++---- app/routes/notes.$noteId.tsx | 2 +- app/routes/notes.new.tsx | 2 +- app/routes/notes.tsx | 2 +- package.json | 44 +++++++++++++++++----------------- vite.config.ts | 8 ++++++- 9 files changed, 40 insertions(+), 34 deletions(-) diff --git a/app/components/ui/button.tsx b/app/components/ui/button.tsx index ce44221..594e9a6 100644 --- a/app/components/ui/button.tsx +++ b/app/components/ui/button.tsx @@ -5,7 +5,7 @@ import * as React from 'react' import { cn } from '~/utils/misc' const buttonVariants = cva( - 'inline-flex items-center justify-center whitespace-nowrap rounded-md font-medium text-sm transition-colors disabled:pointer-events-none disabled:opacity-50 focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-ring', + 'inline-flex items-center justify-center whitespace-nowrap rounded-md font-medium text-sm transition-colors focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-ring disabled:pointer-events-none disabled:opacity-50', { variants: { variant: { diff --git a/app/components/ui/checkbox.tsx b/app/components/ui/checkbox.tsx index 0f882ff..bbba24f 100644 --- a/app/components/ui/checkbox.tsx +++ b/app/components/ui/checkbox.tsx @@ -11,7 +11,7 @@ const Checkbox = React.forwardRef< (
-
+
-
-

+
+

House Stack @@ -71,7 +71,7 @@ export default function Index() {

-
+
{[ { @@ -128,7 +128,7 @@ export default function Index() { {img.alt} diff --git a/app/routes/notes.$noteId.tsx b/app/routes/notes.$noteId.tsx index ce83812..41fd3fd 100644 --- a/app/routes/notes.$noteId.tsx +++ b/app/routes/notes.$noteId.tsx @@ -42,7 +42,7 @@ export default function NoteDetailsPage() {
diff --git a/app/routes/notes.new.tsx b/app/routes/notes.new.tsx index 2dc3664..48f51f5 100644 --- a/app/routes/notes.new.tsx +++ b/app/routes/notes.new.tsx @@ -99,7 +99,7 @@ export default function NewNotePage() {
diff --git a/app/routes/notes.tsx b/app/routes/notes.tsx index 65c52c5..698154a 100644 --- a/app/routes/notes.tsx +++ b/app/routes/notes.tsx @@ -26,7 +26,7 @@ export default function NotesPage() { diff --git a/package.json b/package.json index e9e842e..6d0b29e 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "db:studio": "drizzle-kit studio", "dev": "remix vite:dev", "dev:mocks": "cross-env MOCKS=true remix vite:dev", - "fix": "biome check --unsafe .", + "fix": "biome check --write --unsafe .", "lint": "biome check .", "setup": "pnpm db:seed", "start": "remix-serve ./build/server/index.js", @@ -26,25 +26,25 @@ "typecheck": "tsc" }, "dependencies": { - "@libsql/client": "^0.6.2", - "@radix-ui/react-checkbox": "^1.0.4", + "@libsql/client": "^0.7.0", + "@radix-ui/react-checkbox": "^1.1.1", "@radix-ui/react-icons": "^1.3.0", - "@radix-ui/react-label": "^2.0.2", - "@radix-ui/react-slot": "^1.0.2", - "@remix-run/css-bundle": "^2.9.2", - "@remix-run/node": "^2.9.2", - "@remix-run/react": "^2.9.2", - "@remix-run/serve": "^2.9.2", - "@sentry/remix": "^8.9.2", - "@sentry/vite-plugin": "^2.18.0", + "@radix-ui/react-label": "^2.1.0", + "@radix-ui/react-slot": "^1.1.0", + "@remix-run/css-bundle": "^2.10.0", + "@remix-run/node": "^2.10.0", + "@remix-run/react": "^2.10.0", + "@remix-run/serve": "^2.10.0", + "@sentry/remix": "^8.13.0", + "@sentry/vite-plugin": "^2.20.1", "bcryptjs": "^2.4.3", - "better-sqlite3": "^11.0.0", + "better-sqlite3": "^11.1.2", "binode": "^1.0.5", "class-variance-authority": "^0.7.0", "clsx": "^2.1.1", "dotenv": "^16.4.5", "drizzle-orm": "^0.31.2", - "isbot": "^5.1.9", + "isbot": "^5.1.11", "react": "^18.3.1", "react-dom": "^18.3.1", "tailwind-merge": "^2.3.0", @@ -52,28 +52,28 @@ "zod": "^3.23.8" }, "devDependencies": { - "@biomejs/biome": "1.8.1", + "@biomejs/biome": "~1.8.3", "@faker-js/faker": "^8.4.1", "@flydotio/dockerfile": "^0.5.7", - "@playwright/test": "^1.44.1", - "@remix-run/dev": "^2.9.2", + "@playwright/test": "^1.45.1", + "@remix-run/dev": "^2.10.0", "@testing-library/jest-dom": "^6.4.6", "@types/bcryptjs": "^2.4.6", - "@types/node": "^20.14.2", + "@types/node": "^20.14.9", "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", "@vitejs/plugin-react": "^4.3.1", "@vitest/coverage-v8": "^1.6.0", "autoprefixer": "^10.4.19", "cross-env": "^7.0.3", - "drizzle-kit": "^0.22.7", - "happy-dom": "^14.12.0", + "drizzle-kit": "^0.22.8", + "happy-dom": "^14.12.3", "msw": "^2.3.1", - "postcss": "^8.4.38", + "postcss": "^8.4.39", "start-server-and-test": "^2.0.4", "tailwindcss": "^3.4.4", - "typescript": "~5.4.5", - "vite": "^5.3.1", + "typescript": "~5.5.3", + "vite": "^5.3.2", "vite-tsconfig-paths": "^4.3.2", "vitest": "^1.6.0" }, diff --git a/vite.config.ts b/vite.config.ts index 3b389df..7638492 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -5,7 +5,13 @@ import tsconfigPaths from 'vite-tsconfig-paths' export default defineConfig({ plugins: [ - remix(), + remix({ + future: { + v3_fetcherPersist: true, + v3_relativeSplatPath: true, + v3_throwAbortReason: true, + }, + }), tsconfigPaths(), process.env.SENTRY_AUTH_TOKEN ? sentryVitePlugin({ From 09e8ef90bb39c8771635d313bb4516e8a5baccce Mon Sep 17 00:00:00 2001 From: Andrew Galvan Date: Wed, 15 Jan 2025 14:32:25 -0800 Subject: [PATCH 2/3] update --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 6d0b29e..c53d757 100644 --- a/package.json +++ b/package.json @@ -80,5 +80,6 @@ "engines": { "node": "20", "pnpm": "9" - } + }, + "packageManager": "pnpm@9.15.1+sha512.1acb565e6193efbebda772702950469150cf12bcc764262e7587e71d19dc98a423dff9536e57ea44c49bdf790ff694e83c27be5faa23d67e0c033b583be4bfcf" } From f58688490a8e47e70631798ac6fe160facd2f158 Mon Sep 17 00:00:00 2001 From: Andrew Galvan Date: Wed, 15 Jan 2025 14:35:05 -0800 Subject: [PATCH 3/3] update 2 --- .github/workflows/deploy.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f82ebf7..e64a2da 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -27,7 +27,6 @@ jobs: uses: pnpm/action-setup@v4 with: run_install: false - version: 9 - name: ⎔ Setup node uses: actions/setup-node@v4 @@ -56,7 +55,6 @@ jobs: uses: pnpm/action-setup@v4 with: run_install: false - version: 9 - name: ⎔ Setup node uses: actions/setup-node@v4 @@ -82,7 +80,6 @@ jobs: uses: pnpm/action-setup@v4 with: run_install: false - version: 9 - name: ⎔ Setup node uses: actions/setup-node@v4