blog
blog copied to clipboard
fix(deps): update dependency next to v12.3.0
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
next (source) | 12.2.0 -> 12.3.0 |
Release Notes
vercel/next.js
v12.3.0
Core Changes
- Refactor client entry plugin to separate methods.: #39162
- Eliminate path polyfill and incremental-cache from base server: #39548
- Remove precopied styled-jsx: #39520
- Refactor handling of addPageEntry promise: #39547
- Support multiple flush effects: #39559
- Eliminate Amp in Edge runtime: #39560
- Rename page -> entry in on-demand-entry-handler: #39564
- Update .env HMR handling: #39566
- Fix failing switchable runtime deploy test: #39579
- Fix Edge SSR routes: #39594
- Support tsconfig paths without baseurl: #34926
- Enable @typescript-eslint/no-use-before-define for functions: #39602
- Remove minify: false for webpack5 bundle: #39620
- Next Server code refactoring: #39591
- Eliminate path and utils from base server: #39622
- Remove webpack4 types: #39631
- Enable additional TypeScript ESLint rules: #39640
- fix(next/dynamic): handle template literal import path: #39623
- Add comment on slash normalizing in server: #39653
- Refactor base server: #39649
- Add separate entry per layout/page.: #39611
- fix(next-server): Fix priority for edge routes : #39462
- Add todo for dependsOn: #39677
- Improved server CSS handling: #39664
- feat(next-swc): Update swc: #39499
- fix next-app-loader on windows: #39657
- fix(swc/emotion): Correct the
SPACE_AROUND_COLON
regex: #39710 - fix(#39609): warns about suspense and ssr: #39676
- Use realpath when emitting traced package.json: #39683
- fix(#39706): add avif support for node serve static: #39733
- fix(next): Do not display message when middleware is removed on dev mode: #39604
- refactor(portal): remove useRef from portal component: #39792
- refactor(use-intersection): remove useRef usage: #39791
- allow Edge Functions to stream a compressed
fetch
response: #39608 - fix meaninglessFileNames type in compiler options schema: #39698
- build: upgrade edge-runtime: #39749
- Update stalled ensure log to use debug instead: #39826
- Skip building /500 in dev mode: #39828
- Fix
onError
handling innext/future/image
: #39824 - Improve error message on
next/future/image
whenobjectFit
orobjectPosition
: #39614 - Refactor client CSS imports: #39758
- Ensure moduleResolution is written correctly: #39836
- Fix disposing active entries in dev compilers: #39845
- fix(#39807): ignore width/height from webpack with "fill": #39849
- Add handling for auto installing TypeScript deps and HMRing tsconfig: #39838
- Remove eslint warning when no eslint config is present: #39872
- feat(next/swc): enable wasm first binding load for the platforms: #38883
- Fix
next/future/image
blur-up placeholder : #39785 - Fix runLintCheck during build: #39883
- Skip auto-install for missing deps in CI: #39882
- Remove un-necessary internal jest-worker error during ts/lint error: #39886
- Bump
@vercel/[email protected]
: #39906 - Handle edge runtime for app: #39910
- build: upgrade edge-runtime: #39898
- HMR for client CSS imports: #39916
- fix(ts): use
AppProps
's generic forpageProps
: #38867 - Treat non page file as non route under app dir: #39976
- Fix
next/future/image
incorrectly warning forfill
+blur
: #39986 - Ensure prefetch heuristic matches with and without middleware: #39920
- feat: add
experimental.fallbackNodePolyfills
flag: #39248 - Fix incorrect build log for moduleResolution: #39991
- fix(#39993): avoid race condition for next/script onReady: #40002
- Avoid bundling
next/script
in the server build by default: #40013 - Handle async module for client components: #39953
- Upgrade typescript to 4.8.2: #39979
- Remove Unused SQLite file: #40056
- Update
next/future/image
to use svg blur placeholder duringnext dev
: #39992 - Remove
<noscript>
fromnext/future/image
: #40075 - Fix
filePath
being wrongly stringified: #40070 - Refactor Server Router: #39902
- Update to detect GSSP with edge runtime during build: #40076
- Fix handling with custom _error and pages/500: #40110
- Fix edge rewrite handling: #40115
- Error for ssg and ssr exports from client components in build time: #40106
- feat(next): Support has match and locale option on middleware config: #39257
- Change
alt
to required innext/future/image
: #40136 - Allow port 0 in
next dev
andnext start
: #40118 - Update to stable:
next/future/image
,remotePatterns
,unoptimized
: #40142 - fix(#40066): preserve error status code from serveStatic: #40128
- fix: detect ESLint config in package.json: #40158
- ignore EEXIST errors when creating symlinks for output standalone: #40150
- Bump
@vercel/[email protected]
: #40164 - Bump styled-jsx: #40165
- Match data fetch and busting cache key when path URI encodes: #39568
- Updating the Next.js Logo: #40181
- next/script: simplify logic and update tests: #40026
- Bypass empty pages folder for layouts: #40132
- chore: Update swc: #39965
- Fix styled-jsx macro imports: #40234
- Ensure path can be specified for clearPreviewData: #40238
- fix: apply default export interop to
next/config
: #40224 - Improved route resolution in next-app-loader: #40109
- Add prefetch to new router: #39866
- Update
next/future/image
to support onlywidth
or onlyheight
: #40278 - Add experimental proxy timeout option: #40289
- Fix static info parsing when export data fetching method as variable: #40317
- fix(switchable-runtime): make dev server not break when wrong runtime config is exported: #40312
- Revert "Refactor Server Router": #40328
- fix(switchable-runtime): Make it possible to switch between edge and server runtime in dev: #39327
- Revert "Revert "Refactor Server Router" (#40328)" : #40333
- refactor(next/swc): remove unnecessary field in
RemoveConsole
: #40296 - [edge] fix URLSearchParams lacking data from rewrite: #40260
- fix(lint): disable
react/no-unknown-property
: #40331 - Update
onLoadingComplete
fornext/future/image
to receive reference to<img>
: #40326 - Remove warning for swcMinify being enabled: #40359
Documentation Changes
- docs: Rename API middlewares title in sidebar: #39534
- [docs] Avoid next config validation warning: #39554
- Update strategies count to 4: #39610
- Change the React Server Components CTA to the router/layout RFC: #39724
- Add section to
next/future/image
docs about Known Browser Bugs: #39759 - Update next.js.configs line number: #39802
- Add note about using the /_error page directly to custom error page article: #39671
- Typescript Documentation Improvement for Persistent Layouts: #33659
- Add clarity in docs for using
exportPathMap
withgetStaticPaths
: #39813 - Update links to point to more accurate docs: #39818
- Update docs
next/future/image
with details about computed aspect ratio: #39829 - Mention router.isPreview on Preview Mode page: #39830
- doc: improve a word client side rendering: #39771
- Docs: Updated note about using next/head in basic-features/font-optimization: #39863
- [docs] Fixed 404 links to Layouts RFC blog post: #39937
- Adds note about custom server requirements: #39931
- fix hash-link: #39929
- Mention
largePageDataBytes
in warning docs: #39941 - Update Font Optimization docs: #39950
- [docs] Update UTM params of some links: #39951
- Revert "Adds note about custom server requirements": #39956
- Update image.md: #39984
- Update
script.md
: #40017 - [docs] Add precision about
pageExtensions
: #40016 - Update debugging.md (--dev -> --save-dev for npm): #39998
- docs(testing): add JSDoc typing in
jest.config.js
: #40090 - docs(image): Use hook inside of function component: #40096
- docs(security-headers): interest-cohort has been replaced by browsing-topics: #40113
- [docs] Functional syntax for _document example in Basic Features: Font Optimization: #40140
- Fix typo in error/middleware-upgrade-guide.md: #40176
- docs: documents middleware matcher: #40180
- docs: update get-static-paths.md: #40205
- Change image sizes docs to use em instead of px: #40288
- Change sizes docs to use max-width in media query: #40290
- docs: fix numbering in middleware docs: #40276
- Update docs for
remotePatterns
image config: #40350 - docs: fix typo: #40354
Example Changes
- docs(examples): use vercel integration in cms-sanity: #39323
- Typo : #39596
- Update Convex Example: #39562
- Update with-loading example: #39646
- [Docs] Update with-slate example: #39639
- Tweak Convex example: #39739
- examples/with-redux-thunk , update README (#39555): #39712
- [Docs] Update mongodb example: #39658
- Convert with-goober example to TS: #39761
- [docs] Migrate dynamic routing example to typescript: #39806
- Remove unnecessary type reference in Vitest example: #39819
- Update cms-makeswift example: #39834
- Migrate data-fetch example to typescript: #39852
- [Docs] Update examples to favour functional _document: #39871
- chore(with-docker): don't copy package.json twice: #39896
- Prefer function _app component in examples: #39967
- Migrate with-xstate to typescript: #39974
- Use Font Optimization in examples: #39977
- Add local setup info in the with-supabase-auth-realtime-db example's README: #40030
- Remove semi in Convex example: #40052
- Refactored the with-supertokens example to use typescript: #39987
- Add config types to all examples: #40083
- adding with-axiom example: #38300
- Update Convex example to convex 0.1.9: #40162
- Remove extra "d" in comment: #40212
- fix(examples/with-styled-components-babel): list should have unique key: #40215
- Migrate image-component example to typescript: #40204
- ref(with-sentry example): Explicitly set
hideSourceMaps
: #40079 - Update next-forms example: #40284
- Migrate with-context-api example to typescript: #40297
- Migrate with-react-jss to typescript: #40308
- Update react-remove-properties example: #40307
- Migrate using-preact example to typescript: #40295
- added type to clientPromise in with-mongodb/lib: #40339
- Remove babel from custom-server-typescript example: #40309
- Merge with-mobx-state-tree with with-mobx-state-tree-typescript example: #40306
- Fix
image-component
example types: #40352
Misc Changes
- Fix preinstall failed in [email protected] on FreeBSD with [email protected]: #39529
- Add edge ssr to pr stats: #39621
- Update test failure logging : #39655
- Update image tests files from *.js to *.ts: #39663
- fix(create-app): support github url has trailing slash: #39665
- Update contributing.md : #39767
- Update ubuntu CI version due to deprecation: #39817
- Leverage VERCEL_CLI_VERSION env for deploy tests: #39823
- Update flakey relay analytics test: #39877
- Added tests for next/router in app directory: #39867
- Fix failing e2e getServerSideProps test: #39885
- Add path to export-page: #39893
- Fix rsc basic e2e test on deploy: #39905
- test: merge edge ssr tests: #39924
- chore: check against
npm
version in issue validator: #38915 - Increase test concurrency: #39922
- Fix passing VERCEL_CLI_VERSION env for deploy tests: #39946
- test: pin typescript version to 4.7: #39978
- (next/mdx) set providerImportSource to react by default: #39954
- Add test for server CSS imports: #40019
- Update docker image for stats action: #40032
- Update flakey tsconfig test: #40105
- fix: scripts comment typos: #40207
- fix(cli): do not throw error when extracting examples in Node 18+: #40182
- Update to use specific swc version for PR stats: #40237
- fix(cli): delete temp file after extraction: #40259
- Fix test hydration check in Safari 10.1: #40285
- chore: turn off debug mode on issue validator: #40301
- Update README.md
Credits
Huge thanks to @stipsan, @ijjk, @timneutkens, @bennettdams, @shuding, @cherniavskii, @huozhi, @Brooooooklyn, @thatbeautifuldream, @Janpot, @MoosaSaadat, @alexcole, @HaNdTriX, @magic-akari, @balazsorban44, @styfle, @SukkaW, @kdy1, @sokra, @delbaoliveira, @puneetkathar1, @nkzawa, @Schniz, @greebl3, @kasperaamodt, @chaseignited, @masad-frost, @Kikobeats, @davewelsh, @MaedahBatool, @adrianbienias, @michaeloliverx, @arthurdenner, @sumiren, @migueloller, @hanneslund, @wyattjoh, @kwonoj, @boredland, @simongavelin, @esbenam, @theMosaad, @jleclanche, @leerob, @AdilAmanat, @souporserious, @ykdojo, @sanjaiyan-dev, @yoannmoinet, @thomasballinger, @titusdmoore, @jferrettiboke, @Dueen, @dunglas, @KenAKAFrosty, @wbinnssmith, @schehata, @remorses, @visnup, @Nutlope, @yhay81, @hiro0218, @avigoldman, @feugy, @jeferson-sb, @lobsterkatie, @atcastle, @bcheidemann, @Will956, @orionmiz, @S0UPernova, @cvbuelow, and @leonzalion for helping!
v12.2.5
Core Changes
- Change invalid internal upstream image error code: #39334
- Hoist styles for Route Announcer: #39331
- fix: wrong reference url for disableStaticImages: #39362
- fix: skip resizing image if it's animated: #39325
- Fix catchall rewrites for _next/data routes: #39370
- Fix
next/future/image
alt text: #39366 - refactor: add named export in next/server: #39381
- fix(ts): More strict Redirect type: #38277
- fix(next): dev server starting when importing a file using get-projec…: #38274
- Add runtime to PageConfig type: #37453
- fix: improve logging for _devPagesManifest.json loading failures: #38046
- Allow custom path for preview mode cookies: #38313
- Fix removing whitespacing in dev overlay: #28277
- Fix emotion labelFormat and sourcemap options: #39389
- Fix emotion shouldForwardProp options breaks component selectors: #39390
- next/image imgix loader can use multiple auto params: #34808
- Adds
eslint-plugin-eslint-plugin
to ensureeslint-plugin-next
rules follow ESLint rule best practices along with enforcing some consistency.: #37920 - [ESLint] Adds
--output-file
flag: #36420 - Update polyfill for eslint no-unwanted-polyfillio rule: #33170
- fix(ts): Middleware type tweaks: #38625
- Fix Link generation for SSG pages if locale domains are used: #36818
- Setup require hook in next-server for styled-jsx resolving: #39305
- fix: ensure trailing slash on registry URL when fetching wasm fallback: #39427
- typing: upgrade styled-jsx to remove workaround in build script: #39408
- Extract redirect utils into a separate file: #39433
- Ensure locale redirects are not applied in minimal mode: #39436
- feat(middleware): augments / matcher with /index: #39397
- Bump edge-runtime packages: #39450
- Ensure default _app is used when falling back to default _error: #39467
- Handle rewriting WebSocket requests: #39463
- App Build Stats: #38884
- Tweak styled-jsx type declarations: #39474
- FIX GAUSSIAN BLUR IN FUTURE\IMAGE: #39190
- Add hot-reloading for env file changes: #38483
- feat(next-swc/modularize_imports): Add Kebab case: #38583
- Make dev watch ignore more specific: #39504
- Bump styled-jsx and remove manual types creation: #39506
- Add position styling to future fill images: #39438
- fix: ensure hidden iframe apps render in development mode: #39514
- Enable @typescript-eslint/no-use-before-define variables,enums,typedefs for core files: #39511
- Re-add styled-jsx as a normal dependency: #39518
Documentation Changes
- docs: update When section of getStaticProps page: #39393
- Update script.md: #39400
- API Routes Request Helpers docs.: #39407
- Improve description of
context.query
ingetServerSideProps()
: #39422 - Enhance sizes documentation for next/image: #39301
- Add component wrapper in sizes documentation code snippet: #39437
- Update
router.prefetch
documentation to includelocale
option: #39442 - Fix docs path "Invalid getServerSideProps Return Value": #39443
- Improve next/future/image Migration docs: #39421
Example Changes
- Fixed links to supabase examples: #39343
- Examples/cms-wordpress migrate to TypeScript: #39250
- chore: upgrade example to Docker Compose v2: #39372
- fix (examples): Changed the version of next-pwa: #39369
- Port 'with-static-export' example to TypeScript: #38268
- update examples/custom-server-fastify and replace depreaction: #38269
- Land(Update example with-apivideo-upload README): #39391
- Fix: broken TypeScript in WordPress example.: #39402
- Enable @typescript-eslint/no-use-before-define for examples dir: #39469
- [examples] Add on-demand revalidation to Contentful example: #39475
- Fixed issues with environment variables for Windows users: #37853
- fix(examples/with-wdyr): example config to support SWC: #39465
Misc Changes
- test: ensure default output is correct: #39358
- Fix failing escheck test: #39365
- Add yarn 2 Setup Files to Valid Files for create-next-app: #30936
- Add Object#fromEntries polyfill (with 6 lines of code): #36426
- chore: restores removed tests: #39452
- Fix next.config.js overwriting on deploy e2e test: #39476
- Update contributing.md to recommend corepack: #39479
- Fix swc build for freebsd target: #39478
Credits
Huge thanks to @pthomas931, @madmed88, @sanjaiyan-dev, @balazsorban44, @DonghyukJacobJang, @ijjk, @chaiwattsw, @styfle, @dunglas, @ahkhanjani, @promer94, @terrierscript, @shawncal, @insik-han, @QuiiBz, @ykzts, @JoshuaKGoldberg, @lucasassisrosa, @dikwickley, @Brooooooklyn, @sicarius97, @FourwingsY, @manovotny, @SukkaW, @pepoeverton, @jdeniau, @sumiren, @anthonyshew, @pekarja5, @huozhi, @leerob, @fediev, @atcastle, @shuding, @feugy, @jonohewitt, @zakiego, @Schniz, @timneutkens, @wyattjoh, @MaedahBatool, @X7Becka, @nnnnoel, @dcdev67, @alvinometric, @timothympace, and @jeferson-sb for helping!
v12.2.4
Core Changes
- Fix error message typos: #38894
- Update to latest version of @vercel/nft: #38878
- fix(#38090): add missing
analyticsId
to config schema: #38911 - Ensure hash on initial request is preserved in new router: #38913
- Remove unnecessary assertions: #38899
- Clear unnecessary code: #38900
- fix: Impl
attachRequestMeta
in base server to handle meta differently in edge and node servers: #38932 - feat: enhance warning messages about unanalyzable
config
field: #38907 - fix: fix generateEtags type inside schema: #38936
- Refactor router reducer: #38983
- Add state comparison to router: #38422
- update webpack: #38988
- Update config schema for empty basePath: #38998
- Add handling for prefetching onTouchStart and initial mobile testing : #38805
- Add additional comments to new router: #38986
- Update config-schema for relay field to be less strict: #39010
- Add config for opting out of optimistic client cache behavior: #38774
- Fix tracing edge-runtime dependencies: #39009
- Ensure dangerouslyAllowSVG is passed correctly: #39031
- Handle getStaticPaths error inside worker to avoid serializing: #39032
- chore: enable swc externalHelpers when pre-compile: #38182
- Update to use HEAD request for On-Demand ISR: #39038
- chore: Clean up imports and unused code: #39044
- Replace node-sass test dependency with sass: #39053
- Add comments in new router reducer: #39025
- Add additional comments for reducer/cachenode: #39065
- fix: print Request & Response properties: #38903
- fix: show
asPath
on large page data warning: #39071 - Remove RSC rendering from render: #39045
- Ensure query is updated correctly with shallow and middleware: #39086
- Update pre-compiled to fix check: #39089
- Fix unhandled rejections with edge runtime: #39091
- feat(next-swc): Update swc: #39055
- Collect telemetry for next/future/image: #39046
- [Script] Adds
onReady
prop tonext/script
: #38849 - Ensure we hard navigate for failed _next/data with middleware: #39148
- Refactor Flight plugins to use types.: #39136
- Fix middleware + afterFiles SSG rewrite case: #39153
- Update swc minifier: #39158
- Fix incorrect component cache for middleware cases: #39159
- Add shared dynamic api: #39163
- Add exportPathMap config type/schema field: #39171
- Fix default error style overrides: #39169
- refactor: return single middleware from getMiddleware in dev server: #39177
- fix(#11930): rewritten api routes can correctly handle cors in dev mode: #38937
- refactor: simplify middleware execution: #39192
- Add missing @napi-rs/cli devDependency to next-swc: #39164
- Fix missing edge routes in dev middleware manifest: #39199
- Fix: only contain middleware in dev middleware manifest: #39217
- fix: react dev bundle is picked in prod mode: #39221
- Add "fill" mode to
next/future/image
: #38855 - Handle assetPrefix in app: #39236
- Export URLPattern from next/server: #39219
- Ensure middleware has single data fetch on query hydration with valid props: #39210
- Fix URLPattern next/server export on deploy: #39290
- Flush styles effects: #39268
- chore: rename typo middlewares to interceptors in hot reloader: #39292
- Remove default setting for object-fit on future fill images: #39297
- feat(config): implement a human readable ajv errors: #39291
- Enable concurrent mode by default in app-render: #39307
- Fix next/server being required during build: #39310
- feat(next-swc/wasm): export async interfaces: #39231
- Ensure On-Demand revalidate does not consider preview cookie: #39313
- fix: buffer is not usable on edge runtime: #39227
Documentation Changes
- Remove next-page-tester from testing.md: #38920
- Add section about building
getStaticPaths
on-demand.: #38943 - Docs: Fix grammatical typo: #38962
- docs: update typescript.md: #38717
- Add note to
next/future/image
about default styles.: #38978 - Add caveat note about shallow routing with middleware: #39154
- fix: Update testing.md: #39195
- Replaces getStaticProps with getStaticPaths: #39218
- Clear up rewrites documentation: #39238
- Add section about migrating from
next/image
tonext/future/image
: #39270 - [docs] Clarify polyfill support: #39272
- fix typo: docs/advanced-features/react-18/streaming.md: #39293
- docs: add missing dot: #39314
Example Changes
- Add example with cookies-next package: #31243
- chore(example): convert
with-stitches
to TS: #38892 - Update Convex example not to ignore generated files: #38931
- Convert
custom-routes-proxying
example to TypeScript: #38974 - Added workaround for --isolatedModules inside of configuration files: #39004
- Update default gitignore templates: #39051
- docs(examples): improve DX while copying command to create new project: #38410
- docs(example): Update Makeswift example: #39070
- fix: use
if..elif..else
in docker examples: #39072 - feat(with-mux-video): Update mux-player scope and version to latest.: #39079
- Convert
cms-agilitycms
example to TypeScript: #38976 - Convert the Cypress config to ESM Module syntax: #39036
- fix: missing semicolon on Dockerfile: #39142
- Fix typo in with-docker-compose README: #39176
- examples/with-msw-typescript: #39196
- Update edgedb.toml: #39243
- fix: use
if...else
in dockerfile: #39263 - Add TypeScript to ant design example: #38470
Misc Changes
- Update Safari 10 test to no longer wait for modern Safari: #39028
- Update delayed test output handling: #39078
- Update tests to use random directory: #39230
- Update Android NDK path for swc builds: #39298
- Add delay before exiting tests for log flushing: #39302
- chore(trace): fix typo in trace-to-event-format.mjs: #39279
Credits
Huge thanks to @theMosaad, @SukkaW, @timneutkens, @Yuddomack, @msquitieri, @andreizanik, @nix6839, @shuding, @thomasballinger, @ziishaned, @leerob, @xyeres, @nyedidikeke, @maxproske, @sokra, @titusdmoore, @thebergamo, @fikrikarim, @Kikobeats, @balazsorban44, @clearlyTHUYDOAN, @ijjk, @nasso, @qutek, @kdy1, @kyliau, @housseindjirdeh, @huozhi, @barissayil, @seveibar, @Jessidhia, @santidalmasso, @JohnDaly, @Nikhilnama18, @atcastle, @styfle, @Schniz, @mduleone, @colinhacks, @ductnn, @josh, @hiro0218, @eltociear, @kwonoj, @valcosmos, and @feugy for helping!
v12.2.3
Core Changes
- Remove dynamic params from
query
in new router: #38466 - Fix test page detection: #38475
- build(ci): enable rustls as default: #38471
- Handle on-demand-entries and error overlay for Server Components: #38480
- Add refreshing of Server Components: #38508
- Handle dynamic routes / catchall routes in on-demand entries: #38512
- chore(deps): Update swc: #38347
- Enable css import in rsc server side : #38418
- Pass missing incrementalCacheHandlerPath to IncrementalCache instance: #38433
- fix(next/build): correct payload for plugin telemetry: #38468
- Update some dependencies' versions :): #38427
- refactor(next/swc): disable default features for crash report: #38531
- fix: don't use optional chaining in ESLint rule: #38534
- feat(next-swc/auto-cjs): Detect
__esModule
: #38181 - CSS modules support improvements for Server Components: #38536
- Handle development error when Server Component throws: #38550
- Upgrade edge-runtime + make EdgeRuntime value overridable with an env var on compilation: #38331
- Rename todos: #38560
- Fix injecting CSS link tags before page content: #38559
- Optimize Edge SSR bundle size: #38570
- Handle dev fouc for layout styling: #38557
- Fix independent CSSModule missing from flight manifest: #38575
- Mark dynamic as client component: #38574
- Add error when createServerContext is not available: #38578
- Handle server context being refreshed: #38580
- Pass server context to Flight render: #38582
- Ensure .client.tsx/.ts/.jsx Client Components can be imported: #38591
- Remove the
hide-fouc
tags after hydration: #38592 - Add heuristic for optimistic push: #38599
- Remove implemented todos: [#38610](https://togithub.com/vercel/next.js/i
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 this update again.
- [ ] If you want to rebase/retry this PR, click this checkbox.
This PR has been generated by Mend Renovate. View repository job log here.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
blog | ❌ Failed (Inspect) | Oct 31, 2023 9:42pm |