Skip to content

deps(deps): bump next from 14.2.35 to 16.1.5 - #24

Merged
rogerSuperBuilderAlpha merged 4 commits into
mainfrom
claude/review-dependabot-pr-OM38H
Jan 29, 2026
Merged

rogerSuperBuilderAlpha merged 4 commits into
mainfrom
claude/review-dependabot-pr-OM38H

Conversation

@rogerSuperBuilderAlpha

Copy link
Copy Markdown
Owner

Bumps next from 14.2.35 to 16.1.5.


updated-dependencies:

  • dependency-name: next
    dependency-version: 16.1.5
    dependency-type: direct:production
    ...

Signed-off-by: dependabot[bot] support@github.com

dependabot Bot and others added 4 commits January 29, 2026 02:12
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
@vercel

vercel Bot commented Jan 29, 2026

Copy link
Copy Markdown

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

Project Deployment Review Updated (UTC)
cursor-boston Ready Ready Preview, Comment Jan 29, 2026 7:45am

@rogerSuperBuilderAlpha
rogerSuperBuilderAlpha merged commit 022e91c into main Jan 29, 2026
8 of 10 checks passed
@rogerSuperBuilderAlpha
rogerSuperBuilderAlpha deleted the claude/review-dependabot-pr-OM38H branch January 29, 2026 07:47
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>
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>
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