chore: bump dependencies (#11225)

This commit is contained in:
Almeida
2025-10-31 11:15:45 +00:00
committed by GitHub
parent 178c9cb348
commit fb5c629638
48 changed files with 3157 additions and 3252 deletions

View File

@@ -4,7 +4,6 @@ import type { NextConfig } from 'next';
const withMDX = createMDX();
export default withMDX({
reactStrictMode: true,
serverExternalPackages: ['typescript', 'twoslash'],
images: {
dangerouslyAllowSVG: true,

View File

@@ -53,18 +53,18 @@
"@vercel/analytics": "^1.5.0",
"cmdk": "^1.1.1",
"cva": "1.0.0-beta.3",
"fumadocs-core": "^16.0.2",
"fumadocs-mdx": "^13.0.0",
"fumadocs-core": "^16.0.6",
"fumadocs-mdx": "^13.0.3",
"fumadocs-twoslash": "^3.1.9",
"fumadocs-ui": "^16.0.2",
"fumadocs-ui": "^16.0.6",
"geist": "^1.5.1",
"immer": "^10.1.3",
"immer": "^10.2.0",
"jotai": "^2.15.0",
"jotai-immer": "^0.4.1",
"lucide-react": "^0.548.0",
"mermaid": "^11.12.0",
"mermaid": "^11.12.1",
"motion": "^12.23.24",
"next": "^16.0.0",
"next": "^16.0.1",
"next-mdx-remote-client": "^2.1.7",
"next-themes": "^0.4.6",
"nuqs": "^2.7.2",
@@ -82,21 +82,21 @@
"usehooks-ts": "^3.1.1"
},
"devDependencies": {
"@next/env": "^16.0.0",
"@shikijs/rehype": "^3.13.0",
"@next/env": "^16.0.1",
"@shikijs/rehype": "^3.14.0",
"@tailwindcss/postcss": "^4.1.16",
"@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "^4.1.16",
"@types/mdx": "^2.0.13",
"@types/node": "^24.9.1",
"@types/node": "^24.9.2",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.2",
"autoprefixer": "^10.4.21",
"babel-plugin-react-compiler": "19.1.0-rc.3",
"cpy-cli": "^6.0.0",
"cross-env": "^10.1.0",
"eslint": "^9.37.0",
"eslint-config-neon": "^0.2.7",
"eslint": "^9.38.0",
"eslint-config-neon": "^0.2.9",
"eslint-formatter-pretty": "^7.0.0",
"git-describe": "^4.1.1",
"postcss": "^8.5.6",
@@ -104,13 +104,13 @@
"prettier-plugin-tailwindcss": "^0.7.1",
"remark-gfm": "^4.0.1",
"remark-rehype": "^11.1.2",
"shiki": "^3.13.0",
"shiki": "^3.14.0",
"tailwindcss": "^4.1.16",
"tailwindcss-react-aria-components": "^2.0.1",
"turbo": "^2.5.8",
"typescript": "^5.9.3",
"vercel": "^48.2.1",
"wrangler": "^4.45.0"
"vercel": "^48.7.1",
"wrangler": "^4.45.3"
},
"engines": {
"node": ">=22.12.0"

View File

@@ -1,7 +1,6 @@
import type { NextConfig } from 'next';
export default {
reactStrictMode: true,
images: {
dangerouslyAllowSVG: true,
contentDispositionType: 'attachment',

View File

@@ -62,13 +62,13 @@
"cmdk": "^1.1.1",
"cva": "1.0.0-beta.3",
"geist": "^1.5.1",
"immer": "^10.1.3",
"immer": "^10.2.0",
"jotai": "^2.15.0",
"jotai-immer": "^0.4.1",
"lucide-react": "^0.548.0",
"meilisearch": "^0.53.0",
"motion": "^12.23.24",
"next": "^16.0.0",
"next": "^16.0.1",
"next-mdx-remote-client": "^2.1.7",
"next-themes": "^0.4.6",
"nuqs": "^2.7.2",
@@ -86,20 +86,20 @@
"usehooks-ts": "^3.1.1"
},
"devDependencies": {
"@next/env": "^16.0.0",
"@shikijs/rehype": "^3.13.0",
"@next/env": "^16.0.1",
"@shikijs/rehype": "^3.14.0",
"@tailwindcss/postcss": "^4.1.16",
"@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "^4.1.16",
"@types/node": "^24.9.1",
"@types/node": "^24.9.2",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.2",
"autoprefixer": "^10.4.21",
"babel-plugin-react-compiler": "19.1.0-rc.3",
"cpy-cli": "^6.0.0",
"cross-env": "^10.1.0",
"eslint": "^9.37.0",
"eslint-config-neon": "^0.2.7",
"eslint": "^9.38.0",
"eslint-config-neon": "^0.2.9",
"eslint-formatter-pretty": "^7.0.0",
"git-describe": "^4.1.1",
"postcss": "^8.5.6",
@@ -107,13 +107,13 @@
"prettier-plugin-tailwindcss": "^0.7.1",
"remark-gfm": "^4.0.1",
"remark-rehype": "^11.1.2",
"shiki": "^3.13.0",
"shiki": "^3.14.0",
"tailwindcss": "^4.1.16",
"tailwindcss-react-aria-components": "^2.0.1",
"turbo": "^2.5.8",
"typescript": "^5.9.3",
"vercel": "^48.2.1",
"wrangler": "^4.45.0"
"vercel": "^48.7.1",
"wrangler": "^4.45.3"
},
"engines": {
"node": ">=22.12.0"

View File

@@ -22,7 +22,6 @@ export async function Badges({ node }: { readonly node: any }) {
const isExternal = node.isExternal;
const isAny =
// eslint-disable-next-line @typescript-eslint/prefer-nullish-coalescing
isDeprecated || isUnstable || isProtected || isStatic || isAbstract || isReadonly || isOptional || isExternal;
return isAny ? (

View File

@@ -37,7 +37,6 @@ export function Navigation() {
}
const groupedNodes = node?.reduce((acc: any, node: any) => {
// eslint-disable-next-line @typescript-eslint/prefer-nullish-coalescing
(acc[node.kind.toLowerCase()] ||= []).push(node);
return acc;
}, {});

View File

@@ -8,7 +8,6 @@ import { Fragment } from 'react';
import { Collapsible, CollapsibleContent, CollapsibleTrigger } from './ui/Collapsible';
export async function Outline({ node }: { readonly node: any }) {
// eslint-disable-next-line @typescript-eslint/prefer-nullish-coalescing
const hasAny = node.members?.properties?.length || node.members?.events?.length || node.members?.methods?.length;
return hasAny ? (

View File

@@ -421,7 +421,6 @@ export function SidebarTrigger({ onPress, children, ...props }: ButtonProps) {
setOpen((open) => !open);
}}
>
{/* eslint-disable-next-line @typescript-eslint/prefer-nullish-coalescing */}
{children || (
<>
<SidebarIcon aria-hidden className="hidden md:inline" data-slot="icon" size={18} />