chore: upgrade and pin dependencies to fix dependabot alerts#30
chore: upgrade and pin dependencies to fix dependabot alerts#30pandeymangg merged 4 commits intomainfrom
Conversation
WalkthroughThis change updates dependencies across three package.json files in the project. The root package.json updates dev dependencies prettier and turbo, and bumps the package manager from pnpm@10.25.0 to pnpm@10.28.1. The apps/playground/package.json updates runtime dependencies for lucide-react and next, plus dev dependencies for Tailwind and ESLint configuration. The packages/js/package.json updates ten dev dependencies including ESLint, Vitest, TypeScript-ESLint, Vite, and related tools. No changes were made to public APIs, scripts, or runtime logic. 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. 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 |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Fix all issues with AI agents
In `@apps/playground/package.json`:
- Around line 14-28: Update package dependencies and migrate code for Next.js
16.1.4: run the official codemod (npx `@next/codemod`@canary upgrade latest) to
start automated changes, set Node engine to >=20.9.0 in package.json, and keep
React/react-dom at 19.2.3; then manually rename middleware.ts to proxy.ts,
update all uses of cookies(), headers(), params, and searchParams to be awaited
(await cookies(), await headers(), etc.), audit and convert cache/revalidation
logic to the new "use cache" model, remove any AMP usage and stop relying on
removed runtimeConfig APIs, and eliminate reliance on build-time linting if
present; after changes run full test suite and manual smoke tests to validate
behavior.
|



This PR pins all dependencies to the exact version to satisfy enterprise requirements and upgrades all dependencies in the repository to the latest version to solve the dependabot alerts.
[x] build working
[x] playground working properly showing a survey