Skip to content

Upgrades Next.js, refines ESLint, and adopts useEffectEvent#33

Merged
zainphp merged 1 commit into
pemrogrammer:mainfrom
zainphp:patch
Dec 13, 2025
Merged

Upgrades Next.js, refines ESLint, and adopts useEffectEvent#33
zainphp merged 1 commit into
pemrogrammer:mainfrom
zainphp:patch

Conversation

@zainphp

@zainphp zainphp commented Dec 13, 2025

Copy link
Copy Markdown
Contributor

Upgrades Next.js to version 16.0.10, which includes removing react and react-dom as explicit dependencies since they are now bundled.

Updates eslint-config-next to align with the new Next.js version. Modernizes the ESLint flat configuration by directly importing Next.js presets, eliminating the need for the FlatCompat utility.

Integrates useEffectEvent in the email verification page to manage side effects for email retrieval and cooldown logic. This refactoring addresses potential issues with stale closures and improves the stability of event handlers within useEffect.

Upgrades Next.js to version `16.0.10`, which includes removing `react` and `react-dom` as explicit dependencies since they are now bundled.

Updates `eslint-config-next` to align with the new Next.js version. Modernizes the ESLint flat configuration by directly importing Next.js presets, eliminating the need for the `FlatCompat` utility.

Integrates `useEffectEvent` in the email verification page to manage side effects for email retrieval and cooldown logic. This refactoring addresses potential issues with stale closures and improves the stability of event handlers within `useEffect`.
@vercel

vercel Bot commented Dec 13, 2025

Copy link
Copy Markdown

@sensasi-delight is attempting to deploy a commit to the sensasidelight's projects Team on Vercel.

A member of the Team first needs to authorize it.

@vercel

vercel Bot commented Dec 13, 2025

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
code-showcase-studio Ready Ready Preview, Comment Dec 13, 2025 5:33pm

@zainphp zainphp added the ⟳ CI/CD Tasks related to ci/cd pipelines, ensuring automated testing, building, and deployment. label Dec 13, 2025
@zainphp zainphp merged commit 9672ed1 into pemrogrammer:main Dec 13, 2025
3 checks passed
@zainphp zainphp deleted the patch branch December 13, 2025 17:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

⟳ CI/CD Tasks related to ci/cd pipelines, ensuring automated testing, building, and deployment.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant