tsparticles / react

React tsParticles official component
https://particles.js.org
MIT License
407 stars 28 forks source link

fix(deps): update dependency @next/font to v13.2.1 #10

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@next/font 13.1.1 -> 13.2.1 age adoption passing confidence

Release Notes

vercel/next.js ### [`v13.2.1`](https://togithub.com/vercel/next.js/releases/tag/v13.2.1) [Compare Source](https://togithub.com/vercel/next.js/compare/v13.2.0...v13.2.1) ##### Core Changes - Fix `/` having wrong file size in build output: [#​46314](https://togithub.com/vercel/next.js/issues/46314) - Fix client filter case with redirects: [#​46317](https://togithub.com/vercel/next.js/issues/46317) - Handle same page reload case in filter: [#​46324](https://togithub.com/vercel/next.js/issues/46324) ##### Misc Changes - fix(cli): add navigation compat types to default `next-env.d.ts`: [#​46321](https://togithub.com/vercel/next.js/issues/46321) - Migrate `create-next-app` and e2e tests to Metadata API.: [#​45819](https://togithub.com/vercel/next.js/issues/45819) - Update isStale checking for fetch cache ([#​46331](https://togithub.com/vercel/next.js/issues/46331) ##### Credits Huge thanks to [@​JanKaifer](https://togithub.com/JanKaifer), [@​balazsorban44](https://togithub.com/balazsorban44), [@​ijjk](https://togithub.com/ijjk), and [@​leerob](https://togithub.com/leerob) for helping! ### [`v13.2.0`](https://togithub.com/vercel/next.js/releases/tag/v13.2.0) [Compare Source](https://togithub.com/vercel/next.js/compare/v13.1.6...v13.2.0) ##### Core Changes - Move reducer types into separate file: [#​45333](https://togithub.com/vercel/next.js/issues/45333) - Move reducers to separate file per action: [#​45336](https://togithub.com/vercel/next.js/issues/45336) - Add support for tsconfig 'nodenext' | 'node16': [#​44177](https://togithub.com/vercel/next.js/issues/44177) - Add support for --experimental-app-only: [#​45352](https://togithub.com/vercel/next.js/issues/45352) - Add shared mutable type in router-reducer: [#​45369](https://togithub.com/vercel/next.js/issues/45369) - Refactor TS plugin code structure: [#​45375](https://togithub.com/vercel/next.js/issues/45375) - Fix trailing slash redirect applying for data request: [#​45417](https://togithub.com/vercel/next.js/issues/45417) - Update robots meta and add verification rendering: [#​45409](https://togithub.com/vercel/next.js/issues/45409) - Check message type before formatting server error: [#​45406](https://togithub.com/vercel/next.js/issues/45406) - Fix invalid source maps from terser-webpack-plugin: [#​45423](https://togithub.com/vercel/next.js/issues/45423) - Add support for navigating to external urls: [#​45388](https://togithub.com/vercel/next.js/issues/45388) - Export the Metadata type: [#​45445](https://togithub.com/vercel/next.js/issues/45445) - Add data attributes on [@​next/font](https://togithub.com/next/font) usage: [#​45296](https://togithub.com/vercel/next.js/issues/45296) - Update error message for dynamic = "error": [#​45432](https://togithub.com/vercel/next.js/issues/45432) - Fix metadata alternate and refactor twitter item: [#​45480](https://togithub.com/vercel/next.js/issues/45480) - Apply traceIgnores to turbotrace: [#​45405](https://togithub.com/vercel/next.js/issues/45405) - misc: refactor webpack build out of build/index (1/6): [#​45335](https://togithub.com/vercel/next.js/issues/45335) - build(cargo): update turbopack to turbopack-230201.1: [#​45454](https://togithub.com/vercel/next.js/issues/45454) - misc: deprecate custom config from being passed to next/build (2/6): [#​45455](https://togithub.com/vercel/next.js/issues/45455) - misc: move entrypoints creation into webpack build step (3/6): [#​45456](https://togithub.com/vercel/next.js/issues/45456) - misc: refactor build context/webpack build step (4/6): [#​45458](https://togithub.com/vercel/next.js/issues/45458) - Support generateMetadata export: [#​45401](https://togithub.com/vercel/next.js/issues/45401) - Split router utils into smaller modules: [#​45451](https://togithub.com/vercel/next.js/issues/45451) - Improve TS experience for metadata: [#​45493](https://togithub.com/vercel/next.js/issues/45493) - Make client boundary unserializable props a warning instead of an error: [#​45501](https://togithub.com/vercel/next.js/issues/45501) - Fix middleware matcher for i18n with negative look ahead: [#​45504](https://togithub.com/vercel/next.js/issues/45504) - Add unit test for navigateReducer and refreshReducer: [#​45486](https://togithub.com/vercel/next.js/issues/45486) - Update SWC transform to attach the export name: [#​45494](https://togithub.com/vercel/next.js/issues/45494) - Add skipEntries option to turbotrace: [#​45410](https://togithub.com/vercel/next.js/issues/45410) - build: remove warning when building with a middleware present: [#​45518](https://togithub.com/vercel/next.js/issues/45518) - Reload on server component change: [#​45268](https://togithub.com/vercel/next.js/issues/45268) - Add more JSDoc to metadata interface: [#​45526](https://togithub.com/vercel/next.js/issues/45526) - Fix image blur cover when `fill` and `blurDataURL`: [#​44317](https://togithub.com/vercel/next.js/issues/44317) - Improve error when create root layout fails: [#​45304](https://togithub.com/vercel/next.js/issues/45304) - Error when exporting AMP config in app dir: [#​45228](https://togithub.com/vercel/next.js/issues/45228) - Rename precedence: [#​45542](https://togithub.com/vercel/next.js/issues/45542) - Add unit test for prefetchReducer: [#​45516](https://togithub.com/vercel/next.js/issues/45516) - Avoid overwriting pre-existing VSCode settings: [#​45311](https://togithub.com/vercel/next.js/issues/45311) - Add editor links to module import traces: [#​45257](https://togithub.com/vercel/next.js/issues/45257) - Separate next/dynamic implementation for app and pages: [#​45565](https://togithub.com/vercel/next.js/issues/45565) - Refactor navigateReducer to handle mutable consistently: [#​45555](https://togithub.com/vercel/next.js/issues/45555) - Fix SWC test: [#​45574](https://togithub.com/vercel/next.js/issues/45574) - Improve swc transforms: [#​45594](https://togithub.com/vercel/next.js/issues/45594) - Fix AsyncLocalStorage included in the client bundle: [#​45589](https://togithub.com/vercel/next.js/issues/45589) - Fix invalid sourcemaps in taskfile-swc: [#​45604](https://togithub.com/vercel/next.js/issues/45604) - Optimize size for the error component: [#​45586](https://togithub.com/vercel/next.js/issues/45586) - Implement loader and entry creation for server: [#​45524](https://togithub.com/vercel/next.js/issues/45524) - Emit plugin errors for metadata API in client entries: [#​45613](https://togithub.com/vercel/next.js/issues/45613) - Refactor server-patch-reducer and refresh-reducer to use applyFlightData and handleMutable: [#​45608](https://togithub.com/vercel/next.js/issues/45608) - Fix unexpected polyfills in edge-runtime: [#​45601](https://togithub.com/vercel/next.js/issues/45601) - misc: fix precompiled script generation: [#​45616](https://togithub.com/vercel/next.js/issues/45616) - Fix TS plugin completions: [#​45634](https://togithub.com/vercel/next.js/issues/45634) - Use only 1 worker for type checking and linting: [#​45639](https://togithub.com/vercel/next.js/issues/45639) - Avoid loading project config multiple times: [#​45637](https://togithub.com/vercel/next.js/issues/45637) - Add same-origin to fetchServerResponse: [#​45648](https://togithub.com/vercel/next.js/issues/45648) - Use higher instanceId for redux devtools: [#​45649](https://togithub.com/vercel/next.js/issues/45649) - Fix issue where layout-router wouldn't auto-scroll if we imported styles or fonts: [#​45487](https://togithub.com/vercel/next.js/issues/45487) - Avoid injecting the TS plugin if `extends` is used: [#​45655](https://togithub.com/vercel/next.js/issues/45655) - Support filebased metadata icon and apple touch icons: [#​45612](https://togithub.com/vercel/next.js/issues/45612) - Update app dir react for client reference updates: [#​45490](https://togithub.com/vercel/next.js/issues/45490) - Improve client-only imported in external package error: [#​45484](https://togithub.com/vercel/next.js/issues/45484) - Picking apple-icon instead of apple-touch-icon: [#​45673](https://togithub.com/vercel/next.js/issues/45673) - \[ESLint] Add `app` dir to default linting directories: [#​44426](https://togithub.com/vercel/next.js/issues/44426) - Skip prefetching for bots in app-router too: [#​45678](https://togithub.com/vercel/next.js/issues/45678) - Fix directive parsing in SWC: [#​45671](https://togithub.com/vercel/next.js/issues/45671) - Add warning for head.js with metadata docs link: [#​45680](https://togithub.com/vercel/next.js/issues/45680) - Fix missing hasHeader mock during revalidate: [#​45681](https://togithub.com/vercel/next.js/issues/45681) - Fix CSS loaders in pages when app dir is enabled: [#​45619](https://togithub.com/vercel/next.js/issues/45619) - Allow `generateMetadata` to be synchronous: [#​45696](https://togithub.com/vercel/next.js/issues/45696) - Turbopack experimental fields docs and schema: [#​45560](https://togithub.com/vercel/next.js/issues/45560) - Allow setting metadataBase for metadata: [#​45719](https://togithub.com/vercel/next.js/issues/45719) - Add IntelliSense for `generateMetadata`: [#​45723](https://togithub.com/vercel/next.js/issues/45723) - Ensure bundle 404 can be rewritten in dev: [#​45728](https://togithub.com/vercel/next.js/issues/45728) - More explicit errors for invalid exports in SWC: [#​45679](https://togithub.com/vercel/next.js/issues/45679) - Fix global CSS loader behavior when appDir is enabled: [#​45739](https://togithub.com/vercel/next.js/issues/45739) - Return a special result when a route can't be resolved: [#​45668](https://togithub.com/vercel/next.js/issues/45668) - Forward type definition with the TS plugin: [#​45764](https://togithub.com/vercel/next.js/issues/45764) - Prefix basePath in navigate and prefix methods in app router: [#​45771](https://togithub.com/vercel/next.js/issues/45771) - Fix applyFocusAndScroll with server patch: [#​45782](https://togithub.com/vercel/next.js/issues/45782) - Make turbotrace run after the webpack build: [#​45621](https://togithub.com/vercel/next.js/issues/45621) - Apply module default interop for app-dynamic: [#​45781](https://togithub.com/vercel/next.js/issues/45781) - Fix displayName prop access for client reference: [#​45794](https://togithub.com/vercel/next.js/issues/45794) - next-dev: change cluster usage to child process + stabilise inspect port [#​45745](https://togithub.com/vercel/next.js/issues/45745) - Update turbopack to 230209.02: [#​45776](https://togithub.com/vercel/next.js/issues/45776) - Fix type checking for generateStaticParams [#​45788](https://togithub.com/vercel/next.js/issues/45788) - Add experimental route type checking: [#​45761](https://togithub.com/vercel/next.js/issues/45761) - Use text/x-component for RSC response: [#​45808](https://togithub.com/vercel/next.js/issues/45808) - Update server manifest and entry creation: [#​45722](https://togithub.com/vercel/next.js/issues/45722) - Disable un-necessary lint rule by default: [#​45813](https://togithub.com/vercel/next.js/issues/45813) - Update warning links back to new Metadata docs.: [#​45818](https://togithub.com/vercel/next.js/issues/45818) - remove unnecessary await when calling findPagesDir: [#​45807](https://togithub.com/vercel/next.js/issues/45807) - fix wrong variables assignment: [#​45833](https://togithub.com/vercel/next.js/issues/45833) - fix: proper check for plugin in tsconfig: [#​45831](https://togithub.com/vercel/next.js/issues/45831) - Add status code to app-render redirect response: [#​45846](https://togithub.com/vercel/next.js/issues/45846) - Static og and twitter image files as metadata: [#​45797](https://togithub.com/vercel/next.js/issues/45797) - Fix hash in route types: [#​45820](https://togithub.com/vercel/next.js/issues/45820) - Add tests for parallel routes / interception and handle router state patch merging client-side: [#​45615](https://togithub.com/vercel/next.js/issues/45615) - Update middleware prefetch handling: [#​45772](https://togithub.com/vercel/next.js/issues/45772) - fix(next-swc): Enable `ignoreDynamic` for auto_cjs: [#​45836](https://togithub.com/vercel/next.js/issues/45836) - Update default tracing root handling: [#​45864](https://togithub.com/vercel/next.js/issues/45864) - Fix redirect for the root path with i18n and defaultLocale: [#​45847](https://togithub.com/vercel/next.js/issues/45847) - Use text/plain content-type for RSC responses: [#​45783](https://togithub.com/vercel/next.js/issues/45783) - build(cargo): update turbopack: [#​45863](https://togithub.com/vercel/next.js/issues/45863) - Add missing isRootLayout when creating optimistic tree: [#​45899](https://togithub.com/vercel/next.js/issues/45899) - Disable streaming for `pages`: [#​45895](https://togithub.com/vercel/next.js/issues/45895) - Improve TypeScript plugin for metadata: [#​45876](https://togithub.com/vercel/next.js/issues/45876) - Upgrade turbopack: [#​45861](https://togithub.com/vercel/next.js/issues/45861) - Add top-level trace include/exclude config: [#​44605](https://togithub.com/vercel/next.js/issues/44605) - Add warning when mismatching [@​next/swc](https://togithub.com/next/swc) version is being used: [#​45880](https://togithub.com/vercel/next.js/issues/45880) - Ensure terminal sequence is reset on dev exit: [#​45881](https://togithub.com/vercel/next.js/issues/45881) - chore(deps): upgrade cross-spawn to 7.0.3: [#​45839](https://togithub.com/vercel/next.js/issues/45839) - Server Router Improvements: [#​45716](https://togithub.com/vercel/next.js/issues/45716) - Use details tag in collapsed call stacks: [#​45907](https://togithub.com/vercel/next.js/issues/45907) - Rename manifest file names: [#​45877](https://togithub.com/vercel/next.js/issues/45877) - `next/navigation` Typescript support for `pages/`: [#​45919](https://togithub.com/vercel/next.js/issues/45919) - Improve server-only imported in external package error: [#​45749](https://togithub.com/vercel/next.js/issues/45749) - Make app-render error logging less verbose in dev: [#​45472](https://togithub.com/vercel/next.js/issues/45472) - fix: proper type for typed `Link`: [#​45915](https://togithub.com/vercel/next.js/issues/45915) - test(integration): fix skip retry count logic: [#​45930](https://togithub.com/vercel/next.js/issues/45930) - Fix app routes on deploy: [#​45931](https://togithub.com/vercel/next.js/issues/45931) - fix(link): do not reload when Link is in SVG: [#​41320](https://togithub.com/vercel/next.js/issues/41320) - Freeze resolved metadata object in dev mode: [#​45923](https://togithub.com/vercel/next.js/issues/45923) - Improve type checking with tests: [#​45940](https://togithub.com/vercel/next.js/issues/45940) - Log dev error in Server Router: [#​45951](https://togithub.com/vercel/next.js/issues/45951) - Stop overriding the user's TS config with defaults during `next build`: [#​45670](https://togithub.com/vercel/next.js/issues/45670) - Metadata fields improvements: [#​45945](https://togithub.com/vercel/next.js/issues/45945) - Fix windows path while searching matched page path: [#​45958](https://togithub.com/vercel/next.js/issues/45958) - Skip auto static entries in turbotrace: [#​45856](https://togithub.com/vercel/next.js/issues/45856) - Use metadata API in automatically created root layout: [#​45938](https://togithub.com/vercel/next.js/issues/45938) - Add next/font import: [#​45891](https://togithub.com/vercel/next.js/issues/45891) - Add next/font imports codemod: [#​45740](https://togithub.com/vercel/next.js/issues/45740) - Add edge support for route handlers: [#​45990](https://togithub.com/vercel/next.js/issues/45990) - Fix windows paths for invalid import errors: [#​45999](https://togithub.com/vercel/next.js/issues/45999) - Exclude system entrypoints from client manifest's chunk list: [#​46010](https://togithub.com/vercel/next.js/issues/46010) - Improve RSC related bundling error messages: [#​45971](https://togithub.com/vercel/next.js/issues/45971) - Fix folders included in trace: [#​46011](https://togithub.com/vercel/next.js/issues/46011) - \[edge] support edge-light exports when bundling edge functions: [#​45188](https://togithub.com/vercel/next.js/issues/45188) - Skip collecting modules from page dir in the client reference plugin: [#​46020](https://togithub.com/vercel/next.js/issues/46020) - Fix metadata manifest field rendering: [#​46004](https://togithub.com/vercel/next.js/issues/46004) - Remove `swcMinifyDebugOptions` from the config: [#​45976](https://togithub.com/vercel/next.js/issues/45976) - Skip including test files in dist: [#​46022](https://togithub.com/vercel/next.js/issues/46022) - Refactor freezing metadata while resolving and fix title merging: [#​45965](https://togithub.com/vercel/next.js/issues/45965) - Move initial head: [#​45695](https://togithub.com/vercel/next.js/issues/45695) - fix: next-image-experimental codemod: [#​45970](https://togithub.com/vercel/next.js/issues/45970) - chore(deps): use external `@edge-runtime/cookies`: [#​42736](https://togithub.com/vercel/next.js/issues/42736) - Improve generic namings: [#​46046](https://togithub.com/vercel/next.js/issues/46046) - Fix normalization of .rsc extension: [#​46043](https://togithub.com/vercel/next.js/issues/46043) - Fix RSC navigation when overriding headers in middleware: [#​46049](https://togithub.com/vercel/next.js/issues/46049) - [@​next/font](https://togithub.com/next/font) migration warning: [#​46036](https://togithub.com/vercel/next.js/issues/46036) - Add jsdoc examples to metadata: [#​46035](https://togithub.com/vercel/next.js/issues/46035) - Make shebangs portable used in the repo portable: [#​46028](https://togithub.com/vercel/next.js/issues/46028) - Remove stray console.log line (fixes [#​46027](https://togithub.com/vercel/next.js/issues/46027)) ([#​46025](https://togithub.com/vercel/next.js/issues/46025)) - feat: show version staleness in error overlay ([#​44234](https://togithub.com/vercel/next.js/issues/44234)) - Revert part of [#​45971](https://togithub.com/vercel/next.js/issues/45971): [#​46071](https://togithub.com/vercel/next.js/issues/46071) - fix: codemod `next/image` within monorepo: [#​46047](https://togithub.com/vercel/next.js/issues/46047) - Check for windows paths in server matchers: [#​46055](https://togithub.com/vercel/next.js/issues/46055) - Fix export conditions in Webpack config: [#​46066](https://togithub.com/vercel/next.js/issues/46066) - Add `loader-runner` to compiled packages: [#​45962](https://togithub.com/vercel/next.js/issues/45962) - Fix next/font error parsing on windows: [#​46053](https://togithub.com/vercel/next.js/issues/46053) - Add `vary` header to responses from pages and Edge SSR: [#​46073](https://togithub.com/vercel/next.js/issues/46073) - chore: Rename internal Webpack plugin: [#​46088](https://togithub.com/vercel/next.js/issues/46088) - Fix manifest error when using route.js: [#​46102](https://togithub.com/vercel/next.js/issues/46102) - fix: typedroute routes for window: [#​46099](https://togithub.com/vercel/next.js/issues/46099) - Fix React key warning when using metadata.twitter.images: [#​46106](https://togithub.com/vercel/next.js/issues/46106) - Detect invalid metadata exports errors in next-swc: [#​46077](https://togithub.com/vercel/next.js/issues/46077) - Polish metadata interface jsdoc: [#​46116](https://togithub.com/vercel/next.js/issues/46116) - speeds O(n^2) execution of detectConflictingPaths: [#​46080](https://togithub.com/vercel/next.js/issues/46080) - chore(ci): add job to test codemods: [#​46068](https://togithub.com/vercel/next.js/issues/46068) - Use tsx parser in built-in-next-font codemod tests: [#​46140](https://togithub.com/vercel/next.js/issues/46140) - Send correct stats in hot reloader sync event: [#​46150](https://togithub.com/vercel/next.js/issues/46150) - fix: OpenGraph metadata images rendering: [#​46154](https://togithub.com/vercel/next.js/issues/46154) - Improve app-render error log with edge runtime: [#​46157](https://togithub.com/vercel/next.js/issues/46157) - feat: add instrumentation hook: [#​46002](https://togithub.com/vercel/next.js/issues/46002) - Update flakey instrumentation test cases: [#​46165](https://togithub.com/vercel/next.js/issues/46165) - Update added instrument check: [#​46166](https://togithub.com/vercel/next.js/issues/46166) - Add icon descriptor property media and fetchPriority: [#​46149](https://togithub.com/vercel/next.js/issues/46149) - Fix "use client" in pages dir errors: [#​46191](https://togithub.com/vercel/next.js/issues/46191) - Fix client boundary defined in a module: [#​46171](https://togithub.com/vercel/next.js/issues/46171) - Adding next-multilingual as a new i18n option: [#​37452](https://togithub.com/vercel/next.js/issues/37452) - Use next/font in create-next-app: [#​45897](https://togithub.com/vercel/next.js/issues/45897) - Update CI test setup: [#​46138](https://togithub.com/vercel/next.js/issues/46138) - build(cargo): update turbopack: [#​46013](https://togithub.com/vercel/next.js/issues/46013) - Add invariant error when the pageData is incorrectly assigned: [#​46204](https://togithub.com/vercel/next.js/issues/46204) - Fix handle extracted CSS modules without layer info: [#​46200](https://togithub.com/vercel/next.js/issues/46200) - Add ISR handling for app routes: [#​46133](https://togithub.com/vercel/next.js/issues/46133) - Fix route.js trailingSlash handling: [#​46185](https://togithub.com/vercel/next.js/issues/46185) - fix file name in next/font unresolved import error: [#​46187](https://togithub.com/vercel/next.js/issues/46187) - fix: image optimization content-type: [#​46219](https://togithub.com/vercel/next.js/issues/46219) - Fix turbopack route resolver ([#​46206](https://togithub.com/vercel/next.js/issues/46206) - Update flaky dev tests: [#​46179](https://togithub.com/vercel/next.js/issues/46179) - Fix flaky script test: [#​46211](https://togithub.com/vercel/next.js/issues/46211) - Update Turbopack to turbopack-230221.3: [#​46209](https://togithub.com/vercel/next.js/issues/46209) - fix: don't append domain to absolute urls when using i18n: [#​46201](https://togithub.com/vercel/next.js/issues/46201) - fix: CNA issues when using `@/` in custom import alias: [#​46184](https://togithub.com/vercel/next.js/issues/46184) - chore(ci): remove `needs: build-native-test` from codemod test: [#​46192](https://togithub.com/vercel/next.js/issues/46192) - Breakup telemetry test further: [#​46218](https://togithub.com/vercel/next.js/issues/46218) - Update app dir cache handling: [#​46081](https://togithub.com/vercel/next.js/issues/46081) - Fix app-dir vary test in deploy mode: [#​46224](https://togithub.com/vercel/next.js/issues/46224) - Skip build step for docs only change: [#​46225](https://togithub.com/vercel/next.js/issues/46225) - Don't enable dev watcher when turbopack is used: [#​46231](https://togithub.com/vercel/next.js/issues/46231) - Fix API route matched as page on Windows in dev: [#​46238](https://togithub.com/vercel/next.js/issues/46238) - Fix missing metadataBase for static tw,og image resolving: [#​46243](https://togithub.com/vercel/next.js/issues/46243) - feat: add OTEL instrumentation for next-server + OTEL example: [#​46198](https://togithub.com/vercel/next.js/issues/46198) - Fix precompiled of react scheduler: [#​46250](https://togithub.com/vercel/next.js/issues/46250) - Make build error urls clickable: [#​46251](https://togithub.com/vercel/next.js/issues/46251) - feat: add `contentDispositionType` config to Image Optimization API: [#​46254](https://togithub.com/vercel/next.js/issues/46254) - Add test for next-found and redirect for metadata: [#​46248](https://togithub.com/vercel/next.js/issues/46248) - update turbopack: [#​46253](https://togithub.com/vercel/next.js/issues/46253) - Remove cache built files step: [#​46264](https://togithub.com/vercel/next.js/issues/46264) - Skip pre-rendering the default param when no params are provided: [#​46265](https://togithub.com/vercel/next.js/issues/46265) - Update app-dir react bundle to leverage edge build: [#​46208](https://togithub.com/vercel/next.js/issues/46208) - Improve type checking: [#​46276](https://togithub.com/vercel/next.js/issues/46276) - Update Turbopack to turbopack-230222.3: [#​46278](https://togithub.com/vercel/next.js/issues/46278) - Rename: `OgTypFields` variable to `OgTypeFields`: [#​46282](https://togithub.com/vercel/next.js/issues/46282) - Add client router filter handling: [#​46283](https://togithub.com/vercel/next.js/issues/46283) - Update app dir cache heuristics: [#​46287](https://togithub.com/vercel/next.js/issues/46287) - Update app dir cache handling: [#​46271](https://togithub.com/vercel/next.js/issues/46271) ##### Documentation Changes - Typo: [#​45380](https://togithub.com/vercel/next.js/issues/45380) - [@​next/font](https://togithub.com/next/font) change default font-display: [#​45430](https://togithub.com/vercel/next.js/issues/45430) - Update i18n-routing.md: [#​45448](https://togithub.com/vercel/next.js/issues/45448) - docs: move getStaticProps before getStaticPaths: [#​45357](https://togithub.com/vercel/next.js/issues/45357) - Remove "standalone" from next export docs: [#​45539](https://togithub.com/vercel/next.js/issues/45539) - Add example for `clearPreviewData` with path to documentation: [#​45465](https://togithub.com/vercel/next.js/issues/45465) - docs: added missing strategy: [#​45584](https://togithub.com/vercel/next.js/issues/45584) - Update react-hydration-error.md: [#​43671](https://togithub.com/vercel/next.js/issues/43671) - Add Cypress component testing to docs & example: [#​44869](https://togithub.com/vercel/next.js/issues/44869) - Update no-img-element.md: [#​45701](https://togithub.com/vercel/next.js/issues/45701) - A repeated description should be updated: [#​45691](https://togithub.com/vercel/next.js/issues/45691) - Update app-static-to-dynamic-error.md: [#​45704](https://togithub.com/vercel/next.js/issues/45704) - chore: update `next/image` docs with unoptimized example: [#​45720](https://togithub.com/vercel/next.js/issues/45720) - Update `NextResponse` section in Middleware docs: [#​45913](https://togithub.com/vercel/next.js/issues/45913) - Update font.md: [#​45932](https://togithub.com/vercel/next.js/issues/45932) - docs(next/router): capitalize React: [#​45950](https://togithub.com/vercel/next.js/issues/45950) - chore(examples): update with-lingui example: [#​46007](https://togithub.com/vercel/next.js/issues/46007) - Fix small error in documentation: [#​46105](https://togithub.com/vercel/next.js/issues/46105) - Update error doc for CSS Modules in third-party deps: [#​46121](https://togithub.com/vercel/next.js/issues/46121) - Update Edge Runtime docs page: [#​46239](https://togithub.com/vercel/next.js/issues/46239) ##### Example Changes - Update with-redux example tsconfig to use strict: true: [#​45325](https://togithub.com/vercel/next.js/issues/45325) - Update example path for authsignal/passwordless-login: [#​45387](https://togithub.com/vercel/next.js/issues/45387) - Create reproduction template for app dir: [#​45412](https://togithub.com/vercel/next.js/issues/45412) - Example/with apivideo: [#​45272](https://togithub.com/vercel/next.js/issues/45272) - Upgrade librabries and rebranding kontent.ai: [#​45260](https://togithub.com/vercel/next.js/issues/45260) - bump node alpine to version 18 (LTS): [#​45643](https://togithub.com/vercel/next.js/issues/45643) - Fix ts config in reproduction-template-app-dir: [#​45653](https://togithub.com/vercel/next.js/issues/45653) - Simplify with-google-analytics example: [#​43894](https://togithub.com/vercel/next.js/issues/43894) - Define base image for multi-stage build: [#​45090](https://togithub.com/vercel/next.js/issues/45090) - fix(next-mdx): mark `mdx-js/*` as optional: [#​45440](https://togithub.com/vercel/next.js/issues/45440) - Update README for cms-kontent-ai: [#​45796](https://togithub.com/vercel/next.js/issues/45796) - Fix 404 link in example with-turbopack: [#​45843](https://togithub.com/vercel/next.js/issues/45843) - chores(examples): Define base image for multi-stage build: [#​45862](https://togithub.com/vercel/next.js/issues/45862) - Update Convex demo to 0.9.1: [#​45866](https://togithub.com/vercel/next.js/issues/45866) - Add `MDXComponents` type to `useMDXComponents`: [#​45737](https://togithub.com/vercel/next.js/issues/45737) - Fix syntax error in supabase auth example: [#​45926](https://togithub.com/vercel/next.js/issues/45926) - Update Material UI examples: [#​45974](https://togithub.com/vercel/next.js/issues/45974) - chore(examples): updates supertokens dependencies: [#​45985](https://togithub.com/vercel/next.js/issues/45985) - chore(examples): more practical jotai example: [#​45973](https://togithub.com/vercel/next.js/issues/45973) - Fixing nextjs-recoil example: [#​46024](https://togithub.com/vercel/next.js/issues/46024) - \[examples] Use styletron-react 6.1.0: [#​45810](https://togithub.com/vercel/next.js/issues/45810) - Update [@​testing-library/react](https://togithub.com/testing-library/react) in with-redux example: [#​46085](https://togithub.com/vercel/next.js/issues/46085) - fix: problem in example/blog-starter: [#​46122](https://togithub.com/vercel/next.js/issues/46122) ##### Misc Changes - Enable file nesting for unit test files in vscode: [#​45329](https://togithub.com/vercel/next.js/issues/45329) - Update more flakey API support checks: [#​45373](https://togithub.com/vercel/next.js/issues/45373) - Remove old CI workflows: [#​45377](https://togithub.com/vercel/next.js/issues/45377) - Revert "Fix release stats": [#​45164](https://togithub.com/vercel/next.js/issues/45164) - Ensure PATH env matches CI locally: [#​45376](https://togithub.com/vercel/next.js/issues/45376) - Fix nested example setup with create-next-app: [#​45390](https://togithub.com/vercel/next.js/issues/45390) - Fix flakey app metadata test: [#​45391](https://togithub.com/vercel/next.js/issues/45391) - Move error recovery test to new file: [#​45407](https://togithub.com/vercel/next.js/issues/45407) - Enable more hydration error overlay tests: [#​45404](https://togithub.com/vercel/next.js/issues/45404) - Add [@​jankaifer](https://togithub.com/jankaifer) as codeowner of docs, .github and examples: [#​45446](https://togithub.com/vercel/next.js/issues/45446) - chore(github): update issue labeler: [#​45444](https://togithub.com/vercel/next.js/issues/45444) - Some changes in grammar: [#​45467](https://togithub.com/vercel/next.js/issues/45467) - Remove leftover server.js files in test suite: [#​45408](https://togithub.com/vercel/next.js/issues/45408) - chore: fix docs link to minimumCacheTTL: [#​45502](https://togithub.com/vercel/next.js/issues/45502) - Clean up CI logs: [#​45171](https://togithub.com/vercel/next.js/issues/45171) - Refactor `next export` tests : [#​45227](https://togithub.com/vercel/next.js/issues/45227) - fix typo in comment and unused variable remove: [#​45307](https://togithub.com/vercel/next.js/issues/45307) - Add unit test for serverPatchReducer: [#​45511](https://togithub.com/vercel/next.js/issues/45511) - Fix unsafe caching for isolated tests: [#​45602](https://togithub.com/vercel/next.js/issues/45602) - Update @​next/font/google data: [#​45622](https://togithub.com/vercel/next.js/issues/45622) - Increase GitHub actions job timeouts: [#​45638](https://togithub.com/vercel/next.js/issues/45638) - migrate from yarn to pnpm: [#​45652](https://togithub.com/vercel/next.js/issues/45652) - Fix error page line height: [#​45676](https://togithub.com/vercel/next.js/issues/45676) - chore: simplify package scripts: [#​45226](https://togithub.com/vercel/next.js/issues/45226) - test(integration): allow to conitnue when test suite fails: [#​45682](https://togithub.com/vercel/next.js/issues/45682) - chore: update issue-labeler: [#​45706](https://togithub.com/vercel/next.js/issues/45706) - Fix CNA file initializing order: [#​45760](https://togithub.com/vercel/next.js/issues/45760) - Support favicon.ico for metadata ([#​45759](https://togithub.com/vercel/next.js/issues/45759) - Move CSS tests out of the main test suite: [#​45765](https://togithub.com/vercel/next.js/issues/45765) - Update CNA tests ([#​45768](https://togithub.com/vercel/next.js/issues/45768) - Separate navigation and hooks tests into new test suites: [#​45766](https://togithub.com/vercel/next.js/issues/45766) - Bring file back to original: [`cb195ce`](https://togithub.com/vercel/next.js/commit/cb195ce) - Add additional tests for [@​next/mdx](https://togithub.com/next/mdx): [#​45585](https://togithub.com/vercel/next.js/issues/45585) - Fix typo in `@next/mdx` readme: [#​45888](https://togithub.com/vercel/next.js/issues/45888) - test(integration): allow to partially skip retry: [#​45914](https://togithub.com/vercel/next.js/issues/45914) - Fix flaky rsc-build-error test: [#​45896](https://togithub.com/vercel/next.js/issues/45896) - Remove action adding "linear" label which is not used anymore: [#​45911](https://togithub.com/vercel/next.js/issues/45911) - Replace yarn with pnpm in `createTestDir()`: [#​45878](https://togithub.com/vercel/next.js/issues/45878) - test: update flaky app dir test: [#​45921](https://togithub.com/vercel/next.js/issues/45921) - Include `tsconfig.json` in tests: [#​45879](https://togithub.com/vercel/next.js/issues/45879) - Use latest CLI for E2E tests: [#​45925](https://togithub.com/vercel/next.js/issues/45925) - Update E2E deploy tests: [#​45929](https://togithub.com/vercel/next.js/issues/45929) - Fix flakey app cli output checks: [#​45960](https://togithub.com/vercel/next.js/issues/45960) - Change github issues labeler to upstream repo - our changes were merged: [#​45986](https://togithub.com/vercel/next.js/issues/45986) - test(integration): emits successful test output for continue on error: [#​46008](https://togithub.com/vercel/next.js/issues/46008) - docs: fix contributing guideline: [#​46005](https://togithub.com/vercel/next.js/issues/46005) - Fix cache built files step: [#​46075](https://togithub.com/vercel/next.js/issues/46075) - Disable cache built files step - Remove built files chown - Fix failed cache restoring: [#​46083](https://togithub.com/vercel/next.js/issues/46083) - Fix adding-exmaples.md doc: [#​46051](https://togithub.com/vercel/next.js/issues/46051) - Update next/font/google data: [#​46040](https://togithub.com/vercel/next.js/issues/46040) - Fix flaky invalid import test: [#​46089](https://togithub.com/vercel/next.js/issues/46089) - chore: refactor image optimization tests: [#​46269](https://togithub.com/vercel/next.js/issues/46269) - Code refactoring for loader rules: [#​46277](https://togithub.com/vercel/next.js/issues/46277) ##### Credits Huge thanks to [@​timneutkens](https://togithub.com/timneutkens), [@​loettz](https://togithub.com/loettz), [@​okcoker](https://togithub.com/okcoker), [@​clive-h-townsend](https://togithub.com/clive-h-townsend), [@​shuding](https://togithub.com/shuding), [@​JanKaifer](https://togithub.com/JanKaifer), [@​sepiropht](https://togithub.com/sepiropht), [@​hanneslund](https://togithub.com/hanneslund), [@​huozhi](https://togithub.com/huozhi), [@​aralroca](https://togithub.com/aralroca), [@​balazsorban44](https://togithub.com/balazsorban44), [@​cristobaldominguez95](https://togithub.com/cristobaldominguez95), [@​vinaykulk621](https://togithub.com/vinaykulk621), [@​Brooooooklyn](https://togithub.com/Brooooooklyn), [@​feedthejim](https://togithub.com/feedthejim), [@​samsisle](https://togithub.com/samsisle), [@​MarDi66](https://togithub.com/MarDi66), [@​styfle](https://togithub.com/styfle), [@​therealrinku](https://togithub.com/therealrinku), [@​sebmarkbage](https://togithub.com/sebmarkbage), [@​cravend](https://togithub.com/cravend), [@​hu0p](https://togithub.com/hu0p), [@​kdy1](https://togithub.com/kdy1), [@​ijjk](https://togithub.com/ijjk), [@​juzhiyuan](https://togithub.com/juzhiyuan), [@​IvanKiral](https://togithub.com/IvanKiral), [@​LukeSchlangen](https://togithub.com/LukeSchlangen), [@​wojtekolek](https://togithub.com/wojtekolek), [@​samdenty](https://togithub.com/samdenty), [@​Josehower](https://togithub.com/Josehower), [@​bennettdams](https://togithub.com/bennettdams), [@​SCG82](https://togithub.com/SCG82), [@​mike-plummer](https://togithub.com/mike-plummer), [@​kwonoj](https://togithub.com/kwonoj), [@​David0z](https://togithub.com/David0z), [@​denchance](https://togithub.com/denchance), [@​joulev](https://togithub.com/joulev), [@​wbinnssmith](https://togithub.com/wbinnssmith), [@​alexkirsz](https://togithub.com/alexkirsz), [@​UnknownMonk](https://togithub.com/UnknownMonk), [@​leerob](https://togithub.com/leerob), [@​sairajchouhan](https://togithub.com/sairajchouhan), [@​imranbarbhuiya](https://togithub.com/imranbarbhuiya), [@​jomeswang](https://togithub.com/jomeswang), [@​ductnn](https://togithub.com/ductnn), [@​thomasballinger](https://togithub.com/thomasballinger), [@​chibicode](https://togithub.com/chibicode), [@​jridgewell](https://togithub.com/jridgewell), [@​sreetamdas](https://togithub.com/sreetamdas), [@​Juneezee](https://togithub.com/Juneezee), [@​SukkaW](https://togithub.com/SukkaW), [@​wyattjoh](https://togithub.com/wyattjoh), [@​michaeloliverx](https://togithub.com/michaeloliverx), [@​cattmote](https://togithub.com/cattmote), [@​joefreeman](https://togithub.com/joefreeman), [@​valentincostam](https://togithub.com/valentincostam), [@​qrohlf](https://togithub.com/qrohlf), [@​ossan-engineer](https://togithub.com/ossan-engineer), [@​rishabhpoddar](https://togithub.com/rishabhpoddar), [@​vasucp1207](https://togithub.com/vasucp1207), [@​Schniz](https://togithub.com/Schniz), [@​andrii-bodnar](https://togithub.com/andrii-bodnar), [@​gergelyke](https://togithub.com/gergelyke), [@​abstractvector](https://togithub.com/abstractvector), [@​wherehows](https://togithub.com/wherehows), [@​BrodaNoel](https://togithub.com/BrodaNoel), [@​taep96](https://togithub.com/taep96), [@​abe1272001](https://togithub.com/abe1272001), [@​0xadada](https://togithub.com/0xadada), [@​nbouvrette](https://togithub.com/nbouvrette), [@​teobler](https://togithub.com/teobler), [@​lubakravche](https://togithub.com/lubakravche), [@​molebox](https://togithub.com/molebox), and [@​hiddenest](https://togithub.com/hiddenest) for helping! ### [`v13.1.6`](https://togithub.com/vercel/next.js/releases/tag/v13.1.6) [Compare Source](https://togithub.com/vercel/next.js/compare/v13.1.5...v13.1.6) ##### Core Changes - Add debug info to static bailout message: [#​45192](https://togithub.com/vercel/next.js/issues/45192) - Fix dynamic no ssr with babel transform: [#​45091](https://togithub.com/vercel/next.js/issues/45091) - Fix React.lazy preloading during SSR: [#​45160](https://togithub.com/vercel/next.js/issues/45160) - Fix error overlay links in parenthesis: [#​45155](https://togithub.com/vercel/next.js/issues/45155) - Add build time error if error.js is missing "use client": [#​44961](https://togithub.com/vercel/next.js/issues/44961) - Show component stack in error overlay on hydration error: [#​45089](https://togithub.com/vercel/next.js/issues/45089) - Reduce component stack spacing for components without metadata: [#​45218](https://togithub.com/vercel/next.js/issues/45218) - Revert "Revert "Revert "Revert "Initial support for metadata ([#​44729](https://togithub.com/vercel/next.js/issues/44729))"" ([#​45113](https://togithub.com/vercel/next.js/issues/45113))"": [#​45196](https://togithub.com/vercel/next.js/issues/45196) - Update handling of autoscrolling on navigation in app: [#​43845](https://togithub.com/vercel/next.js/issues/43845) - perf: avoid sync re-renders when using next/link and next/image: [#​45165](https://togithub.com/vercel/next.js/issues/45165) - Support metadata icons field: [#​45105](https://togithub.com/vercel/next.js/issues/45105) - Add editor links to RSC build error: [#​45179](https://togithub.com/vercel/next.js/issues/45179) - misc: change strategy for link prefetch test: [#​45234](https://togithub.com/vercel/next.js/issues/45234) - Add handling for app/pages manifest race condition: [#​45244](https://togithub.com/vercel/next.js/issues/45244) - Update transform exports and tests: [#​45251](https://togithub.com/vercel/next.js/issues/45251) - Attach exports information in SWC transforms: [#​45261](https://togithub.com/vercel/next.js/issues/45261) - Update app cache handling in development: [#​45248](https://togithub.com/vercel/next.js/issues/45248) - TS plugin: warn about `amp` config in app: [#​45254](https://togithub.com/vercel/next.js/issues/45254) - Fix typo in TS plugin: [#​45279](https://togithub.com/vercel/next.js/issues/45279) - Allow metadata related exports in TS plugin: [#​45282](https://togithub.com/vercel/next.js/issues/45282) - build(cargo): update turbopack to turbopack-230125.1: [#​45283](https://togithub.com/vercel/next.js/issues/45283) - \[edge] improve `fetch` stack traces in edge runtime: [#​44750](https://togithub.com/vercel/next.js/issues/44750) - Move router reducer to separate file: [#​45236](https://togithub.com/vercel/next.js/issues/45236) - add next.config.js options currently supported by turbopack: [#​45309](https://togithub.com/vercel/next.js/issues/45309) - Update debug logs for app cache: [#​45291](https://togithub.com/vercel/next.js/issues/45291) - Improved `pnpm clean`: [#​45312](https://togithub.com/vercel/next.js/issues/45312) - Fix:Manage Firefox and Safari Network error message: [#​44929](https://togithub.com/vercel/next.js/issues/44929) - build(cargo): update turbopack to turbopack-230126.1: [#​45322](https://togithub.com/vercel/next.js/issues/45322) - add `pageExtensions` as a supported turbopack option: [#​45321](https://togithub.com/vercel/next.js/issues/45321) - Ensure we warn for middleware with next export: [#​45288](https://togithub.com/vercel/next.js/issues/45288) - Add unit test for shouldHardNavigate: [#​45303](https://togithub.com/vercel/next.js/issues/45303) - Add unit test for redirect.ts: [#​45223](https://togithub.com/vercel/next.js/issues/45223) - Add test for fillCacheWithNewSubTreeData: [#​45298](https://togithub.com/vercel/next.js/issues/45298) - Add test for isNavigatingToNewRootLayout: [#​45305](https://togithub.com/vercel/next.js/issues/45305) - Remove unused optimistic tree parameters: [#​45264](https://togithub.com/vercel/next.js/issues/45264) - Ensure invalidateCacheBelowFlightSegmentPath file name is in line with the rest: [#​45299](https://togithub.com/vercel/next.js/issues/45299) - Resolve metadata fields: [#​45237](https://togithub.com/vercel/next.js/issues/45237) - Add turbopack route resolve handling: [#​45314](https://togithub.com/vercel/next.js/issues/45314) - Remove extra .ts from test file: [#​45328](https://togithub.com/vercel/next.js/issues/45328) - Add test for createOptimisticTree: [#​45330](https://togithub.com/vercel/next.js/issues/45330) - Clean up resolved todos: [#​45332](https://togithub.com/vercel/next.js/issues/45332) - add `turbopackLoaders` to config validation: [#​45337](https://togithub.com/vercel/next.js/issues/45337) ##### Documentation Changes - Update example test file name in cypress example: [#​45146](https://togithub.com/vercel/next.js/issues/45146) - chore: fix invalid-new-link error typo: [#​45157](https://togithub.com/vercel/next.js/issues/45157) - Update testing.md: [#​45216](https://togithub.com/vercel/next.js/issues/45216) - Update no-html-link-for-pages.md: [#​45247](https://togithub.com/vercel/next.js/issues/45247) - Update getting-started documentation: [#​45284](https://togithub.com/vercel/next.js/issues/45284) ##### Example Changes - Update README.md for examples/with-mqtt-js: [#​45162](https://togithub.com/vercel/next.js/issues/45162) - Pin library version in Convex example: [#​45206](https://togithub.com/vercel/next.js/issues/45206) - Updates with-supertokens example app: [#​45214](https://togithub.com/vercel/next.js/issues/45214) ##### Misc Changes - Re-prompt on invalid import alias: [#​45194](https://togithub.com/vercel/next.js/issues/45194) - create-next-app: warn if project dir isn't empty before prompts: [#​45195](https://togithub.com/vercel/next.js/issues/45195) - Add timeout for actions/cache restoring: [#​45198](https://togithub.com/vercel/next.js/issues/45198) - Update testing.md to reflect that we don't use `yarn` anymore: [#​45185](https://togithub.com/vercel/next.js/issues/45185) - fix: add src prefix on index page: [#​45150](https://togithub.com/vercel/next.js/issues/45150) - Ensure ctrl + c handling works with CNA prompts correctly: [#​45205](https://togithub.com/vercel/next.js/issues/45205) - Fix turbo cache miss due to depending on gitignored files: [#​45166](https://togithub.com/vercel/next.js/issues/45166) - Allow unit tests to be written in packages/next/src: [#​45222](https://togithub.com/vercel/next.js/issues/45222) - Run dev tests against default CNA templates: [#​45211](https://togithub.com/vercel/next.js/issues/45211) - Increase cache timeout for swc built files: [#​45243](https://togithub.com/vercel/next.js/issues/45243) - refactor(create-next-app): simplify import alias validation logic: [#​45241](https://togithub.com/vercel/next.js/issues/45241) - ci(workflow): notify new releases to vercel/turbo via repo_dispatch: [#​45201](https://togithub.com/vercel/next.js/issues/45201) - Revert "Fix new-error command": [#​45221](https://togithub.com/vercel/next.js/issues/45221) - Update flakey test cases: [#​45290](https://togithub.com/vercel/next.js/issues/45290) - Update flakey polyfills and acceptance tests: [#​45313](https://togithub.com/vercel/next.js/issues/45313) - Add docs on how to use MDX with app: [#​44923](https://togithub.com/vercel/next.js/issues/44923) - Update flakey fetch stack test: [#​45318](https://togithub.com/vercel/next.js/issues/45318) - Enable JS CNA tests for turbopack: [#​45323](https://togithub.com/vercel/next.js/issues/45323) ##### Credits Huge thanks to [@​MaxLeiter](https://togithub.com/MaxLeiter), [@​CachorroC](https://togithub.com/CachorroC), [@​ijjk](https://togithub.com/ijjk), [@​asadnq](https://togithub.com/asadnq), [@​huozhi](https://togithub.com/huozhi), [@​JanKaifer](https://togithub.com/JanKaifer), [@​ilyasmez](https://togithub.com/ilyasmez), [@​juliusmarminge](https://togithub.com/juliusmarminge), [@​thomasballinger](https://togithub.com/thomasballinger), [@​tissawd](https://togithub.com/tissawd), [@​hanneslund](https://togithub.com/hanneslund), [@​shuding](https://togithub.com/shuding), [@​timneutkens](https://togithub.com/timneutkens), [@​feedthejim](https://togithub.com/feedthejim), [@​ClemensPaumgarten](https://togithub.com/ClemensPaumgarten), [@​kwonoj](https://togithub.com/kwonoj), [@​Angelfire](https://togithub.com/Angelfire), [@​rishabhpoddar](https://togithub.com/rishabhpoddar), [@​HyunseungLee-Travis](https://togithub.com/HyunseungLee-Travis), [@​wbinnssmith](https://togithub.com/wbinnssmith), [@​Schniz](https://togithub.com/Schniz), [@​ForsakenHarmony](https://togithub.com/ForsakenHarmony), [@​wyattjoh](https://togithub.com/wyattjoh), and [@​dtrucs](https://togithub.com/dtrucs) for helping! ### [`v13.1.5`](https://togithub.com/vercel/next.js/releases/tag/v13.1.5) [Compare Source](https://togithub.com/vercel/next.js/compare/v13.1.4...v13.1.5) ##### Core Changes - Revert "Revert "Initial support for metadata ([#​44729](https://togithub.com/vercel/next.js/issues/44729))"": [#​45113](https://togithub.com/vercel/next.js/issues/45113) - Update incremental cache handler for minimal mode: [#​45123](https://togithub.com/vercel/next.js/issues/45123) - build(cargo): update turbopack: [#​45126](https://togithub.com/vercel/next.js/issues/45126) - Revert "Revert "Revert "Initial support for metadata ([#​44729](https://togithub.com/vercel/next.js/issues/44729))"" ([#​45113](https://togithub.com/vercel/next.js/issues/45113))": [#​45130](https://togithub.com/vercel/next.js/issues/45130) - Update reducer comments: [#​45127](https://togithub.com/vercel/next.js/issues/45127) - Ensure config warnings only show once: [#​45142](https://togithub.com/vercel/next.js/issues/45142) - Don't log suppressed error during export: [#​45100](https://togithub.com/vercel/next.js/issues/45100) - Add support for node: prefix when importing Node.js builtin modules: [#​45149](https://togithub.com/vercel/next.js/issues/45149) ##### Example Changes - update Mux Player to latest, pin to ^1 and pin upchunk to ^3 add Mux …: [#​45121](https://togithub.com/vercel/next.js/issues/45121) ##### Misc Changes - Update CODEOWNERS: [#​45178](https://togithub.com/vercel/next.js/issues/45178) - Switch from `yarn pack` to `pnpm pack` in tests: [#​45167](https://togithub.com/vercel/next.js/issues/45167) ##### Credits Huge thanks to [@​shuding](https://togithub.com/shuding), [@​dylanjha](https://togithub.com/dylanjha), [@​ijjk](https://togithub.com/ijjk), [@​Brooooooklyn](https://togithub.com/Brooooooklyn), [@​timneutkens](https://togithub.com/timneutkens), [@​hanneslund](https://togithub.com/hanneslund), [@​feedthejim](https://togithub.com/feedthejim), and [@​JanKaifer](https://togithub.com/JanKaifer) for helping! ### [`v13.1.4`](https://togithub.com/vercel/next.js/releases/tag/v13.1.4) [Compare Source](https://togithub.com/vercel/next.js/compare/v13.1.3...v13.1.4) ##### Core Changes - Initial support for metadata: [#​44729](https://togithub.com/vercel/next.js/issues/44729) - Improve swc transforms: [#​45083](https://togithub.com/vercel/next.js/issues/45083) - Update swc_core to `v0.56.0`: [#​44792](https://togithub.com/vercel/next.js/issues/44792) - fix([#​44077](https://togithub.com/vercel/next.js/issues/44077)): allow edge runtime for api routes inside src/ folder: [#​45093](https://togithub.com/vercel/next.js/issues/45093) - Revert "Initial support for metadata ([#​44729](https://togithub.com/vercel/next.js/issues/44729))": [#​45111](https://togithub.com/vercel/next.js/issues/45111) - build(cargo): update turbopack: [#​45109](https://togithub.com/vercel/next.js/issues/45109) ##### Documentation Changes - Fix broken argument for rewrites on link reference docs: [#​45073](https://togithub.com/vercel/next.js/issues/45073) - Cannot redeclare block-scoped variable 'cookie'.: [#​45079](https://togithub.com/vercel/next.js/issues/45079) ##### Misc Changes - Fix metadata e2e test on deploy: [#​45104](https://togithub.com/vercel/next.js/issues/45104) - Update @​next/font/google data: [#​45092](https://togithub.com/vercel/next.js/issues/45092) ##### Credits Huge thanks to [@​guilhermefront](https://togithub.com/guilhermefront), [@​shuding](https://togithub.com/shuding), [@​kdy1](https://togithub.com/kdy1), [@​iamrobins](https://togithub.com/iamrobins), [@​hanneslund](https://togithub.com/hanneslund), [@​feugy](https://togithub.com/feugy), and [@​jridgewell](https://togithub.com/jridgewell) for helping! ### [`v13.1.3`](https://togithub.com/vercel/next.js/releases/tag/v13.1.3) [Compare Source](https://togithub.com/vercel/next.js/compare/v13.1.2...v13.1.3) ##### Core Changes - Refactor next dynamic: [#​44832](https://togithub.com/vercel/next.js/issues/44832) - Add built-in server-only and client-only: [#​44861](https://togithub.com/vercel/next.js/issues/44861) - Handle empty module from the next dynamic loader: [#​44873](https://togithub.com/vercel/next.js/issues/44873) - Update pre-compiled: [#​44874](https://togithub.com/vercel/next.js/issues/44874) - Use sequentialRead while encoding images with sharp: [#​44881](https://togithub.com/vercel/next.js/issues/44881) - Move server-external-packages to JSON: [#​44910](https://togithub.com/vercel/next.js/issues/44910) - fix standalone wrong url being logged: [#​44887](https://togithub.com/vercel/next.js/issues/44887) - Custom RSC compiler error message in pages/: [#​44865](https://togithub.com/vercel/next.js/issues/44865) - Replace eslint rule for `no-shadow` with `typescript-eslint/no-shadow`: [#​44936](https://togithub.com/vercel/next.js/issues/44936) - Ensure rootLayoutIncluded is set on partial render: [#​44958](https://togithub.com/vercel/next.js/issues/44958) - Fix force-static description in next-typescript: [#​44951](https://togithub.com/vercel/next.js/issues/44951) - Fix CSS imports being tracked multiple times: [#​44938](https://togithub.com/vercel/next.js/issues/44938) - Use withoutEnlargement instead of sharp.metadata(): [#​44890](https://togithub.com/vercel/next.js/issues/44890) - Update res.revalidate to pass through headers: [#​44981](https://togithub.com/vercel/next.js/issues/44981) - Add experimental.allowedRevalidateHeaderKeys config: [#​44985](https://togithub.com/vercel/next.js/issues/44985) - Gracefully handle telemetry not being available: [#​44986](https://togithub.com/vercel/next.js/issues/44986) - Add proper error when app path switches static to dynamic: [#​44989](https://togithub.com/vercel/next.js/issues/44989) - Ensure force-dynamic is honored during build: [#​45015](https://togithub.com/vercel/next.js/issues/45015) - Fix turbo usage in tests: [#​44715](https://togithub.com/vercel/next.js/issues/44715) - Add project directory rename/remove handling: [#​44911](https://togithub.com/vercel/next.js/issues/44911) - chore: open dev overlay error links in new tab: [#​45018](https://togithub.com/vercel/next.js/issues/45018) - Remove next-app-loader from import trace: [#​44996](https://togithub.com/vercel/next.js/issues/44996) - Ensure additional windows are not created on Windows OS: [#​45022](https://togithub.com/vercel/next.js/issues/45022) - Don't dispaly "Error: " twice when router isn't mounted: [#​45038](https://togithub.com/vercel/next.js/issues/45038) - Display the reason of hydration error in error overlay: [#​44857](https://togithub.com/vercel/next.js/issues/44857) - Fix typescript plugin: [#​44128](https://togithub.com/vercel/next.js/issues/44128) - Add shiki and vscode-oniguruma to default server-external packages: [#​44968](https://togithub.com/vercel/next.js/issues/44968) - Fix error when CSS [@​import](https://togithub.com/import) fai </details> <hr /> <h3>Configuration</h3> <p>📅 <strong>Schedule</strong>: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).</p> <p>🚦 <strong>Automerge</strong>: Disabled by config. Please merge this manually once you are satisfied.</p> <p>♻ <strong>Rebasing</strong>: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.</p> <p>🔕 <strong>Ignore</strong>: Close this PR and you won't be reminded about this update again.</p> <hr /> <ul> <li>[ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box</li> </ul> <hr /> <p>This PR has been generated by <a rel="noreferrer nofollow" target="_blank" href="https://www.mend.io/free-developer-tools/renovate/">Mend Renovate</a>. View repository job log <a rel="noreferrer nofollow" target="_blank" href="https://app.renovatebot.com/dashboard#github/tsparticles/react">here</a>.</p> <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNDguMCIsInVwZGF0ZWRJblZlciI6IjM0LjE0OC4wIn0=--> </div> </div> <div class="page-bar-simple"> </div> <div class="footer"> <ul class="body"> <li>© <script> document.write(new Date().getFullYear()) </script> Githubissues.</li> <li>Githubissues is a development platform for aggregating issues.</li> </ul> </div> <script src="https://cdn.jsdelivr.net/npm/jquery@3.5.1/dist/jquery.min.js"></script> <script src="/githubissues/assets/js.js"></script> <script src="/githubissues/assets/markdown.js"></script> <script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.4.0/build/highlight.min.js"></script> <script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.4.0/build/languages/go.min.js"></script> <script> hljs.highlightAll(); </script> </body> </html>