chore: upgrade all dependencies to fix dependabot alerts and react2shell#27
chore: upgrade all dependencies to fix dependabot alerts and react2shell#27pandeymangg merged 1 commit intomainfrom
Conversation
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
|
WalkthroughThis pull request updates dependencies and development dependencies across the monorepo workspace. The playground application receives updates to core packages (Next.js, React, lucide-react) and development tooling. Root-level package manager dependencies (prettier, turbo, rimraf) and the pnpm version specification are updated. The JavaScript packages directory updates multiple development tooling versions including ESLint, Vitest, Vite, and TypeScript-ESLint. The playground's TypeScript configuration is reformatted and the JSX runtime option is changed from "preserve" to "react-jsx", while a new include path for Next.js development types is added. No changes to public APIs or exported entities occur. Pre-merge checks✅ Passed checks (3 passed)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: ASSERTIVE Plan: Pro ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (4)
🧰 Additional context used🧠 Learnings (3)📚 Learning: 2025-09-24T17:04:00.743ZApplied to files:
📚 Learning: 2025-09-24T17:04:00.743ZApplied to files:
📚 Learning: 2025-09-24T16:54:10.968ZApplied to files:
🔇 Additional comments (4)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |



This PR upgrades all dependencies in
formbricks/jsto the newest available version.This PR is sensitive as it also upgrades React to solve the critical React2Shell vulnerability.