Skip to content

chore(deps): bump next from 15.5.14 to 15.5.18 in /web#918

Merged
willwashburn merged 4 commits into
mainfrom
dependabot/npm_and_yarn/web/next-15.5.18
May 19, 2026
Merged

chore(deps): bump next from 15.5.14 to 15.5.18 in /web#918
willwashburn merged 4 commits into
mainfrom
dependabot/npm_and_yarn/web/next-15.5.18

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps next from 15.5.14 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

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.

Bumps [next](https://github.com/vercel/next.js) from 15.5.14 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@v15.5.14...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 the dependencies Pull requests that update a dependency file label May 19, 2026
@dependabot dependabot Bot requested a review from khaliqgant as a code owner May 19, 2026 16:39
@dependabot dependabot Bot added the javascript Pull requests that update javascript code label May 19, 2026
@dependabot dependabot Bot requested a review from willwashburn as a code owner May 19, 2026 16:39
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 19, 2026
Copy link
Copy Markdown
Contributor

@devin-ai-integration devin-ai-integration Bot left a comment

Choose a reason for hiding this comment

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

Devin Review found 1 potential issue.

View 1 additional finding in Devin Review.

Open in Devin Review

Comment thread web/package.json
"gray-matter": "^4.0.3",
"lucide-react": "^1.0.1",
"next": "15.5.14",
"next": "15.5.18",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

🔴 package-lock.json not updated after bumping next version

The web directory is a workspace defined in the root package.json:30-33, so the root package-lock.json is the lockfile governing its dependencies. The PR bumps next from 15.5.14 to 15.5.18 in web/package.json but does not update package-lock.json, which still contains 30 references to 15.5.14 and zero references to 15.5.18. This means npm ci (used in CI/CD) will fail because the lockfile is out of sync with the declared dependency, or npm install will resolve to a different version than intended.

Prompt for agents
The root package-lock.json needs to be regenerated to reflect the next version bump from 15.5.14 to 15.5.18. Since web/ is a workspace in the root package.json (see workspaces field at root package.json:30-33), the root lockfile governs all workspace dependencies. Run `npm install` from the repository root to update package-lock.json, then include the updated lockfile in this PR. Without this, `npm ci` in CI will fail due to the lockfile being out of sync with web/package.json.
Open in Devin Review

Was this helpful? React with 👍 or 👎 to provide feedback.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

@copilot please fix this issue

claude added 2 commits May 19, 2026 18:03
Dependabot updated web/package.json to next@15.5.18 but did not
regenerate the root package-lock.json, causing npm ci to fail with
"Missing: postcss@8.4.31 from lock file" across License Compliance,
NPM Audit, and Deploy Preview jobs.

Regenerate the lockfile so npm ci can install next@15.5.18 and its
transitive deps cleanly.
@willwashburn willwashburn merged commit 433f994 into main May 19, 2026
49 of 52 checks passed
@willwashburn willwashburn deleted the dependabot/npm_and_yarn/web/next-15.5.18 branch May 19, 2026 18:18
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.

2 participants