Skip to content

Commit cc9306c

Browse files
fix(deps): update nextjs monorepo to v14.2.14
##### [`v14.2.14](https://github.com/vercel/next.js/releases/tag/v14.2.14) > \[!NOTE]\ > This release is backporting bug fixes. It does **not** include all pending features/changes on canary. ##### Core Changes - Fix: clone response in first handler to prevent race ([#70082](vercel/next.js#70082)) ([#70649](vercel/next.js#70649)) - Respect reexports from metadata API routes ([#70508](vercel/next.js#70508)) ([#70647](vercel/next.js#70647)) - Externalize node binary modules for app router ([#70646](vercel/next.js#70646)) - Fix revalidateTag() behaviour when invoked in server components ([#70446](vercel/next.js#70446)) ([#70642](vercel/next.js#70642)) - Fix prefetch bailout detection for nested loading segments ([#70618](vercel/next.js#70618)) - Add missing node modules to externals ([#70382](vercel/next.js#70382)) - Feature: next/image: add support for images.remotePatterns.search ([#70302](vercel/next.js#70302)) ##### Credits Huge thanks to [@styfle](https://github.com/styfle), [@ztanner](https://github.com/ztanner), [@ijjk](https://github.com/ijjk), [@huozhi](https://github.com/huozhi) and [@wyattjoh](https://github.com/wyattjoh) for helping!
1 parent 4a1b4c3 commit cc9306c

File tree

2 files changed

+29
-99
lines changed

2 files changed

+29
-99
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"esbuild": "0.24.0",
5050
"esbuild-css-modules-plugin": "3.1.2",
5151
"eslint": "9.11.1",
52-
"eslint-config-next": "14.2.13",
52+
"eslint-config-next": "14.2.14",
5353
"eslint-config-prettier": "9.1.0",
5454
"eslint-plugin-react": "7.37.1",
5555
"eslint-plugin-simple-import-sort": "12.1.1",
@@ -104,7 +104,7 @@
104104
"@eslint/js": "9.11.1",
105105
"@jest/globals": "29.7.0",
106106
"@mdx-js/mdx": "3.0.1",
107-
"@next/eslint-plugin-next": "14.2.13",
107+
"@next/eslint-plugin-next": "14.2.14",
108108
"@pulumi/command": "4.5.0",
109109
"@pulumi/random": "4.16.6",
110110
"@react-spring/rafz": "9.7.4",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)