Commit 16d4b62
authored
feat: update auth0 ai vercel to 5.1.0 with ai sdk v6 (#74)
* fix: resolve TypeScript build errors in vercel-react-spa-js server
- Extract input schemas outside tool() calls to improve type inference
- Add explicit type annotations for ListNearbyEventsInput and ListUserCalendarsInput
- Add type assertions (as any) to work around complex type conflicts
- Fix execute function signatures to use typed inputs
These changes resolve the TypeScript compilation memory errors that occurred
during the build process with googleapis v153 type definitions.
* feat: upgrade to AI SDK v6 across all projects
- Upgrade ai package from v5 to v6
- Upgrade @ai-sdk/react from v2 to v3
- Upgrade @ai-sdk/openai from v2 to v3
- Update @auth0/ai-vercel to v5.1.0
- Apply AI SDK v6 codemods across affected files
- Remove unused imports in langchain-fastapi-py frontend
- Update package-lock.json files across all projects
All packages build successfully after upgrade.
Projects updated:
- authenticate-users (langchain-next-js, vercel-ai-next-js, vercel-ai-next-js-starter)
- asynchronous-authorization (langchain-next-js, vercel-ai-next-js, vercel-ai-node-js)
- authorization-for-rag (all projects)
- call-apis-on-users-behalf (all projects including vercel-react-spa-js)
- scripts/update_packages.sh
* feat: update auth0/ai to v61 parent de3634d commit 16d4b62
File tree
57 files changed
+6216
-6687
lines changed- asynchronous-authorization
- langchain-next-js
- vercel-ai-next-js
- src/app/api/chat
- vercel-ai-node-js
- authenticate-users
- langchain-next-js
- vercel-ai-next-js-starter
- src/app/api/chat
- vercel-ai-next-js
- src/app/api/chat
- authorization-for-rag
- langchain-js
- langgraph-agentic-js
- langgraph-stategraph-js
- llamaindex-agentic-js
- llamaindex-js
- openai-fga-js
- vercel-ai-js
- vercel-ai-next-js
- src/app/api/chat
- call-apis-on-users-behalf
- others-api
- langchain-fastapi-py/frontend
- src/components
- langchain-next-js
- langchain-react-spa-js
- apps
- agents
- web
- vercel-ai-next-js
- src/app/api/chat
- vercel-react-spa-js
- client
- server
- src
- lib/tools
- your-api
- langchain-next-js
- vercel-ai-next-js
- src/app/api/chat
- scripts
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
57 files changed
+6216
-6687
lines changedLines changed: 27 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | | - | |
| 28 | + | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
0 commit comments