Skip to content

Commit

Permalink
fix(deps): update next.js to v14.1.2 (#348)
Browse files Browse the repository at this point in the history
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@next/bundle-analyzer](https://github.com/vercel/next.js) ([source](https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer)) | [`14.1.0` -> `14.1.2`](https://renovatebot.com/diffs/npm/@next%2fbundle-analyzer/14.1.0/14.1.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@next%2fbundle-analyzer/14.1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@next%2fbundle-analyzer/14.1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@next%2fbundle-analyzer/14.1.0/14.1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@next%2fbundle-analyzer/14.1.0/14.1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [eslint-config-next](https://nextjs.org/docs/app/building-your-application/configuring/eslint#eslint-config) ([source](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next)) | [`14.1.0` -> `14.1.2`](https://renovatebot.com/diffs/npm/eslint-config-next/14.1.0/14.1.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-config-next/14.1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/eslint-config-next/14.1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/eslint-config-next/14.1.0/14.1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-config-next/14.1.0/14.1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [next](https://nextjs.org) ([source](https://github.com/vercel/next.js)) | [`14.1.0` -> `14.1.2`](https://renovatebot.com/diffs/npm/next/14.1.0/14.1.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/next/14.1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/next/14.1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/next/14.1.0/14.1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/next/14.1.0/14.1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>vercel/next.js (@&#8203;next/bundle-analyzer)</summary>

### [`v14.1.2`](https://github.com/vercel/next.js/releases/tag/v14.1.2)

[Compare Source](https://github.com/vercel/next.js/compare/v14.1.1...v14.1.2)

*Note: this is a backport release for critical bug fixes -- this does not include all pending features/changes on canary*

##### Core Changes

-   Fix sitemap generateSitemaps support for string id ([#&#8203;61088](https://github.com/vercel/next.js/issues/61088))
-   Fix: generateSitemaps in production giving 404 ([#&#8203;62212](https://github.com/vercel/next.js/issues/62212))
-   Fix redirect under suspense boundary with basePath ([#&#8203;62597](https://github.com/vercel/next.js/issues/62597))
-   Fix: Add stricter check for "use server" exports ([#&#8203;62821](https://github.com/vercel/next.js/issues/62821))
-   ensure server action errors notify rejection handlers ([#&#8203;61588](https://github.com/vercel/next.js/issues/61588))
-   make router restore action resilient to a missing tree ([#&#8203;62098](https://github.com/vercel/next.js/issues/62098))
-   build: remove sentry from the externals list [#&#8203;61194](https://github.com/vercel/next.js/issues/61194)
-   Reduce memory/cache overhead from over loader processing [#&#8203;62005](https://github.com/vercel/next.js/issues/62005)

##### Credits

Huge thanks to [@&#8203;huozhi](https://github.com/huozhi), [@&#8203;shuding](https://github.com/shuding), [@&#8203;Ethan-Arrowood](https://github.com/Ethan-Arrowood), [@&#8203;styfle](https://github.com/styfle), [@&#8203;ijjk](https://github.com/ijjk), [@&#8203;ztanner](https://github.com/ztanner), [@&#8203;balazsorban44](https://github.com/balazsorban44), [@&#8203;kdy1](https://github.com/kdy1),  and [@&#8203;williamli](https://github.com/williamli) for helping!

### [`v14.1.1`](https://github.com/vercel/next.js/releases/tag/v14.1.1)

[Compare Source](https://github.com/vercel/next.js/compare/v14.1.0...v14.1.1)

*Note: this is a backport release for critical bug fixes -- this does not include all pending features/changes on canary*

##### Core Changes

-   Should not warn metadataBase missing if only absolute urls are present: [https://github.com/vercel/next.js/pull/61898](https://github.com/vercel/next.js/pull/61898)
-   Fix trailing slash for canonical url: [https://github.com/vercel/next.js/pull/62109](https://github.com/vercel/next.js/pull/62109)
-   Fix metadata json manifest convention: [https://github.com/vercel/next.js/pull/62615](https://github.com/vercel/next.js/pull/62615)
-   Improve the Server Actions SWC transform: [https://github.com/vercel/next.js/pull/61001](https://github.com/vercel/next.js/pull/61001)
-   Fix Server Reference being double registered: [https://github.com/vercel/next.js/pull/61244](https://github.com/vercel/next.js/pull/61244)
-   Improve the Server Actions SWC transform (part 2): [https://github.com/vercel/next.js/pull/62052](https://github.com/vercel/next.js/pull/62052)
-   Fix module-level Server Action creation with closure-closed values: [https://github.com/vercel/next.js/pull/62437](https://github.com/vercel/next.js/pull/62437)
-   Fix draft mode invariant: [https://github.com/vercel/next.js/pull/62121](https://github.com/vercel/next.js/pull/62121)
-   fix: babel usage with next/image: [https://github.com/vercel/next.js/pull/61835](https://github.com/vercel/next.js/pull/61835)
-   Fix next/server api alias for ESM pkg: [https://github.com/vercel/next.js/pull/61721](https://github.com/vercel/next.js/pull/61721)
-   Replace image optimizer IPC call with request handler: [https://github.com/vercel/next.js/pull/61471](https://github.com/vercel/next.js/pull/61471)
-   chore: refactor image optimization to separate external/internal urls: [https://github.com/vercel/next.js/pull/61172](https://github.com/vercel/next.js/pull/61172)
-   fix(image): warn when animated image is missing unoptimized prop: [https://github.com/vercel/next.js/pull/61045](https://github.com/vercel/next.js/pull/61045)
-   fix(build-output): show stack during CSR bailout warning: [https://github.com/vercel/next.js/pull/62594](https://github.com/vercel/next.js/pull/62594)
-   Fix extra swc optimizer applied to node_modules in browser layer: [https://github.com/vercel/next.js/pull/62051](https://github.com/vercel/next.js/pull/62051)
-   fix(next-swc): Detect exports.foo from cjs_finder: [https://github.com/vercel/next.js/pull/61795](https://github.com/vercel/next.js/pull/61795)
-   Fix attempted import error for react: [https://github.com/vercel/next.js/pull/61791](https://github.com/vercel/next.js/pull/61791)
-   Add stack trace to client rendering bailout error: [https://github.com/vercel/next.js/pull/61200](https://github.com/vercel/next.js/pull/61200)
-   fix router crash on revalidate + popstate: [https://github.com/vercel/next.js/pull/62383](https://github.com/vercel/next.js/pull/62383)
-   fix loading issue when navigating to page with async metadata: [https://github.com/vercel/next.js/pull/61687](https://github.com/vercel/next.js/pull/61687)
-   revert changes to process default routes at build: [https://github.com/vercel/next.js/pull/61241](https://github.com/vercel/next.js/pull/61241)
-   fix parallel route top-level catch-all normalization logic to support nested explicit (non-catchall) slot routes: [https://github.com/vercel/next.js/pull/60776](https://github.com/vercel/next.js/pull/60776)
-   Improve redirection handling: [https://github.com/vercel/next.js/pull/62561](https://github.com/vercel/next.js/pull/62561)
-   Simplify node/edge server chunking some: [https://github.com/vercel/next.js/pull/62424](https://github.com/vercel/next.js/pull/62424)

##### Credits

Huge thanks to [@&#8203;huozhi](https://github.com/huozhi), [@&#8203;shuding](https://github.com/shuding), [@&#8203;Ethan-Arrowood](https://github.com/Ethan-Arrowood), [@&#8203;styfle](https://github.com/styfle), [@&#8203;ijjk](https://github.com/ijjk), [@&#8203;ztanner](https://github.com/ztanner), [@&#8203;balazsorban44](https://github.com/balazsorban44), [@&#8203;kdy1](https://github.com/kdy1),  and [@&#8203;williamli](https://github.com/williamli) for helping!

</details>

<details>
<summary>vercel/next.js (eslint-config-next)</summary>

### [`v14.1.2`](https://github.com/vercel/next.js/compare/v14.1.1...f564deef86be32a6b25125ddb8172c7c27d3f19a)

[Compare Source](https://github.com/vercel/next.js/compare/v14.1.1...v14.1.2)

### [`v14.1.1`](https://github.com/vercel/next.js/releases/tag/v14.1.1)

[Compare Source](https://github.com/vercel/next.js/compare/v14.1.0...v14.1.1)

##### Core Changes

-   Should not warn metadataBase missing if only absolute urls are present: [https://github.com/vercel/next.js/pull/61898](https://github.com/vercel/next.js/pull/61898)
-   Fix trailing slash for canonical url: [https://github.com/vercel/next.js/pull/62109](https://github.com/vercel/next.js/pull/62109)
-   Fix metadata json manifest convention: [https://github.com/vercel/next.js/pull/62615](https://github.com/vercel/next.js/pull/62615)
-   Improve the Server Actions SWC transform: [https://github.com/vercel/next.js/pull/61001](https://github.com/vercel/next.js/pull/61001)
-   Fix Server Reference being double registered: [https://github.com/vercel/next.js/pull/61244](https://github.com/vercel/next.js/pull/61244)
-   Improve the Server Actions SWC transform (part 2): [https://github.com/vercel/next.js/pull/62052](https://github.com/vercel/next.js/pull/62052)
-   Fix module-level Server Action creation with closure-closed values: [https://github.com/vercel/next.js/pull/62437](https://github.com/vercel/next.js/pull/62437)
-   Fix draft mode invariant: [https://github.com/vercel/next.js/pull/62121](https://github.com/vercel/next.js/pull/62121)
-   fix: babel usage with next/image: [https://github.com/vercel/next.js/pull/61835](https://github.com/vercel/next.js/pull/61835)
-   Fix next/server api alias for ESM pkg: [https://github.com/vercel/next.js/pull/61721](https://github.com/vercel/next.js/pull/61721)
-   Replace image optimizer IPC call with request handler: [https://github.com/vercel/next.js/pull/61471](https://github.com/vercel/next.js/pull/61471)
-   chore: refactor image optimization to separate external/internal urls: [https://github.com/vercel/next.js/pull/61172](https://github.com/vercel/next.js/pull/61172)
-   fix(image): warn when animated image is missing unoptimized prop: [https://github.com/vercel/next.js/pull/61045](https://github.com/vercel/next.js/pull/61045)
-   fix(build-output): show stack during CSR bailout warning: [https://github.com/vercel/next.js/pull/62594](https://github.com/vercel/next.js/pull/62594)
-   Fix extra swc optimizer applied to node_modules in browser layer: [https://github.com/vercel/next.js/pull/62051](https://github.com/vercel/next.js/pull/62051)
-   fix(next-swc): Detect exports.foo from cjs_finder: [https://github.com/vercel/next.js/pull/61795](https://github.com/vercel/next.js/pull/61795)
-   Fix attempted import error for react: [https://github.com/vercel/next.js/pull/61791](https://github.com/vercel/next.js/pull/61791)
-   Add stack trace to client rendering bailout error: [https://github.com/vercel/next.js/pull/61200](https://github.com/vercel/next.js/pull/61200)
-   fix router crash on revalidate + popstate: [https://github.com/vercel/next.js/pull/62383](https://github.com/vercel/next.js/pull/62383)
-   fix loading issue when navigating to page with async metadata: [https://github.com/vercel/next.js/pull/61687](https://github.com/vercel/next.js/pull/61687)
-   revert changes to process default routes at build: [https://github.com/vercel/next.js/pull/61241](https://github.com/vercel/next.js/pull/61241)
-   fix parallel route top-level catch-all normalization logic to support nested explicit (non-catchall) slot routes: [https://github.com/vercel/next.js/pull/60776](https://github.com/vercel/next.js/pull/60776)
-   Improve redirection handling: [https://github.com/vercel/next.js/pull/62561](https://github.com/vercel/next.js/pull/62561)
-   Simplify node/edge server chunking some: [https://github.com/vercel/next.js/pull/62424](https://github.com/vercel/next.js/pull/62424)

##### Credits

Huge thanks to [@&#8203;huozhi](https://github.com/huozhi), [@&#8203;shuding](https://github.com/shuding), [@&#8203;Ethan-Arrowood](https://github.com/Ethan-Arrowood), [@&#8203;styfle](https://github.com/styfle), [@&#8203;ijjk](https://github.com/ijjk), [@&#8203;ztanner](https://github.com/ztanner), [@&#8203;balazsorban44](https://github.com/balazsorban44), [@&#8203;kdy1](https://github.com/kdy1),  and [@&#8203;williamli](https://github.com/williamli) for helping!

</details>

<details>
<summary>vercel/next.js (next)</summary>

### [`v14.1.2`](https://github.com/vercel/next.js/compare/v14.1.1...f564deef86be32a6b25125ddb8172c7c27d3f19a)

[Compare Source](https://github.com/vercel/next.js/compare/v14.1.1...v14.1.2)

### [`v14.1.1`](https://github.com/vercel/next.js/releases/tag/v14.1.1)

[Compare Source](https://github.com/vercel/next.js/compare/v14.1.0...v14.1.1)

*Note: this is a backport release for critical bug fixes -- this does not include all pending features/changes on canary*

##### Core Changes

-   Should not warn metadataBase missing if only absolute urls are present: [https://github.com/vercel/next.js/pull/61898](https://github.com/vercel/next.js/pull/61898)
-   Fix trailing slash for canonical url: [https://github.com/vercel/next.js/pull/62109](https://github.com/vercel/next.js/pull/62109)
-   Fix metadata json manifest convention: [https://github.com/vercel/next.js/pull/62615](https://github.com/vercel/next.js/pull/62615)
-   Improve the Server Actions SWC transform: [https://github.com/vercel/next.js/pull/61001](https://github.com/vercel/next.js/pull/61001)
-   Fix Server Reference being double registered: [https://github.com/vercel/next.js/pull/61244](https://github.com/vercel/next.js/pull/61244)
-   Improve the Server Actions SWC transform (part 2): [https://github.com/vercel/next.js/pull/62052](https://github.com/vercel/next.js/pull/62052)
-   Fix module-level Server Action creation with closure-closed values: [https://github.com/vercel/next.js/pull/62437](https://github.com/vercel/next.js/pull/62437)
-   Fix draft mode invariant: [https://github.com/vercel/next.js/pull/62121](https://github.com/vercel/next.js/pull/62121)
-   fix: babel usage with next/image: [https://github.com/vercel/next.js/pull/61835](https://github.com/vercel/next.js/pull/61835)
-   Fix next/server api alias for ESM pkg: [https://github.com/vercel/next.js/pull/61721](https://github.com/vercel/next.js/pull/61721)
-   Replace image optimizer IPC call with request handler: [https://github.com/vercel/next.js/pull/61471](https://github.com/vercel/next.js/pull/61471)
-   chore: refactor image optimization to separate external/internal urls: [https://github.com/vercel/next.js/pull/61172](https://github.com/vercel/next.js/pull/61172)
-   fix(image): warn when animated image is missing unoptimized prop: [https://github.com/vercel/next.js/pull/61045](https://github.com/vercel/next.js/pull/61045)
-   fix(build-output): show stack during CSR bailout warning: [https://github.com/vercel/next.js/pull/62594](https://github.com/vercel/next.js/pull/62594)
-   Fix extra swc optimizer applied to node_modules in browser layer: [https://github.com/vercel/next.js/pull/62051](https://github.com/vercel/next.js/pull/62051)
-   fix(next-swc): Detect exports.foo from cjs_finder: [https://github.com/vercel/next.js/pull/61795](https://github.com/vercel/next.js/pull/61795)
-   Fix attempted import error for react: [https://github.com/vercel/next.js/pull/61791](https://github.com/vercel/next.js/pull/61791)
-   Add stack trace to client rendering bailout error: [https://github.com/vercel/next.js/pull/61200](https://github.com/vercel/next.js/pull/61200)
-   fix router crash on revalidate + popstate: [https://github.com/vercel/next.js/pull/62383](https://github.com/vercel/next.js/pull/62383)
-   fix loading issue when navigating to page with async metadata: [https://github.com/vercel/next.js/pull/61687](https://github.com/vercel/next.js/pull/61687)
-   revert changes to process default routes at build: [https://github.com/vercel/next.js/pull/61241](https://github.com/vercel/next.js/pull/61241)
-   fix parallel route top-level catch-all normalization logic to support nested explicit (non-catchall) slot routes: [https://github.com/vercel/next.js/pull/60776](https://github.com/vercel/next.js/pull/60776)
-   Improve redirection handling: [https://github.com/vercel/next.js/pull/62561](https://github.com/vercel/next.js/pull/62561)
-   Simplify node/edge server chunking some: [https://github.com/vercel/next.js/pull/62424](https://github.com/vercel/next.js/pull/62424)

##### Credits

Huge thanks to [@&#8203;huozhi](https://github.com/huozhi), [@&#8203;shuding](https://github.com/shuding), [@&#8203;Ethan-Arrowood](https://github.com/Ethan-Arrowood), [@&#8203;styfle](https://github.com/styfle), [@&#8203;ijjk](https://github.com/ijjk), [@&#8203;ztanner](https://github.com/ztanner), [@&#8203;balazsorban44](https://github.com/balazsorban44), [@&#8203;kdy1](https://github.com/kdy1),  and [@&#8203;williamli](https://github.com/williamli) for helping!

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am on Monday,before 4am on Thursday" (UTC), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about these updates again.

---

 - [ ] If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/weareinreach/GLAAD).



PR-URL: #348
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
kodiakhq[bot] and renovate[bot] authored Mar 5, 2024
2 parents 8751973 + 4c6da37 commit bd82f99
Show file tree
Hide file tree
Showing 2 changed files with 75 additions and 75 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@mantine/hooks": "6.0.21",
"@mantine/next": "6.0.21",
"@neondatabase/serverless": "0.8.1",
"@next/bundle-analyzer": "14.1.0",
"@next/bundle-analyzer": "14.1.2",
"@prisma/adapter-neon": "5.10.2",
"@prisma/client": "5.10.2",
"@tabler/icons-react": "2.47.0",
Expand All @@ -58,7 +58,7 @@
"i18next-browser-languagedetector": "7.2.0",
"i18next-http-backend": "2.5.0",
"nanoid": "5.0.6",
"next": "14.1.0",
"next": "14.1.2",
"next-i18next": "15.2.0",
"next-sitemap": "4.2.3",
"nextjs-routes": "2.1.0",
Expand Down Expand Up @@ -97,7 +97,7 @@
"dotenv": "16.4.5",
"dotenv-cli": "7.3.0",
"eslint": "8.57.0",
"eslint-config-next": "14.1.0",
"eslint-config-next": "14.1.2",
"eslint-config-prettier": "9.1.0",
"eslint-formatter-github": "1.1.4",
"eslint-import-resolver-typescript": "3.6.1",
Expand Down
Loading

0 comments on commit bd82f99

Please sign in to comment.