Skip to content

Bump next from 14.2.3 to 15.5.18 in /apps/transcription_chat#56

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/apps/transcription_chat/next-15.5.18
Open

Bump next from 14.2.3 to 15.5.18 in /apps/transcription_chat#56
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/apps/transcription_chat/next-15.5.18

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 29, 2026

Copy link
Copy Markdown

Bumps next from 14.2.3 to 15.5.18.

Release notes

Sourced from next's releases.

v15.5.18

This release contains security fixes for the following advisories:

High:

Moderate:

Low:

v15.5.16

This release contains security fixes for the following advisories:

High:

Moderate:

Low:

v15.5.15

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

https://vercel.com/changelog/summary-of-cve-2026-23869

v15.5.14

[!NOTE]

... (truncated)

Commits
  • 9ff92ce v15.5.18
  • 00ebe23 [backport] Disable build caches for production/staging/force-preview deploys ...
  • 62c97ab v15.5.17
  • 423623a Turbopack: Match proxy matchers with webpack implementation (#93594)
  • fa78739 Turbopack: Fix middleware matcher suffix (#93590)
  • 36e62c6 [backport] Turbopack: more strict vergen setup (#93588)
  • 36589b5 [backport][test] Pin package manager to patch versions (#93596)
  • ad6fd4e v15.5.16
  • 79d7dff Ignore malformed CSP nonce headers (#103)
  • c4f6908 router-server: guard upgrade proxy against absolute-url SSRF (#77) (#102)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for next since your current version.


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.

Note

Medium Risk
Major Next upgrade can change routing, middleware, and build behavior even though the diff is dependency-only; verify dev/build and runtime before merge.

Overview
Upgrades Next.js in apps/transcription_chat from 14.2.3 to 15.5.18 (major version jump) and refreshes yarn.lock so the app resolves the new runtime stack.

The lockfile shift reflects Next 15’s dependency graph: platform @next/swc-* binaries and @next/env move to 15.5.18, @swc/helpers bumps to 0.5.15, styled-jsx to 5.1.6, and sharp (with @img/*) is pulled in as an optional dependency. Legacy pieces tied to Next 14 (e.g. busboy, streamsearch, win32 ia32 SWC) drop out of the tree. No application source or config files are modified in this PR—only the dependency pin and lockfile.

Reviewed by Cursor Bugbot for commit 00f0aeb. Bugbot is set up for automated code reviews on this repo. Configure here.

Bumps [next](https://github.com/vercel/next.js) from 14.2.3 to 15.5.18.
- [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.3...v15.5.18)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 29, 2026
@vercel

vercel Bot commented May 29, 2026

Copy link
Copy Markdown
Contributor

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

Project Deployment Actions Updated (UTC)
functional-chat Ready Ready Preview, Comment May 29, 2026 2:21pm
transcription-demo Ready Ready Preview, Comment May 29, 2026 2:21pm

Request Review

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit 00f0aeb. Configure here.

"lucide-react": "^0.394.0",
"mongodb": "^6.7.0",
"next": "14.2.35",
"next": "15.5.18",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Mismatched eslint-config-next version after major Next.js bump

Low Severity

eslint-config-next remains pinned at 14.2.3 while next has been bumped to 15.5.18. This package (and its dependency @next/eslint-plugin-next@14.2.3) provides Next.js-specific lint rules that are version-coupled to the framework. After a major version bump, the outdated eslint config may produce false positives for deprecated v14 patterns, miss new v15-specific rules, or fail to recognize valid v15 API usage.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 00f0aeb. Configure here.

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.

0 participants