-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Upgrade packages #1068
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade packages #1068
Changes from all commits
d7f8b30
cd5121c
d53c952
f766a84
5172ed9
f9484b2
5b4fc02
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -4,7 +4,7 @@ | |||||
| "private": true, | ||||||
| "scripts": { | ||||||
| "dev": "cross-env NODE_OPTIONS=--max_old_space_size=16384 next dev --turbopack", | ||||||
| "build": "cross-env NODE_OPTIONS=--max_old_space_size=16384 prisma migrate deploy && next build", | ||||||
| "build": "cross-env NODE_OPTIONS=--max_old_space_size=16384 next build", | ||||||
| "start": "next start", | ||||||
| "start:standalone": "node .next/standalone/server.js", | ||||||
| "lint": "biome check .", | ||||||
|
|
@@ -16,21 +16,22 @@ | |||||
| "postinstall": "prisma generate" | ||||||
| }, | ||||||
| "dependencies": { | ||||||
| "@ai-sdk/amazon-bedrock": "3.0.45", | ||||||
| "@ai-sdk/anthropic": "2.0.35", | ||||||
| "@ai-sdk/gateway": "2.0.0", | ||||||
| "@ai-sdk/google": "2.0.23", | ||||||
| "@ai-sdk/groq": "2.0.24", | ||||||
| "@ai-sdk/openai": "2.0.53", | ||||||
| "@ai-sdk/amazon-bedrock": "3.0.67", | ||||||
| "@ai-sdk/anthropic": "2.0.53", | ||||||
| "@ai-sdk/gateway": "2.0.18", | ||||||
| "@ai-sdk/google": "2.0.44", | ||||||
| "@ai-sdk/groq": "2.0.32", | ||||||
| "@ai-sdk/mcp": "0.0.11", | ||||||
| "@ai-sdk/openai": "2.0.77", | ||||||
| "@ai-sdk/provider": "2.0.0", | ||||||
| "@ai-sdk/react": "2.0.76", | ||||||
| "@ai-sdk/react": "2.0.106", | ||||||
| "@asteasolutions/zod-to-openapi": "8.1.0", | ||||||
| "@better-auth/sso": "1.3.28", | ||||||
| "@date-fns/tz": "1.4.1", | ||||||
| "@dub/analytics": "0.0.32", | ||||||
| "@formkit/auto-animate": "0.9.0", | ||||||
| "@googleapis/calendar": "^12.0.0", | ||||||
| "@googleapis/gmail": "15.0.0", | ||||||
| "@googleapis/calendar": "^14.0.0", | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Resolve version constraint inconsistency for
Suggested change: - "@googleapis/calendar": "^14.0.0",
+ "@googleapis/calendar": "14.0.0",📝 Committable suggestion
Suggested change
🤖 Prompt for AI Agents |
||||||
| "@googleapis/gmail": "16.1.0", | ||||||
| "@googleapis/people": "6.0.0", | ||||||
| "@headlessui/react": "2.2.9", | ||||||
| "@hookform/resolvers": "5.2.2", | ||||||
|
|
@@ -42,43 +43,43 @@ | |||||
| "@mdx-js/loader": "3.1.1", | ||||||
| "@mdx-js/react": "3.1.1", | ||||||
| "@microsoft/microsoft-graph-client": "3.0.7", | ||||||
| "@modelcontextprotocol/sdk": "1.24.0", | ||||||
| "@modelcontextprotocol/sdk": "1.24.3", | ||||||
| "@mux/mux-player-react": "3.6.1", | ||||||
| "@next/mdx": "15.5.6", | ||||||
| "@next/third-parties": "15.5.6", | ||||||
| "@openrouter/ai-sdk-provider": "1.2.0", | ||||||
| "@next/mdx": "15.5.7", | ||||||
| "@next/third-parties": "15.5.7", | ||||||
| "@openrouter/ai-sdk-provider": "1.4.0", | ||||||
| "@portabletext/react": "4.0.3", | ||||||
| "@prisma/adapter-pg": "7.0.0", | ||||||
| "@prisma/adapter-pg": "7.1.0", | ||||||
| "@prisma/client": "6.16.3", | ||||||
| "@radix-ui/react-alert-dialog": "1.1.15", | ||||||
| "@radix-ui/react-avatar": "1.1.10", | ||||||
| "@radix-ui/react-avatar": "1.1.11", | ||||||
| "@radix-ui/react-checkbox": "1.3.3", | ||||||
| "@radix-ui/react-collapsible": "1.1.12", | ||||||
| "@radix-ui/react-dialog": "1.1.15", | ||||||
| "@radix-ui/react-dropdown-menu": "2.1.16", | ||||||
| "@radix-ui/react-hover-card": "1.1.15", | ||||||
| "@radix-ui/react-label": "2.1.7", | ||||||
| "@radix-ui/react-label": "2.1.8", | ||||||
| "@radix-ui/react-navigation-menu": "1.2.14", | ||||||
| "@radix-ui/react-popover": "1.1.15", | ||||||
| "@radix-ui/react-progress": "1.1.7", | ||||||
| "@radix-ui/react-progress": "1.1.8", | ||||||
| "@radix-ui/react-radio-group": "1.3.8", | ||||||
| "@radix-ui/react-scroll-area": "1.2.10", | ||||||
| "@radix-ui/react-select": "2.2.6", | ||||||
| "@radix-ui/react-separator": "1.1.7", | ||||||
| "@radix-ui/react-slot": "1.2.3", | ||||||
| "@radix-ui/react-separator": "1.1.8", | ||||||
| "@radix-ui/react-slot": "1.2.4", | ||||||
| "@radix-ui/react-switch": "1.2.6", | ||||||
| "@radix-ui/react-tabs": "1.1.13", | ||||||
| "@radix-ui/react-toggle": "1.1.10", | ||||||
| "@radix-ui/react-tooltip": "1.2.8", | ||||||
| "@radix-ui/react-use-controllable-state": "1.2.2", | ||||||
| "@react-email/render": "1.4.0", | ||||||
| "@sentry/nextjs": "10.20.0", | ||||||
| "@serwist/next": "9.2.1", | ||||||
| "@stripe/stripe-js": "8.1.0", | ||||||
| "@sentry/nextjs": "10.28.0", | ||||||
| "@serwist/next": "9.2.3", | ||||||
| "@stripe/stripe-js": "8.5.3", | ||||||
| "@t3-oss/env-nextjs": "0.13.8", | ||||||
| "@tailwindcss/forms": "0.5.10", | ||||||
| "@tailwindcss/typography": "0.5.19", | ||||||
| "@tanstack/react-query": "5.90.5", | ||||||
| "@tanstack/react-query": "5.90.12", | ||||||
| "@tanstack/react-table": "8.21.3", | ||||||
| "@tanstack/react-virtual": "3.13.12", | ||||||
| "@tiptap/extension-mention": "2.26.1", | ||||||
|
|
@@ -88,63 +89,63 @@ | |||||
| "@tiptap/starter-kit": "2.26.1", | ||||||
| "@tiptap/suggestion": "2.26.1", | ||||||
| "@upstash/qstash": "2.8.4", | ||||||
| "@upstash/redis": "1.35.6", | ||||||
| "@vercel/analytics": "1.5.0", | ||||||
| "@vercel/speed-insights": "1.2.0", | ||||||
| "ai": "5.0.76", | ||||||
| "@upstash/redis": "1.35.7", | ||||||
| "@vercel/analytics": "1.6.1", | ||||||
| "@vercel/speed-insights": "1.3.1", | ||||||
| "ai": "5.0.106", | ||||||
| "better-auth": "1.4.5", | ||||||
| "braintrust": "0.4.6", | ||||||
| "braintrust": "0.4.10", | ||||||
| "capital-case": "2.0.0", | ||||||
| "cheerio": "1.0.0", | ||||||
| "class-variance-authority": "0.7.1", | ||||||
| "clsx": "2.1.1", | ||||||
| "cmdk": "1.1.1", | ||||||
| "crisp-sdk-web": "1.0.26", | ||||||
| "date-fns": "4.1.0", | ||||||
| "diff": "^8.0.0", | ||||||
| "diff": "^8.0.2", | ||||||
| "dompurify": "3.3.0", | ||||||
| "dub": "0.67.0", | ||||||
| "easymde": "^2.20.0", | ||||||
| "email-reply-parser": "1.9.4", | ||||||
| "embla-carousel-react": "8.6.0", | ||||||
| "encoding": "0.1.13", | ||||||
| "fast-deep-equal": "3.1.3", | ||||||
| "fast-xml-parser": "5.2.5", | ||||||
| "framer-motion": "^12.23.24", | ||||||
| "gaxios": "7.1.2", | ||||||
| "fast-xml-parser": "5.3.2", | ||||||
| "framer-motion": "^12.23.25", | ||||||
| "gaxios": "7.1.3", | ||||||
| "gmail-api-parse-message": "2.1.2", | ||||||
| "google": "link:@next/third-parties/google", | ||||||
| "he": "1.2.0", | ||||||
| "html-to-text": "9.0.5", | ||||||
| "ioredis": "5.8.2", | ||||||
| "jotai": "2.15.0", | ||||||
| "jotai": "2.15.2", | ||||||
| "jsdom": "26.1.0", | ||||||
| "json5": "2.2.3", | ||||||
| "jsonrepair": "3.13.1", | ||||||
| "linkify-react": "4.3.2", | ||||||
| "linkifyjs": "4.3.2", | ||||||
| "lodash": "4.17.21", | ||||||
| "lucide-react": "0.546.0", | ||||||
| "motion": "12.23.24", | ||||||
| "lucide-react": "0.555.0", | ||||||
| "motion": "12.23.25", | ||||||
| "next": "15.5.7", | ||||||
| "next-axiom": "1.9.3", | ||||||
| "next-safe-action": "8.0.11", | ||||||
| "next-themes": "0.4.6", | ||||||
| "nodemailer": "7.0.11", | ||||||
| "nuqs": "2.7.2", | ||||||
| "nuqs": "2.8.2", | ||||||
| "ollama-ai-provider": "1.2.0", | ||||||
| "openai": "6.6.0", | ||||||
| "p-queue": "9.0.0", | ||||||
| "openai": "6.9.1", | ||||||
| "p-queue": "9.0.1", | ||||||
| "p-retry": "7.1.0", | ||||||
| "pg": "8.16.3", | ||||||
| "posthog-js": "1.261.0", | ||||||
| "posthog-node": "5.8.1", | ||||||
| "posthog-js": "1.301.1", | ||||||
| "posthog-node": "5.17.0", | ||||||
| "prisma": "6.16.3", | ||||||
| "react": "19.1.1", | ||||||
| "react": "19.2.1", | ||||||
| "react-day-picker": "8.10.1", | ||||||
| "react-dom": "19.1.1", | ||||||
| "react-dom": "19.2.1", | ||||||
| "react-dom-confetti": "0.2.0", | ||||||
| "react-hook-form": "7.65.0", | ||||||
| "react-hook-form": "7.68.0", | ||||||
| "react-hotkeys-hook": "5.2.1", | ||||||
| "react-markdown": "10.1.0", | ||||||
| "react-resizable-panels": "2.1.7", | ||||||
|
|
@@ -156,13 +157,13 @@ | |||||
| "sanity-plugin-markdown": "6.0.0", | ||||||
| "schema-dts": "1.1.5", | ||||||
| "server-only": "0.0.1", | ||||||
| "shiki": "3.13.0", | ||||||
| "shiki": "3.19.0", | ||||||
| "sonner": "2.0.7", | ||||||
| "streamdown": "1.4.0", | ||||||
| "string-similarity": "4.0.4", | ||||||
| "strip-indent": "4.1.1", | ||||||
| "stripe": "19.1.0", | ||||||
| "swr": "2.3.6", | ||||||
| "stripe": "20.0.0", | ||||||
| "swr": "2.3.7", | ||||||
| "tailwind-merge": "2.6.0", | ||||||
| "tailwindcss-animate": "1.0.7", | ||||||
| "tiptap-markdown": "0.8.10", | ||||||
|
|
@@ -181,36 +182,36 @@ | |||||
| "@types/he": "1.2.3", | ||||||
| "@types/html-to-text": "9.0.4", | ||||||
| "@types/jsdom": "27.0.0", | ||||||
| "@types/lodash": "4.17.20", | ||||||
| "@types/lodash": "4.17.21", | ||||||
| "@types/mdx": "2.0.13", | ||||||
| "@types/node": "24.9.1", | ||||||
| "@types/nodemailer": "7.0.2", | ||||||
| "@types/react": "19.1.12", | ||||||
| "@types/react-dom": "19.1.9", | ||||||
| "@types/node": "24.10.1", | ||||||
| "@types/nodemailer": "7.0.4", | ||||||
| "@types/react": "19.2.7", | ||||||
| "@types/react-dom": "19.2.3", | ||||||
| "@types/react-syntax-highlighter": "15.5.13", | ||||||
| "@types/string-similarity": "4.0.2", | ||||||
| "@vitest/coverage-v8": "3.2.4", | ||||||
| "@vitest/ui": "3.2.4", | ||||||
| "autoprefixer": "10.4.21", | ||||||
| "@vitest/coverage-v8": "4.0.15", | ||||||
| "@vitest/ui": "4.0.15", | ||||||
| "autoprefixer": "10.4.22", | ||||||
| "cross-env": "10.1.0", | ||||||
| "dotenv": "17.2.3", | ||||||
| "postcss": "8.5.6", | ||||||
| "serwist": "9.2.1", | ||||||
| "serwist": "9.2.3", | ||||||
| "tailwindcss": "3.4.17", | ||||||
| "tsconfig": "workspace:*", | ||||||
| "vite-tsconfig-paths": "5.1.4", | ||||||
| "vitest": "3.2.4", | ||||||
| "vitest": "4.0.15", | ||||||
| "vitest-mock-extended": "3.1.0" | ||||||
| }, | ||||||
| "engines": { | ||||||
| "node": ">=22.0.0" | ||||||
| }, | ||||||
| "optionalDependencies": { | ||||||
| "@sanity/client": "7.12.0", | ||||||
| "@sanity/client": "7.13.1", | ||||||
| "@sanity/icons": "3.7.4", | ||||||
| "@sanity/image-url": "1", | ||||||
| "@sanity/image-url": "2", | ||||||
| "@sanity/vision": "4", | ||||||
| "next-sanity": "11", | ||||||
| "sanity": "4.10.3" | ||||||
| "sanity": "4.20.3" | ||||||
| } | ||||||
| } | ||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🧩 Analysis chain
🌐 Web query:
@ai-sdk/mcp npm package versions releases💡 Result:
Brief summary — @ai-sdk/mcp npm package:
Sources:
[1] Ecosyste.ms / npm package summary for @ai-sdk/mcp.
[2] AI SDK documentation referencing @ai-sdk/mcp (experimental_createMCPClient).
🏁 Script executed:
Repository: elie222/inbox-zero
Length of output: 1160
🏁 Script executed:
Repository: elie222/inbox-zero
Length of output: 89
🏁 Script executed:
Repository: elie222/inbox-zero
Length of output: 149
🏁 Script executed:
Repository: elie222/inbox-zero
Length of output: 89
🏁 Script executed:
Repository: elie222/inbox-zero
Length of output: 44
Address the pre-release version of
@ai-sdk/mcp.@ai-sdk/mcpis pinned to version0.0.11, which is a pre-release version marked as experimental by the AI SDK team. While this appears to be the latest available version (and intentionally updated in a recent "fix versions" commit), pre-release versions lack stability guarantees and may introduce breaking changes. Consider documenting why this pre-release version is necessary, or plan for a migration path once a stable release becomes available.🤖 Prompt for AI Agents