deps(deps): bump next from 14.2.35 to 16.1.5 - #24
Merged
Merged
Conversation
Bumps [next](https://github.com/vercel/next.js) from 14.2.35 to 16.1.5. - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](vercel/next.js@v14.2.35...v16.1.5) --- updated-dependencies: - dependency-name: next dependency-version: 16.1.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
… compatibility - Update engines.node from >=18.0.0 to >=20.9.0 (required by Next.js 16) - Update eslint-config-next from ^14.2.35 to ^16.1.5 This prepares the codebase for the Dependabot PR upgrading Next.js from 14.2.0 to 16.1.5. https://claude.ai/code/session_01A2zmeKwoWKsjxEomP7brs4
Combines Next.js 16.1.5 upgrade with compatibility fixes: - Node.js >=20.9.0 requirement - eslint-config-next ^16.1.5 https://claude.ai/code/session_01A2zmeKwoWKsjxEomP7brs4
- Upgrade ESLint from 8.57.1 to 9.0.0 - Migrate from .eslintrc.json to eslint.config.mjs (flat config) - Add @eslint/eslintrc for config compatibility - Fix react-hooks/set-state-in-effect warnings in WelcomeModal and AuthContext - Fix handleClose declaration order in WelcomeModal - Merge Dependabot's Next.js 16.1.5 upgrade Build and lint pass successfully with Next.js 16.1.5 (Turbopack). https://claude.ai/code/session_01A2zmeKwoWKsjxEomP7brs4
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
2 tasks
rogerSuperBuilderAlpha
added a commit
that referenced
this pull request
May 18, 2026
) Mocks mailgun.js + form-data so the unit can be exercised without a real upstream. Locks down: - missing MAILGUN_DOMAIN → throws "MAILGUN_DOMAIN is not set" - missing text and html → throws "Either text or html is required" - missing MAILGUN_API_KEY at client init → throws sentinel error - successful send with text only → noreply@<domain> fallback - successful send with html only → no text key in payload - both text + html → both keys present - single-string to → normalized to array - array to → preserved - explicit from > MAILGUN_FROM env > noreply@<domain> - MAILGUN_EU=true → adds EU region URL - MAILGUN_EU="1" → NOT EU (must be exact "true") - module-level mailgunClient caches across calls - upstream create() error propagates Drives lib/mailgun.ts (76 LOC, previously 0% covered) to 100% lines / 100% branches / 100% functions, contributing to the Silver test_statement_coverage80 lift. Refs: #54 (OpenSSF Silver coverage) Signed-off-by: Ludwitt <ludwitt@ludwitt.com>
This was referenced May 18, 2026
rogerSuperBuilderAlpha
added a commit
that referenced
this pull request
May 19, 2026
…#1146) Adds 9 jest tests for the live-session speaker-queue POST handler on top of the existing 4, lifting app/api/live/[sessionId]/queue/route.ts from 80.39%/81.57% to 96.07%/100% (statements/branches). New paths covered: - Whitespace-only sessionId → 400 - Non-JSON request body → 400 'Invalid JSON' - talkTitle non-string type → 400 (normalizeTalkTitle null branch) - talkTitle > 140 chars → 400 (length cap) - durationMinutes non-number type → 400 (normalizeDuration null branch) - durationMinutes not in LIVE_TALK_DURATIONS → 400 - speakerName fallback: name missing → email used - speakerName fallback: both name and email missing → 'Speaker' default - Unknown error from enqueueSpeakerServer → 500 internal server error Part of the OpenSSF Best Practices Gold coverage push toward 90% / 80%. Signed-off-by: Ludwitt <ludwitt@ludwitt.com>
3 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps next from 14.2.35 to 16.1.5.
updated-dependencies:
dependency-version: 16.1.5
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] support@github.com