Commit 3a54c1c
Bump next in the npm_and_yarn group across 1 directory
Bumps the npm_and_yarn group with 1 update in the / directory: [next](https://github.com/vercel/next.js).
Updates `next` from 15.5.9 to 16.1.5
- [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.9...v16.1.5)
Now Next.js has to receive the `--webpack` flag to silence the error
```
Next.js 16 Turbopack is enabled by default and custom webpack
configurations may need to be migrated to Turbopack.
```
At this time the migration to a Turbopack is complex because it doesn't
support the same level of loader chaining with plugin-based processors
that webpack does and our current webpack loader works by augmenting the
output of `@markdoc/next.js` which is the Next.js plugin that processes
the markdown files.
We'll look to migrate when Turbopack matures in this aspect.
---
updated-dependencies:
- dependency-name: next
dependency-version: 16.1.5
dependency-type: direct:production
dependency-group: npm_and_yarn
...1 parent 32f02b1 commit 3a54c1c
2 files changed
+45
-44
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
0 commit comments