apollographql / apollo-client-nextjs

Apollo Client support for the Next.js App Router
https://www.npmjs.com/package/@apollo/experimental-nextjs-app-support
MIT License
351 stars 25 forks source link

chore(deps): update dependency next to v14.1.4 #224

Closed svc-secops closed 1 month ago

svc-secops commented 1 month ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
next (source) 14.1.0 -> 14.1.4 age adoption passing confidence

[!WARNING] Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

vercel/next.js (next) ### [`v14.1.4`](https://togithub.com/vercel/next.js/releases/tag/v14.1.4) [Compare Source](https://togithub.com/vercel/next.js/compare/v14.1.3...v14.1.4) > \[!NOTE]\ > This release is backporting bug fixes. It does **not** include all pending features/changes on canary. ##### Core Changes - Update React from [`60a927d`](https://togithub.com/vercel/next.js/commit/60a927d04) to [`4b84f11`](https://togithub.com/vercel/next.js/commit/4b84f11) ([#​63476](https://togithub.com/vercel/next.js/issues/63476)) [@​ztanner](https://togithub.com/ztanner) - fix revalidation issue with route handlers ([#​63213](https://togithub.com/vercel/next.js/issues/63213)) [@​ztanner](https://togithub.com/ztanner) - ensure mpa navigations to the same URL work after restoring from bfcache ([#​63155](https://togithub.com/vercel/next.js/issues/63155)) [@​ztanner](https://togithub.com/ztanner) - Ensure PromiseLikeOfReactNode is not included in .d.ts files ([#​63185](https://togithub.com/vercel/next.js/issues/63185)) [@​timneutkens](https://togithub.com/timneutkens) - Fix metadata url cases should not append with trailing slash ([#​63050](https://togithub.com/vercel/next.js/issues/63050)) [@​huozhi](https://togithub.com/huozhi) - feat: add deploymentId config ([#​63198](https://togithub.com/vercel/next.js/issues/63198)) [@​styfle](https://togithub.com/styfle) - fix: bump [@​vercel/nft](https://togithub.com/vercel/nft)[@​0](https://togithub.com/0).26.3 ([#​61538](https://togithub.com/vercel/next.js/issues/61538)) [@​styfle](https://togithub.com/styfle) - fix x-forwarded-port header ([#​63303](https://togithub.com/vercel/next.js/issues/63303)) [@​Ethan-Arrowood](https://togithub.com/Ethan-Arrowood) - fix: x-forwarded-port header is 'undefined' when no port in url ([#​60484](https://togithub.com/vercel/next.js/issues/60484)) [@​yuvalotem](https://togithub.com/yuvalotem) ##### Test Changes - test: switch order of tests to avoid flakniess ([#​63482](https://togithub.com/vercel/next.js/issues/63482)) [@​huozhi](https://togithub.com/huozhi) - fix broken create-next-app tests ([#​63019](https://togithub.com/vercel/next.js/issues/63019)) [@​ztanner](https://togithub.com/ztanner) ### [`v14.1.3`](https://togithub.com/vercel/next.js/releases/tag/v14.1.3) [Compare Source](https://togithub.com/vercel/next.js/compare/v14.1.2...v14.1.3) ##### Core Changes - Upgrade to latest [@​edge-runtime](https://togithub.com/edge-runtime) packages: [#​62955](https://togithub.com/vercel/next.js/issues/62955) - Fix output: export with custom distDir: [#​62064](https://togithub.com/vercel/next.js/issues/62064) - Migrate locale redirect handling to router-server: [#​62606](https://togithub.com/vercel/next.js/issues/62606) ##### Credits Huge thanks to [@​ijjk](https://togithub.com/ijjk) ### [`v14.1.2`](https://togithub.com/vercel/next.js/releases/tag/v14.1.2) [Compare Source](https://togithub.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 ([#​61088](https://togithub.com/vercel/next.js/issues/61088)) - Fix: generateSitemaps in production giving 404 ([#​62212](https://togithub.com/vercel/next.js/issues/62212)) - Fix redirect under suspense boundary with basePath ([#​62597](https://togithub.com/vercel/next.js/issues/62597)) - Fix: Add stricter check for "use server" exports ([#​62821](https://togithub.com/vercel/next.js/issues/62821)) - ensure server action errors notify rejection handlers ([#​61588](https://togithub.com/vercel/next.js/issues/61588)) - make router restore action resilient to a missing tree ([#​62098](https://togithub.com/vercel/next.js/issues/62098)) - build: remove sentry from the externals list [#​61194](https://togithub.com/vercel/next.js/issues/61194) - Reduce memory/cache overhead from over loader processing [#​62005](https://togithub.com/vercel/next.js/issues/62005) ##### Credits Huge thanks to [@​huozhi](https://togithub.com/huozhi), [@​shuding](https://togithub.com/shuding), [@​Ethan-Arrowood](https://togithub.com/Ethan-Arrowood), [@​styfle](https://togithub.com/styfle), [@​ijjk](https://togithub.com/ijjk), [@​ztanner](https://togithub.com/ztanner), [@​balazsorban44](https://togithub.com/balazsorban44), [@​kdy1](https://togithub.com/kdy1), and [@​williamli](https://togithub.com/williamli) for helping! ### [`v14.1.1`](https://togithub.com/vercel/next.js/releases/tag/v14.1.1) [Compare Source](https://togithub.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://togithub.com/vercel/next.js/pull/61898) - Fix trailing slash for canonical url: [https://github.com/vercel/next.js/pull/62109](https://togithub.com/vercel/next.js/pull/62109) - Fix metadata json manifest convention: [https://github.com/vercel/next.js/pull/62615](https://togithub.com/vercel/next.js/pull/62615) - Improve the Server Actions SWC transform: [https://github.com/vercel/next.js/pull/61001](https://togithub.com/vercel/next.js/pull/61001) - Fix Server Reference being double registered: [https://github.com/vercel/next.js/pull/61244](https://togithub.com/vercel/next.js/pull/61244) - Improve the Server Actions SWC transform (part 2): [https://github.com/vercel/next.js/pull/62052](https://togithub.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://togithub.com/vercel/next.js/pull/62437) - Fix draft mode invariant: [https://github.com/vercel/next.js/pull/62121](https://togithub.com/vercel/next.js/pull/62121) - fix: babel usage with next/image: [https://github.com/vercel/next.js/pull/61835](https://togithub.com/vercel/next.js/pull/61835) - Fix next/server api alias for ESM pkg: [https://github.com/vercel/next.js/pull/61721](https://togithub.com/vercel/next.js/pull/61721) - Replace image optimizer IPC call with request handler: [https://github.com/vercel/next.js/pull/61471](https://togithub.com/vercel/next.js/pull/61471) - chore: refactor image optimization to separate external/internal urls: [https://github.com/vercel/next.js/pull/61172](https://togithub.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://togithub.com/vercel/next.js/pull/61045) - fix(build-output): show stack during CSR bailout warning: [https://github.com/vercel/next.js/pull/62594](https://togithub.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://togithub.com/vercel/next.js/pull/62051) - fix(next-swc): Detect exports.foo from cjs_finder: [https://github.com/vercel/next.js/pull/61795](https://togithub.com/vercel/next.js/pull/61795) - Fix attempted import error for react: [https://github.com/vercel/next.js/pull/61791](https://togithub.com/vercel/next.js/pull/61791) - Add stack trace to client rendering bailout error: [https://github.com/vercel/next.js/pull/61200](https://togithub.com/vercel/next.js/pull/61200) - fix router crash on revalidate + popstate: [https://github.com/vercel/next.js/pull/62383](https://togithub.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://togithub.com/vercel/next.js/pull/61687) - revert changes to process default routes at build: [https://github.com/vercel/next.js/pull/61241](https://togithub.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://togithub.com/vercel/next.js/pull/60776) - Improve redirection handling: [https://github.com/vercel/next.js/pull/62561](https://togithub.com/vercel/next.js/pull/62561) - Simplify node/edge server chunking some: [https://github.com/vercel/next.js/pull/62424](https://togithub.com/vercel/next.js/pull/62424) ##### Credits Huge thanks to [@​huozhi](https://togithub.com/huozhi), [@​shuding](https://togithub.com/shuding), [@​Ethan-Arrowood](https://togithub.com/Ethan-Arrowood), [@​styfle](https://togithub.com/styfle), [@​ijjk](https://togithub.com/ijjk), [@​ztanner](https://togithub.com/ztanner), [@​balazsorban44](https://togithub.com/balazsorban44), [@​kdy1](https://togithub.com/kdy1), and [@​williamli](https://togithub.com/williamli) for helping!

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - "after 8am and before 4pm on tuesday" in timezone Etc/UTC.

🚦 Automerge: Enabled.

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

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


This PR has been generated by Renovate Bot.

svc-secops 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
➤ YN0000: · Yarn 4.1.0
➤ YN0000: ┌ Resolution step
➤ YN0085: │ + next@npm:14.1.4, @next/env@npm:14.1.4, @next/swc-darwin-arm64@npm:14.1.4, @next/swc-darwin-x64@npm:14.1.4, @next/swc-linux-arm64-gnu@npm:14.1.4, and 6 more.
➤ YN0000: └ Completed in 3s 801ms
➤ YN0000: ┌ Post-resolution validation
➤ YN0002: │ @apollo/client-react-streaming@workspace:packages/client-react-streaming [6d01c] doesn't provide react-dom (p6ea56), requested by @testing-library/react.
➤ YN0002: │ @apollo/client-react-streaming@workspace:packages/client-react-streaming [a7905] doesn't provide react-dom (p8d8b3), requested by @testing-library/react.
➤ YN0002: │ @apollo/client-react-streaming@workspace:packages/client-react-streaming [ff90e] doesn't provide react-dom (p6a157), requested by @testing-library/react.
➤ YN0002: │ @apollo/client-react-streaming@workspace:packages/client-react-streaming doesn't provide react-dom (p8b348), requested by @testing-library/react.
➤ YN0002: │ @apollo/experimental-nextjs-app-support@workspace:packages/experimental-nextjs-app-support [57d1f] doesn't provide react-dom (p14a9a), requested by @testing-library/react.
➤ YN0002: │ @apollo/experimental-nextjs-app-support@workspace:packages/experimental-nextjs-app-support [689d7] doesn't provide react-dom (p8f77d), requested by @testing-library/react.
➤ YN0002: │ @apollo/experimental-nextjs-app-support@workspace:packages/experimental-nextjs-app-support doesn't provide react-dom (p102c3), requested by @testing-library/react.
➤ YN0002: │ @apollo/experimental-nextjs-app-support@workspace:packages/experimental-nextjs-app-support doesn't provide react-dom (pc078d), requested by next.
➤ YN0002: │ monorepo@workspace:. doesn't provide webpack (pef089), requested by @size-limit/webpack-why.
➤ YN0086: │ Some peer dependencies are incorrectly met; run yarn explain peer-requirements <hash> for details, where <hash> is the six-letter p-prefixed code.
➤ YN0000: └ Completed
➤ YN0000: ┌ Fetch step
svc-secops commented 1 month ago

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (14.1.4). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.