Skip to content

chore(deps): bump next from 14.2.21 to 15.5.10#1

Merged
mikepsinn merged 1 commit into
mainfrom
dependabot/npm_and_yarn/next-15.5.10
Feb 7, 2026
Merged

chore(deps): bump next from 14.2.21 to 15.5.10#1
mikepsinn merged 1 commit into
mainfrom
dependabot/npm_and_yarn/next-15.5.10

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Feb 6, 2026

Bumps next from 14.2.21 to 15.5.10.

Release notes

Sourced from next's releases.

v15.5.10

Please refer the following changelogs for more information about this security release:

v15.5.9

Please see the Next.js Security Update for information about this security patch.

v15.4.11

Please see this changelog for more information about this security patch.

v15.4.10

Please see the Next.js Security Update for information about this security patch.

v15.3.9

Please see this changelog for more information about this security patch.

v15.2.9

Please see this changelog for more information about this security patch.

v15.1.12

Please see this changelog for more information about this security patch.

v15.0.8

Please see this changelog for more information about this security patch.

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Feb 6, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/next-15.5.10 branch 5 times, most recently from fc194bc to dcac006 Compare February 7, 2026 06:44
@vercel
Copy link
Copy Markdown

vercel Bot commented Feb 7, 2026

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

Project Deployment Actions Updated (UTC)
optomitron-web Ready Ready Preview, Comment Feb 7, 2026 6:45am

Bumps [next](https://github.com/vercel/next.js) from 14.2.21 to 15.5.10.
- [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.21...v15.5.10)

---
updated-dependencies:
- dependency-name: next
  dependency-version: 15.5.10
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/next-15.5.10 branch from dcac006 to a8c70b8 Compare February 7, 2026 06:45
mikepsinn added a commit that referenced this pull request Feb 7, 2026
@mikepsinn mikepsinn merged commit 2a35459 into main Feb 7, 2026
3 checks passed
@mikepsinn mikepsinn deleted the dependabot/npm_and_yarn/next-15.5.10 branch February 7, 2026 21:56
@claude claude Bot mentioned this pull request May 8, 2026
mikepsinn added a commit that referenced this pull request May 13, 2026
1. Copilot — humanity-manager-promotion.tsx coupling:
   The shared module imported `Text` from @react-email/components,
   which got bundled into the client when DashboardShareCard ("use
   client") imported the module. Replaced with plain `<p>` + inline
   styles (Text was just a styled <p> anyway). Email renders
   identically; client bundle no longer drags in React Email.

2. Copilot — markdown walker concatenation:
   toMarkdown joined adjacent element fragments without whitespace,
   merging words like `1% TREATYRedirect ...`. Added an appendFragment
   helper that inserts a single space when the buffer ends with a word
   character AND the new fragment begins with one. Downstream
   `\s+`->` ` collapse handles duplicate spaces. Applied to both
   render-pages-to-markdown.ts and render-emails-to-markdown.ts.
   Verified on /signatories: `[#1Mike Sinn](/people/mike)26.0...`
   became `[#1 Mike Sinn](/people/mike)26.0 INVERSE KILLS 26.0 ...`.

3. ChatGPT Codex bot (P1) — RFC 8058 multipart unsubscribe:
   The unsubscribe route only accepted application/x-www-form-urlencoded
   POST bodies. RFC 8058 §3 lists multipart/form-data as equally valid
   for one-click unsubscribe. Mailbox providers using multipart got a
   400 instead of unsubscribing — a deliverability regression.
   parseFormBody now branches on content-type and uses request.formData()
   for multipart, request.text() + URLSearchParams for urlencoded.

Tests: 22 email/task test files pass. Typecheck clean.

Co-Authored-By: Codex CLI (gpt-5-codex) <noreply@openai.com>
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant