chore: update deps & search indice action refactor (#11339)

* chore: update deps & search indice action refactor

- Updated pnpm, dependencies and regenerated the lockfile
- Removed immer and some eslint plugins that weren't being used
- Updated the version of `@types/node` to v24 on internal packages as
  that's the version that is being used on github actions
- Refactored the uploadSearchIndices action slightly and upgraded the
  meilisearch dependency

* chore: remove more deps
This commit is contained in:
Almeida
2025-12-09 12:47:46 +00:00
committed by GitHub
parent 2c3bf5c817
commit 06c8da23d1
14 changed files with 544 additions and 1155 deletions

View File

@@ -49,50 +49,33 @@
"funding": "https://github.com/discordjs/discord.js?sponsor",
"dependencies": {
"@opennextjs/cloudflare": "^1.14.4",
"@react-icons/all-files": "^4.1.0",
"@vercel/analytics": "^1.6.1",
"cmdk": "^1.1.1",
"cva": "1.0.0-beta.3",
"fumadocs-core": "^16.2.3",
"fumadocs-mdx": "^14.1.0",
"fumadocs-twoslash": "^3.1.10",
"fumadocs-ui": "^16.2.3",
"geist": "^1.5.1",
"immer": "^10.2.0",
"jotai": "^2.15.2",
"jotai-immer": "^0.4.1",
"lucide-react": "^0.548.0",
"lucide-react": "^0.556.0",
"mermaid": "^11.12.2",
"motion": "^12.23.25",
"next": "^16.0.7",
"next-mdx-remote-client": "^2.1.7",
"next-themes": "^0.4.6",
"nuqs": "^2.8.3",
"p-retry": "^7.1.0",
"react": "^19.2.1",
"react-aria": "^3.44.0",
"react-aria-components": "^1.13.0",
"react-dom": "^19.2.1",
"react-error-boundary": "^6.0.0",
"safe-mdx": "^1.3.9",
"sharp": "^0.34.5",
"tailwind-merge": "^3.4.0",
"tw-animate-css": "^1.4.0",
"twoslash": "^0.3.4",
"usehooks-ts": "^3.1.1"
"twoslash": "^0.3.4"
},
"devDependencies": {
"@next/env": "^16.0.7",
"@shikijs/rehype": "^3.19.0",
"@tailwindcss/postcss": "^4.1.17",
"@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "^4.1.17",
"@types/mdx": "^2.0.13",
"@types/node": "^24.10.1",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"autoprefixer": "^10.4.22",
"babel-plugin-react-compiler": "19.1.0-rc.3",
"babel-plugin-react-compiler": "^1.0.0",
"cpy-cli": "^6.0.0",
"cross-env": "^10.1.0",
"eslint": "^9.39.1",
@@ -106,10 +89,9 @@
"remark-rehype": "^11.1.2",
"shiki": "^3.19.0",
"tailwindcss": "^4.1.17",
"tailwindcss-react-aria-components": "^2.0.1",
"turbo": "^2.6.3",
"typescript": "^5.9.3",
"vercel": "^48.12.1",
"typescript": "~5.9.3",
"vercel": "^49.1.2",
"wrangler": "^4.53.0"
},
"engines": {

View File

@@ -56,20 +56,15 @@
"@react-icons/all-files": "^4.1.0",
"@tanstack/react-query": "^5.90.12",
"@vercel/analytics": "^1.6.1",
"@vercel/edge-config": "^1.4.3",
"@vercel/postgres": "^0.10.0",
"cloudflare": "^5.2.0",
"cmdk": "^1.1.1",
"cva": "1.0.0-beta.3",
"geist": "^1.5.1",
"immer": "^10.2.0",
"jotai": "^2.15.2",
"jotai-immer": "^0.4.1",
"lucide-react": "^0.548.0",
"meilisearch": "^0.53.0",
"motion": "^12.23.25",
"lucide-react": "^0.556.0",
"meilisearch": "^0.54.0",
"next": "^16.0.7",
"next-mdx-remote-client": "^2.1.7",
"next-themes": "^0.4.6",
"nuqs": "^2.8.3",
"overlayscrollbars": "^2.13.0",
@@ -78,7 +73,6 @@
"react-aria": "^3.44.0",
"react-aria-components": "^1.13.0",
"react-dom": "^19.2.1",
"react-error-boundary": "^6.0.0",
"safe-mdx": "^1.3.9",
"sharp": "^0.34.5",
"tailwind-merge": "^3.4.0",
@@ -86,16 +80,14 @@
"usehooks-ts": "^3.1.1"
},
"devDependencies": {
"@next/env": "^16.0.7",
"@shikijs/rehype": "^3.19.0",
"@tailwindcss/postcss": "^4.1.17",
"@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "^4.1.17",
"@types/node": "^24.10.1",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"autoprefixer": "^10.4.22",
"babel-plugin-react-compiler": "19.1.0-rc.3",
"babel-plugin-react-compiler": "^1.0.0",
"cpy-cli": "^6.0.0",
"cross-env": "^10.1.0",
"eslint": "^9.39.1",
@@ -111,8 +103,8 @@
"tailwindcss": "^4.1.17",
"tailwindcss-react-aria-components": "^2.0.1",
"turbo": "^2.6.3",
"typescript": "^5.9.3",
"vercel": "^48.12.1",
"typescript": "~5.9.3",
"vercel": "^49.1.2",
"wrangler": "^4.53.0"
},
"engines": {