Skip to content

build(deps): bump next and @mui/material-nextjs#191

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/multi-9f4a20f082
Open

build(deps): bump next and @mui/material-nextjs#191
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/multi-9f4a20f082

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 29, 2026

Bumps next and @mui/material-nextjs. These dependencies needed to be updated together.
Updates next from 14.2.4 to 16.1.6

Release notes

Sourced from next's releases.

v16.1.6

[!NOTE] This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • Upgrade to swc 54 (#88207)
  • implement LRU cache with invocation ID scoping for minimal mode response cache (#88509)
  • tweak LRU sentinel key (#89123)

Credits

Huge thanks to @​mischnic, @​wyattjoh, and @​ztanner for helping!

v16.1.5

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

https://vercel.com/changelog/summaries-of-cve-2025-59471-and-cve-2025-59472 https://vercel.com/changelog/summary-of-cve-2026-23864

v16.1.4

[!NOTE] This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • Only filter next config if experimental flag is enabled (#88733)

Credits

Huge thanks to @​mischnic for helping!

v16.1.3

[!NOTE] This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • Fix linked list bug in LRU deleteFromLru (#88652)
  • Fix relative same host redirects in node middleware (#88253)

Credits

Huge thanks to @​acdlite and @​ijjk for helping!

v16.1.2

[!NOTE] This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

... (truncated)

Commits

Updates @mui/material-nextjs from 5.15.11 to 5.18.0

Release notes

Sourced from @​mui/material-nextjs's releases.

v5.18.0

A big thanks to the 2 contributors who made this release possible.

CSS layers make it easier to override styles by splitting a single style sheet into multiple layers. To learn more, check out the CSS layers documentation.

@mui/system@5.18.0

@mui/material-nextjs@5.18.0

Docs

All contributors of this release in alphabetical order: @​oliviertassinari, @​siriwatknp

v5.17.1

Mar 18, 2025

This release fixes the @mui/types dependencies in all packages to fix a package layout bug (#45612) @​DiegoAndai

v5.17.0

Mar 18, 2025

A big thanks to the 2 contributors who made this release possible.

@mui/material@5.17.0

All contributors of this release in alphabetical order: @​DiegoAndai, @​siriwatknp

v5.16.14

A big thanks to the 1 contributor who made this release possible.

@mui/material@5.16.14

All contributors of this release in alphabetical order: @​ZeeshanTamboli

... (truncated)

Changelog

Sourced from @​mui/material-nextjs's changelog.

5.18.0

Jun 26, 2025

A big thanks to the 2 contributors who made this release possible.

CSS layers make it easier to override styles by splitting a single style sheet into multiple layers. To learn more, check out the CSS layers documentation.

@mui/system@5.18.0

@mui/material-nextjs@5.18.0

Docs

All contributors of this release in alphabetical order: @​oliviertassinari, @​siriwatknp

v5.17.1

Mar 18, 2025

This release fixes the @mui/types dependencies in all packages to fix a package layout bug (#45612) @​DiegoAndai

v5.17.0

Mar 18, 2025

A big thanks to the 2 contributors who made this release possible.

@mui/material@5.17.0

All contributors of this release in alphabetical order: @​DiegoAndai, @​siriwatknp

v5.16.14

... (truncated)

Commits

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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) and [@mui/material-nextjs](https://github.com/mui/material-ui/tree/HEAD/packages/mui-material-nextjs). These dependencies needed to be updated together.

Updates `next` from 14.2.4 to 16.1.6
- [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.4...v16.1.6)

Updates `@mui/material-nextjs` from 5.15.11 to 5.18.0
- [Release notes](https://github.com/mui/material-ui/releases)
- [Changelog](https://github.com/mui/material-ui/blob/v5.18.0/CHANGELOG.md)
- [Commits](https://github.com/mui/material-ui/commits/v5.18.0/packages/mui-material-nextjs)

---
updated-dependencies:
- dependency-name: next
  dependency-version: 16.1.6
  dependency-type: direct:production
- dependency-name: "@mui/material-nextjs"
  dependency-version: 5.18.0
  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 Jan 29, 2026
@dependabot dependabot bot requested a review from SamSverko as a code owner January 29, 2026 13:49
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 29, 2026
@vercel
Copy link

vercel bot commented Jan 29, 2026

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

Project Deployment Review Updated (UTC)
flatbread Error Error Jan 29, 2026 1:49pm

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants