Update dependency next to v13.2.3 #33

Merged
kjuulh merged 1 commits from renovate/nextjs-monorepo into main 2023-03-03 15:13:52 +01:00
Owner

This PR contains the following updates:

Package Type Update Change
next (source) dependencies minor 13.1.6 -> 13.2.3

Release Notes

vercel/next.js

v13.2.3

Compare Source

Core Changes
  • build(cargo): update turbopack: #​46581
  • Fix(typedRoutes): fixed Webpack crashing without redirects/rewrites: #​46591
  • Fix async generateMetadata type in ts plugin: #​46596
  • Async Storage Cleanup: #​46586
  • Ensure URL can be passed to fetch correctly #​46592
  • Fix static to dynamic error in dev: #​46597
  • Add page path to repeated slashes in href error: #​46557
  • Implement middleware support for Turbopack: #​46397
Credits

Huge thanks to @​jridgewell, @​DuCanhGH, @​wyattjoh, and @​hanneslund for helping!

v13.2.2

Compare Source

Core Changes
  • fix(ts): correctly augment next when typedRoutes: true: #​46332
  • feat(cssnano-simple): merge into next repo: #​46380
  • Dedupe next/font preload tags: #​46354
  • Print command for current packet manager in @​next/font warning: #​46359
  • Loader refactoring: #​46304
  • Support server-only inside pages/api: #​46328
  • fix: improve next.config.js validation for images prop: #​46326
  • Revert "Support server-only inside pages/api": #​46388
  • Add relative app dir field: #​46393
  • test(integration): properly pipe turbopack binary stdouts: #​46382
  • chore: improve error when exporting metadata from client component: #​46334
  • Update server reference syntax and tests: #​46389
  • Fix SWC error wrongly formatted : #​46412
  • Fix(typedRoutes): replaced readFile + replaceAll, hid utils types, fixed duplication in type Route, fixed route groups on Windows: #​46378
  • Ensure fetch fields are detected with RequestInit: #​46398
  • Ensure SERVER_REFERENCE_MANIFEST is included in output files: #​46420
  • Fix duplicate link type asset generation: #​46421
  • chore: show large data warning once per page on prod: #​46323
  • fixed spelling mistake: #​46446
  • Fix(typedRoutes): export createServer from 'next/types/index.d.ts': #​46462
  • chore: Loss of precision due to Date now amplification: #​46344
  • Fix next/font/google config not being used: #​46484
  • Add @​latest to next/font codemod warning: #​46486
  • Add error for styled-jsx in Server Component: #​46482
  • Refactor style loader code: #​46490
  • Fix SWC's auto_cjs handling: #​46448
  • Add theme color media support for metadata: #​46502
  • Fix(typedRoutes): fixed 'next' imports on TS < 5.0: #​46507
  • fix: codemod should preserve type only import: #​46512
  • Add interactive-widget optional property to Viewport type: #​46506
  • Update router filter to be less sensitive: #​46515
  • Update fetch cache internal handling: #​46522
  • Upgrade precompiled react packages: #​46365
  • fix(error-overlay): hide "Learn more" when up-to-date: #​46488
  • Refactor route types to include rewrites and redirects: #​46327
  • Added bcrypt to the serverComponentsExternalPackages auto-optOut list: #​46532
  • feat: add support for the src folder for the instrumentation hook: #​46529
  • Fix viewport typing and refactor constants: #​46569
  • Fix shared entries/invalidators module scope: #​46533
  • Fix CSS imports not included in entries with a custom extension: #​46571
  • fix: should not warn when image unmounts: #​46567
  • fix: generate next-env.d.ts file during next lint command: #​46249
  • Fix infinite invalidations loop in app dir (#​46526)
  • Use og:image instead of og:image:url: #​46570
  • Fix usage of textDecoder to not break utf8 characters: #​46564
  • Fix app client child entry not being disposed when deleting the file: #​46583
  • Fix: canonical should allow relative urls: #​46584
Documentation Changes
Example Changes
Misc Changes
  • test(next-script): teardown next-dev instance via jest hooks: #​46383
  • Apply filtering after rewrite as well (#​46390
  • Fix fetch cache key inputs and encoding (#​46392
  • Fix failing app-static deploy test: #​46395
  • Cover 1st-party examples with tests (#​45270)Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@​users.noreply.github.com> Co-authored-by: Tim Neutkens tim@timneutkens.nl
  • Updates cms-sanity example to use Sanity v3 (#​45662
  • Support Two-letter Language Codes(ISO-639-1) to metadata HrefLang types (#​46285
  • [next/codemod]: Preserve type-only imports when using next-image-to-legacy-image (#​46460
  • Remove incorrect comment (#​46467)Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@​users.noreply.github.com>
  • dynamic = "error" violations should be shown in error overlay (#​45893
  • Fix typo from next-font (#​46468
  • Add image generation test to app route: #​46449
  • Remove baseUrl from create-next-app ts/jsconfig.json: #​46458
  • Update fetch cache key (#​46513
Credits

Huge thanks to @​balazsorban44, @​delbaoliveira, @​SukkaW, @​ijjk, @​hanneslund, @​JanKaifer, @​GitRowin, @​shuding, @​styfle, @​mjunix, @​kwonoj, @​thiskevinwang, @​DuCanhGH, @​SethFalco, @​yun-jay, @​harrytothemoon, @​timneutkens, @​huozhi, @​thomasballinger, @​aretrace, @​JesseKoldewijn, @​feedthejim, @​serkanbektas, @​teobler, and @​vadzim for helping!

v13.2.1

Compare Source

Core Changes
  • Fix / having wrong file size in build output: #​46314
  • Fix client filter case with redirects: #​46317
  • Handle same page reload case in filter: #​46324
Misc Changes
  • fix(cli): add navigation compat types to default next-env.d.ts: #​46321
  • Migrate create-next-app and e2e tests to Metadata API.: #​45819
  • Update isStale checking for fetch cache (#​46331
Credits

Huge thanks to @​JanKaifer, @​balazsorban44, @​ijjk, and @​leerob for helping!

v13.2.0

Compare Source

Core Changes
  • Move reducer types into separate file: #​45333
  • Move reducers to separate file per action: #​45336
  • Add support for tsconfig 'nodenext' | 'node16': #​44177
  • Add support for --experimental-app-only: #​45352
  • Add shared mutable type in router-reducer: #​45369
  • Refactor TS plugin code structure: #​45375
  • Fix trailing slash redirect applying for data request: #​45417
  • Update robots meta and add verification rendering: #​45409
  • Check message type before formatting server error: #​45406
  • Fix invalid source maps from terser-webpack-plugin: #​45423
  • Add support for navigating to external urls: #​45388
  • Export the Metadata type: #​45445
  • Add data attributes on @​next/font usage: #​45296
  • Update error message for dynamic = "error": #​45432
  • Fix metadata alternate and refactor twitter item: #​45480
  • Apply traceIgnores to turbotrace: #​45405
  • misc: refactor webpack build out of build/index (1/6): #​45335
  • build(cargo): update turbopack to turbopack-230201.1: #​45454
  • misc: deprecate custom config from being passed to next/build (2/6): #​45455
  • misc: move entrypoints creation into webpack build step (3/6): #​45456
  • misc: refactor build context/webpack build step (4/6): #​45458
  • Support generateMetadata export: #​45401
  • Split router utils into smaller modules: #​45451
  • Improve TS experience for metadata: #​45493
  • Make client boundary unserializable props a warning instead of an error: #​45501
  • Fix middleware matcher for i18n with negative look ahead: #​45504
  • Add unit test for navigateReducer and refreshReducer: #​45486
  • Update SWC transform to attach the export name: #​45494
  • Add skipEntries option to turbotrace: #​45410
  • build: remove warning when building with a middleware present: #​45518
  • Reload on server component change: #​45268
  • Add more JSDoc to metadata interface: #​45526
  • Fix image blur cover when fill and blurDataURL: #​44317
  • Improve error when create root layout fails: #​45304
  • Error when exporting AMP config in app dir: #​45228
  • Rename precedence: #​45542
  • Add unit test for prefetchReducer: #​45516
  • Avoid overwriting pre-existing VSCode settings: #​45311
  • Add editor links to module import traces: #​45257
  • Separate next/dynamic implementation for app and pages: #​45565
  • Refactor navigateReducer to handle mutable consistently: #​45555
  • Fix SWC test: #​45574
  • Improve swc transforms: #​45594
  • Fix AsyncLocalStorage included in the client bundle: #​45589
  • Fix invalid sourcemaps in taskfile-swc: #​45604
  • Optimize size for the error component: #​45586
  • Implement loader and entry creation for server: #​45524
  • Emit plugin errors for metadata API in client entries: #​45613
  • Refactor server-patch-reducer and refresh-reducer to use applyFlightData and handleMutable: #​45608
  • Fix unexpected polyfills in edge-runtime: #​45601
  • misc: fix precompiled script generation: #​45616
  • Fix TS plugin completions: #​45634
  • Use only 1 worker for type checking and linting: #​45639
  • Avoid loading project config multiple times: #​45637
  • Add same-origin to fetchServerResponse: #​45648
  • Use higher instanceId for redux devtools: #​45649
  • Fix issue where layout-router wouldn't auto-scroll if we imported styles or fonts: #​45487
  • Avoid injecting the TS plugin if extends is used: #​45655
  • Support filebased metadata icon and apple touch icons: #​45612
  • Update app dir react for client reference updates: #​45490
  • Improve client-only imported in external package error: #​45484
  • Picking apple-icon instead of apple-touch-icon: #​45673
  • [ESLint] Add app dir to default linting directories: #​44426
  • Skip prefetching for bots in app-router too: #​45678
  • Fix directive parsing in SWC: #​45671
  • Add warning for head.js with metadata docs link: #​45680
  • Fix missing hasHeader mock during revalidate: #​45681
  • Fix CSS loaders in pages when app dir is enabled: #​45619
  • Allow generateMetadata to be synchronous: #​45696
  • Turbopack experimental fields docs and schema: #​45560
  • Allow setting metadataBase for metadata: #​45719
  • Add IntelliSense for generateMetadata: #​45723
  • Ensure bundle 404 can be rewritten in dev: #​45728
  • More explicit errors for invalid exports in SWC: #​45679
  • Fix global CSS loader behavior when appDir is enabled: #​45739
  • Return a special result when a route can't be resolved: #​45668
  • Forward type definition with the TS plugin: #​45764
  • Prefix basePath in navigate and prefix methods in app router: #​45771
  • Fix applyFocusAndScroll with server patch: #​45782
  • Make turbotrace run after the webpack build: #​45621
  • Apply module default interop for app-dynamic: #​45781
  • Fix displayName prop access for client reference: #​45794
  • next-dev: change cluster usage to child process + stabilise inspect port #​45745
  • Update turbopack to 230209.02: #​45776
  • Fix type checking for generateStaticParams #​45788
  • Add experimental route type checking: #​45761
  • Use text/x-component for RSC response: #​45808
  • Update server manifest and entry creation: #​45722
  • Disable un-necessary lint rule by default: #​45813
  • Update warning links back to new Metadata docs.: #​45818
  • remove unnecessary await when calling findPagesDir: #​45807
  • fix wrong variables assignment: #​45833
  • fix: proper check for plugin in tsconfig: #​45831
  • Add status code to app-render redirect response: #​45846
  • Static og and twitter image files as metadata: #​45797
  • Fix hash in route types: #​45820
  • Add tests for parallel routes / interception and handle router state patch merging client-side: #​45615
  • Update middleware prefetch handling: #​45772
  • fix(next-swc): Enable ignoreDynamic for auto_cjs: #​45836
  • Update default tracing root handling: #​45864
  • Fix redirect for the root path with i18n and defaultLocale: #​45847
  • Use text/plain content-type for RSC responses: #​45783
  • build(cargo): update turbopack: #​45863
  • Add missing isRootLayout when creating optimistic tree: #​45899
  • Disable streaming for pages: #​45895
  • Improve TypeScript plugin for metadata: #​45876
  • Upgrade turbopack: #​45861
  • Add top-level trace include/exclude config: #​44605
  • Add warning when mismatching @​next/swc version is being used: #​45880
  • Ensure terminal sequence is reset on dev exit: #​45881
  • chore(deps): upgrade cross-spawn to 7.0.3: #​45839
  • Server Router Improvements: #​45716
  • Use details tag in collapsed call stacks: #​45907
  • Rename manifest file names: #​45877
  • next/navigation Typescript support for pages/: #​45919
  • Improve server-only imported in external package error: #​45749
  • Make app-render error logging less verbose in dev: #​45472
  • fix: proper type for typed Link: #​45915
  • test(integration): fix skip retry count logic: #​45930
  • Fix app routes on deploy: #​45931
  • fix(link): do not reload when Link is in SVG: #​41320
  • Freeze resolved metadata object in dev mode: #​45923
  • Improve type checking with tests: #​45940
  • Log dev error in Server Router: #​45951
  • Stop overriding the user's TS config with defaults during next build: #​45670
  • Metadata fields improvements: #​45945
  • Fix windows path while searching matched page path: #​45958
  • Skip auto static entries in turbotrace: #​45856
  • Use metadata API in automatically created root layout: #​45938
  • Add next/font import: #​45891
  • Add next/font imports codemod: #​45740
  • Add edge support for route handlers: #​45990
  • Fix windows paths for invalid import errors: #​45999
  • Exclude system entrypoints from client manifest's chunk list: #​46010
  • Improve RSC related bundling error messages: #​45971
  • Fix folders included in trace: #​46011
  • [edge] support edge-light exports when bundling edge functions: #​45188
  • Skip collecting modules from page dir in the client reference plugin: #​46020
  • Fix metadata manifest field rendering: #​46004
  • Remove swcMinifyDebugOptions from the config: #​45976
  • Skip including test files in dist: #​46022
  • Refactor freezing metadata while resolving and fix title merging: #​45965
  • Move initial head: #​45695
  • fix: next-image-experimental codemod: #​45970
  • chore(deps): use external @edge-runtime/cookies: #​42736
  • Improve generic namings: #​46046
  • Fix normalization of .rsc extension: #​46043
  • Fix RSC navigation when overriding headers in middleware: #​46049
  • @​next/font migration warning: #​46036
  • Add jsdoc examples to metadata: #​46035
  • Make shebangs portable used in the repo portable: #​46028
  • Remove stray console.log line (fixes #​46027) (#​46025)
  • feat: show version staleness in error overlay (#​44234)
  • Revert part of #​45971: #​46071
  • fix: codemod next/image within monorepo: #​46047
  • Check for windows paths in server matchers: #​46055
  • Fix export conditions in Webpack config: #​46066
  • Add loader-runner to compiled packages: #​45962
  • Fix next/font error parsing on windows: #​46053
  • Add vary header to responses from pages and Edge SSR: #​46073
  • chore: Rename internal Webpack plugin: #​46088
  • Fix manifest error when using route.js: #​46102
  • fix: typedroute routes for window: #​46099
  • Fix React key warning when using metadata.twitter.images: #​46106
  • Detect invalid metadata exports errors in next-swc: #​46077
  • Polish metadata interface jsdoc: #​46116
  • speeds O(n^2) execution of detectConflictingPaths: #​46080
  • chore(ci): add job to test codemods: #​46068
  • Use tsx parser in built-in-next-font codemod tests: #​46140
  • Send correct stats in hot reloader sync event: #​46150
  • fix: OpenGraph metadata images rendering: #​46154
  • Improve app-render error log with edge runtime: #​46157
  • feat: add instrumentation hook: #​46002
  • Update flakey instrumentation test cases: #​46165
  • Update added instrument check: #​46166
  • Add icon descriptor property media and fetchPriority: #​46149
  • Fix "use client" in pages dir errors: #​46191
  • Fix client boundary defined in a module: #​46171
  • Adding next-multilingual as a new i18n option: #​37452
  • Use next/font in create-next-app: #​45897
  • Update CI test setup: #​46138
  • build(cargo): update turbopack: #​46013
  • Add invariant error when the pageData is incorrectly assigned: #​46204
  • Fix handle extracted CSS modules without layer info: #​46200
  • Add ISR handling for app routes: #​46133
  • Fix route.js trailingSlash handling: #​46185
  • fix file name in next/font unresolved import error: #​46187
  • fix: image optimization content-type: #​46219
  • Fix turbopack route resolver (#​46206
  • Update flaky dev tests: #​46179
  • Fix flaky script test: #​46211
  • Update Turbopack to turbopack-230221.3: #​46209
  • fix: don't append domain to absolute urls when using i18n: #​46201
  • fix: CNA issues when using @/ in custom import alias: #​46184
  • chore(ci): remove needs: build-native-test from codemod test: #​46192
  • Breakup telemetry test further: #​46218
  • Update app dir cache handling: #​46081
  • Fix app-dir vary test in deploy mode: #​46224
  • Skip build step for docs only change: #​46225
  • Don't enable dev watcher when turbopack is used: #​46231
  • Fix API route matched as page on Windows in dev: #​46238
  • Fix missing metadataBase for static tw,og image resolving: #​46243
  • feat: add OTEL instrumentation for next-server + OTEL example: #​46198
  • Fix precompiled of react scheduler: #​46250
  • Make build error urls clickable: #​46251
  • feat: add contentDispositionType config to Image Optimization API: #​46254
  • Add test for next-found and redirect for metadata: #​46248
  • update turbopack: #​46253
  • Remove cache built files step: #​46264
  • Skip pre-rendering the default param when no params are provided: #​46265
  • Update app-dir react bundle to leverage edge build: #​46208
  • Improve type checking: #​46276
  • Update Turbopack to turbopack-230222.3: #​46278
  • Rename: OgTypFields variable to OgTypeFields: #​46282
  • Add client router filter handling: #​46283
  • Update app dir cache heuristics: #​46287
  • Update app dir cache handling: #​46271
Documentation Changes
  • Typo: #​45380
  • @​next/font change default font-display: #​45430
  • Update i18n-routing.md: #​45448
  • docs: move getStaticProps before getStaticPaths: #​45357
  • Remove "standalone" from next export docs: #​45539
  • Add example for clearPreviewData with path to documentation: #​45465
  • docs: added missing strategy: #​45584
  • Update react-hydration-error.md: #​43671
  • Add Cypress component testing to docs & example: #​44869
  • Update no-img-element.md: #​45701
  • A repeated description should be updated: #​45691
  • Update app-static-to-dynamic-error.md: #​45704
  • chore: update next/image docs with unoptimized example: #​45720
  • Update NextResponse section in Middleware docs: #​45913
  • Update font.md: #​45932
  • docs(next/router): capitalize React: #​45950
  • chore(examples): update with-lingui example: #​46007
  • Fix small error in documentation: #​46105
  • Update error doc for CSS Modules in third-party deps: #​46121
  • Update Edge Runtime docs page: #​46239
Example Changes
  • Update with-redux example tsconfig to use strict: true: #​45325
  • Update example path for authsignal/passwordless-login: #​45387
  • Create reproduction template for app dir: #​45412
  • Example/with apivideo: #​45272
  • Upgrade librabries and rebranding kontent.ai: #​45260
  • bump node alpine to version 18 (LTS): #​45643
  • Fix ts config in reproduction-template-app-dir: #​45653
  • Simplify with-google-analytics example: #​43894
  • Define base image for multi-stage build: #​45090
  • fix(next-mdx): mark mdx-js/* as optional: #​45440
  • Update README for cms-kontent-ai: #​45796
  • Fix 404 link in example with-turbopack: #​45843
  • chores(examples): Define base image for multi-stage build: #​45862
  • Update Convex demo to 0.9.1: #​45866
  • Add MDXComponents type to useMDXComponents: #​45737
  • Fix syntax error in supabase auth example: #​45926
  • Update Material UI examples: #​45974
  • chore(examples): updates supertokens dependencies: #​45985
  • chore(examples): more practical jotai example: #​45973
  • Fixing nextjs-recoil example: #​46024
  • [examples] Use styletron-react 6.1.0: #​45810
  • Update @​testing-library/react in with-redux example: #​46085
  • fix:
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [next](https://nextjs.org) ([source](https://github.com/vercel/next.js)) | dependencies | minor | [`13.1.6` -> `13.2.3`](https://renovatebot.com/diffs/npm/next/13.1.6/13.2.3) | --- ### Release Notes <details> <summary>vercel/next.js</summary> ### [`v13.2.3`](https://github.com/vercel/next.js/releases/tag/v13.2.3) [Compare Source](https://github.com/vercel/next.js/compare/v13.2.2...v13.2.3) ##### Core Changes - build(cargo): update turbopack: [#&#8203;46581](https://github.com/vercel/next.js/issues/46581) - Fix(typedRoutes): fixed Webpack crashing without redirects/rewrites: [#&#8203;46591](https://github.com/vercel/next.js/issues/46591) - Fix async generateMetadata type in ts plugin: [#&#8203;46596](https://github.com/vercel/next.js/issues/46596) - Async Storage Cleanup: [#&#8203;46586](https://github.com/vercel/next.js/issues/46586) - Ensure URL can be passed to fetch correctly [#&#8203;46592](https://github.com/vercel/next.js/issues/46592) - Fix static to dynamic error in dev: [#&#8203;46597](https://github.com/vercel/next.js/issues/46597) - Add page path to repeated slashes in href error: [#&#8203;46557](https://github.com/vercel/next.js/issues/46557) - Implement middleware support for Turbopack: [#&#8203;46397](https://github.com/vercel/next.js/issues/46397) ##### Credits Huge thanks to [@&#8203;jridgewell](https://github.com/jridgewell), [@&#8203;DuCanhGH](https://github.com/DuCanhGH), [@&#8203;wyattjoh](https://github.com/wyattjoh), and [@&#8203;hanneslund](https://github.com/hanneslund) for helping! ### [`v13.2.2`](https://github.com/vercel/next.js/releases/tag/v13.2.2) [Compare Source](https://github.com/vercel/next.js/compare/v13.2.1...v13.2.2) ##### Core Changes - fix(ts): correctly augment `next` when `typedRoutes: true`: [#&#8203;46332](https://github.com/vercel/next.js/issues/46332) - feat(cssnano-simple): merge into next repo: [#&#8203;46380](https://github.com/vercel/next.js/issues/46380) - Dedupe next/font preload tags: [#&#8203;46354](https://github.com/vercel/next.js/issues/46354) - Print command for current packet manager in [@&#8203;next/font](https://github.com/next/font) warning: [#&#8203;46359](https://github.com/vercel/next.js/issues/46359) - Loader refactoring: [#&#8203;46304](https://github.com/vercel/next.js/issues/46304) - Support `server-only` inside pages/api: [#&#8203;46328](https://github.com/vercel/next.js/issues/46328) - fix: improve next.config.js validation for `images` prop: [#&#8203;46326](https://github.com/vercel/next.js/issues/46326) - Revert "Support `server-only` inside pages/api": [#&#8203;46388](https://github.com/vercel/next.js/issues/46388) - Add relative app dir field: [#&#8203;46393](https://github.com/vercel/next.js/issues/46393) - test(integration): properly pipe turbopack binary stdouts: [#&#8203;46382](https://github.com/vercel/next.js/issues/46382) - chore: improve error when exporting metadata from client component: [#&#8203;46334](https://github.com/vercel/next.js/issues/46334) - Update server reference syntax and tests: [#&#8203;46389](https://github.com/vercel/next.js/issues/46389) - Fix SWC error wrongly formatted : [#&#8203;46412](https://github.com/vercel/next.js/issues/46412) - Fix(typedRoutes): replaced `readFile` + `replaceAll`, hid utils types, fixed duplication in type `Route`, fixed route groups on Windows: [#&#8203;46378](https://github.com/vercel/next.js/issues/46378) - Ensure fetch fields are detected with RequestInit: [#&#8203;46398](https://github.com/vercel/next.js/issues/46398) - Ensure SERVER_REFERENCE_MANIFEST is included in output files: [#&#8203;46420](https://github.com/vercel/next.js/issues/46420) - Fix duplicate link type asset generation: [#&#8203;46421](https://github.com/vercel/next.js/issues/46421) - chore: show large data warning once per page on prod: [#&#8203;46323](https://github.com/vercel/next.js/issues/46323) - fixed spelling mistake: [#&#8203;46446](https://github.com/vercel/next.js/issues/46446) - Fix(typedRoutes): export createServer from 'next/types/index.d.ts': [#&#8203;46462](https://github.com/vercel/next.js/issues/46462) - chore: Loss of precision due to Date now amplification: [#&#8203;46344](https://github.com/vercel/next.js/issues/46344) - Fix next/font/google config not being used: [#&#8203;46484](https://github.com/vercel/next.js/issues/46484) - Add [@&#8203;latest](https://github.com/latest) to next/font codemod warning: [#&#8203;46486](https://github.com/vercel/next.js/issues/46486) - Add error for styled-jsx in Server Component: [#&#8203;46482](https://github.com/vercel/next.js/issues/46482) - Refactor style loader code: [#&#8203;46490](https://github.com/vercel/next.js/issues/46490) - Fix SWC's auto_cjs handling: [#&#8203;46448](https://github.com/vercel/next.js/issues/46448) - Add theme color media support for metadata: [#&#8203;46502](https://github.com/vercel/next.js/issues/46502) - Fix(typedRoutes): fixed 'next' imports on TS < 5.0: [#&#8203;46507](https://github.com/vercel/next.js/issues/46507) - fix: codemod should preserve type only import: [#&#8203;46512](https://github.com/vercel/next.js/issues/46512) - Add interactive-widget optional property to Viewport type: [#&#8203;46506](https://github.com/vercel/next.js/issues/46506) - Update router filter to be less sensitive: [#&#8203;46515](https://github.com/vercel/next.js/issues/46515) - Update fetch cache internal handling: [#&#8203;46522](https://github.com/vercel/next.js/issues/46522) - Upgrade precompiled react packages: [#&#8203;46365](https://github.com/vercel/next.js/issues/46365) - fix(error-overlay): hide "Learn more" when up-to-date: [#&#8203;46488](https://github.com/vercel/next.js/issues/46488) - Refactor route types to include rewrites and redirects: [#&#8203;46327](https://github.com/vercel/next.js/issues/46327) - Added bcrypt to the serverComponentsExternalPackages auto-optOut list: [#&#8203;46532](https://github.com/vercel/next.js/issues/46532) - feat: add support for the src folder for the instrumentation hook: [#&#8203;46529](https://github.com/vercel/next.js/issues/46529) - Fix viewport typing and refactor constants: [#&#8203;46569](https://github.com/vercel/next.js/issues/46569) - Fix shared entries/invalidators module scope: [#&#8203;46533](https://github.com/vercel/next.js/issues/46533) - Fix CSS imports not included in entries with a custom extension: [#&#8203;46571](https://github.com/vercel/next.js/issues/46571) - fix: should not warn when image unmounts: [#&#8203;46567](https://github.com/vercel/next.js/issues/46567) - fix: generate next-env.d.ts file during next lint command: [#&#8203;46249](https://github.com/vercel/next.js/issues/46249) - Fix infinite invalidations loop in app dir ([#&#8203;46526](https://github.com/vercel/next.js/issues/46526)) - Use og:image instead of og:image:url: [#&#8203;46570](https://github.com/vercel/next.js/issues/46570) - Fix usage of textDecoder to not break utf8 characters: [#&#8203;46564](https://github.com/vercel/next.js/issues/46564) - Fix app client child entry not being disposed when deleting the file: [#&#8203;46583](https://github.com/vercel/next.js/issues/46583) - Fix: canonical should allow relative urls: [#&#8203;46584](https://github.com/vercel/next.js/issues/46584) ##### Documentation Changes - Docs: `next/font` updates: [#&#8203;46159](https://github.com/vercel/next.js/issues/46159) - Add note explaining how to import fonts with spaces in name: [#&#8203;46348](https://github.com/vercel/next.js/issues/46348) - Docs: Fix Railway link: [#&#8203;46381](https://github.com/vercel/next.js/issues/46381) - Wrong function name: [#&#8203;46546](https://github.com/vercel/next.js/issues/46546) ##### Example Changes - Add missing 'key': [#&#8203;46386](https://github.com/vercel/next.js/issues/46386) ##### Misc Changes - test(next-script): teardown next-dev instance via jest hooks: [#&#8203;46383](https://github.com/vercel/next.js/issues/46383) - Apply filtering after rewrite as well ([#&#8203;46390](https://github.com/vercel/next.js/issues/46390) - Fix fetch cache key inputs and encoding ([#&#8203;46392](https://github.com/vercel/next.js/issues/46392) - Fix failing app-static deploy test: [#&#8203;46395](https://github.com/vercel/next.js/issues/46395) - Cover 1st-party examples with tests ([#&#8203;45270](https://github.com/vercel/next.js/issues/45270))Co-authored-by: kodiakhq\[bot] <49736102+kodiakhq\[bot][@&#8203;users](https://github.com/users).noreply.github.com> Co-authored-by: Tim Neutkens <tim@timneutkens.nl> - Updates cms-sanity example to use Sanity v3 ([#&#8203;45662](https://github.com/vercel/next.js/issues/45662) - Support Two-letter Language Codes(ISO-639-1) to metadata HrefLang types ([#&#8203;46285](https://github.com/vercel/next.js/issues/46285) - \[next/codemod]: Preserve type-only imports when using `next-image-to-legacy-image` ([#&#8203;46460](https://github.com/vercel/next.js/issues/46460) - Remove incorrect comment ([#&#8203;46467](https://github.com/vercel/next.js/issues/46467))Co-authored-by: kodiakhq\[bot] <49736102+kodiakhq\[bot][@&#8203;users](https://github.com/users).noreply.github.com> - dynamic = "error" violations should be shown in error overlay ([#&#8203;45893](https://github.com/vercel/next.js/issues/45893) - Fix typo from next-font ([#&#8203;46468](https://github.com/vercel/next.js/issues/46468) - Add image generation test to app route: [#&#8203;46449](https://github.com/vercel/next.js/issues/46449) - Remove baseUrl from create-next-app ts/jsconfig.json: [#&#8203;46458](https://github.com/vercel/next.js/issues/46458) - Update fetch cache key ([#&#8203;46513](https://github.com/vercel/next.js/issues/46513) ##### Credits Huge thanks to [@&#8203;balazsorban44](https://github.com/balazsorban44), [@&#8203;delbaoliveira](https://github.com/delbaoliveira), [@&#8203;SukkaW](https://github.com/SukkaW), [@&#8203;ijjk](https://github.com/ijjk), [@&#8203;hanneslund](https://github.com/hanneslund), [@&#8203;JanKaifer](https://github.com/JanKaifer), [@&#8203;GitRowin](https://github.com/GitRowin), [@&#8203;shuding](https://github.com/shuding), [@&#8203;styfle](https://github.com/styfle), [@&#8203;mjunix](https://github.com/mjunix), [@&#8203;kwonoj](https://github.com/kwonoj), [@&#8203;thiskevinwang](https://github.com/thiskevinwang), [@&#8203;DuCanhGH](https://github.com/DuCanhGH), [@&#8203;SethFalco](https://github.com/SethFalco), [@&#8203;yun-jay](https://github.com/yun-jay), [@&#8203;harrytothemoon](https://github.com/harrytothemoon), [@&#8203;timneutkens](https://github.com/timneutkens), [@&#8203;huozhi](https://github.com/huozhi), [@&#8203;thomasballinger](https://github.com/thomasballinger), [@&#8203;aretrace](https://github.com/aretrace), [@&#8203;JesseKoldewijn](https://github.com/JesseKoldewijn), [@&#8203;feedthejim](https://github.com/feedthejim), [@&#8203;serkanbektas](https://github.com/serkanbektas), [@&#8203;teobler](https://github.com/teobler), and [@&#8203;vadzim](https://github.com/vadzim) for helping! ### [`v13.2.1`](https://github.com/vercel/next.js/releases/tag/v13.2.1) [Compare Source](https://github.com/vercel/next.js/compare/v13.2.0...v13.2.1) ##### Core Changes - Fix `/` having wrong file size in build output: [#&#8203;46314](https://github.com/vercel/next.js/issues/46314) - Fix client filter case with redirects: [#&#8203;46317](https://github.com/vercel/next.js/issues/46317) - Handle same page reload case in filter: [#&#8203;46324](https://github.com/vercel/next.js/issues/46324) ##### Misc Changes - fix(cli): add navigation compat types to default `next-env.d.ts`: [#&#8203;46321](https://github.com/vercel/next.js/issues/46321) - Migrate `create-next-app` and e2e tests to Metadata API.: [#&#8203;45819](https://github.com/vercel/next.js/issues/45819) - Update isStale checking for fetch cache ([#&#8203;46331](https://github.com/vercel/next.js/issues/46331) ##### Credits Huge thanks to [@&#8203;JanKaifer](https://github.com/JanKaifer), [@&#8203;balazsorban44](https://github.com/balazsorban44), [@&#8203;ijjk](https://github.com/ijjk), and [@&#8203;leerob](https://github.com/leerob) for helping! ### [`v13.2.0`](https://github.com/vercel/next.js/releases/tag/v13.2.0) [Compare Source](https://github.com/vercel/next.js/compare/v13.1.6...v13.2.0) ##### Core Changes - Move reducer types into separate file: [#&#8203;45333](https://github.com/vercel/next.js/issues/45333) - Move reducers to separate file per action: [#&#8203;45336](https://github.com/vercel/next.js/issues/45336) - Add support for tsconfig 'nodenext' | 'node16': [#&#8203;44177](https://github.com/vercel/next.js/issues/44177) - Add support for --experimental-app-only: [#&#8203;45352](https://github.com/vercel/next.js/issues/45352) - Add shared mutable type in router-reducer: [#&#8203;45369](https://github.com/vercel/next.js/issues/45369) - Refactor TS plugin code structure: [#&#8203;45375](https://github.com/vercel/next.js/issues/45375) - Fix trailing slash redirect applying for data request: [#&#8203;45417](https://github.com/vercel/next.js/issues/45417) - Update robots meta and add verification rendering: [#&#8203;45409](https://github.com/vercel/next.js/issues/45409) - Check message type before formatting server error: [#&#8203;45406](https://github.com/vercel/next.js/issues/45406) - Fix invalid source maps from terser-webpack-plugin: [#&#8203;45423](https://github.com/vercel/next.js/issues/45423) - Add support for navigating to external urls: [#&#8203;45388](https://github.com/vercel/next.js/issues/45388) - Export the Metadata type: [#&#8203;45445](https://github.com/vercel/next.js/issues/45445) - Add data attributes on [@&#8203;next/font](https://github.com/next/font) usage: [#&#8203;45296](https://github.com/vercel/next.js/issues/45296) - Update error message for dynamic = "error": [#&#8203;45432](https://github.com/vercel/next.js/issues/45432) - Fix metadata alternate and refactor twitter item: [#&#8203;45480](https://github.com/vercel/next.js/issues/45480) - Apply traceIgnores to turbotrace: [#&#8203;45405](https://github.com/vercel/next.js/issues/45405) - misc: refactor webpack build out of build/index (1/6): [#&#8203;45335](https://github.com/vercel/next.js/issues/45335) - build(cargo): update turbopack to turbopack-230201.1: [#&#8203;45454](https://github.com/vercel/next.js/issues/45454) - misc: deprecate custom config from being passed to next/build (2/6): [#&#8203;45455](https://github.com/vercel/next.js/issues/45455) - misc: move entrypoints creation into webpack build step (3/6): [#&#8203;45456](https://github.com/vercel/next.js/issues/45456) - misc: refactor build context/webpack build step (4/6): [#&#8203;45458](https://github.com/vercel/next.js/issues/45458) - Support generateMetadata export: [#&#8203;45401](https://github.com/vercel/next.js/issues/45401) - Split router utils into smaller modules: [#&#8203;45451](https://github.com/vercel/next.js/issues/45451) - Improve TS experience for metadata: [#&#8203;45493](https://github.com/vercel/next.js/issues/45493) - Make client boundary unserializable props a warning instead of an error: [#&#8203;45501](https://github.com/vercel/next.js/issues/45501) - Fix middleware matcher for i18n with negative look ahead: [#&#8203;45504](https://github.com/vercel/next.js/issues/45504) - Add unit test for navigateReducer and refreshReducer: [#&#8203;45486](https://github.com/vercel/next.js/issues/45486) - Update SWC transform to attach the export name: [#&#8203;45494](https://github.com/vercel/next.js/issues/45494) - Add skipEntries option to turbotrace: [#&#8203;45410](https://github.com/vercel/next.js/issues/45410) - build: remove warning when building with a middleware present: [#&#8203;45518](https://github.com/vercel/next.js/issues/45518) - Reload on server component change: [#&#8203;45268](https://github.com/vercel/next.js/issues/45268) - Add more JSDoc to metadata interface: [#&#8203;45526](https://github.com/vercel/next.js/issues/45526) - Fix image blur cover when `fill` and `blurDataURL`: [#&#8203;44317](https://github.com/vercel/next.js/issues/44317) - Improve error when create root layout fails: [#&#8203;45304](https://github.com/vercel/next.js/issues/45304) - Error when exporting AMP config in app dir: [#&#8203;45228](https://github.com/vercel/next.js/issues/45228) - Rename precedence: [#&#8203;45542](https://github.com/vercel/next.js/issues/45542) - Add unit test for prefetchReducer: [#&#8203;45516](https://github.com/vercel/next.js/issues/45516) - Avoid overwriting pre-existing VSCode settings: [#&#8203;45311](https://github.com/vercel/next.js/issues/45311) - Add editor links to module import traces: [#&#8203;45257](https://github.com/vercel/next.js/issues/45257) - Separate next/dynamic implementation for app and pages: [#&#8203;45565](https://github.com/vercel/next.js/issues/45565) - Refactor navigateReducer to handle mutable consistently: [#&#8203;45555](https://github.com/vercel/next.js/issues/45555) - Fix SWC test: [#&#8203;45574](https://github.com/vercel/next.js/issues/45574) - Improve swc transforms: [#&#8203;45594](https://github.com/vercel/next.js/issues/45594) - Fix AsyncLocalStorage included in the client bundle: [#&#8203;45589](https://github.com/vercel/next.js/issues/45589) - Fix invalid sourcemaps in taskfile-swc: [#&#8203;45604](https://github.com/vercel/next.js/issues/45604) - Optimize size for the error component: [#&#8203;45586](https://github.com/vercel/next.js/issues/45586) - Implement loader and entry creation for server: [#&#8203;45524](https://github.com/vercel/next.js/issues/45524) - Emit plugin errors for metadata API in client entries: [#&#8203;45613](https://github.com/vercel/next.js/issues/45613) - Refactor server-patch-reducer and refresh-reducer to use applyFlightData and handleMutable: [#&#8203;45608](https://github.com/vercel/next.js/issues/45608) - Fix unexpected polyfills in edge-runtime: [#&#8203;45601](https://github.com/vercel/next.js/issues/45601) - misc: fix precompiled script generation: [#&#8203;45616](https://github.com/vercel/next.js/issues/45616) - Fix TS plugin completions: [#&#8203;45634](https://github.com/vercel/next.js/issues/45634) - Use only 1 worker for type checking and linting: [#&#8203;45639](https://github.com/vercel/next.js/issues/45639) - Avoid loading project config multiple times: [#&#8203;45637](https://github.com/vercel/next.js/issues/45637) - Add same-origin to fetchServerResponse: [#&#8203;45648](https://github.com/vercel/next.js/issues/45648) - Use higher instanceId for redux devtools: [#&#8203;45649](https://github.com/vercel/next.js/issues/45649) - Fix issue where layout-router wouldn't auto-scroll if we imported styles or fonts: [#&#8203;45487](https://github.com/vercel/next.js/issues/45487) - Avoid injecting the TS plugin if `extends` is used: [#&#8203;45655](https://github.com/vercel/next.js/issues/45655) - Support filebased metadata icon and apple touch icons: [#&#8203;45612](https://github.com/vercel/next.js/issues/45612) - Update app dir react for client reference updates: [#&#8203;45490](https://github.com/vercel/next.js/issues/45490) - Improve client-only imported in external package error: [#&#8203;45484](https://github.com/vercel/next.js/issues/45484) - Picking apple-icon instead of apple-touch-icon: [#&#8203;45673](https://github.com/vercel/next.js/issues/45673) - \[ESLint] Add `app` dir to default linting directories: [#&#8203;44426](https://github.com/vercel/next.js/issues/44426) - Skip prefetching for bots in app-router too: [#&#8203;45678](https://github.com/vercel/next.js/issues/45678) - Fix directive parsing in SWC: [#&#8203;45671](https://github.com/vercel/next.js/issues/45671) - Add warning for head.js with metadata docs link: [#&#8203;45680](https://github.com/vercel/next.js/issues/45680) - Fix missing hasHeader mock during revalidate: [#&#8203;45681](https://github.com/vercel/next.js/issues/45681) - Fix CSS loaders in pages when app dir is enabled: [#&#8203;45619](https://github.com/vercel/next.js/issues/45619) - Allow `generateMetadata` to be synchronous: [#&#8203;45696](https://github.com/vercel/next.js/issues/45696) - Turbopack experimental fields docs and schema: [#&#8203;45560](https://github.com/vercel/next.js/issues/45560) - Allow setting metadataBase for metadata: [#&#8203;45719](https://github.com/vercel/next.js/issues/45719) - Add IntelliSense for `generateMetadata`: [#&#8203;45723](https://github.com/vercel/next.js/issues/45723) - Ensure bundle 404 can be rewritten in dev: [#&#8203;45728](https://github.com/vercel/next.js/issues/45728) - More explicit errors for invalid exports in SWC: [#&#8203;45679](https://github.com/vercel/next.js/issues/45679) - Fix global CSS loader behavior when appDir is enabled: [#&#8203;45739](https://github.com/vercel/next.js/issues/45739) - Return a special result when a route can't be resolved: [#&#8203;45668](https://github.com/vercel/next.js/issues/45668) - Forward type definition with the TS plugin: [#&#8203;45764](https://github.com/vercel/next.js/issues/45764) - Prefix basePath in navigate and prefix methods in app router: [#&#8203;45771](https://github.com/vercel/next.js/issues/45771) - Fix applyFocusAndScroll with server patch: [#&#8203;45782](https://github.com/vercel/next.js/issues/45782) - Make turbotrace run after the webpack build: [#&#8203;45621](https://github.com/vercel/next.js/issues/45621) - Apply module default interop for app-dynamic: [#&#8203;45781](https://github.com/vercel/next.js/issues/45781) - Fix displayName prop access for client reference: [#&#8203;45794](https://github.com/vercel/next.js/issues/45794) - next-dev: change cluster usage to child process + stabilise inspect port [#&#8203;45745](https://github.com/vercel/next.js/issues/45745) - Update turbopack to 230209.02: [#&#8203;45776](https://github.com/vercel/next.js/issues/45776) - Fix type checking for generateStaticParams [#&#8203;45788](https://github.com/vercel/next.js/issues/45788) - Add experimental route type checking: [#&#8203;45761](https://github.com/vercel/next.js/issues/45761) - Use text/x-component for RSC response: [#&#8203;45808](https://github.com/vercel/next.js/issues/45808) - Update server manifest and entry creation: [#&#8203;45722](https://github.com/vercel/next.js/issues/45722) - Disable un-necessary lint rule by default: [#&#8203;45813](https://github.com/vercel/next.js/issues/45813) - Update warning links back to new Metadata docs.: [#&#8203;45818](https://github.com/vercel/next.js/issues/45818) - remove unnecessary await when calling findPagesDir: [#&#8203;45807](https://github.com/vercel/next.js/issues/45807) - fix wrong variables assignment: [#&#8203;45833](https://github.com/vercel/next.js/issues/45833) - fix: proper check for plugin in tsconfig: [#&#8203;45831](https://github.com/vercel/next.js/issues/45831) - Add status code to app-render redirect response: [#&#8203;45846](https://github.com/vercel/next.js/issues/45846) - Static og and twitter image files as metadata: [#&#8203;45797](https://github.com/vercel/next.js/issues/45797) - Fix hash in route types: [#&#8203;45820](https://github.com/vercel/next.js/issues/45820) - Add tests for parallel routes / interception and handle router state patch merging client-side: [#&#8203;45615](https://github.com/vercel/next.js/issues/45615) - Update middleware prefetch handling: [#&#8203;45772](https://github.com/vercel/next.js/issues/45772) - fix(next-swc): Enable `ignoreDynamic` for auto_cjs: [#&#8203;45836](https://github.com/vercel/next.js/issues/45836) - Update default tracing root handling: [#&#8203;45864](https://github.com/vercel/next.js/issues/45864) - Fix redirect for the root path with i18n and defaultLocale: [#&#8203;45847](https://github.com/vercel/next.js/issues/45847) - Use text/plain content-type for RSC responses: [#&#8203;45783](https://github.com/vercel/next.js/issues/45783) - build(cargo): update turbopack: [#&#8203;45863](https://github.com/vercel/next.js/issues/45863) - Add missing isRootLayout when creating optimistic tree: [#&#8203;45899](https://github.com/vercel/next.js/issues/45899) - Disable streaming for `pages`: [#&#8203;45895](https://github.com/vercel/next.js/issues/45895) - Improve TypeScript plugin for metadata: [#&#8203;45876](https://github.com/vercel/next.js/issues/45876) - Upgrade turbopack: [#&#8203;45861](https://github.com/vercel/next.js/issues/45861) - Add top-level trace include/exclude config: [#&#8203;44605](https://github.com/vercel/next.js/issues/44605) - Add warning when mismatching [@&#8203;next/swc](https://github.com/next/swc) version is being used: [#&#8203;45880](https://github.com/vercel/next.js/issues/45880) - Ensure terminal sequence is reset on dev exit: [#&#8203;45881](https://github.com/vercel/next.js/issues/45881) - chore(deps): upgrade cross-spawn to 7.0.3: [#&#8203;45839](https://github.com/vercel/next.js/issues/45839) - Server Router Improvements: [#&#8203;45716](https://github.com/vercel/next.js/issues/45716) - Use details tag in collapsed call stacks: [#&#8203;45907](https://github.com/vercel/next.js/issues/45907) - Rename manifest file names: [#&#8203;45877](https://github.com/vercel/next.js/issues/45877) - `next/navigation` Typescript support for `pages/`: [#&#8203;45919](https://github.com/vercel/next.js/issues/45919) - Improve server-only imported in external package error: [#&#8203;45749](https://github.com/vercel/next.js/issues/45749) - Make app-render error logging less verbose in dev: [#&#8203;45472](https://github.com/vercel/next.js/issues/45472) - fix: proper type for typed `Link`: [#&#8203;45915](https://github.com/vercel/next.js/issues/45915) - test(integration): fix skip retry count logic: [#&#8203;45930](https://github.com/vercel/next.js/issues/45930) - Fix app routes on deploy: [#&#8203;45931](https://github.com/vercel/next.js/issues/45931) - fix(link): do not reload when Link is in SVG: [#&#8203;41320](https://github.com/vercel/next.js/issues/41320) - Freeze resolved metadata object in dev mode: [#&#8203;45923](https://github.com/vercel/next.js/issues/45923) - Improve type checking with tests: [#&#8203;45940](https://github.com/vercel/next.js/issues/45940) - Log dev error in Server Router: [#&#8203;45951](https://github.com/vercel/next.js/issues/45951) - Stop overriding the user's TS config with defaults during `next build`: [#&#8203;45670](https://github.com/vercel/next.js/issues/45670) - Metadata fields improvements: [#&#8203;45945](https://github.com/vercel/next.js/issues/45945) - Fix windows path while searching matched page path: [#&#8203;45958](https://github.com/vercel/next.js/issues/45958) - Skip auto static entries in turbotrace: [#&#8203;45856](https://github.com/vercel/next.js/issues/45856) - Use metadata API in automatically created root layout: [#&#8203;45938](https://github.com/vercel/next.js/issues/45938) - Add next/font import: [#&#8203;45891](https://github.com/vercel/next.js/issues/45891) - Add next/font imports codemod: [#&#8203;45740](https://github.com/vercel/next.js/issues/45740) - Add edge support for route handlers: [#&#8203;45990](https://github.com/vercel/next.js/issues/45990) - Fix windows paths for invalid import errors: [#&#8203;45999](https://github.com/vercel/next.js/issues/45999) - Exclude system entrypoints from client manifest's chunk list: [#&#8203;46010](https://github.com/vercel/next.js/issues/46010) - Improve RSC related bundling error messages: [#&#8203;45971](https://github.com/vercel/next.js/issues/45971) - Fix folders included in trace: [#&#8203;46011](https://github.com/vercel/next.js/issues/46011) - \[edge] support edge-light exports when bundling edge functions: [#&#8203;45188](https://github.com/vercel/next.js/issues/45188) - Skip collecting modules from page dir in the client reference plugin: [#&#8203;46020](https://github.com/vercel/next.js/issues/46020) - Fix metadata manifest field rendering: [#&#8203;46004](https://github.com/vercel/next.js/issues/46004) - Remove `swcMinifyDebugOptions` from the config: [#&#8203;45976](https://github.com/vercel/next.js/issues/45976) - Skip including test files in dist: [#&#8203;46022](https://github.com/vercel/next.js/issues/46022) - Refactor freezing metadata while resolving and fix title merging: [#&#8203;45965](https://github.com/vercel/next.js/issues/45965) - Move initial head: [#&#8203;45695](https://github.com/vercel/next.js/issues/45695) - fix: next-image-experimental codemod: [#&#8203;45970](https://github.com/vercel/next.js/issues/45970) - chore(deps): use external `@edge-runtime/cookies`: [#&#8203;42736](https://github.com/vercel/next.js/issues/42736) - Improve generic namings: [#&#8203;46046](https://github.com/vercel/next.js/issues/46046) - Fix normalization of .rsc extension: [#&#8203;46043](https://github.com/vercel/next.js/issues/46043) - Fix RSC navigation when overriding headers in middleware: [#&#8203;46049](https://github.com/vercel/next.js/issues/46049) - [@&#8203;next/font](https://github.com/next/font) migration warning: [#&#8203;46036](https://github.com/vercel/next.js/issues/46036) - Add jsdoc examples to metadata: [#&#8203;46035](https://github.com/vercel/next.js/issues/46035) - Make shebangs portable used in the repo portable: [#&#8203;46028](https://github.com/vercel/next.js/issues/46028) - Remove stray console.log line (fixes [#&#8203;46027](https://github.com/vercel/next.js/issues/46027)) ([#&#8203;46025](https://github.com/vercel/next.js/issues/46025)) - feat: show version staleness in error overlay ([#&#8203;44234](https://github.com/vercel/next.js/issues/44234)) - Revert part of [#&#8203;45971](https://github.com/vercel/next.js/issues/45971): [#&#8203;46071](https://github.com/vercel/next.js/issues/46071) - fix: codemod `next/image` within monorepo: [#&#8203;46047](https://github.com/vercel/next.js/issues/46047) - Check for windows paths in server matchers: [#&#8203;46055](https://github.com/vercel/next.js/issues/46055) - Fix export conditions in Webpack config: [#&#8203;46066](https://github.com/vercel/next.js/issues/46066) - Add `loader-runner` to compiled packages: [#&#8203;45962](https://github.com/vercel/next.js/issues/45962) - Fix next/font error parsing on windows: [#&#8203;46053](https://github.com/vercel/next.js/issues/46053) - Add `vary` header to responses from pages and Edge SSR: [#&#8203;46073](https://github.com/vercel/next.js/issues/46073) - chore: Rename internal Webpack plugin: [#&#8203;46088](https://github.com/vercel/next.js/issues/46088) - Fix manifest error when using route.js: [#&#8203;46102](https://github.com/vercel/next.js/issues/46102) - fix: typedroute routes for window: [#&#8203;46099](https://github.com/vercel/next.js/issues/46099) - Fix React key warning when using metadata.twitter.images: [#&#8203;46106](https://github.com/vercel/next.js/issues/46106) - Detect invalid metadata exports errors in next-swc: [#&#8203;46077](https://github.com/vercel/next.js/issues/46077) - Polish metadata interface jsdoc: [#&#8203;46116](https://github.com/vercel/next.js/issues/46116) - speeds O(n^2) execution of detectConflictingPaths: [#&#8203;46080](https://github.com/vercel/next.js/issues/46080) - chore(ci): add job to test codemods: [#&#8203;46068](https://github.com/vercel/next.js/issues/46068) - Use tsx parser in built-in-next-font codemod tests: [#&#8203;46140](https://github.com/vercel/next.js/issues/46140) - Send correct stats in hot reloader sync event: [#&#8203;46150](https://github.com/vercel/next.js/issues/46150) - fix: OpenGraph metadata images rendering: [#&#8203;46154](https://github.com/vercel/next.js/issues/46154) - Improve app-render error log with edge runtime: [#&#8203;46157](https://github.com/vercel/next.js/issues/46157) - feat: add instrumentation hook: [#&#8203;46002](https://github.com/vercel/next.js/issues/46002) - Update flakey instrumentation test cases: [#&#8203;46165](https://github.com/vercel/next.js/issues/46165) - Update added instrument check: [#&#8203;46166](https://github.com/vercel/next.js/issues/46166) - Add icon descriptor property media and fetchPriority: [#&#8203;46149](https://github.com/vercel/next.js/issues/46149) - Fix "use client" in pages dir errors: [#&#8203;46191](https://github.com/vercel/next.js/issues/46191) - Fix client boundary defined in a module: [#&#8203;46171](https://github.com/vercel/next.js/issues/46171) - Adding next-multilingual as a new i18n option: [#&#8203;37452](https://github.com/vercel/next.js/issues/37452) - Use next/font in create-next-app: [#&#8203;45897](https://github.com/vercel/next.js/issues/45897) - Update CI test setup: [#&#8203;46138](https://github.com/vercel/next.js/issues/46138) - build(cargo): update turbopack: [#&#8203;46013](https://github.com/vercel/next.js/issues/46013) - Add invariant error when the pageData is incorrectly assigned: [#&#8203;46204](https://github.com/vercel/next.js/issues/46204) - Fix handle extracted CSS modules without layer info: [#&#8203;46200](https://github.com/vercel/next.js/issues/46200) - Add ISR handling for app routes: [#&#8203;46133](https://github.com/vercel/next.js/issues/46133) - Fix route.js trailingSlash handling: [#&#8203;46185](https://github.com/vercel/next.js/issues/46185) - fix file name in next/font unresolved import error: [#&#8203;46187](https://github.com/vercel/next.js/issues/46187) - fix: image optimization content-type: [#&#8203;46219](https://github.com/vercel/next.js/issues/46219) - Fix turbopack route resolver ([#&#8203;46206](https://github.com/vercel/next.js/issues/46206) - Update flaky dev tests: [#&#8203;46179](https://github.com/vercel/next.js/issues/46179) - Fix flaky script test: [#&#8203;46211](https://github.com/vercel/next.js/issues/46211) - Update Turbopack to turbopack-230221.3: [#&#8203;46209](https://github.com/vercel/next.js/issues/46209) - fix: don't append domain to absolute urls when using i18n: [#&#8203;46201](https://github.com/vercel/next.js/issues/46201) - fix: CNA issues when using `@/` in custom import alias: [#&#8203;46184](https://github.com/vercel/next.js/issues/46184) - chore(ci): remove `needs: build-native-test` from codemod test: [#&#8203;46192](https://github.com/vercel/next.js/issues/46192) - Breakup telemetry test further: [#&#8203;46218](https://github.com/vercel/next.js/issues/46218) - Update app dir cache handling: [#&#8203;46081](https://github.com/vercel/next.js/issues/46081) - Fix app-dir vary test in deploy mode: [#&#8203;46224](https://github.com/vercel/next.js/issues/46224) - Skip build step for docs only change: [#&#8203;46225](https://github.com/vercel/next.js/issues/46225) - Don't enable dev watcher when turbopack is used: [#&#8203;46231](https://github.com/vercel/next.js/issues/46231) - Fix API route matched as page on Windows in dev: [#&#8203;46238](https://github.com/vercel/next.js/issues/46238) - Fix missing metadataBase for static tw,og image resolving: [#&#8203;46243](https://github.com/vercel/next.js/issues/46243) - feat: add OTEL instrumentation for next-server + OTEL example: [#&#8203;46198](https://github.com/vercel/next.js/issues/46198) - Fix precompiled of react scheduler: [#&#8203;46250](https://github.com/vercel/next.js/issues/46250) - Make build error urls clickable: [#&#8203;46251](https://github.com/vercel/next.js/issues/46251) - feat: add `contentDispositionType` config to Image Optimization API: [#&#8203;46254](https://github.com/vercel/next.js/issues/46254) - Add test for next-found and redirect for metadata: [#&#8203;46248](https://github.com/vercel/next.js/issues/46248) - update turbopack: [#&#8203;46253](https://github.com/vercel/next.js/issues/46253) - Remove cache built files step: [#&#8203;46264](https://github.com/vercel/next.js/issues/46264) - Skip pre-rendering the default param when no params are provided: [#&#8203;46265](https://github.com/vercel/next.js/issues/46265) - Update app-dir react bundle to leverage edge build: [#&#8203;46208](https://github.com/vercel/next.js/issues/46208) - Improve type checking: [#&#8203;46276](https://github.com/vercel/next.js/issues/46276) - Update Turbopack to turbopack-230222.3: [#&#8203;46278](https://github.com/vercel/next.js/issues/46278) - Rename: `OgTypFields` variable to `OgTypeFields`: [#&#8203;46282](https://github.com/vercel/next.js/issues/46282) - Add client router filter handling: [#&#8203;46283](https://github.com/vercel/next.js/issues/46283) - Update app dir cache heuristics: [#&#8203;46287](https://github.com/vercel/next.js/issues/46287) - Update app dir cache handling: [#&#8203;46271](https://github.com/vercel/next.js/issues/46271) ##### Documentation Changes - Typo: [#&#8203;45380](https://github.com/vercel/next.js/issues/45380) - [@&#8203;next/font](https://github.com/next/font) change default font-display: [#&#8203;45430](https://github.com/vercel/next.js/issues/45430) - Update i18n-routing.md: [#&#8203;45448](https://github.com/vercel/next.js/issues/45448) - docs: move getStaticProps before getStaticPaths: [#&#8203;45357](https://github.com/vercel/next.js/issues/45357) - Remove "standalone" from next export docs: [#&#8203;45539](https://github.com/vercel/next.js/issues/45539) - Add example for `clearPreviewData` with path to documentation: [#&#8203;45465](https://github.com/vercel/next.js/issues/45465) - docs: added missing strategy: [#&#8203;45584](https://github.com/vercel/next.js/issues/45584) - Update react-hydration-error.md: [#&#8203;43671](https://github.com/vercel/next.js/issues/43671) - Add Cypress component testing to docs & example: [#&#8203;44869](https://github.com/vercel/next.js/issues/44869) - Update no-img-element.md: [#&#8203;45701](https://github.com/vercel/next.js/issues/45701) - A repeated description should be updated: [#&#8203;45691](https://github.com/vercel/next.js/issues/45691) - Update app-static-to-dynamic-error.md: [#&#8203;45704](https://github.com/vercel/next.js/issues/45704) - chore: update `next/image` docs with unoptimized example: [#&#8203;45720](https://github.com/vercel/next.js/issues/45720) - Update `NextResponse` section in Middleware docs: [#&#8203;45913](https://github.com/vercel/next.js/issues/45913) - Update font.md: [#&#8203;45932](https://github.com/vercel/next.js/issues/45932) - docs(next/router): capitalize React: [#&#8203;45950](https://github.com/vercel/next.js/issues/45950) - chore(examples): update with-lingui example: [#&#8203;46007](https://github.com/vercel/next.js/issues/46007) - Fix small error in documentation: [#&#8203;46105](https://github.com/vercel/next.js/issues/46105) - Update error doc for CSS Modules in third-party deps: [#&#8203;46121](https://github.com/vercel/next.js/issues/46121) - Update Edge Runtime docs page: [#&#8203;46239](https://github.com/vercel/next.js/issues/46239) ##### Example Changes - Update with-redux example tsconfig to use strict: true: [#&#8203;45325](https://github.com/vercel/next.js/issues/45325) - Update example path for authsignal/passwordless-login: [#&#8203;45387](https://github.com/vercel/next.js/issues/45387) - Create reproduction template for app dir: [#&#8203;45412](https://github.com/vercel/next.js/issues/45412) - Example/with apivideo: [#&#8203;45272](https://github.com/vercel/next.js/issues/45272) - Upgrade librabries and rebranding kontent.ai: [#&#8203;45260](https://github.com/vercel/next.js/issues/45260) - bump node alpine to version 18 (LTS): [#&#8203;45643](https://github.com/vercel/next.js/issues/45643) - Fix ts config in reproduction-template-app-dir: [#&#8203;45653](https://github.com/vercel/next.js/issues/45653) - Simplify with-google-analytics example: [#&#8203;43894](https://github.com/vercel/next.js/issues/43894) - Define base image for multi-stage build: [#&#8203;45090](https://github.com/vercel/next.js/issues/45090) - fix(next-mdx): mark `mdx-js/*` as optional: [#&#8203;45440](https://github.com/vercel/next.js/issues/45440) - Update README for cms-kontent-ai: [#&#8203;45796](https://github.com/vercel/next.js/issues/45796) - Fix 404 link in example with-turbopack: [#&#8203;45843](https://github.com/vercel/next.js/issues/45843) - chores(examples): Define base image for multi-stage build: [#&#8203;45862](https://github.com/vercel/next.js/issues/45862) - Update Convex demo to 0.9.1: [#&#8203;45866](https://github.com/vercel/next.js/issues/45866) - Add `MDXComponents` type to `useMDXComponents`: [#&#8203;45737](https://github.com/vercel/next.js/issues/45737) - Fix syntax error in supabase auth example: [#&#8203;45926](https://github.com/vercel/next.js/issues/45926) - Update Material UI examples: [#&#8203;45974](https://github.com/vercel/next.js/issues/45974) - chore(examples): updates supertokens dependencies: [#&#8203;45985](https://github.com/vercel/next.js/issues/45985) - chore(examples): more practical jotai example: [#&#8203;45973](https://github.com/vercel/next.js/issues/45973) - Fixing nextjs-recoil example: [#&#8203;46024](https://github.com/vercel/next.js/issues/46024) - \[examples] Use styletron-react 6.1.0: [#&#8203;45810](https://github.com/vercel/next.js/issues/45810) - Update [@&#8203;testing-library/react](https://github.com/testing-library/react) in with-redux example: [#&#8203;46085](https://github.com/vercel/next.js/issues/46085) - fix: <title> problem in example/blog-starter: [#&#8203;46122](https://github.com/vercel/next.js/issues/46122) ##### Misc Changes - Enable file nesting for unit test files in vscode: [#&#8203;45329](https://github.com/vercel/next.js/issues/45329) - Update more flakey API support checks: [#&#8203;45373](https://github.com/vercel/next.js/issues/45373) - Remove old CI workflows: [#&#8203;45377](https://github.com/vercel/next.js/issues/45377) - Revert "Fix release stats": [#&#8203;45164](https://github.com/vercel/next.js/issues/45164) - Ensure PATH env matches CI locally: [#&#8203;45376](https://github.com/vercel/next.js/issues/45376) - Fix nested example setup with create-next-app: [#&#8203;45390](https://github.com/vercel/next.js/issues/45390) - Fix flakey app metadata test: [#&#8203;45391](https://github.com/vercel/next.js/issues/45391) - Move error recovery test to new file: [#&#8203;45407](https://github.com/vercel/next.js/issues/45407) - Enable more hydration error overlay tests: [#&#8203;45404](https://github.com/vercel/next.js/issues/45404) - Add [@&#8203;jankaifer](https://github.com/jankaifer) as codeowner of docs, .github and examples: [#&#8203;45446](https://github.com/vercel/next.js/issues/45446) - chore(github): update issue labeler: [#&#8203;45444](https://github.com/vercel/next.js/issues/45444) - Some changes in grammar: [#&#8203;45467](https://github.com/vercel/next.js/issues/45467) - Remove leftover server.js files in test suite: [#&#8203;45408](https://github.com/vercel/next.js/issues/45408) - chore: fix docs link to minimumCacheTTL: [#&#8203;45502](https://github.com/vercel/next.js/issues/45502) - Clean up CI logs: [#&#8203;45171](https://github.com/vercel/next.js/issues/45171) - Refactor `next export` tests : [#&#8203;45227](https://github.com/vercel/next.js/issues/45227) - fix typo in comment and unused variable remove: [#&#8203;45307](https://github.com/vercel/next.js/issues/45307) - Add unit test for serverPatchReducer: [#&#8203;45511](https://github.com/vercel/next.js/issues/45511) - Fix unsafe caching for isolated tests: [#&#8203;45602](https://github.com/vercel/next.js/issues/45602) - Update @&#8203;next/font/google data: [#&#8203;45622](https://github.com/vercel/next.js/issues/45622) - Increase GitHub actions job timeouts: [#&#8203;45638](https://github.com/vercel/next.js/issues/45638) - migrate from yarn to pnpm: [#&#8203;45652](https://github.com/vercel/next.js/issues/45652) - Fix error page line height: [#&#8203;45676](https://github.com/vercel/next.js/issues/45676) - chore: simplify package scripts: [#&#8203;45226](https://github.com/vercel/next.js/issues/45226) - test(integration): allow to conitnue when test suite fails: [#&#8203;45682](https://github.com/vercel/next.js/issues/45682) - chore: update issue-labeler: [#&#8203;45706](https://github.com/vercel/next.js/issues/45706) - Fix CNA file initializing order: [#&#8203;45760](https://github.com/vercel/next.js/issues/45760) - Support favicon.ico for metadata ([#&#8203;45759](https://github.com/vercel/next.js/issues/45759) - Move CSS tests out of the main test suite: [#&#8203;45765](https://github.com/vercel/next.js/issues/45765) - Update CNA tests ([#&#8203;45768](https://github.com/vercel/next.js/issues/45768) - Separate navigation and hooks tests into new test suites: [#&#8203;45766](https://github.com/vercel/next.js/issues/45766) - Bring file back to original: [`cb195ce`](https://github.com/vercel/next.js/commit/cb195ce) - Add additional tests for [@&#8203;next/mdx](https://github.com/next/mdx): [#&#8203;45585](https://github.com/vercel/next.js/issues/45585) - Fix typo in `@next/mdx` readme: [#&#8203;45888](https://github.com/vercel/next.js/issues/45888) - test(integration): allow to partially skip retry: [#&#8203;45914](https://github.com/vercel/next.js/issues/45914) - Fix flaky rsc-build-error test: [#&#8203;45896](https://github.com/vercel/next.js/issues/45896) - Remove action adding "linear" label which is not used anymore: [#&#8203;45911](https://github.com/vercel/next.js/issues/45911) - Replace yarn with pnpm in `createTestDir()`: [#&#8203;45878](https://github.com/vercel/next.js/issues/45878) - test: update flaky app dir test: [#&#8203;45921](https://github.com/vercel/next.js/issues/45921) - Include `tsconfig.json` in tests: [#&#8203;45879](https://github.com/vercel/next.js/issues/45879) - Use latest CLI for E2E tests: [#&#8203;45925](https://github.com/vercel/next.js/issues/45925) - Update E2E deploy tests: [#&#8203;45929](https://github.com/vercel/next.js/issues/45929) - Fix flakey app cli output checks: [#&#8203;45960](https://github.com/vercel/next.js/issues/45960) - Change github issues labeler to upstream repo - our changes were merged: [#&#8203;45986](https://github.com/vercel/next.js/issues/45986) - test(integration): emits successful test output for continue on error: [#&#8203;46008](https://github.com/vercel/next.js/issues/46008) - docs: fix contributing guideline: [#&#8203;46005](https://github.com/vercel/next.js/issues/46005) - Fix cache built files step: [#&#8203;46075](https://github.com/vercel/next.js/issues/46075) - Disable cache built files step - Remove built files chown - Fix failed cache restoring: [#&#8203;46083](https://github.com/vercel/next.js/issues/46083) - Fix adding-exmaples.md doc: [#&#8203;46051](https://github.com/vercel/next.js/issues/46051) - Update next/font/google data: [#&#8203;46040](https://github.com/vercel/next.js/issues/46040) - Fix flaky invalid import test: [#&#8203;46089](https://github.com/vercel/next.js/issues/46089) - chore: refactor image optimization tests: [#&#8203;46269](https://github.com/vercel/next.js/issues/46269) - Code refactoring for loader rules: [#&#8203;46277](https://github.com/vercel/next.js/issues/46277) ##### Credits Huge thanks to [@&#8203;timneutkens](https://github.com/timneutkens), [@&#8203;loettz](https://github.com/loettz), [@&#8203;okcoker](https://github.com/okcoker), [@&#8203;clive-h-townsend](https://github.com/clive-h-townsend), [@&#8203;shuding](https://github.com/shuding), [@&#8203;JanKaifer](https://github.com/JanKaifer), [@&#8203;sepiropht](https://github.com/sepiropht), [@&#8203;hanneslund](https://github.com/hanneslund), [@&#8203;huozhi](https://github.com/huozhi), [@&#8203;aralroca](https://github.com/aralroca), [@&#8203;balazsorban44](https://github.com/balazsorban44), [@&#8203;cristobaldominguez95](https://github.com/cristobaldominguez95), [@&#8203;vinaykulk621](https://github.com/vinaykulk621), [@&#8203;Brooooooklyn](https://github.com/Brooooooklyn), [@&#8203;feedthejim](https://github.com/feedthejim), [@&#8203;samsisle](https://github.com/samsisle), [@&#8203;MarDi66](https://github.com/MarDi66), [@&#8203;styfle](https://github.com/styfle), [@&#8203;therealrinku](https://github.com/therealrinku), [@&#8203;sebmarkbage](https://github.com/sebmarkbage), [@&#8203;cravend](https://github.com/cravend), [@&#8203;hu0p](https://github.com/hu0p), [@&#8203;kdy1](https://github.com/kdy1), [@&#8203;ijjk](https://github.com/ijjk), [@&#8203;juzhiyuan](https://github.com/juzhiyuan), [@&#8203;IvanKiral](https://github.com/IvanKiral), [@&#8203;LukeSchlangen](https://github.com/LukeSchlangen), [@&#8203;wojtekolek](https://github.com/wojtekolek), [@&#8203;samdenty](https://github.com/samdenty), [@&#8203;Josehower](https://github.com/Josehower), [@&#8203;bennettdams](https://github.com/bennettdams), [@&#8203;SCG82](https://github.com/SCG82), [@&#8203;mike-plummer](https://github.com/mike-plummer), [@&#8203;kwonoj](https://github.com/kwonoj), [@&#8203;David0z](https://github.com/David0z), [@&#8203;denchance](https://github.com/denchance), [@&#8203;joulev](https://github.com/joulev), [@&#8203;wbinnssmith](https://github.com/wbinnssmith), [@&#8203;alexkirsz](https://github.com/alexkirsz), [@&#8203;UnknownMonk](https://github.com/UnknownMonk), [@&#8203;leerob](https://github.com/leerob), [@&#8203;sairajchouhan](https://github.com/sairajchouhan), [@&#8203;imranbarbhuiya](https://github.com/imranbarbhuiya), [@&#8203;jomeswang](https://github.com/jomeswang), [@&#8203;ductnn](https://github.com/ductnn), [@&#8203;thomasballinger](https://github.com/thomasballinger), [@&#8203;chibicode](https://github.com/chibicode), [@&#8203;jridgewell](https://github.com/jridgewell), [@&#8203;sreetamdas](https://github.com/sreetamdas), [@&#8203;Juneezee](https://github.com/Juneezee), [@&#8203;SukkaW](https://github.com/SukkaW), [@&#8203;wyattjoh](https://github.com/wyattjoh), [@&#8203;michaeloliverx](https://github.com/michaeloliverx), [@&#8203;cattmote](https://github.com/cattmote), [@&#8203;joefreeman](https://github.com/joefreeman), [@&#8203;valentincostam](https://github.com/valentincostam), [@&#8203;qrohlf](https://github.com/qrohlf), [@&#8203;ossan-engineer](https://github.com/ossan-engineer), [@&#8203;rishabhpoddar](https://github.com/rishabhpoddar), [@&#8203;vasucp1207](https://github.com/vasucp1207), [@&#8203;Schniz](https://github.com/Schniz), [@&#8203;andrii-bodnar](https://github.com/andrii-bodnar), [@&#8203;gergelyke](https://github.com/gergelyke), [@&#8203;abstractvector](https://github.com/abstractvector), [@&#8203;wherehows](https://github.com/wherehows), [@&#8203;BrodaNoel](https://github.com/BrodaNoel), [@&#8203;taep96](https://github.com/taep96), [@&#8203;abe1272001](https://github.com/abe1272001), [@&#8203;0xadada](https://github.com/0xadada), [@&#8203;nbouvrette](https://github.com/nbouvrette), [@&#8203;teobler](https://github.com/teobler), [@&#8203;lubakravche](https://github.com/lubakravche), [@&#8203;molebox](https://github.com/molebox), and [@&#8203;hiddenest](https://github.com/hiddenest) for helping! </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNTIuMCIsInVwZGF0ZWRJblZlciI6IjM0LjE1NC4wIn0=-->
kjuulh changed title from Update dependency next to v13.2.0 to Update dependency next to v13.2.1 2023-02-25 00:23:09 +01:00
kjuulh force-pushed renovate/nextjs-monorepo from ae16b40833 to 130205ab34 2023-02-25 00:23:10 +01:00 Compare
kjuulh changed title from Update dependency next to v13.2.1 to Update dependency next to v13.2.3 2023-03-01 17:52:49 +01:00
kjuulh force-pushed renovate/nextjs-monorepo from 130205ab34 to 6857d05417 2023-03-01 17:52:50 +01:00 Compare
kjuulh force-pushed renovate/nextjs-monorepo from 6857d05417 to 315b06b2e7 2023-03-03 14:50:40 +01:00 Compare
kjuulh merged commit 315b06b2e7 into main 2023-03-03 15:13:52 +01:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: kjuulh/microblog#33
No description provided.