Skip to content

chore(webrtc-example): update deps and tsconfig for Next 16#22

Open
Nisarg48 wants to merge 1 commit into
masterfrom
fix-package-vulnerabilities
Open

chore(webrtc-example): update deps and tsconfig for Next 16#22
Nisarg48 wants to merge 1 commit into
masterfrom
fix-package-vulnerabilities

Conversation

@Nisarg48
Copy link
Copy Markdown
Contributor

Summary

  • Modernize tsconfig.json (target ES2017, moduleResolution bundler) for Next.js 16 / TypeScript 6+
  • Update package.json dependencies and npm overrides for known transitive vulnerabilities

Test plan

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Routine dependency maintenance for the WebRTC example app, modernizing TypeScript configuration to align with Next.js 16/TypeScript 6+, bumping Next.js to 16.2.5, and adding overrides for known transitive vulnerabilities (axios, follow-redirects, postcss). README also gets minor markdown formatting cleanup.

Changes:

  • Update tsconfig.json to target: es2017 and moduleResolution: bundler.
  • Bump next to ^16.2.5 and add axios, follow-redirects, postcss to npm overrides.
  • Reformat README spacing/list indentation (no functional content changes).

Reviewed changes

Copilot reviewed 3 out of 4 changed files in this pull request and generated no comments.

File Description
examples/webrtc-client-example/tsconfig.json Modernize TS compiler target and module resolution for Next 16.
examples/webrtc-client-example/package.json Bump Next.js and add overrides for vulnerable transitive deps.
examples/webrtc-client-example/package-lock.json Regenerated lockfile reflecting dependency bumps and overrides.
examples/webrtc-client-example/README.md Markdown formatting/spacing cleanup.
Files not reviewed (1)
  • examples/webrtc-client-example/package-lock.json: Language not supported

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants