Skip to content

Commit 3a54c1c

Browse files
dependabot[bot]ifraixedes
authored andcommitted
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

File tree

2 files changed

+45
-44
lines changed

2 files changed

+45
-44
lines changed

package-lock.json

Lines changed: 43 additions & 42 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"predev": "node scripts/fetch-image-sizes.mjs",
77
"dev": "next dev",
88
"prebuild": "node scripts/fetch-image-sizes.mjs",
9-
"build": "next build",
9+
"build": "next build --webpack",
1010
"start": "next start",
1111
"lint": "next lint",
1212
"prettier": "prettier --write '**/*.{ts,tsx,js,jsx,css,html}' --ignore-path .gitignore",
@@ -33,7 +33,7 @@
3333
"focus-visible": "^5.2.0",
3434
"framer-motion": "^10.16.1",
3535
"js-yaml": "^4.1.1",
36-
"next": "^15.5.9",
36+
"next": "^16.1.5",
3737
"next-themes": "^0.2.1",
3838
"postcss-focus-visible": "^6.0.4",
3939
"postcss-import": "^14.1.0",

0 commit comments

Comments
 (0)