lowsky / gh-dashboard-relay

Dashboard for all feature branches - linking to the deployed/running in docker containers and showing their states. Live Version:
https://dashboard-gh.vercel.app/
Apache License 2.0
2 stars 0 forks source link

fix(deps): update nextjs monorepo to v14.2.11 - autoclosed #2734

Closed renovate[bot] closed 2 months ago

renovate[bot] commented 3 months ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@next/mdx (source) 14.2.5 -> 14.2.11 age adoption passing confidence
eslint-config-next (source) 14.2.5 -> 14.2.11 age adoption passing confidence
next (source) 14.2.5 -> 14.2.11 age adoption passing confidence

Release Notes

vercel/next.js (@​next/mdx) ### [`v14.2.11`](https://redirect.github.com/vercel/next.js/releases/tag/v14.2.11) [Compare Source](https://redirect.github.com/vercel/next.js/compare/v14.2.10...v14.2.11) > \[!NOTE]\ > This release is backporting bug fixes. It does **not** include all pending features/changes on canary. ##### Core Changes - fix: correct metadata url suffix ([https://github.com/vercel/next.js/pull/69959](https://redirect.github.com/vercel/next.js/pull/69959)) - fix: setting assetPrefix to URL format breaks HMR ([#​70040](https://redirect.github.com/vercel/next.js/issues/70040)) - Update revalidateTag to batch tags in one request ([#​65296](https://redirect.github.com/vercel/next.js/issues/65296)) ##### Credits Huge thanks to [@​huozhi](https://redirect.github.com/huozhi), [@​devjiwonchoi](https://redirect.github.com/devjiwonchoi), and [@​ijjk](https://redirect.github.com/ijjk) for helping! ### [`v14.2.10`](https://redirect.github.com/vercel/next.js/compare/v14.2.9...v14.2.10) [Compare Source](https://redirect.github.com/vercel/next.js/compare/v14.2.9...v14.2.10) ### [`v14.2.9`](https://redirect.github.com/vercel/next.js/releases/tag/v14.2.9) [Compare Source](https://redirect.github.com/vercel/next.js/compare/v14.2.8...v14.2.9) > \[!NOTE]\ > This release is backporting bug fixes. It does **not** include all pending features/changes on canary. ##### Core Changes - Revert "Fix esm property def in flight loader ([#​66990](https://redirect.github.com/vercel/next.js/issues/66990))" ([#​69749](https://redirect.github.com/vercel/next.js/issues/69749)) - Disable experimental.optimizeServer by default to fix failed server action ([#​69788](https://redirect.github.com/vercel/next.js/issues/69788)) - Fix middleware fallback: false case ([#​69799](https://redirect.github.com/vercel/next.js/issues/69799)) - Fix status code for /\_not-found route ([#​64058](https://redirect.github.com/vercel/next.js/issues/64058)) ([#​69808](https://redirect.github.com/vercel/next.js/issues/69808)) - Fix metadata prop merging ([#​69807](https://redirect.github.com/vercel/next.js/issues/69807)) - create-next-app: fix font file corruption when using import alias ([#​69806](https://redirect.github.com/vercel/next.js/issues/69806)) ##### Credits Huge thanks to [@​huozhi](https://redirect.github.com/huozhi), [@​ztanner](https://redirect.github.com/ztanner), [@​ijjk](https://redirect.github.com/ijjk), and [@​lubieowoce](https://redirect.github.com/lubieowoce) for helping! ### [`v14.2.8`](https://redirect.github.com/vercel/next.js/releases/tag/v14.2.8) [Compare Source](https://redirect.github.com/vercel/next.js/compare/v14.2.7...v14.2.8) #### What's Changed > \[!NOTE]\ > This release is backporting bug fixes and minor improvements. It does **not** include all pending features/changes on canary. ##### Support `esmExternals` in app directory - Support esm externals in app router ([#​65041](https://redirect.github.com/vercel/next.js/issues/65041)) - Turbopack: Allow client components from foreign code in app routes ([#​64751](https://redirect.github.com/vercel/next.js/issues/64751)) - Turbopack: add support for esm externals in app dir ([#​64918](https://redirect.github.com/vercel/next.js/issues/64918)) - other related PRs: [#​66990](https://redirect.github.com/vercel/next.js/issues/66990) [#​66727](https://redirect.github.com/vercel/next.js/issues/66727) [#​66286](https://redirect.github.com/vercel/next.js/issues/66286) [#​65519](https://redirect.github.com/vercel/next.js/issues/65519) ##### Reading cookies set in middleware in components and actions - initialize ALS with cookies in middleware ([#​65008](https://redirect.github.com/vercel/next.js/issues/65008)) - fix middleware cookie initialization ([#​65820](https://redirect.github.com/vercel/next.js/issues/65820)) - ensure cookies set in middleware can be read in a server action ([#​67924](https://redirect.github.com/vercel/next.js/issues/67924)) - fix: merged middleware cookies should preserve options ([#​67956](https://redirect.github.com/vercel/next.js/issues/67956)) ##### Metadata and icons - support facebook-specific metadata (`fb:app_id`, `fb:admins`) in generateMetaData ([#​65713](https://redirect.github.com/vercel/next.js/issues/65713)) - Always collect static icons for all segments ([#​68712](https://redirect.github.com/vercel/next.js/issues/68712)) - Fix favicon merging with customized icons ([#​67982](https://redirect.github.com/vercel/next.js/issues/67982)) - Warn metadataBase missing in standalone mode or non vercel deployment ([#​66296](https://redirect.github.com/vercel/next.js/issues/66296)) ##### Parallel routes fixes - fix missing stylesheets when parallel routes are present ([#​69507](https://redirect.github.com/vercel/next.js/issues/69507)) ##### Draft mode and edge improvements - fix: unstable_cache should not cache new result in draft mode ([#​67772](https://redirect.github.com/vercel/next.js/issues/67772)) - Add draft mode flag for multi-zone ([#​68997](https://redirect.github.com/vercel/next.js/issues/68997)) - Fix edge preview props are not matched with cookie ([#​67779](https://redirect.github.com/vercel/next.js/issues/67779)) - other related PRs: [#​65426](https://redirect.github.com/vercel/next.js/issues/65426), [#​67787](https://redirect.github.com/vercel/next.js/issues/67787), [#​64946](https://redirect.github.com/vercel/next.js/issues/64946), [#​64313](https://redirect.github.com/vercel/next.js/issues/64313), [#​64370](https://redirect.github.com/vercel/next.js/issues/64370) ##### `next/image` fixes - Allow external image urls with \_next/image pathname to be rendered via Image component ([#​69586](https://redirect.github.com/vercel/next.js/issues/69586)) ##### Server actions improvements - optimize server actions ([#​66523](https://redirect.github.com/vercel/next.js/issues/66523)) - Apply optimization for unused actions ([#​69178](https://redirect.github.com/vercel/next.js/issues/69178)) - Improve SWC transform ID generation ([#​69183](https://redirect.github.com/vercel/next.js/issues/69183)) ##### Other changes - Ensure we match comment minify behavior between terser and swc ([#​68372](https://redirect.github.com/vercel/next.js/issues/68372)) - send initialCanonicalUrl in array format to prevent crawler confusion ([#​69509](https://redirect.github.com/vercel/next.js/issues/69509)) ##### Create-next-app updates - enable [@​typescript-eslint/recommended](https://redirect.github.com/typescript-eslint/recommended) in create-next-app --typescript ([#​52845](https://redirect.github.com/vercel/next.js/issues/52845)) - Update create-next-app template CSS ([#​66233](https://redirect.github.com/vercel/next.js/issues/66233)) - Update `create-next-app` template CSS ([#​66043](https://redirect.github.com/vercel/next.js/issues/66043)) - Update create-next-app template ([#​65803](https://redirect.github.com/vercel/next.js/issues/65803)) - add font antialiasing to templates ([#​67425](https://redirect.github.com/vercel/next.js/issues/67425)) - Move `create-next-app` public/ assets from local folder→ remote URL ([#​66931](https://redirect.github.com/vercel/next.js/issues/66931)) - Use classnames to set font family in Tailwind create-next-app templates ([#​66374](https://redirect.github.com/vercel/next.js/issues/66374)) - other related PRs: [#​64478](https://redirect.github.com/vercel/next.js/issues/64478), [#​68899](https://redirect.github.com/vercel/next.js/issues/68899), [#​68534](https://redirect.github.com/vercel/next.js/issues/68534), [#​69021](https://redirect.github.com/vercel/next.js/issues/69021), [#​67146](https://redirect.github.com/vercel/next.js/issues/67146), [#​66145](https://redirect.github.com/vercel/next.js/issues/66145) **Full Changelog**: https://github.com/vercel/next.js/compare/v14.2.7...v14.2.8 *** Huge thanks to everyone who contributed to this release: [@​abhi12299](https://redirect.github.com/abhi12299), [@​delbaoliveira](https://redirect.github.com/delbaoliveira), [@​eps1lon](https://redirect.github.com/eps1lon), [@​ForsakenHarmony](https://redirect.github.com/ForsakenHarmony), [@​huozhi](https://redirect.github.com/huozhi), [@​ijjk](https://redirect.github.com/ijjk), [@​JoshuaKGoldberg](https://redirect.github.com/JoshuaKGoldberg), [@​leerob](https://redirect.github.com/leerob), [@​lubieowoce](https://redirect.github.com/lubieowoce), [@​Netail](https://redirect.github.com/Netail), [@​ronanru](https://redirect.github.com/ronanru), [@​samcx](https://redirect.github.com/samcx), [@​shuding](https://redirect.github.com/shuding), [@​sokra](https://redirect.github.com/sokra), [@​stylessh](https://redirect.github.com/stylessh), [@​timfuhrmann](https://redirect.github.com/timfuhrmann), [@​wbinnssmith](https://redirect.github.com/wbinnssmith), [@​wyattjoh](https://redirect.github.com/wyattjoh), [@​ypessoa](https://redirect.github.com/ypessoa), [@​ztanner](https://redirect.github.com/ztanner) ### [`v14.2.7`](https://redirect.github.com/vercel/next.js/releases/tag/v14.2.7) [Compare Source](https://redirect.github.com/vercel/next.js/compare/v14.2.6...v14.2.7) > \[!NOTE]\ > This release is backporting bug fixes. It does **not** include all pending features/changes on canary. ##### Core Changes - Revert "chore: externalize undici for bundling" ([#​65727](https://redirect.github.com/vercel/next.js/issues/65727)) - Refactor internal routing headers to use request meta ([#​66987](https://redirect.github.com/vercel/next.js/issues/66987)) - fix(next): add cross origin in react dom preload ([#​67423](https://redirect.github.com/vercel/next.js/issues/67423)) - build: upgrade edge-runtime ([#​67565](https://redirect.github.com/vercel/next.js/issues/67565)) - GTM dataLayer parameter should take an object, not an array of strings ([#​66339](https://redirect.github.com/vercel/next.js/issues/66339)) - fix: properly patch lockfile against swc bindings ([#​66515](https://redirect.github.com/vercel/next.js/issues/66515)) - Add deployment id header for rsc payload if present ([#​67255](https://redirect.github.com/vercel/next.js/issues/67255)) - Update font data ([#​68639](https://redirect.github.com/vercel/next.js/issues/68639)) - fix i18n data pathname resolving ([#​68947](https://redirect.github.com/vercel/next.js/issues/68947)) - pages router: ensure x-middleware-cache is respected ([#​67734](https://redirect.github.com/vercel/next.js/issues/67734)) - Fix bad modRequest in flight entry manifest [#​68888](https://redirect.github.com/vercel/next.js/issues/68888) - Reject next image urls in image optimizer [#​68628](https://redirect.github.com/vercel/next.js/issues/68628) - Fix hmr assetPrefix escaping and reuse logic from other files [#​67983](https://redirect.github.com/vercel/next.js/issues/67983) ##### Credits Huge thanks to [@​kjugi](https://redirect.github.com/kjugi), [@​huozhi](https://redirect.github.com/huozhi), [@​ztanner](https://redirect.github.com/ztanner), [@​SukkaW](https://redirect.github.com/SukkaW), [@​marlier](https://redirect.github.com/marlier), [@​Kikobeats](https://redirect.github.com/Kikobeats), [@​syi0808](https://redirect.github.com/syi0808), [@​ijjk](https://redirect.github.com/ijjk), and [@​samcx](https://redirect.github.com/samcx) for helping! ### [`v14.2.6`](https://redirect.github.com/vercel/next.js/releases/tag/v14.2.6) [Compare Source](https://redirect.github.com/vercel/next.js/compare/v14.2.5...v14.2.6) > \[!NOTE]\ > This release is backporting bug fixes. It does **not** include all pending features/changes on canary. ##### Core Changes - Ensure fetch cache TTL is updated properly ([#​69164](https://redirect.github.com/vercel/next.js/issues/69164))
vercel/next.js (next) ### [`v14.2.11`](https://redirect.github.com/vercel/next.js/compare/v14.2.10...bfbc92aab5c727444ed21e0b84bd55cda2e22067) [Compare Source](https://redirect.github.com/vercel/next.js/compare/v14.2.10...v14.2.11) ### [`v14.2.10`](https://redirect.github.com/vercel/next.js/compare/v14.2.9...v14.2.10) [Compare Source](https://redirect.github.com/vercel/next.js/compare/v14.2.9...v14.2.10) ### [`v14.2.9`](https://redirect.github.com/vercel/next.js/compare/v14.2.8...v14.2.9) [Compare Source](https://redirect.github.com/vercel/next.js/compare/v14.2.8...v14.2.9) ### [`v14.2.8`](https://redirect.github.com/vercel/next.js/compare/v14.2.7...v14.2.8) [Compare Source](https://redirect.github.com/vercel/next.js/compare/v14.2.7...v14.2.8) ### [`v14.2.7`](https://redirect.github.com/vercel/next.js/compare/v14.2.6...v14.2.7) [Compare Source](https://redirect.github.com/vercel/next.js/compare/v14.2.6...v14.2.7) ### [`v14.2.6`](https://redirect.github.com/vercel/next.js/compare/v14.2.5...v14.2.6) [Compare Source](https://redirect.github.com/vercel/next.js/compare/v14.2.5...v14.2.6)

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 was generated by Mend Renovate. View the repository job log.

vercel[bot] commented 3 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
gh-dashboard-relay ✅ Ready (Inspect) Visit Preview Sep 12, 2024 9:26pm
socket-security[bot] commented 3 months ago

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@next/env@14.2.11 None 0 11.7 kB matt.straka, rauchg, timer, ...2 more
npm/@next/mdx@14.2.11 None 0 10.3 kB matt.straka, rauchg, timer, ...2 more
npm/@next/swc-darwin-arm64@14.2.11 None 0 115 MB vercel-release-bot
npm/@next/swc-darwin-x64@14.2.11 None 0 117 MB matt.straka, rauchg, timer, ...2 more
npm/@next/swc-linux-arm64-gnu@14.2.11 None 0 116 MB matt.straka, rauchg, timer, ...2 more
npm/@next/swc-linux-arm64-musl@14.2.11 None 0 140 MB matt.straka, rauchg, timer, ...2 more
npm/@next/swc-linux-x64-gnu@14.2.11 None 0 131 MB matt.straka, rauchg, timer, ...2 more
npm/@next/swc-linux-x64-musl@14.2.11 None 0 157 MB matt.straka, rauchg, timer, ...2 more
npm/@next/swc-win32-arm64-msvc@14.2.11 None 0 102 MB matt.straka, rauchg, timer, ...2 more
npm/@next/swc-win32-ia32-msvc@14.2.11 None 0 94 MB matt.straka, rauchg, timer, ...2 more
npm/@next/swc-win32-x64-msvc@14.2.11 None 0 0 B
npm/next@14.2.11 None 0 86.1 MB rauchg, timneutkens, vercel-release-bot

🚮 Removed packages: npm/@next/env@14.2.5, npm/@next/mdx@14.2.5, npm/@next/swc-darwin-arm64@14.2.5, npm/@next/swc-darwin-x64@14.2.5, npm/@next/swc-linux-arm64-gnu@14.2.5, npm/@next/swc-linux-arm64-musl@14.2.5, npm/@next/swc-linux-x64-gnu@14.2.5, npm/@next/swc-linux-x64-musl@14.2.5, npm/@next/swc-win32-arm64-msvc@14.2.5, npm/@next/swc-win32-ia32-msvc@14.2.5, npm/@next/swc-win32-x64-msvc@14.2.5, npm/next@14.2.5

View full report↗︎