chvndler / chvndler.ch

Personal.
https://chvndler.ch
MIT License
5 stars 0 forks source link

fix(deps): update nextjs monorepo to v14.2.4 #258

Open renovate[bot] opened 2 months ago

renovate[bot] commented 2 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@next/mdx (source) 14.2.1 -> 14.2.4 age adoption passing confidence
eslint-config-next (source) 14.2.1 -> 14.2.4 age adoption passing confidence
next (source) 14.1 -> 14.2 age adoption passing confidence

Release Notes

vercel/next.js (@​next/mdx) ### [`v14.2.4`](https://togithub.com/vercel/next.js/releases/tag/v14.2.4) [Compare Source](https://togithub.com/vercel/next.js/compare/v14.2.3...v14.2.4) > \[!NOTE]\ > This release is backporting bug fixes. It does **not** include all pending features/changes on canary. ##### Core Changes - fix: ensure route handlers properly track dynamic access ([#​66446](https://togithub.com/vercel/next.js/issues/66446)) - fix NextRequest proxy in edge runtime ([#​66551](https://togithub.com/vercel/next.js/issues/66551)) - Fix next/dynamic with babel and src dir ([#​65177](https://togithub.com/vercel/next.js/issues/65177)) - Use vercel deployment url for metadataBase fallbacks ([#​65089](https://togithub.com/vercel/next.js/issues/65089)) - fix(next/image): detect react@19 for fetchPriority prop ([#​65235](https://togithub.com/vercel/next.js/issues/65235)) - Fix loading navigation with metadata and prefetch ([#​66447](https://togithub.com/vercel/next.js/issues/66447)) - prevent duplicate RSC fetch when action redirects ([#​66620](https://togithub.com/vercel/next.js/issues/66620)) - ensure router cache updates reference the latest cache values ([#​66681](https://togithub.com/vercel/next.js/issues/66681)) - Prevent append of trailing slash in cases where path ends with a file extension ([#​66636](https://togithub.com/vercel/next.js/issues/66636)) - Fix inconsistency with 404 getStaticProps cache-control ([#​66674](https://togithub.com/vercel/next.js/issues/66674)) - Use addDependency to track metadata route file changes ([#​66714](https://togithub.com/vercel/next.js/issues/66714)) - Add timeout/retry handling for fetch cache ([#​66652](https://togithub.com/vercel/next.js/issues/66652)) - fix: app-router prefetch crash when an invalid URL is passed to Link ([#​66755](https://togithub.com/vercel/next.js/issues/66755)) ##### Credits Huge thanks to [@​ztanner](https://togithub.com/ztanner), [@​ijjk](https://togithub.com/ijjk), [@​wbinnssmith](https://togithub.com/wbinnssmith), [@​huozhi](https://togithub.com/huozhi), and [@​lubieowoce](https://togithub.com/lubieowoce) for helping! ### [`v14.2.3`](https://togithub.com/vercel/next.js/releases/tag/v14.2.3) [Compare Source](https://togithub.com/vercel/next.js/compare/v14.2.2...v14.2.3) > \[!NOTE]\ > This release is backporting bug fixes. It does **not** include all pending features/changes on canary. ##### Core Changes - Fix: resolve mixed re-exports module as cjs ([#​64681](https://togithub.com/vercel/next.js/issues/64681)) - fix: mixing namespace import and named import client components ([#​64809](https://togithub.com/vercel/next.js/issues/64809)) - Fix mixed exports in server component with barrel optimization ([#​64894](https://togithub.com/vercel/next.js/issues/64894)) - Fix next/image usage in mdx([#​64875](https://togithub.com/vercel/next.js/issues/64875)) - fix(fetch-cache): fix additional typo, add type & data validation ([#​64799](https://togithub.com/vercel/next.js/issues/64799)) - prevent erroneous route interception during lazy fetch ([#​64692](https://togithub.com/vercel/next.js/issues/64692)) - fix root page revalidation when redirecting in a server action ([#​64730](https://togithub.com/vercel/next.js/issues/64730)) - fix: remove traceparent from cachekey should not remove traceparent from original object ([#​64727](https://togithub.com/vercel/next.js/issues/64727)) - Clean-up fetch metrics tracking ([#​64746](https://togithub.com/vercel/next.js/issues/64746)) ##### Credits Huge thanks to [@​huozhi](https://togithub.com/huozhi), [@​samcx](https://togithub.com/samcx), [@​ztanner](https://togithub.com/ztanner), [@​Jeffrey-Zutt](https://togithub.com/Jeffrey-Zutt), and [@​ijjk](https://togithub.com/ijjk) for helping! ### [`v14.2.2`](https://togithub.com/vercel/next.js/releases/tag/v14.2.2) [Compare Source](https://togithub.com/vercel/next.js/compare/v14.2.1...v14.2.2) > \[!NOTE]\ > This release is backporting bug fixes. It does **not** include all pending features/changes on canary. ##### Core Changes - Fix Server Action error logs for unhandled POST requests ([#​64315](https://togithub.com/vercel/next.js/issues/64315)) - Improve rendering performance ([#​64408](https://togithub.com/vercel/next.js/issues/64408)) - Fix the method prop case in Server Actions transform ([#​64398](https://togithub.com/vercel/next.js/issues/64398)) - fix(next-lint): update option --report-unused-disable-directives to --report-unused-disable-directives-severity ([#​64405](https://togithub.com/vercel/next.js/issues/64405)) - tweak test for Azure ([#​64424](https://togithub.com/vercel/next.js/issues/64424)) - router restore should take priority over pending actions ([#​64449](https://togithub.com/vercel/next.js/issues/64449)) - Fix client boundary inheritance for barrel optimization ([#​64467](https://togithub.com/vercel/next.js/issues/64467)) - improve turborepo caching ([#​64493](https://togithub.com/vercel/next.js/issues/64493)) - feat: strip traceparent header from cachekey ([#​64499](https://togithub.com/vercel/next.js/issues/64499)) - Fix more Turbopack build tests - Update lockfile for compatibility with turbo ([#​64360](https://togithub.com/vercel/next.js/issues/64360)) - Fix typo in dynamic-rendering.ts ([#​64365](https://togithub.com/vercel/next.js/issues/64365)) - Fix DynamicServerError not being thrown in fetch ([#​64511](https://togithub.com/vercel/next.js/issues/64511)) - fix(next): Metadata.openGraph values not resolving basic values when type is set ([#​63620](https://togithub.com/vercel/next.js/issues/63620)) - disable production chunking in dev ([#​64488](https://togithub.com/vercel/next.js/issues/64488)) - Fix cjs client components tree-shaking ([#​64558](https://togithub.com/vercel/next.js/issues/64558)) - fix refresh behavior for discarded actions ([#​64532](https://togithub.com/vercel/next.js/issues/64532)) - fix: filter out middleware requests in logging ([#​64549](https://togithub.com/vercel/next.js/issues/64549)) - Turbopack: Allow client components to be imported in app routes ([#​64520](https://togithub.com/vercel/next.js/issues/64520)) - Fix ASL bundling for dynamic css ([#​64451](https://togithub.com/vercel/next.js/issues/64451)) - add pathname normalizer for actions ([#​64592](https://togithub.com/vercel/next.js/issues/64592)) - fix incorrect refresh request when basePath is set ([#​64589](https://togithub.com/vercel/next.js/issues/64589)) - test: skip turbopack build test ([#​64356](https://togithub.com/vercel/next.js/issues/64356)) - hotfix(turbopack): Update with patch for postcss.config.js path resolution on Windows ([#​64677](https://togithub.com/vercel/next.js/issues/64677)) ##### Credits Huge thanks to [@​shuding](https://togithub.com/shuding), [@​coltonehrman](https://togithub.com/coltonehrman), [@​ztanner](https://togithub.com/ztanner), [@​huozhi](https://togithub.com/huozhi), [@​sokra](https://togithub.com/sokra), [@​Jeffrey-Zutt](https://togithub.com/Jeffrey-Zutt), [@​timneutkens](https://togithub.com/timneutkens), [@​wbinnssmith](https://togithub.com/wbinnssmith), [@​wiesson](https://togithub.com/wiesson), [@​ijjk](https://togithub.com/ijjk), [@​devjiwonchoi](https://togithub.com/devjiwonchoi), and [@​bgw](https://togithub.com/bgw) for helping!

Configuration

πŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

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

β™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

πŸ”• Ignore: Close this PR and you won't be reminded about these updates again.



This PR has been generated by Mend Renovate. View repository job log here.

height[bot] commented 2 months ago

Link Height tasks by mentioning a task ID in the pull request title or commit messages, or description and comments with the keyword link (e.g. "Link T-123").

πŸ’‘Tip: You can also use "Close T-X" to automatically close a task when the pull request is merged.

changeset-bot[bot] commented 2 months ago

⚠️ No Changeset found

Latest commit: fc2d4eddf1a9af76b25c0d058269d9f5f127832e

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

vercel[bot] commented 2 months ago

The latest updates on your projects. Learn more about Vercel for Git β†—οΈŽ

Name Status Preview Comments Updated (UTC)
chvndler-ch ❌ Failed (Inspect) Apr 21, 2024 0:53am
renovate[bot] commented 2 months ago

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

β™» Renovate will retry this branch, including artifacts, only when one of the following happens:

The artifact failure details are included below:

File name: yarn.lock
error Command "up" not found.
renovate[bot] commented 1 month ago

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

β™» Renovate will retry this branch, including artifacts, only when one of the following happens:

The artifact failure details are included below:

File name: yarn.lock
error Command "up" not found.