fix(deps): update nextjs monorepo to v14 (major)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| eslint-config-next (source) | ^13.4.19 -> ^14.0.0 |
||||
| next (source) | ^13.4.19 -> ^14.0.0 |
Release Notes
vercel/next.js (eslint-config-next)
v14.2.7
v14.2.6
v14.2.5
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)
- fix NextRequest proxy in edge runtime (#66551)
- Fix next/dynamic with babel and src dir (#65177)
- Use vercel deployment url for metadataBase fallbacks (#65089)
- fix(next/image): detect react@19 for fetchPriority prop (#65235)
- Fix loading navigation with metadata and prefetch (#66447)
- prevent duplicate RSC fetch when action redirects (#66620)
- ensure router cache updates reference the latest cache values (#66681)
- Prevent append of trailing slash in cases where path ends with a file extension (#66636)
- Fix inconsistency with 404 getStaticProps cache-control (#66674)
- Use addDependency to track metadata route file changes (#66714)
- Add timeout/retry handling for fetch cache (#66652)
- fix: app-router prefetch crash when an invalid URL is passed to Link (#66755)
Credits
Huge thanks to @ztanner, @ijjk, @wbinnssmith, @huozhi, and @lubieowoce for helping!
v14.2.3
v14.2.2
v14.2.1
v14.2.0
v14.1.4
v14.1.3
v14.1.2
v14.1.1
Core Changes
- Should not warn metadataBase missing if only absolute urls are present: https://github.com/vercel/next.js/pull/61898
- Fix trailing slash for canonical url: https://github.com/vercel/next.js/pull/62109
- Fix metadata json manifest convention: https://github.com/vercel/next.js/pull/62615
- Improve the Server Actions SWC transform: https://github.com/vercel/next.js/pull/61001
- Fix Server Reference being double registered: https://github.com/vercel/next.js/pull/61244
- Improve the Server Actions SWC transform (part 2): 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
- Fix draft mode invariant: https://github.com/vercel/next.js/pull/62121
- fix: babel usage with next/image: https://github.com/vercel/next.js/pull/61835
- Fix next/server api alias for ESM pkg: https://github.com/vercel/next.js/pull/61721
- Replace image optimizer IPC call with request handler: 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
- fix(image): warn when animated image is missing unoptimized prop: 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
- Fix extra swc optimizer applied to node_modules in browser layer: 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
- Fix attempted import error for react: https://github.com/vercel/next.js/pull/61791
- Add stack trace to client rendering bailout error: https://github.com/vercel/next.js/pull/61200
- fix router crash on revalidate + popstate: 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
- revert changes to process default routes at build: 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
- Improve redirection handling: https://github.com/vercel/next.js/pull/62561
- Simplify node/edge server chunking some: https://github.com/vercel/next.js/pull/62424
Credits
Huge thanks to @huozhi, @shuding, @Ethan-Arrowood, @styfle, @ijjk, @ztanner, @balazsorban44, @kdy1, and @williamli for helping!
v14.1.0
v14.0.4
Core Changes
- Remove early return that is duplicated in useSearchParams: #58545
- Support passing a relative string to pushState/replaceState: #58438
- [.next/trace] Record start-dev-server trace span: #58469
- Update React from
593eceeto2c338b1.: #58553 - turbopack: Fix pageExtensions with dots: #58504
- fix: revalidation with file-system-cache: #58508
- fix: fetch() behavior when "dynamic" is "force-dynamic: #58484
- Add cacheNodeSeedData to RSC payload: #58566
- Lift subtree data out of React tree: #58569
- fix(next-core): allow runtime segment option in pages/api: #58409
- Update rust-toolchain to 2023-11-16: #58558
- refactor: Add lightningcss mode for
turbopack-css: #58471 - fix: avoid race condition when download swc wasm: #58536
- Removed unused route resolver code: #58702
- Add experimental.windowHistorySupport to Turbopack supported options: #58717
- Improve Server Actions compiler: #58391
- Seed CacheNodes immediately after receiving response: #58669
- Turbopack: improve error display: #58734
- fix node externals resolving: #58129
- disable static prefetching behavior for dynamic segments: #58609
- fix: ensure DynamicUsageErrors caught during render bubble up: #58747
- fix image.domains deprecation warning: #58656
- fix waitUntil handling in pipeToNodeResponse: #58744
- Use consistent resolve extensions alias for compiler: #58725
- Turbopack: Use styled issue titles and details: #58743
- route handlers: make req.cookies opt you into dynamic: #58769
- OpenTelemetry: a more reliable way to establish a root context: #58662
- Revert "fix: fetch() behavior when "dynamic" is "force-dynamic": #58735
- [Instrumentation] Don't treat instrumentation hook as pages: #58775
- Fix turboFlag set to false: #58795
- [.next/trace] Track server requests and memory usage: #58690
- place virtual module inside the project directory: #58798
- fix rewrites to edge routes: #58797
- Polish unsupported metadata warning with doc link: #58750
- Enable .mjs extension config in Turbopack: #58825
- Turbopack: align automatic externals code with webpack: #58851
- Upgrade Turbopack: #58859
- OpenTelemetry: propagate context to sandbox: #58791
- fix uniqueness of layers: #58872
- disable flushToDisk during
generateStaticParams: #58871 - Turbopack: enable some node.js builtin in edge runtime: #58850
- add
NEXT_TRIGGER_URLenv var to show request triggering a compilation: #58762 - Update
swc_coretov0.86.81: #58517 - Trace server updates: #58694
- remove duplicate util file for redirect status: #58878
- fix(windows): workaround for intermittent locks on windows when renaming files: #58835
- unify server action detection logic: #58879
- Fix nested fetch logging indentation: #58955
- Delete preloadComponent module: #58741
- Remove
cachefield from action types: #58938 - Add nodejs version check: #58958
- Code refactoring: #58737
- Fix bugs with baseUrl and mdxRs: #58968
- Fix encoding in encryption of Server Actions: #59000
- fix(turbopack): treat .mdx as valid ecma asset: #58985
- dedupe pending revalidation requests: #58990
- fix: Put back type for
NavigateOptions.scroll: #59001 - Cleanup Render Result: #58782
- fix(turbopack): add list of packages that should never be marked as e…: #59020
- Testmode: provide test info for rewrite requests: #59033
- build(cargo): bump up turbopack: #59032
- fix async action queue behavior: #59038
- start performance profiling after node.js version is checked: #59028
- Fixed stale fetch using when page regenerates: #58926
- Enable PPR tests for test suites: #59030
- Update font data: #59043
- update status codes for
redirectandpermanentRedirectin action handlers: #58885 - Ensure stale build fetch data is not unexpectedly used: #59076
- add support for instrumentation: #59070
- use 303 status code for redirects in fetch actions: #59017
- verify action id before parsing body: #58977
- fix interception routes with rewrites: #59094
- Fix next internal is missing in flight manifest: #59085
- Support generating multi-meta tahs for metadata api other prop: #59106
- Turbopack: Align some "Module not found" errors with webpack: #58518
- Fix dynamic usage errors logging unexpectedly: #59133
- Fix: remove deprecated option from standalone server: #59036
- Update font data: #59138
- fix typedRoutes when used with webpackBuildWorker: #59140
- Add NEXT_MANUAL_SIG_HANDLE handling to start-server.ts: #59117
- Support adding CSP nonce with
content-security-policy-report-onlyheader: #59071 - chore: fix typo in jsDoc: #58224
- fix: add
maxDurationtoPageConfigtype: #55918 - Fix mixed module swc compilation for app router: #58967
- Don't catch ensureMiddleware errors: #59166
- fix behavior when revisiting an intercepted route: #59168
- Turbopack only enable instrumentationHook with experimental flag: #59173
- fix server actions behavior on intercepted routes: #59175
- Fix ssgCacheKey in minimal mode: #59181
- Update to latest version of @vercel/nft: #59183
- Ensure original history is read in effect: #58861
- fix some small turbopack issues: #59171
- fix tsconfig alias cycle: #59232
- Resolve build issues with symlinked files: #57412
- Disable more Turbopack build tests: #59245
- Remove
mutablefield from action types: #59221 - Add process.env.__NEXT_PPR to build config: #59253
- Fix dynamic transform ssr:false case for pages router with ESM: #59246
- Delete unused static prefetch code: #58783
- fix(next-core): adjust edge entry path: #59265
- feat: support outputFileTracing in App Router: #59139
- docs: fix
remotePatternslink in image-config.ts: #59197 - Testmode: support edge functions inside a sandbox: #59179
- Update font data: #59271
- fix: properly call
normalizeDynamicRouteParamsinNextWebServer.handleCatchAllRenderRequest: #58949 - add user-level tracing: #59284
- Fix app-dir - logging test in Turbopack: #59261
- update turbopack: #59285
- feat(turbopack): support loading WebAssembly in the edge runtime: #59013
- Fix barrel optimization to ignore layers: #59254
- fix interception routes with dynamic segments: #59273
- Clean up builtin
modularizeImportsconfigs: #59294 - Enable PPR for
dynamic = "force-dynamic": #58779 - remove additional static prefetch code: #59313
- add module tracing for client reference and next/dynamic walking: #59306
- side effects optimization: #58972
- Move App Router client-side constants to separate file: #59239
- reduce function calls in walk: #59332
- update turbopack: #59334
- disable unused next/dynamic walking in app dir: #59338
- fix hmr in multi-zone handling: #59307
- fix edge route catch-all param parsing: #59343
- add
logLevelsupport to@next/bundle-analyzer: #59228 - Fix server output bundling packages module resolving: #59369
- fix inconsistent scroll restoration behavior: #59366
- test: ability to use node debugger: #56277
- fixes the logging by showing full URLs only on demand: #58088
- rm console.log: #59381
Documentation Changes
- docs: Fix grammar in Caching section: #58070
- Update 01-installation.mdx: #58555
- Fix naming: #58539
- docs: clarify route handler caching: #58541
- [Next.js Docs] Adds
useOptimisticlink: #58706 - Docs: Add missing diagram : #59008
- Docs: Update revalidate example: #59002
- docs: patch upgrade guide to pin install version: #58993
- Docs: Delete fast refresh example: #59003
- docs:Add react hydration error case.: #59147
- Correcting the
webpackfunction introduction: #58663 - Docs: Fix upgrade guide files: #59249
- docs: fix broken link to learn course: #59288
- docs fix: Server Action js example: #59159
- docs: Remove invalid URL: #58823
- Fix incorrect prop name in client component: #58591
- update: Firebase link to with-firebase example: #58621
- added comma to the props list: #58596
- Update 10-route-handlers.mdx: #59021
- Add documentation note about middleware and runtimes: #58873
- Revert "added comma to the props list": #59314
Example Changes
- Update
cache-handler-redisexample: #58562 - Update & Repair LRUCache importation on NextJS Rate Limit API example: #58060
- examples with-zustand update to app dir #52858: #58042
- examples: fix import statement for lru-cache: #58567
- examples: Remove outdated example: #58568
- feat(examples): add upload file example with Server Actions: #58467
- migrate with-cypress example to app dir: #58053
- fix lint in examples: #58630
- examples: add direct link to Dockerfile: #58793
- Update Electron Typescript Example with Best Practices: #58947
- Enable typechecking on config: #57892
- Updates with-supertokens example app: #58525
Misc Changes
- fix(turbopack):
e2e/404-page-routertest: #58146 - Turbopack: update to turbopack-231122.3: #58784
- make tests more stable: #58765
- chore(CI): improve datadog reporting: #58267
- chore(CI): add action to auto retry tests on canary and report failures after retries: #58774
- ci: unify reset project script: #58829
- ci: disable deployment protection for e2e test project: #58830
- fix(CI): retry-test action can't use env in
if: #58838 - Update Turbopack test manifest from GitHub Actions artifact: #58394
- Increase default timeout for swc build: #59035
- chore: bump
nissuer(issue validator): #59060 - fix(test): don't use latest sharp: #59074
- misc: disable automerge: #59077
- Update checkout step: #59079
- ci: don't try to upload to datadog for docs only changes: #59068
- misc: delete kodiak: #59082
- add full PPR e2e tests: #59025
- ci: don't retry or notify on failures from forks: #59118
- skip release if no new commits: #59134
- fix variable name in release workflow: #59135
- Update Turbopack test manifest: #59109
- fix(next-core): do not panic when parsing segment config: #59170
- Correctly skip build test for Turbopack: #59207
- Failing test for 59195: #59210
- ci: report daily turbo integration test results from this repo: #58965
- fix typo in daily turbopack integration test reporting: #59251
- fix missing echo in daily turbopack reporting: #59255
- fix missing checkout in daily turbopack reporting: #59256
- Add app router name to font tests: #59257
- Fix non bundler module resolution in ts for third-parties pkg: #59244
- fix dev parallelism in daily turbopack tests: #59287
- Update Turbopack test manifest: #59326
- Update tests for Turbopack: #59354
- Update Turbopack test manifest: #59356
Credits
Huge thanks to @timneutkens, @mknichel, @gnoff, @jridgewell, @gtjamesa, @mugi-uno, @better-salmon, @kentobento, @vivianyentran, @empflow, @leerob, @samennis1, @mkcy3, @acdlite, @kwonoj, @suhaotian, @wbinnssmith, @imevanc, @ztanner, @kdy1, @d3lm, @wyattjoh, @manovotny, @shuding, @sokra, @feedthejim, @dvoytenko, @ForsakenHarmony, @huozhi, @delbaoliveira, @amannn, @ijjk, @hallatore, @balazsorban44, @LukeSchlangen, @Dylan700, @mpsq, @mdio, @christianvuerings, @A7med3bdulBaset, @karlhorky, @simonhaenisch, @olci34, @zce, @LavaToaster, @rishabhpoddar, @smaeda-ks, @jirihofman, @codercor, @devjiwonchoi, @Willem-Jaap, @JackieLi565, @thoushif, @pkellner, @jpfifer, @quisido, @tomfa, and @raphaelbadia for helping!
v14.0.3
v14.0.2
v14.0.1
Core Changes
- Add Next.js 14 codemods to CLI output.: #57552
- OpenTelemetry: propagate a configured context(s) to root requests: #57084
- debug: Add tags to next build traces to track build configuration in the .next/trace file: #56965
- [Traces] Await the flush of the trace write stream to make sure trace file is written: #57641
- Add node-pty to externals list: #57640
- fix: move logging config validation out of experimental: #57530
- Update font data: #57728
- Support viewport export via TS Plugin: #57554
- Fix: Build compilation warning when using middleware: #57685
- chore: Update flight-client-entry-plugin.ts typo: #57734
- Improve error for missing default export in dynamic metadata routes: #57711
- fix gsp tracing issue: #57766
- fix(turbopack): don't match empty route groups: #57647
- Update React from
8c8ee9eto0c63487and types: #57772
Documentation Changes
- Add missing dot in codemod command: #57536
- docs(fix): example text unescaped entities: #57255
- doc: Clarify built-in support for sass after installation: #57279
- Update docs with a Good to know box about using redirect in client components: #56966
- docs: fix 02-dynamic-routes.mdx: #57029
- Fix incorrect link in GTM docs: #57547
- Fix typos: #57592
- Add apostrophe 07-error-handling.mdx: #57626
- Fix: codemods.mdx Incorrect heading structure of next-og-import, meta…: #57605
- Typo fix, version "13" to "14": #57723
- Fix Google Tag Manager URL in Third Party Libraries documentation: #57731
Example Changes
- Fix: Call cookies function from route to flag as dynamic: #57494
- (Examples) Add
with-youtube-embedexample: #57367 - (Examples) Add
with-google-maps-embedexample: #57365 - update @types/react version in examples: #57259
- docs: fix broken link to demo: #57229
- (example update) Update example with-Clerk: #57050
- active-class-name example style js has not taken effect: #56136
- add inngest next.js example: #56049
- fix inngest example for 3.x sdk: #57712
Misc Changes
- update manifest: #57523
- update next/third-parties to use Next 14 or 13 as a peer dependency, instead of just 13: #57515
- Modify tailwindcss related dependency of
create-next-app: #57262 - Remove extra CI step and lock Node.js version: #57769
Credits
Huge thanks to @dijonmusters, @sokra, @philwolstenholme, @IgorKowalczyk, @housseindjirdeh, @Zoe-Bot, @HanCiHu, @JackHowa, @goncy, @hirotomoyamada, @pveyes, @yeskunall, @vinaykulk621, @ChendayUP, @leerob, @dvoytenko, @mknichel, @ijjk, @hmaesta, @ajz003, @its-kunal, @joelhooks, @blurrah, @tariknh, @Vinlock, @Nayeem-XTREME, @aziyatali, @aspehler, @huozhi, @ztanner, @ForsakenHarmony, @moka-ayumu, and @gnoff for helping!
v14.0.0
v13.5.6
Core Changes
- Upgrade edge-runtime/cookies #57021
- Patch React with fix for write-after-close for ReadableStream #57011
Credits
Huge thanks to @ijjk @huozhi @gnoff for helping!
v13.5.5
v13.5.4
Core Changes
- chore: NextJS -> Next.js: #55961
- fix-failed-to-generate-self-signed-certificate issue:#55891: #55947
- Remove .test.js from dist: #55946
- Turbopack next/font/google: don't insert css rules for multiple weights or styles: #55852
- Fix stale revalidate stream handling: #55978
- turbopack: improve turbopack/test stability: #56024
- Mark testmode fetches internal: #56036
- chore: Remove 'beta.' Subdomain from
beta.nextjs.orgLinks: #55924 - Remove experimental.sharedPool: #56021
- fix(worker): pass env to build worker w/
config.experimental.workerThreads: #55257 - Update
swc_coretov0.83.26: #55780 - Revert "Update
swc_coretov0.83.26": #56077 - fix reporting of illegal segments when directory only contains irrelevant files: #56076
- Make
permanentRedirectreturn 308 in route handlers: #56065 - Remove unneeded next-dev js in next-core: #56039
- Fix: Use
booleaninstead offalsefor experimental logging config: #56110 - chore: remove chalk in favor of picocolors: #55992
- Revert: "Generate prefetch RSC payload during build for SSR paths (#54403)": #56059
- fetching logging on edge: #56108
- Optimize build trace handling: #56048
- Update font data: #56121
- feat(turbopack): port bloom filter to nexturbo: #55678
- Fixes performance problems due to TaskScopes: #55721
- perf: remove react dom legacy from app router: #56082
- perf: replace zod with superstruct: #56083
- perf: externalise ws for bundled server: #56095
- misc: refactor node utils: #56096
- Add support for skipTrailingSlashRedirect and skipMiddlewareUrlNormalize in Turbopack: #56147
- Add experimental.scrollRestoration for Turbopack: #56150
- misc: refactor handleExternals: #56161
- perf: add option to bundle pages externals: #56162
- Allow jest to run with use server directive: #56148
- Update experimental compile cache handling: #56139
- App render related code clean up: #56178
- Add support for i18n config in Turbopack: #56182
- Implement list of config options for Turbopack: #56188
- Turbopack: add support for an assetPrefix and basePath: #56058
- update turbopack: #56197
- Update supported options list to reflect #56188: #56200
- Add support for experimental.logging.level in Turbopack: #56201
- Add next.config.js options to turbopack warning file: #56207
- fix: @libsql/client build error: #56192
- chore: bump
postcss: #56225 - Add additional handling for experimental-compile: #56224
- Drop ipc server headers filters: #56226
- only override NODE_EXTRA_CA_CERTS when using experimental https flag: #56252
- Pass same mangling option as terser to SWC minifier: #56281
- update turbopack: #56285
- clear require cache only when needed: #56198
- misc: enable source maps for bundled runtime: #56289
- misc: shortcut styled-jsx in external resolution: #56291
- Support serverRuntimeConfig and publicRuntimeConfig in Turbopack: #56310
- Reland static prefetches & fix prefetch bailout behavior: #56228
- fix(#53190): add missing crossOrigin to assetsPrefix resources: #56311
- misc: fix instrumentation with bundled server: #56318
- fix(next/client): keep hash when navigating from app to pages router: #56223
- fix: support both decoded and encoded url requests of conventioned files : #56187
- fix: Invalid URL (404) provided on server actions error: #56323
- Revert "misc: shortcut styled-jsx in external resolution (#56291)": #56334
- Fix build output logging order: #56335
Documentation Changes
- docs: add
not-foundto file conventions page: #55944 - Update 03-linking-and-navigating.mdx: #55907
- docs: Correct place for passing
extensionoption tocreateMDX(): #55967 - docs-55629 update router cache column in cache interactions api table: #55630
- Update 03-linking-and-navigating.mdx: #55969
- Updates "Prerender Error" page for App Router: #56044
- Add the default import alias to create-next-app prompt for clarity: #55896
- Update revalidatePath.mdx to fix confusing wording of arguments section.: #56099
- docs: Renamed function that is used by other name: #56170
- (docs) Document Server Actions
.bindmethod: #56164 - docs: Use
Response.jsonoverNextResponse.json: #56173 - correcting link to useSearchParams ref: #56169
- docs(sharp-missing-in-production.mdx): update standalone command: #56191
- docs(sharp-missing-in-production.mdx): update standalone command: #56239
- Update image.mdx: #56269
- Update image.mdx: #56266
Example Changes
- chore(examples): bump dependency versions: #55899
- Update to with-supertokens example app: #56035
- Update dependencies in examples : #55993
- Chore/update with supabase demo deploy button: #52483
- chore(examples): remove deprecated dependency from
with-jest: #56152 - chore(examples): fix
with-jesttypes: #56193 - (Examples) update Grafbase example: #54705
- fix: typo in
with-stripe-typescriptexample: #56274
Misc Changes
- Skip production tests for Turbopack: #56045
- Fix invalid build-and-test workflow: #56053
- turbopack: Add more skipped tests: #56052
- Skip next build test: #56079
- add flakey test: #56080
- Skip more production tests for turbopack: #56084
- Ensure tests suites have unique names: #56085
- Skip experimental.nextScriptWorkers test for Turbopack: #56086
- Skip production tests for Turbopack: #56089
- Skip Babel tests for Turbopack: #56091
- misc: add node-version file: #55938
- Ensure unique name for app dir css tests: #56088
- Decrease default test timeouts: #56116
- misc: stop hiding node_modules in vscode: #56081
- special case timeout on windows: #56120
- Turbopack: update test manifest: #56133
- More test updates: #56146
- fix(cna): pin dependency versions: #56177
- Update
swc_coretov0.83.28: #56134 - Fix middleware-general test for Turbopack: #56211
- More Turbopack test fixes: #56248
- update test mainfest: #56214
- More Turbopack fixes: #56275
- More Turbopack fixes: #56299
- misc: update code owners: #56290
- Fix flaky test for size output: #56303
- update webp crate: #56307
- Remove buildId test as it's no longer relevant: #56316
- Add code freeze GitHub actions for releasing: #56325
- test: add flaky turbopack integration tests to manifest: #56309
Credits
Huge thanks to @balazsorban44, @sdkdeepa, @aayman997, @mayank1513, @timneutkens, @2XG-DEV, @eliot-akira, @hi-matthew, @riobits, @wbinnssmith, @ijjk, @sokra, @dvoytenko, @rishabhpoddar, @manovotny, @A7med3bdulBaset, @huozhi, @jridgewell, @joulev, @SukkaW, @kdy1, @feedthejim, @Fredkiss3, @styfle, @MildTomato, @ForsakenHarmony, @walfly, @bzhn, @shuding, @boylett, [@Loki899899](https://
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 was generated by Mend Renovate. View the repository job log.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
| Name | Status | Preview | Comments | Updated (UTC) |
|---|---|---|---|---|
| next-api-handler | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Oct 26, 2023 6:16pm |
| next-api-handler-example | ❌ Failed (Inspect) | Oct 26, 2023 6:16pm |
Code Climate has analyzed commit 45f8080f and detected 0 issues on this pull request.
View more on Code Climate.