react-email
react-email copied to clipboard
chore(deps): update nextjs monorepo
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| @next/eslint-plugin-next (source) | 14.2.3 -> 14.2.12 |
||||
| next (source) | 15.0.0-canary.117 -> 15.0.0-rc.0 |
Release Notes
vercel/next.js (@βnext/eslint-plugin-next)
v14.2.12
v14.2.11
v14.2.10
v14.2.9
v14.2.8
What's Changed
[!NOTE]
This release is backporting bug fixes and minor improvements. It does not include all pending features/changes on canary.
Support esmExternals in app directory
- Support esm externals in app router (#β65041)
- Turbopack: Allow client components from foreign code in app routes (#β64751)
- Turbopack: add support for esm externals in app dir (#β64918)
- other related PRs: #β66990 #β66727 #β66286 #β65519
Reading cookies set in middleware in components and actions
- initialize ALS with cookies in middleware (#β65008)
- fix middleware cookie initialization (#β65820)
- ensure cookies set in middleware can be read in a server action (#β67924)
- fix: merged middleware cookies should preserve options (#β67956)
Metadata and icons
- support facebook-specific metadata (
fb:app_id,fb:admins) in generateMetaData (#β65713) - Always collect static icons for all segments (#β68712)
- Fix favicon merging with customized icons (#β67982)
- Warn metadataBase missing in standalone mode or non vercel deployment (#β66296)
Parallel routes fixes
- fix missing stylesheets when parallel routes are present (#β69507)
Draft mode and edge improvements
- fix: unstable_cache should not cache new result in draft mode (#β67772)
- Add draft mode flag for multi-zone (#β68997)
- Fix edge preview props are not matched with cookie (#β67779)
- other related PRs: #β65426, #β67787, #β64946, #β64313, #β64370
next/image fixes
- Allow external image urls with _next/image pathname to be rendered via Image component (#β69586)
Server actions improvements
- optimize server actions (#β66523)
- Apply optimization for unused actions (#β69178)
- Improve SWC transform ID generation (#β69183)
Other changes
- Ensure we match comment minify behavior between terser and swc (#β68372)
- send initialCanonicalUrl in array format to prevent crawler confusion (#β69509)
Create-next-app updates
- enable @βtypescript-eslint/recommended in create-next-app --typescript (#β52845)
- Update create-next-app template CSS (#β66233)
- Update
create-next-apptemplate CSS (#β66043) - Update create-next-app template (#β65803)
- add font antialiasing to templates (#β67425)
- Move
create-next-apppublic/ assets from local folderβ remote URL (#β66931) - Use classnames to set font family in Tailwind create-next-app templates (#β66374)
- other related PRs: #β64478, #β68899, #β68534, #β69021, #β67146, #β66145
Full Changelog: https://github.com/vercel/next.js/compare/v14.2.7...v14.2.8
Huge thanks to everyone who contributed to this release: @βabhi12299, @βdelbaoliveira, @βeps1lon, @βForsakenHarmony, @βhuozhi, @βijjk, @βJoshuaKGoldberg, @βleerob, @βlubieowoce, @βNetail, @βronanru, @βsamcx, @βshuding, @βsokra, @βstylessh, @βtimfuhrmann, @βwbinnssmith, @βwyattjoh, @βypessoa, @βztanner
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!
vercel/next.js (next)
v15.0.0-rc.0
Core Changes
- fix(next): global not-found not working on multi-root layouts: #β63053
- chore(next): add keywords on package.json: #β64173
- Fix DynamicServerError not being thrown in fetch: #β64511
- fix:
lib/helpers/install.tsto better support pnpm and properly respectrootargument: #β64418 - fix(next):
Metadata.openGraphvalues not resolving basic values whentypeis set: #β63620 - disable production chunking in dev: #β64488
- update turbopack: #β64501
- Turbopack: Allow client components to be imported in app routes: #β64520
- refactor: remove always truthy flag: #β64522
- Turbopack: donβt show long internal stack traces on build errors: #β64427
- next/script: Correctly apply async and defer props: #β52939
- chore(next/font): update @βcapsizecss/metrics package: #β64528
- feat: add information that revalidate interval is in seconds: #β64229
- Typo "Minifer" in config.ts: #β64359
- Enhance types for Node and Edge envionments: #β64454
- feat: Add a validation for
postcsswithuseLightningcss: #β64379 - fix HMR for cases where chunking changes: #β64367
- perf: improve Pages Router server rendering performance: #β64461
- Fix cjs client components tree-shaking: #β64558
- fix refresh behavior for discarded actions: #β64532
- fix: filter out middleware requests in logging: #β64549
- chore: remove unused rust dependencies: #β62176
- fix(next-swc): correctly set wasm fallback for known target triples: #β64567
- memoize layout router context: #β64575
- fix incorrect refresh request when basePath is set: #β64589
- fix TypeError edge-case for parallel slots rendered multiple times: #β64271
- Fix ASL bundling for dynamic css: #β64451
- Revert "fix(next): global not-found not working on multi-root layouts": #β64601
- chore(test): run related E2E deploy tests on PRs: #β63763
- Improve top level await coverage: #β64508
- Upgrade typescript to 5.3: #β64043
- add pathname normalizer for actions: #β64592
- Fix experimental/testmode by removing console.log: #β64670
- Don't output .test.ts files in next/font: #β63472
- Fix reporting when performance.measure doesn't exist (Edge): #β64669
- Reduce amount of data passed to collectBuildTraces: #β59665
- fix(next-server): 'quiet' setting delegate for custom server: #β64512
- Revert "chore(test): run related E2E deploy tests on PRs": #β64682
- update turbopack: #β64686
- Fix: resolve mixed re-exports module as cjs: #β64681
- Revert "fix TypeError edge-case for parallel slots rendered multiple times": #β64690
- Fix typo: 'serverComponentsExtenalPackages' should be 'serverComponentsExternalPackages': #β64705
- prevent erroneous route interception during lazy fetch: #β64692
- Add
@appsignal/nodejsto the external packages list: #β64503 - fix root page revalidation when redirecting in a server action: #β64730
- Clean-up fetch metrics tracking: #β64746
- [actions] Enforce body limit using Transform stream: #β64694
- Turbopack: Donβt show stack traces for internal modules: #β64228
- Reapply "chore(test): run related E2E deploy tests on PRs" (#β64682): #β64712
- fix(fetch-cache): fix typo: #β64786
- fix: remove traceparent from cachekey should not remove traceparent from original object: #β64727
- fix interception route rewrite regex not supporting hyphenated segments: #β64805
- Disable ncc cache instead of cache cleaning: #β64804
- Move next-swc Turborepo config to packages/next-swc: #β64789
- build: Update
swc_coretov0.90.33: #β64553 - Enable loading source maps for Next Server and React: #β64527
- fix: mixing namespace import and named import client components: #β64809
- fext(next): extend next.config for mdxRs support options: #β64801
- skip test_e2e_deploy_related when triggered from a fork: #β64893
- fix(fetch-cache): fix additional typo, add type & data validation: #β64799
- feat(next-core): support parsing matcher config object: #β64678
- Fix mixed exports in server component with barrel optimization: #β64894
- fix: improve tsconfig extends checks: #β61413
- Fix next/image usage in mdx: #β64875
- fix dynamic route interception not working when deployed with middleware: #β64923
- feat(turbopack): Handle fragments in requests: #β64232
- feat(turbopack): Check for duplicate parallel routes: #β64181
- Speed up createNext test suite isolation: #β64909
- fix(rewrites): support external rewrite destination: #β64943
- Ensure edge prerender-manifest is minimal: #β64946
- remove special-cased prefetch kind in dev mode: #β64941
- feat: support import attributes: #β59480
- NextJS App router: add
isolated-vmto server-external-packages.json: #β64749 - Add
next experimental-testcommand: #β64352 - Revert "feat: support import attributes": #β65001
- NODE_OPTIONS updates: #β65006
- Update React from
14898b6toc3048aa: #β64798 - initialize ALS with cookies in middleware: #β65008
- feat(next/image)!: remove
squooshin favor ofsharpas optional dependency: #β63321 - fix: Workaround acorn bug/version issue by using SWC: #β65021
- build: Update
@swc/coretov1.5.0: #β65022 - Ensure escaped string are parsed in NODE_OPTIONS: #β65046
- chore(fetch-cache): remove zod from fetch cache: #β65079
- support breadcrumb style catch-all parallel routes: #β65063
- Improve initial setup with new App Router TypeScript project: #β64826
- Add experimental trace file field: #β65071
- Fix playwright config merging for webServer property: #β65090
- chore(logging): Disable info logging of critters in production: #β62776
- [unstable_cache] Don't track dynamic fetches in an unstable_cache callback: #β65010
- fix(page-static-info): refine warning message to emit once: #β65091
- update redirect handling on forwarded action requests: #β65097
- Tracing: allow opt-in flag to send build traces to url: #β65019
- Turbopack: Allow client components from foreign code in app routes: #β64751
- fix node.js module warning in middleware: #β65112
- Fix: strip _rsc query for client navigation rsc request: #β65084
- fix unhandled runtime error when notFound() triggered in generateMetadata w/ parallel routes: #β65102
- Use vercel deployment url for metadataBase fallbacks: #β65089
- Fix next/dynamic with babel and src dir: #β65177
- update turbopack: #β65191
- Fix crypto import in edge runtime with Turbopack: #β65171
- Resolve global
nextWebpack alias last: #β65123 - Add oslo, @βnode-rs/argon2, and @βnode-rs/bcrypt to external packages: #β65204
- [trace] Reduce the size of .next/trace files: #β65101
- Remove extra suspense boundary for default next/dynamic: #β64716
- Only apply metadata manifest credentials for preview deployment: #β64940
- fix(next): add missing browser.major type: #β65185
- Turbopack: rename source map prefix: #β64965
- fix(next/image): detect react@19 for
fetchPriorityprop: #β65235 - Use POST for invokeIpcMethod: #β65238
- fix redirect to url with semicolon: #β65165
- Provide non-dynamic segments to catch-all parallel routes: #β65233
- Fix an issue parsing catchall params: #β65277
- Enable preloading entries by default: #β65289
- Trace uploader: add worker spans to allowed events: #β65255
- Update font data: #β65301
- Update revalidateTag to batch tags in one request: #β65296
- Revert "Remove extra suspense boundary for default next/dynamic": #β65309
- Emit polyfill-nomodule.js into the build manifest polyfillFiles: #β65223
- Remove broken
#[turbo_tasks::value(transparent)]attributes: #β65336 - Delete dead
concatenate_output_assetsfunction: #β65337 - Upgrade Turbopack: #β65320
- Pages router: Use attribute-based head children reconciler when
strictNextHeadis enabled: #β65408 - Revert "Implement Turbopack trace server bindings": #β65419
- use correct not-found component when triggered from a parallel route: #β65343
- Implement Turbopack trace server bindings: #β65410
- fix(next/image): bypass icns images: #β65414
- [PPR] Enable incremental adoption: #β63847
- fix: replace deprecated/removed functions in eslint-plugin-next: #β64251
- docs: update
revalidatePath& fix cache debug logic: #β65365 - fix(next-core): mark turbopack embed fs to be internals: #β65420
- fix(next/image): add missing svg test and refactor missing types: #β65345
- build(edge): extract buildId into environment: #β64521
- Revert "build(edge): extract buildId into environment": #β65425
- fix(next/image): set max url length to 3072: #β65457
- Support React 19 in App and Pages router: #β65058
- Promote and rename server bundling options
serverComponentsExternalPackagesandbundlePagesExternals: #β65421 - add experimental flag to allow forcing NODE_ENV=development in builds: #β65463
- Support esm externals in app router: #β65041
- fix: lazy load sharp: #β65484
- make sure children is first in loader tree to fix head css bug on client navigation: #β65279
- Re-land build(edge): extract buildId into environment: #β65426
- improve versioned content map: #β65466
- update turbopack: #β65503
- Remove ineffective webpack rules and unused app-page context modules: #β65321
- add page name to crashes: #β65504
- Bump styled-jsx to 5.1.3: #β65485
- Preload all chunks for next/dynamic in SSR: #β65486
- fix!: add sharp timeout of 10 seconds: #β65517
- Turbopack: new graph aggregation: #β65206
- feat(next): revise server component error message: #β65468
- chore: update prettier to 3.2.5: #β65092
- Revert "Remove ineffective webpack rules and unused app-page context modules": #β65558
- Remove auto appending xml extension to dynamic sitemap routes: #β65507
- Remove rsc esm client module extra exports: #β65519
- Handle nonce on Next.js injected script/link tags: #β65508
- Fix multi-zone test by removing dependency list: #β65589
- remove next-action header when following a redirect: #β65615
- Remove @βnext/font resolving for font loaders: #β65601
- remove legacy deprecated warnings: #β65579
- feat(turbopack): add support for
bundlePagesRouterDependencies: #β65520 - fix(next-swc): load wasm fallback if native bindings fail to load: #β65623
- fix(next-swc): correct path interop to filepath for wasm: #β65633
- Add proper deprecation/rename warnings for server bundling option: #β65575
- feat!(next/image): change default
Content-Dispositiontoattachment: #β65631 - Pages router: Enable strict
next/headchildren reconciler by default: #β65418 - Apply react-server conditions to middleware: #β65424
- fix(next-swc): Do not reuse compiler instance: #β65602
- Show the new key of experimental config change warnings: #β65651
- fix(next-swc): Fix SWC env target - include option: #β65693
- Reapply "Implement Turbopack trace server bindings" (#β65419): #β65527
- fix(resolve-metadata): allow for search params in canonical URL: #β65366
- Remove missingSuspenseWithCSRBailout config: #β65688
- Reland Remove ineffective webpack rules and unused app-page context modules: #β65694
- Remove swc minify related code branches: #β65690
- fix: load the tags manifest asynchronously: #β64563
- Bump acorn to replace swc class properties transform: #β65715
- fix: watch experimental/testmode in when running "pnpm dev": #β65689
- Revert "chore: externalize undici for bundling": #β65727
- [ppr] Request normalization fixes: #β65717
- fix(next/image)!: error when
srchas leading or trailing space: #β65637 - fext(next-swc): extend internal env flag to all native bindings: #β65748
- Update font data: #β65719
- fix(next): add alias to new react exports: #β65761
- Update font data: #β65768
- feat: remove font family hashing in next/font css: #β53608
- Add script to script loader when strategy prop is undefined: #β65585
- fix: ensure websockets are correctly passed: #β65759
- Add
clientTraceMetadataexperimental option to propagate tracing data to the client: #β64256 - Remove process auto polyfill in edge runtime: #β65751
- feat: support import attributes: #β65749
- Turbopack: Remove
EcmascriptChunkingContext: #β65716 - Error in build for middleware when import client-only: #β65792
- fix(next): reject protocol-relative URLs in image optimization: #β65752
- Fix broken HTML inlining of non UTF-8 decodable binary data from Flight payload: #β65664
- Bundle the installed react for middleware: #β65811
- fix middleware cookie initialization: #β65820
- fix(next/image)!: set upstream timeout to 7 seconds: #β65821
- feat(turbopack-ecmascript): use import attributes for annotations: #β59370
- feat(next): experimental react compiler support: #β65804
- Fix the runtime for rsc layer: #β65850
- Ensure React Compiler only runs on first-party browser code: #β65851
- fix: bump [email protected]: #β65854
- add effect packages into the optimized-by-default list: #β65465
- Upgrade react@beta: #β65845
- Ensure plugin-syntax-jsx doesn't have to be installed: #β65865
- Update React from
4508873to04b0588: #β65864 - Set default stale-while-revalidate header value to 1 year: #β65867
- fix missing experimental warning for reactCompiler: #β65866
- Error on mismatched minimal react version: #β65806
- Revert "Set default stale-while-revalidate header value to 1 year": #β65887
- Update turbopack & swc_core: #β65450
- Revert "Fix broken HTML inlining of non UTF-8 decodable binary data fβ¦: #β65906
- experimental: unstable_after: #β65038
- Docs: Replace "twitter.com" to "x.com": #β65917
- fix(next/image): prefer sharp defaults, use mozjpeg for JPEG: #β65846
- Update font data: #β65961
- unstable_after: support nested unstable_after calls: #β65950
- Fix revalidateTimings route for catchall index route: #β65843
- fix(next): initial prefetch cache not set properly with different search params: #β65977
- Add additional log to experimental ppr flag in next.config.js: #β65944
- Change default of prerenderEarlyExit to true: #β65830
- short-circuit OPTIONS requests to pages: #β65295
- Turbopack: Implement
next/font/localwithBeforeResolvePluginand show custom error message: #β65870 - [Breaking] Disable automatic static generation for route handlers: #β65825
- Fix router.refresh missing canonical url override: #β65999
- Fix typo in JSDoc of
pprflag ofnext.config.js: #β66028 - Revert webpack bundling layer changes for middleware/pages: #β66049
- Upgrade lightningcss, disable grid prefixing: #β65986
- [Breaking] disable client router cache for page segments: #β66039
- Add dedicated client entry for Turbopack builds: #β65824
- Update React from
04b0588to81c5ff2: #β65869 - implement unstable_rethrow: #β65831
- chore(next/image): remove unused
outputparameter: #β66083 - next-swc-napi: Enable "plugin" feature by default: #β66006
- [turbopack] Use updated RawOutput API: #β65300
- Skip setting to fetch cache when not modified: #β66055
- [Memory] Add option to reduce memory usage caused by duplicate strings in webpack-sources: #β66003
- Ensure metadata routes dont skip static optimization: #β66097
- [unstable_after] fix occasional dev-mode crash in edge runtime pages: #β66099
- fix: ensure prefetch data routes are always added when app has ppr enabled: #β66102
- [Breaking] Disable automatic fetch caching: #β66004
- Update React from
81c5ff2tof994737: #β66093
Documentation Changes
- docs(09-authentication): fixes link to NextAuth.js: #β64457
- Improve auth docs : #β63140
- Docs: Fix broken link: #β64581
- docs: clarify runtime: #β64593
Example Changes
- Update Sanity example deps and tsconfig: #β64570
- chore: fix a wrong link for with-service-worker example: #β64666
- Update Nav.tsx: #β64818
- Update with-storybook example: #β64911
- bug fix on a pull request #β64911: #β64925
- Update Sanity example deps: #β64939
- deps updated for with-mongodb-mongoose example: #β64928
- Docs: Explain why Layouts (RSCs) can't access
pathname: #β64785 - fix(examples): blog-starter <Link> href, remove redundant public folder: #β65025
- Ensure latest canary of Next.js is installed in repros: #β64967
- Ensure latest canary of Next.js is installed in repros: #β65197
- feat(examples): add with-turso: #β61291
- Fix export function name on docs/routing/layouts-and-templates: #β65240
- Fixes with-supertokens example: #β65267
- @βemotion/cache version fix: #β65422
- update reproduction templates to use correct React: #β65624
- Resolve grammatical errors in examples: #β65644
- Update
middlewareexample to App Router: #β65618 - update cache handler version and added better logic for opting out ofβ¦: #β65330
- Update Sanity example deps and implementation: #β65744
- update convex README.md: #β65765
- chore: Bump react-modal to 3.16.2 in with-router-as-modal example: #β65841
- Update Google Analytics example for App Router: #β66021
Misc Changes
- hotfix: hardcoded skip turbopack tests to manifest: #β64515
- Update to latest rust-cache: #β64524
- Require turbopack build jobs: #β64526
- chore: tweak unhelpful comment weight: #β64496
- Update Turbopack development test manifest: #β64546
- Update Turbopack development test manifest: #β64579
- chore: update labels in workflows/templates: #β63713
- chore: update label: #β64662
- docs: fix MDX codeblock: #β64673
- Docs: Review auth guide: #β64605
- Update Turbopack development test manifest: #β64709
- add node example to open graph image docs: #β64305
- docs: Suggest a blobless clone instead of a shallow clone: #β64693
- Fix next-swc native binary write in tests: #β64744
- docs: Add ant-design library info: #β63965
- docs: fix default.js params example: #β64748
- Update 07-route-groups.mdx, remove extra bracket: #β64754
- chore: exit running related tests if there was no match: #β64772
- docs: remove types in js example: #β64761
- chore: rename 'example bug' label to 'examples': #β64775
- Update Turbopack development test manifest: #β64762
- chore: match label name during autolabeling: #β64770
- Docs: Clarify template.js behavior: #β64781
- Upgrade Turborepo: #β64767
- Update index.mdx: #β64794
- docs: "generateMetadata" to "generateViewport" in doc "generateViewport": #β64795
- Update 06-bundle-analyzer.mdx: #β64740
- Upgrade Turborepo: #β64842
- Update
@testing-library/reactused in tests: #β64851 - Update Turbopack development test manifest: #β64838
- docs: remove types in js example: #β64878
- fix app-dir-edge-runtime-with-wasm test: #β64891
- chore(docs): added inlang to the list of i18n community libraries: #β61323
- Add WorkOS to list of auth libraries: #β64860
- Revert turborepo to 1.13.3-canary.2: #β64892
- Revert turborepo to 1.13.3-canary.2 cont.: #β64895
- Update 04-loading-ui-and-streaming.mdx: #β64857
- Docs: Add section for
@next/envpackage: #β64908 - test(manifest): skip font/proxy test for now: #β64927
- docs: update og generation code with local assets: #β64888
- Allow StackBlitz repro links in bug reports on GitHub: #β64935
- Fix mock span: #β64944
- Add --skip-install flag to create-next-app: #β64691
- Fix windows CI due to node release: #β64950
- Ensure install works in test fixtures when
NEXT_TEST_SKIP_CLEANUP=1is specified: #β64829 - test(fixture): allow turbopack build with longer wait time: #β64930
- Sync Cargo.lock with turbo: #β64989
- fix(test-utils): more robust server teardown: #β64991
- Update Turbopack development test manifest: #β64996
- Removed the "-" sign on Bun option for create-next-app CLI tool in the documentation: #β64972
- test(fixture): prevent unexpected errored exit with leaking error: #β65007
- docs: fix Bun install command: #β65016
- Fix Server Action closure example: #β65029
- Update sitemap.mdx: #β65003
- chore: notify on popular feature requests: #β64877
- docs: add missing imports in auth article: #β65039
- Replace createNextDescribe with nextTestSetup: #β64817
- Update Turbopack production test manifest: #β65055
- Update Turbopack development test manifest: #β65054
- Fix typo in code example in index.mdx: #β65075
- test: fix react version testing due to new release: #β65081
- Combine necessary file for edge route in size calculation: #β65053
- Bump
@testing-library/reactto 15.0.3 (from 13.x): #β65119 - docs: Fix typo for
ReactDOM.prefetchDNSmethod inside Resource Hints section: #β65111 - chore(github-workflow): update popular workflows cron time, fix undefβ¦: #β65172
- chore(github-templates): update docs_report template, update template descriptions: #β65178
- chore: add more labels: #β65209
- docs: Add @βfluentui/react-components to list of libraries that support css-in-js with app router: #β61521
- docs: fix skipTrailingSlashRedirect middleware example: #β65220
- docs(app-routing-layoutsand-template): use the correct path: #β65085
- Update Turbopack production test manifest: #β65225
- Update Turbopack development test manifest: #β65226
- chore(github-workflow): update to check all reactions: #β65228
- docs(staletime): add clarification around prefetch false: #β65252
- [create-next-app] remove "text-balance" custom class: #β63742
- Extract slow tests to avoid wasteful start/stop: #β65265
- Remove unnecessary mocks: #β65284
- chore(github-workflow): add
linear: nextlabels to sync popular issues to linear: #β65288 - Improve test assertions: #β65285
- docs: update Route Handler streaming example: #β65286
- chore(github-workflow): Update title for update-font-data workflow: #β65293
- Update Turbopack development test manifest: #β65312
- add explicit test for parallel routes in a root layout: #β65338
- docs(unstable_cache): add data cache mentions: #β65342
- Remove duplicate code example in authentication page: #β65354
- Update Turbopack development test manifest: #β65404
- use backticks instead of quotes: #β65393
- Update 05-mdx.mdx: [#β65392](http
Configuration
π Schedule: Branch creation - "before 3am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).
π¦ Automerge: Disabled by config. Please merge this manually once you are satisfied.
β» Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
π» Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.