这是indexloc提供的服务,不要输入任何密码
Skip to content

Conversation

@iamnivekx
Copy link
Contributor

Description

This PR upgrades the NestJS example from v10 to v11 and modernizes the project configuration. The main changes include:

  • NestJS Upgrade: Upgrade @nestjs/common, @nestjs/core, and @nestjs/platform-express from v10 to v11
  • ESLint Migration: Migrate from legacy .eslintrc.js format to modern flat config format using eslint.config.mjs
  • Configuration Cleanup: Remove legacy configuration files (.eslintrc.js, .prettierrc.js) and replace with modern equivalents
  • Package Updates: Update dependencies and scripts across all packages in the monorepo
  • Project Structure: Modernize the overall project structure with updated TypeScript and build configurations

Testing Instructions

  1. Install Dependencies

    pnpm install
    pnpm build
  2. Verify NestJS API

    pnpm --filter=api run dev
    • Check that the API starts without errors
    • Verify endpoints are accessible at http://localhost:3000
  3. Test Web Application

    pnpm --filter=web run dev
    • Ensure the web app runs on http://localhost:3001
    • Verify the UI displays correctly
  4. Linting and Formatting

    pnpm run lint
    pnpm run format
    • Confirm ESLint runs without errors
    • Verify Prettier formatting works correctly
  5. Build Process

    pnpm build
    • Ensure all packages build successfully
    • Check for any TypeScript compilation errors
  6. Run Tests

    pnpm test
    • Verify all tests pass
    • Check that Jest configuration works properly

@iamnivekx iamnivekx requested a review from a team as a code owner August 8, 2025 11:07
@turbo-orchestrator turbo-orchestrator bot added area: examples Improvements or additions to examples needs: triage labels Aug 8, 2025
@vercel
Copy link
Contributor

vercel bot commented Aug 8, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
examples-basic-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 8, 2025 11:10am
examples-designsystem-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 8, 2025 11:10am
examples-tailwind-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 8, 2025 11:10am
examples-vite-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 8, 2025 11:10am

@vercel
Copy link
Contributor

vercel bot commented Aug 8, 2025

@iamnivekx is attempting to deploy a commit to the Vercel Team on Vercel.

A member of the Team first needs to authorize it.

@iamnivekx
Copy link
Contributor Author

#9922

@iamnivekx
Copy link
Contributor Author

I'm not very familiar with Next.js, I copied the basic examples code. Would appreciate a review of the Next.js portion to ensure it follows best practices.

Copy link
Contributor

@anthonyshew anthonyshew left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome, thank you!

@anthonyshew anthonyshew merged commit 6f5557f into vercel:main Aug 14, 2025
15 of 20 checks passed
@iamnivekx iamnivekx deleted the feat/nest11 branch August 14, 2025 03:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: examples Improvements or additions to examples

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants