1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2026-06-05 18:15:33 -04:00

chore: update to pnpm 11, bump other deps

This commit is contained in:
2026-06-04 11:58:19 -04:00
parent 37200155cf
commit c2bf0c610e
9 changed files with 1194 additions and 1159 deletions
+6 -5
View File
@@ -165,12 +165,13 @@ const Page = async () => {
href={`https://github.com/${process.env.NEXT_PUBLIC_GITHUB_USERNAME}?tab=repositories&type=source&sort=stargazers`} href={`https://github.com/${process.env.NEXT_PUBLIC_GITHUB_USERNAME}?tab=repositories&type=source&sort=stargazers`}
target="_blank" target="_blank"
rel="noopener noreferrer" rel="noopener noreferrer"
/> className="text-primary underline-offset-4 hover:underline"
>
View all
<IconExternalLink className="inline-block size-3.5 shrink-0" aria-hidden="true" />
</a>
} }
> />
View all
<IconExternalLink className="inline-block size-3.5 shrink-0" aria-hidden="true" />
</Button>
</p> </p>
</FadeTransition> </FadeTransition>
); );
+5 -5
View File
@@ -142,12 +142,12 @@ const MarkdownHelp = () => (
<button <button
type="button" type="button"
className="text-primary decoration-primary/40 cursor-pointer font-semibold no-underline decoration-2 underline-offset-4 hover:underline" className="text-primary decoration-primary/40 cursor-pointer font-semibold no-underline decoration-2 underline-offset-4 hover:underline"
/> >
<span>Markdown</span>
<span className="max-md:hidden">&nbsp;syntax</span>
</button>
} }
> />
<span>Markdown</span>
<span className="max-md:hidden">&nbsp;syntax</span>
</PopoverTrigger>
<PopoverContent align="start"> <PopoverContent align="start">
<p className="text-sm leading-loose"> <p className="text-sm leading-loose">
<IconInfoCircle className="mr-1.5 inline size-4.5 align-text-top" /> <IconInfoCircle className="mr-1.5 inline size-4.5 align-text-top" />
+2 -2
View File
@@ -8,7 +8,7 @@ const Footer = () => (
className="text-muted-foreground border-border mt-8 w-full border-t py-6 text-xs leading-loose" className="text-muted-foreground border-border mt-8 w-full border-t py-6 text-xs leading-loose"
> >
All content is licensed under{" "} All content is licensed under{" "}
<Link href="/license" className="underline underline-offset-4"> <Link href="/license" className="underline underline-offset-2">
{siteConfig.license} {siteConfig.license}
</Link> </Link>
. View source on{" "} . View source on{" "}
@@ -16,7 +16,7 @@ const Footer = () => (
href={`https://github.com/${process.env.NEXT_PUBLIC_GITHUB_REPO}`} href={`https://github.com/${process.env.NEXT_PUBLIC_GITHUB_REPO}`}
target="_blank" target="_blank"
rel="noopener noreferrer" rel="noopener noreferrer"
className="underline underline-offset-4" className="underline underline-offset-2"
> >
GitHub GitHub
</a> </a>
+2 -2
View File
@@ -40,9 +40,9 @@ const Tweet = async ({ id, className }: { id: string; className?: string }) => {
tweet={data} tweet={data}
components={{ components={{
// https://react-tweet.vercel.app/twitter-theme/api-reference#custom-tweet-components // https://react-tweet.vercel.app/twitter-theme/api-reference#custom-tweet-components
// eslint-disable-next-line jsx-a11y/alt-text // oxlint-disable-next-line jsx-a11y/alt-text, react/no-unstable-nested-components
AvatarImg: (props) => <Image {...props} unoptimized />, AvatarImg: (props) => <Image {...props} unoptimized />,
// eslint-disable-next-line jsx-a11y/alt-text // oxlint-disable-next-line jsx-a11y/alt-text, react/no-unstable-nested-components
MediaImg: (props) => <Image {...props} fill unoptimized />, MediaImg: (props) => <Image {...props} fill unoptimized />,
}} }}
/> />
+1
View File
@@ -73,6 +73,7 @@ function Field({
}: React.ComponentProps<"div"> & VariantProps<typeof fieldVariants>) { }: React.ComponentProps<"div"> & VariantProps<typeof fieldVariants>) {
return ( return (
<div <div
// oxlint-disable-next-line jsx-a11y/prefer-tag-over-role
role="group" role="group"
data-slot="field" data-slot="field"
data-orientation={orientation} data-orientation={orientation}
+1
View File
@@ -5,6 +5,7 @@ import { cn } from "@/lib/utils";
function Spinner({ className, ...props }: React.ComponentProps<"svg">) { function Spinner({ className, ...props }: React.ComponentProps<"svg">) {
return ( return (
<IconLoader2 <IconLoader2
// oxlint-disable-next-line jsx-a11y/prefer-tag-over-role
role="status" role="status"
aria-label="Loading" aria-label="Loading"
className={cn("size-4 animate-spin", className)} className={cn("size-4 animate-spin", className)}
+22 -30
View File
@@ -22,19 +22,19 @@
"db:migrate": "drizzle-kit migrate" "db:migrate": "drizzle-kit migrate"
}, },
"dependencies": { "dependencies": {
"@base-ui/react": "^1.4.1", "@base-ui/react": "^1.5.0",
"@fontsource/inter": "^5.2.8", "@fontsource/inter": "^5.2.8",
"@mdx-js/loader": "^3.1.1", "@mdx-js/loader": "^3.1.1",
"@mdx-js/react": "^3.1.1", "@mdx-js/react": "^3.1.1",
"@next/mdx": "16.2.6", "@next/mdx": "16.2.7",
"@number-flow/react": "^0.6.0", "@number-flow/react": "^0.6.0",
"@octokit/graphql": "^9.0.3", "@octokit/graphql": "^9.0.3",
"@octokit/graphql-schema": "^15.26.1", "@octokit/graphql-schema": "^15.26.1",
"@tabler/icons-react": "^3.41.1", "@tabler/icons-react": "^3.44.0",
"@vercel/analytics": "^2.0.1", "@vercel/analytics": "^2.0.1",
"@vercel/functions": "^3.4.6", "@vercel/functions": "^3.6.1",
"@vercel/speed-insights": "^2.0.0", "@vercel/speed-insights": "^2.0.0",
"better-auth": "^1.6.9", "better-auth": "^1.6.14",
"cheerio": "^1.2.0", "cheerio": "^1.2.0",
"class-variance-authority": "^0.7.1", "class-variance-authority": "^0.7.1",
"clsx": "^2.1.1", "clsx": "^2.1.1",
@@ -43,18 +43,18 @@
"fast-glob": "^3.3.3", "fast-glob": "^3.3.3",
"feed": "^5.2.1", "feed": "^5.2.1",
"html-entities": "^2.6.0", "html-entities": "^2.6.0",
"next": "16.2.6", "next": "16.2.7",
"next-themes": "^0.4.6", "next-themes": "^0.4.6",
"pg": "^8.20.0", "pg": "^8.21.0",
"react": "19.2.6", "react": "19.2.7",
"react-activity-calendar": "^3.2.0", "react-activity-calendar": "^3.2.0",
"react-compare-slider": "^4.0.0", "react-compare-slider": "^4.0.0",
"react-dom": "19.2.6", "react-dom": "19.2.7",
"react-lite-youtube-embed": "~3.5.1", "react-lite-youtube-embed": "~3.5.1",
"react-markdown": "^10.1.0", "react-markdown": "^10.1.0",
"react-schemaorg": "^2.0.1", "react-schemaorg": "^2.0.1",
"react-timeago": "^8.3.0", "react-timeago": "^8.3.0",
"react-tweet": "^3.3.0", "react-tweet": "^3.3.1",
"rehype-external-links": "^3.0.0", "rehype-external-links": "^3.0.0",
"rehype-mdx-code-props": "^3.0.1", "rehype-mdx-code-props": "^3.0.1",
"rehype-mdx-import-media": "^1.4.0", "rehype-mdx-import-media": "^1.4.0",
@@ -72,44 +72,36 @@
"remark-smartypants": "^3.0.2", "remark-smartypants": "^3.0.2",
"remark-strip-mdx-imports-exports": "^1.0.1", "remark-strip-mdx-imports-exports": "^1.0.1",
"server-only": "0.0.1", "server-only": "0.0.1",
"shadcn": "^4.6.0", "shadcn": "^4.10.0",
"shiki": "^4.0.2", "shiki": "^4.2.0",
"sonner": "^2.0.7", "sonner": "^2.0.7",
"tailwind-merge": "^3.5.0", "tailwind-merge": "^3.6.0",
"unified": "^11.0.5", "unified": "^11.0.5",
"zod": "^4.4.1" "zod": "^4.4.3"
}, },
"devDependencies": { "devDependencies": {
"@tailwindcss/postcss": "^4.2.4", "@tailwindcss/postcss": "^4.3.0",
"@tailwindcss/typography": "^0.5.19", "@tailwindcss/typography": "^0.5.19",
"@types/mdx": "^2.0.13", "@types/mdx": "^2.0.13",
"@types/node": "^25.6.0", "@types/node": "^25.9.1",
"@types/pg": "^8.20.0", "@types/pg": "^8.20.0",
"@types/react": "19.2.14", "@types/react": "19.2.16",
"@types/react-dom": "19.2.3", "@types/react-dom": "19.2.3",
"babel-plugin-react-compiler": "1.0.0", "babel-plugin-react-compiler": "1.0.0",
"dotenv": "^17.4.2", "dotenv": "^17.4.2",
"drizzle-kit": "^0.31.10", "drizzle-kit": "^0.31.10",
"oxfmt": "^0.47.0", "oxfmt": "^0.53.0",
"oxlint": "^1.62.0", "oxlint": "^1.68.0",
"postcss": "^8.5.12", "postcss": "^8.5.15",
"schema-dts": "^2.0.0", "schema-dts": "^2.0.0",
"tailwindcss": "^4.2.4", "tailwindcss": "^4.3.0",
"tw-animate-css": "^1.4.0", "tw-animate-css": "^1.4.0",
"typescript": "6.0.3" "typescript": "6.0.3"
}, },
"engines": { "engines": {
"node": ">=24.x" "node": ">=24.x"
}, },
"packageManager": "pnpm@10.33.2+sha512.a90faf6feeab71ad6c6e57f94e0fe1a12f5dcc22cd754db40ae9593eb6a3e0b6b12e3540218bb37ae083404b1f2ce6db2a4121e979829b4aff94b99f49da1cf8", "packageManager": "pnpm@11.5.1",
"pnpm": {
"onlyBuiltDependencies": [
"esbuild",
"msw",
"sharp",
"unrs-resolver"
]
},
"cacheDirectories": [ "cacheDirectories": [
"node_modules", "node_modules",
".next/cache" ".next/cache"
+1146 -1115
View File
File diff suppressed because it is too large Load Diff
+9
View File
@@ -0,0 +1,9 @@
allowBuilds:
esbuild: true
msw: true
sharp: true
unrs-resolver: true
minimumReleaseAgeExclude:
- react-tweet@3.3.1
overrides:
kysely: ^0.28.17