Skip to content

Commit

Permalink
fix(deps): update nextjs monorepo to v14.2.14
Browse files Browse the repository at this point in the history
##### [`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!
  • Loading branch information
zemnmez-renovate-bot committed Oct 1, 2024
1 parent 4a1b4c3 commit cc9306c
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 99 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"esbuild": "0.24.0",
"esbuild-css-modules-plugin": "3.1.2",
"eslint": "9.11.1",
"eslint-config-next": "14.2.13",
"eslint-config-next": "14.2.14",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-react": "7.37.1",
"eslint-plugin-simple-import-sort": "12.1.1",
Expand Down Expand Up @@ -104,7 +104,7 @@
"@eslint/js": "9.11.1",
"@jest/globals": "29.7.0",
"@mdx-js/mdx": "3.0.1",
"@next/eslint-plugin-next": "14.2.13",
"@next/eslint-plugin-next": "14.2.14",
"@pulumi/command": "4.5.0",
"@pulumi/random": "4.16.6",
"@react-spring/rafz": "9.7.4",
Expand Down
124 changes: 27 additions & 97 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cc9306c

Please sign in to comment.