From 65babd393132de817d684072937d59a6dee857e1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 Dec 2023 17:56:44 +0000 Subject: [PATCH] chore(devdeps): update nextjs monorepo to v14.0.4 (#57) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | 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.0.1` -> `14.0.4`](https://renovatebot.com/diffs/npm/eslint-config-next/14.0.1/14.0.4) | [![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-config-next/14.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/eslint-config-next/14.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/eslint-config-next/14.0.1/14.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-config-next/14.0.1/14.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [next](https://nextjs.org) ([source](https://github.com/vercel/next.js)) | [`14.0.1` -> `14.0.4`](https://renovatebot.com/diffs/npm/next/14.0.1/14.0.4) | [![age](https://developer.mend.io/api/mc/badges/age/npm/next/14.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/next/14.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/next/14.0.1/14.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/next/14.0.1/14.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
vercel/next.js (eslint-config-next) ### [`v14.0.4`](https://github.com/vercel/next.js/releases/tag/v14.0.4) [Compare Source](https://github.com/vercel/next.js/compare/v14.0.3...v14.0.4) ##### Core Changes - Remove early return that is duplicated in useSearchParams: [#​58545](https://github.com/vercel/next.js/issues/58545) - Support passing a relative string to pushState/replaceState: [#​58438](https://github.com/vercel/next.js/issues/58438) - \[.next/trace] Record start-dev-server trace span: [#​58469](https://github.com/vercel/next.js/issues/58469) - Update React from [`593ecee`](https://github.com/vercel/next.js/commit/593ecee66) to [`2c338b1`](https://github.com/vercel/next.js/commit/2c338b16f).: [#​58553](https://github.com/vercel/next.js/issues/58553) - turbopack: Fix pageExtensions with dots: [#​58504](https://github.com/vercel/next.js/issues/58504) - fix: revalidation with file-system-cache: [#​58508](https://github.com/vercel/next.js/issues/58508) - fix: fetch() behavior when "dynamic" is "force-dynamic: [#​58484](https://github.com/vercel/next.js/issues/58484) - Add cacheNodeSeedData to RSC payload: [#​58566](https://github.com/vercel/next.js/issues/58566) - Lift subtree data out of React tree: [#​58569](https://github.com/vercel/next.js/issues/58569) - fix(next-core): allow runtime segment option in pages/api: [#​58409](https://github.com/vercel/next.js/issues/58409) - Update rust-toolchain to 2023-11-16: [#​58558](https://github.com/vercel/next.js/issues/58558) - refactor: Add lightningcss mode for `turbopack-css`: [#​58471](https://github.com/vercel/next.js/issues/58471) - fix: avoid race condition when download swc wasm: [#​58536](https://github.com/vercel/next.js/issues/58536) - Removed unused route resolver code: [#​58702](https://github.com/vercel/next.js/issues/58702) - Add experimental.windowHistorySupport to Turbopack supported options: [#​58717](https://github.com/vercel/next.js/issues/58717) - Improve Server Actions compiler: [#​58391](https://github.com/vercel/next.js/issues/58391) - Seed CacheNodes immediately after receiving response: [#​58669](https://github.com/vercel/next.js/issues/58669) - Turbopack: improve error display: [#​58734](https://github.com/vercel/next.js/issues/58734) - fix node externals resolving: [#​58129](https://github.com/vercel/next.js/issues/58129) - disable static prefetching behavior for dynamic segments: [#​58609](https://github.com/vercel/next.js/issues/58609) - fix: ensure DynamicUsageErrors caught during render bubble up: [#​58747](https://github.com/vercel/next.js/issues/58747) - fix image.domains deprecation warning: [#​58656](https://github.com/vercel/next.js/issues/58656) - fix waitUntil handling in pipeToNodeResponse: [#​58744](https://github.com/vercel/next.js/issues/58744) - Use consistent resolve extensions alias for compiler: [#​58725](https://github.com/vercel/next.js/issues/58725) - Turbopack: Use styled issue titles and details: [#​58743](https://github.com/vercel/next.js/issues/58743) - route handlers: make req.cookies opt you into dynamic: [#​58769](https://github.com/vercel/next.js/issues/58769) - OpenTelemetry: a more reliable way to establish a root context: [#​58662](https://github.com/vercel/next.js/issues/58662) - Revert "fix: fetch() behavior when "dynamic" is "force-dynamic": [#​58735](https://github.com/vercel/next.js/issues/58735) - \[Instrumentation] Don't treat instrumentation hook as pages: [#​58775](https://github.com/vercel/next.js/issues/58775) - Fix turboFlag set to false: [#​58795](https://github.com/vercel/next.js/issues/58795) - \[.next/trace] Track server requests and memory usage: [#​58690](https://github.com/vercel/next.js/issues/58690) - place virtual module inside the project directory: [#​58798](https://github.com/vercel/next.js/issues/58798) - fix rewrites to edge routes: [#​58797](https://github.com/vercel/next.js/issues/58797) - Polish unsupported metadata warning with doc link: [#​58750](https://github.com/vercel/next.js/issues/58750) - Enable .mjs extension config in Turbopack: [#​58825](https://github.com/vercel/next.js/issues/58825) - Turbopack: align automatic externals code with webpack: [#​58851](https://github.com/vercel/next.js/issues/58851) - Upgrade Turbopack: [#​58859](https://github.com/vercel/next.js/issues/58859) - OpenTelemetry: propagate context to sandbox: [#​58791](https://github.com/vercel/next.js/issues/58791) - fix uniqueness of layers: [#​58872](https://github.com/vercel/next.js/issues/58872) - disable flushToDisk during `generateStaticParams`: [#​58871](https://github.com/vercel/next.js/issues/58871) - Turbopack: enable some node.js builtin in edge runtime: [#​58850](https://github.com/vercel/next.js/issues/58850) - add `NEXT_TRIGGER_URL` env var to show request triggering a compilation: [#​58762](https://github.com/vercel/next.js/issues/58762) - Update `swc_core` to `v0.86.81`: [#​58517](https://github.com/vercel/next.js/issues/58517) - Trace server updates: [#​58694](https://github.com/vercel/next.js/issues/58694) - remove duplicate util file for redirect status: [#​58878](https://github.com/vercel/next.js/issues/58878) - fix(windows): workaround for intermittent locks on windows when renaming files: [#​58835](https://github.com/vercel/next.js/issues/58835) - unify server action detection logic: [#​58879](https://github.com/vercel/next.js/issues/58879) - Fix nested fetch logging indentation: [#​58955](https://github.com/vercel/next.js/issues/58955) - Delete preloadComponent module: [#​58741](https://github.com/vercel/next.js/issues/58741) - Remove `cache` field from action types: [#​58938](https://github.com/vercel/next.js/issues/58938) - Add nodejs version check: [#​58958](https://github.com/vercel/next.js/issues/58958) - Code refactoring: [#​58737](https://github.com/vercel/next.js/issues/58737) - Fix bugs with baseUrl and mdxRs: [#​58968](https://github.com/vercel/next.js/issues/58968) - Fix encoding in encryption of Server Actions: [#​59000](https://github.com/vercel/next.js/issues/59000) - fix(turbopack): treat .mdx as valid ecma asset: [#​58985](https://github.com/vercel/next.js/issues/58985) - dedupe pending revalidation requests: [#​58990](https://github.com/vercel/next.js/issues/58990) - fix: Put back type for `NavigateOptions.scroll`: [#​59001](https://github.com/vercel/next.js/issues/59001) - Cleanup Render Result: [#​58782](https://github.com/vercel/next.js/issues/58782) - fix(turbopack): add list of packages that should never be marked as eā€¦: [#​59020](https://github.com/vercel/next.js/issues/59020) - Testmode: provide test info for rewrite requests: [#​59033](https://github.com/vercel/next.js/issues/59033) - build(cargo): bump up turbopack: [#​59032](https://github.com/vercel/next.js/issues/59032) - fix async action queue behavior: [#​59038](https://github.com/vercel/next.js/issues/59038) - start performance profiling after node.js version is checked: [#​59028](https://github.com/vercel/next.js/issues/59028) - Fixed stale fetch using when page regenerates: [#​58926](https://github.com/vercel/next.js/issues/58926) - Enable PPR tests for test suites: [#​59030](https://github.com/vercel/next.js/issues/59030) - Update font data: [#​59043](https://github.com/vercel/next.js/issues/59043) - update status codes for `redirect` and `permanentRedirect` in action handlers: [#​58885](https://github.com/vercel/next.js/issues/58885) - Ensure stale build fetch data is not unexpectedly used: [#​59076](https://github.com/vercel/next.js/issues/59076) - add support for instrumentation: [#​59070](https://github.com/vercel/next.js/issues/59070) - use 303 status code for redirects in fetch actions: [#​59017](https://github.com/vercel/next.js/issues/59017) - verify action id before parsing body: [#​58977](https://github.com/vercel/next.js/issues/58977) - fix interception routes with rewrites: [#​59094](https://github.com/vercel/next.js/issues/59094) - Fix next internal is missing in flight manifest: [#​59085](https://github.com/vercel/next.js/issues/59085) - Support generating multi-meta tahs for metadata api other prop: [#​59106](https://github.com/vercel/next.js/issues/59106) - Turbopack: Align some "Module not found" errors with webpack: [#​58518](https://github.com/vercel/next.js/issues/58518) - Fix dynamic usage errors logging unexpectedly: [#​59133](https://github.com/vercel/next.js/issues/59133) - Fix: remove deprecated option from standalone server: [#​59036](https://github.com/vercel/next.js/issues/59036) - Update font data: [#​59138](https://github.com/vercel/next.js/issues/59138) - fix typedRoutes when used with webpackBuildWorker: [#​59140](https://github.com/vercel/next.js/issues/59140) - Add NEXT_MANUAL_SIG_HANDLE handling to start-server.ts: [#​59117](https://github.com/vercel/next.js/issues/59117) - Support adding CSP nonce with `content-security-policy-report-only` header: [#​59071](https://github.com/vercel/next.js/issues/59071) - chore: fix typo in jsDoc: [#​58224](https://github.com/vercel/next.js/issues/58224) - fix: add `maxDuration` to `PageConfig` type: [#​55918](https://github.com/vercel/next.js/issues/55918) - Fix mixed module swc compilation for app router: [#​58967](https://github.com/vercel/next.js/issues/58967) - Don't catch ensureMiddleware errors: [#​59166](https://github.com/vercel/next.js/issues/59166) - fix behavior when revisiting an intercepted route: [#​59168](https://github.com/vercel/next.js/issues/59168) - Turbopack only enable instrumentationHook with experimental flag: [#​59173](https://github.com/vercel/next.js/issues/59173) - fix server actions behavior on intercepted routes: [#​59175](https://github.com/vercel/next.js/issues/59175) - Fix ssgCacheKey in minimal mode: [#​59181](https://github.com/vercel/next.js/issues/59181) - Update to latest version of [@​vercel/nft](https://github.com/vercel/nft): [#​59183](https://github.com/vercel/next.js/issues/59183) - Ensure original history is read in effect: [#​58861](https://github.com/vercel/next.js/issues/58861) - fix some small turbopack issues: [#​59171](https://github.com/vercel/next.js/issues/59171) - fix tsconfig alias cycle: [#​59232](https://github.com/vercel/next.js/issues/59232) - Resolve build issues with symlinked files: [#​57412](https://github.com/vercel/next.js/issues/57412) - Disable more Turbopack build tests: [#​59245](https://github.com/vercel/next.js/issues/59245) - Remove `mutable` field from action types: [#​59221](https://github.com/vercel/next.js/issues/59221) - Add process.env.\__NEXT_PPR to build config: [#​59253](https://github.com/vercel/next.js/issues/59253) - Fix dynamic transform ssr:false case for pages router with ESM: [#​59246](https://github.com/vercel/next.js/issues/59246) - Delete unused static prefetch code: [#​58783](https://github.com/vercel/next.js/issues/58783) - fix(next-core): adjust edge entry path: [#​59265](https://github.com/vercel/next.js/issues/59265) - feat: support outputFileTracing in App Router: [#​59139](https://github.com/vercel/next.js/issues/59139) - docs: fix `remotePatterns` link in image-config.ts: [#​59197](https://github.com/vercel/next.js/issues/59197) - Testmode: support edge functions inside a sandbox: [#​59179](https://github.com/vercel/next.js/issues/59179) - Update font data: [#​59271](https://github.com/vercel/next.js/issues/59271) - fix: properly call `normalizeDynamicRouteParams` in `NextWebServer.handleCatchAllRenderRequest`: [#​58949](https://github.com/vercel/next.js/issues/58949) - add user-level tracing: [#​59284](https://github.com/vercel/next.js/issues/59284) - Fix app-dir - logging test in Turbopack: [#​59261](https://github.com/vercel/next.js/issues/59261) - update turbopack: [#​59285](https://github.com/vercel/next.js/issues/59285) - feat(turbopack): support loading WebAssembly in the edge runtime: [#​59013](https://github.com/vercel/next.js/issues/59013) - Fix barrel optimization to ignore layers: [#​59254](https://github.com/vercel/next.js/issues/59254) - fix interception routes with dynamic segments: [#​59273](https://github.com/vercel/next.js/issues/59273) - Clean up builtin `modularizeImports` configs: [#​59294](https://github.com/vercel/next.js/issues/59294) - Enable PPR for `dynamic = "force-dynamic"`: [#​58779](https://github.com/vercel/next.js/issues/58779) - remove additional static prefetch code: [#​59313](https://github.com/vercel/next.js/issues/59313) - add module tracing for client reference and next/dynamic walking: [#​59306](https://github.com/vercel/next.js/issues/59306) - side effects optimization: [#​58972](https://github.com/vercel/next.js/issues/58972) - Move App Router client-side constants to separate file: [#​59239](https://github.com/vercel/next.js/issues/59239) - reduce function calls in walk: [#​59332](https://github.com/vercel/next.js/issues/59332) - update turbopack: [#​59334](https://github.com/vercel/next.js/issues/59334) - disable unused next/dynamic walking in app dir: [#​59338](https://github.com/vercel/next.js/issues/59338) - fix hmr in multi-zone handling: [#​59307](https://github.com/vercel/next.js/issues/59307) - fix edge route catch-all param parsing: [#​59343](https://github.com/vercel/next.js/issues/59343) - add `logLevel` support to `@next/bundle-analyzer`: [#​59228](https://github.com/vercel/next.js/issues/59228) - Fix server output bundling packages module resolving: [#​59369](https://github.com/vercel/next.js/issues/59369) - fix inconsistent scroll restoration behavior: [#​59366](https://github.com/vercel/next.js/issues/59366) - test: ability to use node debugger: [#​56277](https://github.com/vercel/next.js/issues/56277) - fixes the logging by showing full URLs only on demand: [#​58088](https://github.com/vercel/next.js/issues/58088) - rm console.log: [#​59381](https://github.com/vercel/next.js/issues/59381) ##### Documentation Changes - docs: Fix grammar in Caching section: [#​58070](https://github.com/vercel/next.js/issues/58070) - Update 01-installation.mdx: [#​58555](https://github.com/vercel/next.js/issues/58555) - Fix naming: [#​58539](https://github.com/vercel/next.js/issues/58539) - docs: clarify route handler caching: [#​58541](https://github.com/vercel/next.js/issues/58541) - \[Next.js Docs] Adds `useOptimistic` link: [#​58706](https://github.com/vercel/next.js/issues/58706) - Docs: Add missing diagram : [#​59008](https://github.com/vercel/next.js/issues/59008) - Docs: Update revalidate example: [#​59002](https://github.com/vercel/next.js/issues/59002) - docs: patch upgrade guide to pin install version: [#​58993](https://github.com/vercel/next.js/issues/58993) - Docs: Delete fast refresh example: [#​59003](https://github.com/vercel/next.js/issues/59003) - docs:Add react hydration error case.: [#​59147](https://github.com/vercel/next.js/issues/59147) - Correcting the `webpack` function introduction: [#​58663](https://github.com/vercel/next.js/issues/58663) - Docs: Fix upgrade guide files: [#​59249](https://github.com/vercel/next.js/issues/59249) - docs: fix broken link to learn course: [#​59288](https://github.com/vercel/next.js/issues/59288) - docs fix: Server Action js example: [#​59159](https://github.com/vercel/next.js/issues/59159) - docs: Remove invalid URL: [#​58823](https://github.com/vercel/next.js/issues/58823) - Fix incorrect prop name in client component: [#​58591](https://github.com/vercel/next.js/issues/58591) - update: Firebase link to with-firebase example: [#​58621](https://github.com/vercel/next.js/issues/58621) - added comma to the props list: [#​58596](https://github.com/vercel/next.js/issues/58596) - Update 10-route-handlers.mdx: [#​59021](https://github.com/vercel/next.js/issues/59021) - Add documentation note about middleware and runtimes: [#​58873](https://github.com/vercel/next.js/issues/58873) - Revert "added comma to the props list": [#​59314](https://github.com/vercel/next.js/issues/59314) ##### Example Changes - Update `cache-handler-redis` example: [#​58562](https://github.com/vercel/next.js/issues/58562) - Update & Repair LRUCache importation on NextJS Rate Limit API example: [#​58060](https://github.com/vercel/next.js/issues/58060) - examples with-zustand update to app dir [#​52858](https://github.com/vercel/next.js/issues/52858): [#​58042](https://github.com/vercel/next.js/issues/58042) - examples: fix import statement for lru-cache: [#​58567](https://github.com/vercel/next.js/issues/58567) - examples: Remove outdated example: [#​58568](https://github.com/vercel/next.js/issues/58568) - feat(examples): add upload file example with Server Actions: [#​58467](https://github.com/vercel/next.js/issues/58467) - migrate with-cypress example to app dir: [#​58053](https://github.com/vercel/next.js/issues/58053) - fix lint in examples: [#​58630](https://github.com/vercel/next.js/issues/58630) - examples: add direct link to Dockerfile: [#​58793](https://github.com/vercel/next.js/issues/58793) - Update Electron Typescript Example with Best Practices: [#​58947](https://github.com/vercel/next.js/issues/58947) - Enable typechecking on config: [#​57892](https://github.com/vercel/next.js/issues/57892) - Updates with-supertokens example app: [#​58525](https://github.com/vercel/next.js/issues/58525) ##### Misc Changes - fix(turbopack): `e2e/404-page-router` test: [#​58146](https://github.com/vercel/next.js/issues/58146) - Turbopack: update to turbopack-231122.3: [#​58784](https://github.com/vercel/next.js/issues/58784) - make tests more stable: [#​58765](https://github.com/vercel/next.js/issues/58765) - chore(CI): improve datadog reporting: [#​58267](https://github.com/vercel/next.js/issues/58267) - chore(CI): add action to auto retry tests on canary and report failures after retries: [#​58774](https://github.com/vercel/next.js/issues/58774) - ci: unify reset project script: [#​58829](https://github.com/vercel/next.js/issues/58829) - ci: disable deployment protection for e2e test project: [#​58830](https://github.com/vercel/next.js/issues/58830) - fix(CI): retry-test action can't use env in `if`: [#​58838](https://github.com/vercel/next.js/issues/58838) - Update Turbopack test manifest from GitHub Actions artifact: [#​58394](https://github.com/vercel/next.js/issues/58394) - Increase default timeout for swc build: [#​59035](https://github.com/vercel/next.js/issues/59035) - chore: bump `nissuer` (issue validator): [#​59060](https://github.com/vercel/next.js/issues/59060) - fix(test): don't use latest sharp: [#​59074](https://github.com/vercel/next.js/issues/59074) - misc: disable automerge: [#​59077](https://github.com/vercel/next.js/issues/59077) - Update checkout step: [#​59079](https://github.com/vercel/next.js/issues/59079) - ci: don't try to upload to datadog for docs only changes: [#​59068](https://github.com/vercel/next.js/issues/59068) - misc: delete kodiak: [#​59082](https://github.com/vercel/next.js/issues/59082) - add full PPR e2e tests: [#​59025](https://github.com/vercel/next.js/issues/59025) - ci: don't retry or notify on failures from forks: [#​59118](https://github.com/vercel/next.js/issues/59118) - skip release if no new commits: [#​59134](https://github.com/vercel/next.js/issues/59134) - fix variable name in release workflow: [#​59135](https://github.com/vercel/next.js/issues/59135) - Update Turbopack test manifest: [#​59109](https://github.com/vercel/next.js/issues/59109) - fix(next-core): do not panic when parsing segment config: [#​59170](https://github.com/vercel/next.js/issues/59170) - Correctly skip build test for Turbopack: [#​59207](https://github.com/vercel/next.js/issues/59207) - Failing test for 59195: [#​59210](https://github.com/vercel/next.js/issues/59210) - ci: report daily turbo integration test results from this repo: [#​58965](https://github.com/vercel/next.js/issues/58965) - fix typo in daily turbopack integration test reporting: [#​59251](https://github.com/vercel/next.js/issues/59251) - fix missing echo in daily turbopack reporting: [#​59255](https://github.com/vercel/next.js/issues/59255) - fix missing checkout in daily turbopack reporting: [#​59256](https://github.com/vercel/next.js/issues/59256) - Add app router name to font tests: [#​59257](https://github.com/vercel/next.js/issues/59257) - Fix non bundler module resolution in ts for third-parties pkg: [#​59244](https://github.com/vercel/next.js/issues/59244) - fix dev parallelism in daily turbopack tests: [#​59287](https://github.com/vercel/next.js/issues/59287) - Update Turbopack test manifest: [#​59326](https://github.com/vercel/next.js/issues/59326) - Update tests for Turbopack: [#​59354](https://github.com/vercel/next.js/issues/59354) - Update Turbopack test manifest: [#​59356](https://github.com/vercel/next.js/issues/59356) ##### Credits Huge thanks to [@​timneutkens](https://github.com/timneutkens), [@​mknichel](https://github.com/mknichel), [@​gnoff](https://github.com/gnoff), [@​jridgewell](https://github.com/jridgewell), [@​gtjamesa](https://github.com/gtjamesa), [@​mugi-uno](https://github.com/mugi-uno), [@​better-salmon](https://github.com/better-salmon), [@​kentobento](https://github.com/kentobento), [@​vivianyentran](https://github.com/vivianyentran), [@​empflow](https://github.com/empflow), [@​leerob](https://github.com/leerob), [@​samennis1](https://github.com/samennis1), [@​mkcy3](https://github.com/mkcy3), [@​acdlite](https://github.com/acdlite), [@​kwonoj](https://github.com/kwonoj), [@​suhaotian](https://github.com/suhaotian), [@​wbinnssmith](https://github.com/wbinnssmith), [@​imevanc](https://github.com/imevanc), [@​ztanner](https://github.com/ztanner), [@​kdy1](https://github.com/kdy1), [@​d3lm](https://github.com/d3lm), [@​wyattjoh](https://github.com/wyattjoh), [@​manovotny](https://github.com/manovotny), [@​shuding](https://github.com/shuding), [@​sokra](https://github.com/sokra), [@​feedthejim](https://github.com/feedthejim), [@​dvoytenko](https://github.com/dvoytenko), [@​ForsakenHarmony](https://github.com/ForsakenHarmony), [@​huozhi](https://github.com/huozhi), [@​delbaoliveira](https://github.com/delbaoliveira), [@​amannn](https://github.com/amannn), [@​ijjk](https://github.com/ijjk), [@​hallatore](https://github.com/hallatore), [@​balazsorban44](https://github.com/balazsorban44), [@​LukeSchlangen](https://github.com/LukeSchlangen), [@​Dylan700](https://github.com/Dylan700), [@​mpsq](https://github.com/mpsq), [@​mdio](https://github.com/mdio), [@​christianvuerings](https://github.com/christianvuerings), [@​A7med3bdulBaset](https://github.com/A7med3bdulBaset), [@​karlhorky](https://github.com/karlhorky), [@​simonhaenisch](https://github.com/simonhaenisch), [@​olci34](https://github.com/olci34), [@​zce](https://github.com/zce), [@​LavaToaster](https://github.com/LavaToaster), [@​rishabhpoddar](https://github.com/rishabhpoddar), [@​smaeda-ks](https://github.com/smaeda-ks), [@​jirihofman](https://github.com/jirihofman), [@​codercor](https://github.com/codercor), [@​devjiwonchoi](https://github.com/devjiwonchoi), [@​Willem-Jaap](https://github.com/Willem-Jaap), [@​JackieLi565](https://github.com/JackieLi565), [@​thoushif](https://github.com/thoushif), [@​pkellner](https://github.com/pkellner), [@​jpfifer](https://github.com/jpfifer), [@​quisido](https://github.com/quisido), [@​tomfa](https://github.com/tomfa), and [@​raphaelbadia](https://github.com/raphaelbadia) for helping! ### [`v14.0.3`](https://github.com/vercel/next.js/compare/v14.0.2...v14.0.3) [Compare Source](https://github.com/vercel/next.js/compare/v14.0.2...v14.0.3) ### [`v14.0.2`](https://github.com/vercel/next.js/compare/v14.0.1...v14.0.2) [Compare Source](https://github.com/vercel/next.js/compare/v14.0.1...v14.0.2)
vercel/next.js (next) ### [`v14.0.4`](https://github.com/vercel/next.js/compare/v14.0.3...v14.0.4) [Compare Source](https://github.com/vercel/next.js/compare/v14.0.3...v14.0.4) ### [`v14.0.3`](https://github.com/vercel/next.js/compare/v14.0.2...v14.0.3) [Compare Source](https://github.com/vercel/next.js/compare/v14.0.2...v14.0.3) ### [`v14.0.2`](https://github.com/vercel/next.js/compare/v14.0.1...v14.0.2) [Compare Source](https://github.com/vercel/next.js/compare/v14.0.1...v14.0.2)
--- ### 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. --- - [ ] 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/kinguru-io/kinguru-monorepo). --- .changeset/renovate-168ffe4.md | 6 ++ apps/web/package.json | 4 +- pnpm-lock.yaml | 129 +++++++++++++++++---------------- 3 files changed, 73 insertions(+), 66 deletions(-) create mode 100644 .changeset/renovate-168ffe4.md diff --git a/.changeset/renovate-168ffe4.md b/.changeset/renovate-168ffe4.md new file mode 100644 index 00000000..97f7a451 --- /dev/null +++ b/.changeset/renovate-168ffe4.md @@ -0,0 +1,6 @@ +--- +'web': patch +--- + +Updated dependency `eslint-config-next` to `14.0.4`. +Updated dependency `next` to `14.0.4`. diff --git a/apps/web/package.json b/apps/web/package.json index e4a505cc..d8757156 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -25,7 +25,7 @@ "@typescript-eslint/parser": "^6", "constructs": "^10.0.0", "eslint": "^7", - "eslint-config-next": "14.0.1", + "eslint-config-next": "14.0.4", "eslint-config-prettier": "9.1.0", "eslint-import-resolver-node": "0.3.9", "eslint-import-resolver-typescript": "3.6.1", @@ -41,7 +41,7 @@ "@kuma-ui/core": "1.5.4", "@kuma-ui/next-plugin": "1.1.14", "database": "workspace:*", - "next": "14.0.1", + "next": "14.0.4", "next-auth": "4.24.5", "next-intl": "3.3.2", "nodemailer": "6.9.7", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 07d3c536..a484dbe1 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -73,22 +73,22 @@ importers: version: link:../../packages/uikit '@kuma-ui/core': specifier: 1.5.4 - version: 1.5.4(@types/react@18.2.45)(next@14.0.1)(react@18.2.0) + version: 1.5.4(@types/react@18.2.45)(next@14.0.4)(react@18.2.0) '@kuma-ui/next-plugin': specifier: 1.1.14 - version: 1.1.14(@babel/core@7.23.6)(@types/react@18.2.45)(next@14.0.1)(react@18.2.0)(webpack@5.89.0) + version: 1.1.14(@babel/core@7.23.6)(@types/react@18.2.45)(next@14.0.4)(react@18.2.0)(webpack@5.89.0) database: specifier: workspace:* version: link:../../packages/database next: - specifier: 14.0.1 - version: 14.0.1(@babel/core@7.23.6)(react-dom@18.2.0)(react@18.2.0) + specifier: 14.0.4 + version: 14.0.4(@babel/core@7.23.6)(react-dom@18.2.0)(react@18.2.0) next-auth: specifier: 4.24.5 - version: 4.24.5(next@14.0.1)(nodemailer@6.9.7)(react-dom@18.2.0)(react@18.2.0) + version: 4.24.5(next@14.0.4)(nodemailer@6.9.7)(react-dom@18.2.0)(react@18.2.0) next-intl: specifier: 3.3.2 - version: 3.3.2(next@14.0.1)(react@18.2.0) + version: 3.3.2(next@14.0.4)(react@18.2.0) nodemailer: specifier: 6.9.7 version: 6.9.7 @@ -127,8 +127,8 @@ importers: specifier: ^7 version: 7.32.0 eslint-config-next: - specifier: 14.0.1 - version: 14.0.1(eslint@7.32.0)(typescript@5.3.3) + specifier: 14.0.4 + version: 14.0.4(eslint@7.32.0)(typescript@5.3.3) eslint-config-prettier: specifier: 9.1.0 version: 9.1.0(eslint@7.32.0) @@ -231,7 +231,7 @@ importers: dependencies: '@kuma-ui/core': specifier: 1.5.4 - version: 1.5.4(@types/react@18.2.45)(next@14.0.1)(react@18.2.0) + version: 1.5.4(@types/react@18.2.45)(next@14.0.4)(react@18.2.0) normalize.css: specifier: 8.0.1 version: 8.0.1 @@ -2513,12 +2513,12 @@ packages: resolution: {integrity: sha512-dfLbk+PwWvFzSxwk3n5ySL0hfBog779o8h68wK/7/APo/7cgyWp5jcXockbxdk5kFRkbeXWm4Fbi9FrdN381sA==} dev: true - /@kuma-ui/babel-plugin@1.1.13(@types/react@18.2.45)(next@14.0.1)(react@18.2.0): + /@kuma-ui/babel-plugin@1.1.13(@types/react@18.2.45)(next@14.0.4)(react@18.2.0): resolution: {integrity: sha512-S/Y+C7F0AsMVYH45hvUHvHNdARTgMtgidNvJjc3rOy1zLfk16m37/niZQuKY3+wzYL3eJYh2C8ahA5E/X6dGcw==} dependencies: '@babel/core': 7.23.6 - '@kuma-ui/compiler': 1.2.4(@types/react@18.2.45)(next@14.0.1)(react@18.2.0) - '@kuma-ui/core': 1.5.4(@types/react@18.2.45)(next@14.0.1)(react@18.2.0) + '@kuma-ui/compiler': 1.2.4(@types/react@18.2.45)(next@14.0.4)(react@18.2.0) + '@kuma-ui/core': 1.5.4(@types/react@18.2.45)(next@14.0.4)(react@18.2.0) '@kuma-ui/sheet': 1.3.0 '@kuma-ui/system': 1.7.1 transitivePeerDependencies: @@ -2527,10 +2527,10 @@ packages: - react - supports-color - /@kuma-ui/compiler@1.2.4(@types/react@18.2.45)(next@14.0.1)(react@18.2.0): + /@kuma-ui/compiler@1.2.4(@types/react@18.2.45)(next@14.0.4)(react@18.2.0): resolution: {integrity: sha512-SEhDVd1VgzeeKcqiNwAQK3AyjwhgjVKPrcD+yoR2R5E0VHAHGKbsIuL/0A2PlhxC+VtOzN663PSWRCLfRbzIfw==} dependencies: - '@kuma-ui/core': 1.5.4(@types/react@18.2.45)(next@14.0.1)(react@18.2.0) + '@kuma-ui/core': 1.5.4(@types/react@18.2.45)(next@14.0.4)(react@18.2.0) '@kuma-ui/sheet': 1.3.0 '@kuma-ui/system': 1.7.1 ts-morph: 19.0.0 @@ -2539,7 +2539,7 @@ packages: - next - react - /@kuma-ui/core@1.5.4(@types/react@18.2.45)(next@14.0.1)(react@18.2.0): + /@kuma-ui/core@1.5.4(@types/react@18.2.45)(next@14.0.4)(react@18.2.0): resolution: {integrity: sha512-9UWFr9+g99NvZZqXfKC2kcHGx8sLYIhaW8dVROz8R+ZO/e0LCnqrgHII0ITE4fLz7bMhZg/B9Kw28fKywYSkOQ==} peerDependencies: '@types/react': ^18.0.32 @@ -2555,11 +2555,11 @@ packages: '@kuma-ui/system': 1.7.1 '@types/react': 18.2.45 '@types/stylis': 4.2.4 - next: 14.0.1(@babel/core@7.23.6)(react-dom@18.2.0)(react@18.2.0) + next: 14.0.4(@babel/core@7.23.6)(react-dom@18.2.0)(react@18.2.0) react: 18.2.0 stylis: 4.3.0 - /@kuma-ui/next-plugin@1.1.14(@babel/core@7.23.6)(@types/react@18.2.45)(next@14.0.1)(react@18.2.0)(webpack@5.89.0): + /@kuma-ui/next-plugin@1.1.14(@babel/core@7.23.6)(@types/react@18.2.45)(next@14.0.4)(react@18.2.0)(webpack@5.89.0): resolution: {integrity: sha512-QIzxHrTg1D3I6/kt2CYLhoo8pb5YGUpjcxvPKFttXCs4r01sQpcxdJ8o+cvXF7C8kg7MKVH77DhGgewtwPc83A==} peerDependencies: '@types/react': ^18.0.32 @@ -2573,12 +2573,12 @@ packages: '@babel/preset-env': 7.23.6(@babel/core@7.23.6) '@babel/preset-react': 7.23.3(@babel/core@7.23.6) '@babel/preset-typescript': 7.23.3(@babel/core@7.23.6) - '@kuma-ui/core': 1.5.4(@types/react@18.2.45)(next@14.0.1)(react@18.2.0) - '@kuma-ui/webpack-plugin': 1.2.6(@types/react@18.2.45)(next@14.0.1)(react@18.2.0)(webpack@5.89.0) + '@kuma-ui/core': 1.5.4(@types/react@18.2.45)(next@14.0.4)(react@18.2.0) + '@kuma-ui/webpack-plugin': 1.2.6(@types/react@18.2.45)(next@14.0.4)(react@18.2.0)(webpack@5.89.0) '@types/react': 18.2.45 babel-loader: 9.1.3(@babel/core@7.23.6)(webpack@5.89.0) browserslist: 4.21.5 - next: 14.0.1(@babel/core@7.23.6)(react-dom@18.2.0)(react@18.2.0) + next: 14.0.4(@babel/core@7.23.6)(react-dom@18.2.0)(react@18.2.0) react: 18.2.0 webpack: 5.89.0 transitivePeerDependencies: @@ -2597,12 +2597,12 @@ packages: '@kuma-ui/sheet': 1.3.0 csstype: 3.1.2 - /@kuma-ui/webpack-plugin@1.2.6(@types/react@18.2.45)(next@14.0.1)(react@18.2.0)(webpack@5.89.0): + /@kuma-ui/webpack-plugin@1.2.6(@types/react@18.2.45)(next@14.0.4)(react@18.2.0)(webpack@5.89.0): resolution: {integrity: sha512-WFAXjbuF4FTJ8qfzTp8om0K6FsmnAgE9RpS5zSkzRzGMHMTwLxSV5Csrr45OeNQDGtiF4AkddRyJtFmHLhpgew==} peerDependencies: webpack: ^5 dependencies: - '@kuma-ui/babel-plugin': 1.1.13(@types/react@18.2.45)(next@14.0.1)(react@18.2.0) + '@kuma-ui/babel-plugin': 1.1.13(@types/react@18.2.45)(next@14.0.4)(react@18.2.0) '@kuma-ui/sheet': 1.3.0 '@kuma-ui/system': 1.7.1 esbuild: 0.18.20 @@ -2620,7 +2620,7 @@ packages: peerDependencies: webpack: ^5 dependencies: - '@kuma-ui/babel-plugin': 1.1.13(@types/react@18.2.45)(next@14.0.1)(react@18.2.0) + '@kuma-ui/babel-plugin': 1.1.13(@types/react@18.2.45)(next@14.0.4)(react@18.2.0) '@kuma-ui/sheet': 1.3.0 '@kuma-ui/system': 1.7.1 esbuild: 0.18.20 @@ -2671,81 +2671,81 @@ packages: tar-fs: 2.1.1 dev: true - /@next/env@14.0.1: - resolution: {integrity: sha512-Ms8ZswqY65/YfcjrlcIwMPD7Rg/dVjdLapMcSHG26W6O67EJDF435ShW4H4LXi1xKO1oRc97tLXUpx8jpLe86A==} + /@next/env@14.0.4: + resolution: {integrity: sha512-irQnbMLbUNQpP1wcE5NstJtbuA/69kRfzBrpAD7Gsn8zm/CY6YQYc3HQBz8QPxwISG26tIm5afvvVbu508oBeQ==} - /@next/eslint-plugin-next@14.0.1: - resolution: {integrity: sha512-bLjJMwXdzvhnQOnxvHoTTUh/+PYk6FF/DCgHi4BXwXCINer+o1ZYfL9aVeezj/oI7wqGJOqwGIXrlBvPbAId3w==} + /@next/eslint-plugin-next@14.0.4: + resolution: {integrity: sha512-U3qMNHmEZoVmHA0j/57nRfi3AscXNvkOnxDmle/69Jz/G0o/gWjXTDdlgILZdrxQ0Lw/jv2mPW8PGy0EGIHXhQ==} dependencies: glob: 7.1.7 dev: true - /@next/swc-darwin-arm64@14.0.1: - resolution: {integrity: sha512-JyxnGCS4qT67hdOKQ0CkgFTp+PXub5W1wsGvIq98TNbF3YEIN7iDekYhYsZzc8Ov0pWEsghQt+tANdidITCLaw==} + /@next/swc-darwin-arm64@14.0.4: + resolution: {integrity: sha512-mF05E/5uPthWzyYDyptcwHptucf/jj09i2SXBPwNzbgBNc+XnwzrL0U6BmPjQeOL+FiB+iG1gwBeq7mlDjSRPg==} engines: {node: '>= 10'} cpu: [arm64] os: [darwin] requiresBuild: true optional: true - /@next/swc-darwin-x64@14.0.1: - resolution: {integrity: sha512-625Z7bb5AyIzswF9hvfZWa+HTwFZw+Jn3lOBNZB87lUS0iuCYDHqk3ujuHCkiyPtSC0xFBtYDLcrZ11mF/ap3w==} + /@next/swc-darwin-x64@14.0.4: + resolution: {integrity: sha512-IZQ3C7Bx0k2rYtrZZxKKiusMTM9WWcK5ajyhOZkYYTCc8xytmwSzR1skU7qLgVT/EY9xtXDG0WhY6fyujnI3rw==} engines: {node: '>= 10'} cpu: [x64] os: [darwin] requiresBuild: true optional: true - /@next/swc-linux-arm64-gnu@14.0.1: - resolution: {integrity: sha512-iVpn3KG3DprFXzVHM09kvb//4CNNXBQ9NB/pTm8LO+vnnnaObnzFdS5KM+w1okwa32xH0g8EvZIhoB3fI3mS1g==} + /@next/swc-linux-arm64-gnu@14.0.4: + resolution: {integrity: sha512-VwwZKrBQo/MGb1VOrxJ6LrKvbpo7UbROuyMRvQKTFKhNaXjUmKTu7wxVkIuCARAfiI8JpaWAnKR+D6tzpCcM4w==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] requiresBuild: true optional: true - /@next/swc-linux-arm64-musl@14.0.1: - resolution: {integrity: sha512-mVsGyMxTLWZXyD5sen6kGOTYVOO67lZjLApIj/JsTEEohDDt1im2nkspzfV5MvhfS7diDw6Rp/xvAQaWZTv1Ww==} + /@next/swc-linux-arm64-musl@14.0.4: + resolution: {integrity: sha512-8QftwPEW37XxXoAwsn+nXlodKWHfpMaSvt81W43Wh8dv0gkheD+30ezWMcFGHLI71KiWmHK5PSQbTQGUiidvLQ==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] requiresBuild: true optional: true - /@next/swc-linux-x64-gnu@14.0.1: - resolution: {integrity: sha512-wMqf90uDWN001NqCM/auRl3+qVVeKfjJdT9XW+RMIOf+rhUzadmYJu++tp2y+hUbb6GTRhT+VjQzcgg/QTD9NQ==} + /@next/swc-linux-x64-gnu@14.0.4: + resolution: {integrity: sha512-/s/Pme3VKfZAfISlYVq2hzFS8AcAIOTnoKupc/j4WlvF6GQ0VouS2Q2KEgPuO1eMBwakWPB1aYFIA4VNVh667A==} engines: {node: '>= 10'} cpu: [x64] os: [linux] requiresBuild: true optional: true - /@next/swc-linux-x64-musl@14.0.1: - resolution: {integrity: sha512-ol1X1e24w4j4QwdeNjfX0f+Nza25n+ymY0T2frTyalVczUmzkVD7QGgPTZMHfR1aLrO69hBs0G3QBYaj22J5GQ==} + /@next/swc-linux-x64-musl@14.0.4: + resolution: {integrity: sha512-m8z/6Fyal4L9Bnlxde5g2Mfa1Z7dasMQyhEhskDATpqr+Y0mjOBZcXQ7G5U+vgL22cI4T7MfvgtrM2jdopqWaw==} engines: {node: '>= 10'} cpu: [x64] os: [linux] requiresBuild: true optional: true - /@next/swc-win32-arm64-msvc@14.0.1: - resolution: {integrity: sha512-WEmTEeWs6yRUEnUlahTgvZteh5RJc4sEjCQIodJlZZ5/VJwVP8p2L7l6VhzQhT4h7KvLx/Ed4UViBdne6zpIsw==} + /@next/swc-win32-arm64-msvc@14.0.4: + resolution: {integrity: sha512-7Wv4PRiWIAWbm5XrGz3D8HUkCVDMMz9igffZG4NB1p4u1KoItwx9qjATHz88kwCEal/HXmbShucaslXCQXUM5w==} engines: {node: '>= 10'} cpu: [arm64] os: [win32] requiresBuild: true optional: true - /@next/swc-win32-ia32-msvc@14.0.1: - resolution: {integrity: sha512-oFpHphN4ygAgZUKjzga7SoH2VGbEJXZa/KL8bHCAwCjDWle6R1SpiGOdUdA8EJ9YsG1TYWpzY6FTbUA+iAJeww==} + /@next/swc-win32-ia32-msvc@14.0.4: + resolution: {integrity: sha512-zLeNEAPULsl0phfGb4kdzF/cAVIfaC7hY+kt0/d+y9mzcZHsMS3hAS829WbJ31DkSlVKQeHEjZHIdhN+Pg7Gyg==} engines: {node: '>= 10'} cpu: [ia32] os: [win32] requiresBuild: true optional: true - /@next/swc-win32-x64-msvc@14.0.1: - resolution: {integrity: sha512-FFp3nOJ/5qSpeWT0BZQ+YE1pSMk4IMpkME/1DwKBwhg4mJLB9L+6EXuJi4JEwaJdl5iN+UUlmUD3IsR1kx5fAg==} + /@next/swc-win32-x64-msvc@14.0.4: + resolution: {integrity: sha512-yEh2+R8qDlDCjxVpzOTEpBLQTEFAcP2A8fUFLaWNap9GitYKkKv1//y2S6XY6zsR4rCOPRpU7plYDR+az2n30A==} engines: {node: '>= 10'} cpu: [x64] os: [win32] @@ -7822,8 +7822,8 @@ packages: source-map: 0.6.1 dev: true - /eslint-config-next@14.0.1(eslint@7.32.0)(typescript@5.3.3): - resolution: {integrity: sha512-QfIFK2WD39H4WOespjgf6PLv9Bpsd7KGGelCtmq4l67nGvnlsGpuvj0hIT+aIy6p5gKH+lAChYILsyDlxP52yg==} + /eslint-config-next@14.0.4(eslint@7.32.0)(typescript@5.3.3): + resolution: {integrity: sha512-9/xbOHEQOmQtqvQ1UsTQZpnA7SlDMBtuKJ//S4JnoyK3oGLhILKXdBgu/UO7lQo/2xOykQULS1qQ6p2+EpHgAQ==} peerDependencies: eslint: ^7.23.0 || ^8.0.0 typescript: '>=3.3.1' @@ -7831,7 +7831,7 @@ packages: typescript: optional: true dependencies: - '@next/eslint-plugin-next': 14.0.1 + '@next/eslint-plugin-next': 14.0.4 '@rushstack/eslint-patch': 1.5.1 '@typescript-eslint/parser': 6.15.0(eslint@7.32.0)(typescript@5.3.3) eslint: 7.32.0 @@ -11114,7 +11114,7 @@ packages: /neo-async@2.6.2: resolution: {integrity: sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==} - /next-auth@4.24.5(next@14.0.1)(nodemailer@6.9.7)(react-dom@18.2.0)(react@18.2.0): + /next-auth@4.24.5(next@14.0.4)(nodemailer@6.9.7)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-3RafV3XbfIKk6rF6GlLE4/KxjTcuMCifqrmD+98ejFq73SRoj2rmzoca8u764977lH/Q7jo6Xu6yM+Re1Mz/Og==} peerDependencies: next: ^12.2.5 || ^13 || ^14 @@ -11129,7 +11129,7 @@ packages: '@panva/hkdf': 1.1.1 cookie: 0.5.0 jose: 4.15.4 - next: 14.0.1(@babel/core@7.23.6)(react-dom@18.2.0)(react@18.2.0) + next: 14.0.4(@babel/core@7.23.6)(react-dom@18.2.0)(react@18.2.0) nodemailer: 6.9.7 oauth: 0.9.15 openid-client: 5.6.1 @@ -11140,7 +11140,7 @@ packages: uuid: 8.3.2 dev: false - /next-intl@3.3.2(next@14.0.1)(react@18.2.0): + /next-intl@3.3.2(next@14.0.4)(react@18.2.0): resolution: {integrity: sha512-iIuIa6UULhClCpXGv/L05vJzAYEXbpMf1SrjSDwbtnFJP3mDjG6rBkffiEIqawfizGzUjnYf5r3GtptRL6MIBg==} peerDependencies: next: ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0 @@ -11148,13 +11148,13 @@ packages: dependencies: '@formatjs/intl-localematcher': 0.2.32 negotiator: 0.6.3 - next: 14.0.1(@babel/core@7.23.6)(react-dom@18.2.0)(react@18.2.0) + next: 14.0.4(@babel/core@7.23.6)(react-dom@18.2.0)(react@18.2.0) react: 18.2.0 use-intl: 3.3.2(react@18.2.0) dev: false - /next@14.0.1(@babel/core@7.23.6)(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-s4YaLpE4b0gmb3ggtmpmV+wt+lPRuGtANzojMQ2+gmBpgX9w5fTbjsy6dXByBuENsdCX5pukZH/GxdFgO62+pA==} + /next@14.0.4(@babel/core@7.23.6)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-qbwypnM7327SadwFtxXnQdGiKpkuhaRLE2uq62/nRul9cj9KhQ5LhHmlziTNqUidZotw/Q1I9OjirBROdUJNgA==} engines: {node: '>=18.17.0'} hasBin: true peerDependencies: @@ -11168,25 +11168,26 @@ packages: sass: optional: true dependencies: - '@next/env': 14.0.1 + '@next/env': 14.0.4 '@swc/helpers': 0.5.2 busboy: 1.6.0 caniuse-lite: 1.0.30001570 + graceful-fs: 4.2.11 postcss: 8.4.31 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) styled-jsx: 5.1.1(@babel/core@7.23.6)(react@18.2.0) watchpack: 2.4.0 optionalDependencies: - '@next/swc-darwin-arm64': 14.0.1 - '@next/swc-darwin-x64': 14.0.1 - '@next/swc-linux-arm64-gnu': 14.0.1 - '@next/swc-linux-arm64-musl': 14.0.1 - '@next/swc-linux-x64-gnu': 14.0.1 - '@next/swc-linux-x64-musl': 14.0.1 - '@next/swc-win32-arm64-msvc': 14.0.1 - '@next/swc-win32-ia32-msvc': 14.0.1 - '@next/swc-win32-x64-msvc': 14.0.1 + '@next/swc-darwin-arm64': 14.0.4 + '@next/swc-darwin-x64': 14.0.4 + '@next/swc-linux-arm64-gnu': 14.0.4 + '@next/swc-linux-arm64-musl': 14.0.4 + '@next/swc-linux-x64-gnu': 14.0.4 + '@next/swc-linux-x64-musl': 14.0.4 + '@next/swc-win32-arm64-msvc': 14.0.4 + '@next/swc-win32-ia32-msvc': 14.0.4 + '@next/swc-win32-x64-msvc': 14.0.4 transitivePeerDependencies: - '@babel/core' - babel-plugin-macros