chore(deps): bump next from 14.2.21 to 15.5.10#1
Merged
Conversation
fc194bc to
dcac006
Compare
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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>
dcac006 to
a8c70b8
Compare
mikepsinn
added a commit
that referenced
this pull request
Feb 7, 2026
…dy properly marked as simulated
mikepsinn
approved these changes
Feb 7, 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>
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.21 to 15.5.10.
Release notes
Sourced from next's releases.
Commits
60a2aa9v15.5.10e5b834dfetch(next/image): reduce maximumResponseBody from 300MB to 50MB (#88588)39a2f6afeat(next/image)!: addimages.maximumResponseBodyconfig (#88183)bf9f084Sync DoS mitigations for React Flightc5de33ev15.5.9dd23399Backport facebook/react#35351 for 15.5.8 (#87086)7526cd6v15.5.81e9ec41Update React Version (#41)16141e5Update React Version (#30)e01e589Backport Next.js changes to v15.5.8 (#23)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.