hedgedoc / react-client

The frontend of the upcoming version 2.0
https://hedgedoc.dev
GNU Affero General Public License v3.0
104 stars 13 forks source link

chore(deps): update dependency eslint-config-next to v13 #2480

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint-config-next 12.3.2 -> 13.0.0 age adoption passing confidence

Release Notes

vercel/next.js ### [`v13.0.0`](https://togithub.com/vercel/next.js/releases/tag/v13.0.0) [Compare Source](https://togithub.com/vercel/next.js/compare/v12.3.2...v13.0.0) ##### Core Changes - Use resolved url in flight entry loader: [#​40697](https://togithub.com/vercel/next.js/issues/40697) - Handle redirects in new router: [#​40396](https://togithub.com/vercel/next.js/issues/40396) - Combine redirect function in new router: [#​40717](https://togithub.com/vercel/next.js/issues/40717) - fix: InferGetServerSidePropsType and InferGetStaticPropsType: [#​40635](https://togithub.com/vercel/next.js/issues/40635) - Update to leverage AsyncLocalStorage for app static handling: [#​40727](https://togithub.com/vercel/next.js/issues/40727) - Change flight querystring to header: [#​40752](https://togithub.com/vercel/next.js/issues/40752) - Improved bundling strategy for the server graph: [#​40739](https://togithub.com/vercel/next.js/issues/40739) - Remove unnecessary experimental flag: [#​40766](https://togithub.com/vercel/next.js/issues/40766) - next-swc: add next-font-loaders to crates/core: [#​40221](https://togithub.com/vercel/next.js/issues/40221) - Add next font package: [#​40227](https://togithub.com/vercel/next.js/issues/40227) - Strip internal pages for pagesDir in app edge ssr: [#​40776](https://togithub.com/vercel/next.js/issues/40776) - Add support for font loaders: [#​40746](https://togithub.com/vercel/next.js/issues/40746) - Set `__NEXT_NEW_LINK_BEHAVIOR` in Jest tests when `newNextLinkBehavior` is true: [#​40702](https://togithub.com/vercel/next.js/issues/40702) - Add handling for 404 in new router: [#​40787](https://togithub.com/vercel/next.js/issues/40787) - Fix alias paths for bundling: [#​40800](https://togithub.com/vercel/next.js/issues/40800) - Fix required server files for font loader manifest: [#​40784](https://togithub.com/vercel/next.js/issues/40784) - Add local font loader: [#​40801](https://togithub.com/vercel/next.js/issues/40801) - Update error handling during app static generation: [#​40823](https://togithub.com/vercel/next.js/issues/40823) - Handle redirect in same way as 404 in new router: [#​40796](https://togithub.com/vercel/next.js/issues/40796) - build: upgrade edge-runtime: [#​40788](https://togithub.com/vercel/next.js/issues/40788) - Allow export const in font loader: [#​40836](https://togithub.com/vercel/next.js/issues/40836) - chore: Update swc: [#​40832](https://togithub.com/vercel/next.js/issues/40832) - Update app-router options type: [#​40862](https://togithub.com/vercel/next.js/issues/40862) - Flight client navigation error: [#​40861](https://togithub.com/vercel/next.js/issues/40861) - Use startTransition for hydrateRoot to opt-in to non-blocking hydration: [#​40874](https://togithub.com/vercel/next.js/issues/40874) - Add `optoutServerComponentsBundle` option: [#​40770](https://togithub.com/vercel/next.js/issues/40770) - Apply [#​40833](https://togithub.com/vercel/next.js/issues/40833): [#​40872](https://togithub.com/vercel/next.js/issues/40872) - Upgrade react@experimental: [#​40885](https://togithub.com/vercel/next.js/issues/40885) - Update handling of redirect/404 throw to cross server->client boundary: [#​40890](https://togithub.com/vercel/next.js/issues/40890) - Update pre-compiled: [#​40914](https://togithub.com/vercel/next.js/issues/40914) - Update font loader output path: [#​40868](https://togithub.com/vercel/next.js/issues/40868) - Disable head element lint rule for appDir: [#​40921](https://togithub.com/vercel/next.js/issues/40921) - Should resolve esm external module imports on server: [#​40865](https://togithub.com/vercel/next.js/issues/40865) - edge-ssr: bundle next/dist as ESM for better tree-shaking: [#​40251](https://togithub.com/vercel/next.js/issues/40251) - Improve types for `` and `responseLimit`: [#​40863](https://togithub.com/vercel/next.js/issues/40863) - chore: Update swc: [#​40928](https://togithub.com/vercel/next.js/issues/40928) - Ensure skipClientCache is honored for router.push: [#​40932](https://togithub.com/vercel/next.js/issues/40932) - Fix bundling and module resolution in the server layer: [#​40818](https://togithub.com/vercel/next.js/issues/40818) - Handle loading returning undefined: [#​40938](https://togithub.com/vercel/next.js/issues/40938) - Fix SWC loader ignore for the server layer when Babel is used: [#​40939](https://togithub.com/vercel/next.js/issues/40939) - Code refactoring for webpack-config: [#​40942](https://togithub.com/vercel/next.js/issues/40942) - Merge e2e test node_modules: [#​40926](https://togithub.com/vercel/next.js/issues/40926) - Rename 404 -> not-found for new router: [#​40941](https://togithub.com/vercel/next.js/issues/40941) - remove reducer from server bundle: [#​40959](https://togithub.com/vercel/next.js/issues/40959) - \[edge] serialize custom config to middleware-manifest: [#​40881](https://togithub.com/vercel/next.js/issues/40881) - Font loader support in app: [#​40898](https://togithub.com/vercel/next.js/issues/40898) - docs: add inline documentation for Link props: [#​40855](https://togithub.com/vercel/next.js/issues/40855) - feat(experimental): option to polyfill `fetch` using `undici` in Node.js <18: [#​40318](https://togithub.com/vercel/next.js/issues/40318) - Update return shape of generateStaticParams: [#​40965](https://togithub.com/vercel/next.js/issues/40965) - remove legacy transform code: [#​40966](https://togithub.com/vercel/next.js/issues/40966) - Revert "edge-ssr: bundle next/dist as ESM for better tree-shaking ([#​40251](https://togithub.com/vercel/next.js/issues/40251)): [#​40967](https://togithub.com/vercel/next.js/issues/40967) - Update to use HEAD request for middleware query hydration: [#​40973](https://togithub.com/vercel/next.js/issues/40973) - Revert "Merge e2e test node_modules ([#​40926](https://togithub.com/vercel/next.js/issues/40926))": [#​40974](https://togithub.com/vercel/next.js/issues/40974) - edge-ssr: bundle next/dist as ESM for better tree-shaking ([#​40251](https://togithub.com/vercel/next.js/issues/40251)): [#​40980](https://togithub.com/vercel/next.js/issues/40980) - Rename flight parameters to rsc/next: [#​40979](https://togithub.com/vercel/next.js/issues/40979) - Remove outdated warning: [#​40988](https://togithub.com/vercel/next.js/issues/40988) - misc: add MANGLING_DEBUG option: [#​40958](https://togithub.com/vercel/next.js/issues/40958) - Fix wrong code condition used when bundling the server: [#​40987](https://togithub.com/vercel/next.js/issues/40987) - Move pagesDir handling out of wrappedRender: [#​40995](https://togithub.com/vercel/next.js/issues/40995) - Fix unused CSS module imports are tracked on the server: [#​40996](https://togithub.com/vercel/next.js/issues/40996) - Skip creating virtual app client entry for pages: [#​41000](https://togithub.com/vercel/next.js/issues/41000) - chore: remove unsless [@​ts-ignore](https://togithub.com/ts-ignore): [#​40992](https://togithub.com/vercel/next.js/issues/40992) - Add support for fallback font and css variable for font/local: [#​40990](https://togithub.com/vercel/next.js/issues/40990) - Use throw to trigger Suspense to avoid use() in reducer warning: [#​40950](https://togithub.com/vercel/next.js/issues/40950) - chore: Update swc: [#​40983](https://togithub.com/vercel/next.js/issues/40983) - Revert "chore: Update swc": [#​41015](https://togithub.com/vercel/next.js/issues/41015) - Docs for experimental font optimization `adjustFontFallbacks`: [#​40771](https://togithub.com/vercel/next.js/issues/40771) - Drop legacy React DOM Server in Edge runtime: [#​40018](https://togithub.com/vercel/next.js/issues/40018) - misc: make useReducerWithDevtools noop on server: [#​41019](https://togithub.com/vercel/next.js/issues/41019) - Remove reload on serverComponentChanges in pages: [#​41020](https://togithub.com/vercel/next.js/issues/41020) - chore: Update swc_core to `v0.28.10`: [#​41016](https://togithub.com/vercel/next.js/issues/41016) - Alias all client, shared, pages dist assets for esm: [#​41034](https://togithub.com/vercel/next.js/issues/41034) - Add Replay integration for dev e2e tests: [#​40955](https://togithub.com/vercel/next.js/issues/40955) - Add `with-xata` example: [#​39864](https://togithub.com/vercel/next.js/issues/39864) - Make sure polyfills are added for browsers without module support: [#​41029](https://togithub.com/vercel/next.js/issues/41029) - Move handling of navigation to pages from new router: [#​41001](https://togithub.com/vercel/next.js/issues/41001) - Adding experimental size adjust based option: [#​41009](https://togithub.com/vercel/next.js/issues/41009) - chore: add build step to `eslint-plugin-next`: [#​38647](https://togithub.com/vercel/next.js/issues/38647) - chore: make sure polyfills are built for `pnpm dev`: [#​40335](https://togithub.com/vercel/next.js/issues/40335) - refactor: migrate `eslint-plugin-next` to typescript: [#​41046](https://togithub.com/vercel/next.js/issues/41046) - Improve experimental feature naming: [#​41060](https://togithub.com/vercel/next.js/issues/41060) - Full page reload when navigating to new root layout: [#​40751](https://togithub.com/vercel/next.js/issues/40751) - Use deterministic module IDs for server: [#​41066](https://togithub.com/vercel/next.js/issues/41066) - Accept variable prop in google font loader: [#​41065](https://togithub.com/vercel/next.js/issues/41065) - Font loader call json parsing fix: [#​41052](https://togithub.com/vercel/next.js/issues/41052) - build(next/swc): consolidate swc_core dependency version: [#​41043](https://togithub.com/vercel/next.js/issues/41043) - Skip pagesDirRules when pagesDir is not present: [#​41075](https://togithub.com/vercel/next.js/issues/41075) - Fix experimental undici warning: [#​41077](https://togithub.com/vercel/next.js/issues/41077) - Temporarily disable prefetch in new router: [#​41086](https://togithub.com/vercel/next.js/issues/41086) - Add conflicting app and page error: [#​41099](https://togithub.com/vercel/next.js/issues/41099) - chore(server): improve dev logs formatting: [#​41109](https://togithub.com/vercel/next.js/issues/41109) - rename flush effects to server inserted html: [#​41073](https://togithub.com/vercel/next.js/issues/41073) - Check required root layout tags: [#​41120](https://togithub.com/vercel/next.js/issues/41120) - Lint files with `mjs`, `mts`, `cjs` and `cts` extension by default: [#​40879](https://togithub.com/vercel/next.js/issues/40879) - Improve error messages of server compilation: [#​41136](https://togithub.com/vercel/next.js/issues/41136) - Fix edge function req.url handling with rewrite: [#​41139](https://togithub.com/vercel/next.js/issues/41139) - Ensure entry tracing applies for app correctly: [#​41140](https://togithub.com/vercel/next.js/issues/41140) - add attribution to web vitals: [#​39368](https://togithub.com/vercel/next.js/issues/39368) - Update minimum required Node.js version to v14: [#​41150](https://togithub.com/vercel/next.js/issues/41150) - Handle hmr for edge ssr in app dir: [#​41156](https://togithub.com/vercel/next.js/issues/41156) - chore: Update swc_core to `v0.28.20`: [#​41153](https://togithub.com/vercel/next.js/issues/41153) - Remove unnecessary `moduleId` option: [#​41160](https://togithub.com/vercel/next.js/issues/41160) - Apply experimental configs for middleware: [#​41142](https://togithub.com/vercel/next.js/issues/41142) - Fix reading edge info for app paths: [#​41163](https://togithub.com/vercel/next.js/issues/41163) - Fix warning messages for next export: [#​41165](https://togithub.com/vercel/next.js/issues/41165) - Refactor app dir related flags: [#​41166](https://togithub.com/vercel/next.js/issues/41166) - Fix prefetch for new router: [#​41119](https://togithub.com/vercel/next.js/issues/41119) - Disable built-in css-in-js transform on server layer: [#​41040](https://togithub.com/vercel/next.js/issues/41040) - docs(image): improve error message when `sharp` is missing in standalone mode: [#​41133](https://togithub.com/vercel/next.js/issues/41133) - Fix latest experimental react and experimental-edge and unpin test versions: [#​41200](https://togithub.com/vercel/next.js/issues/41200) - Font loader with babel error: [#​41151](https://togithub.com/vercel/next.js/issues/41151) - Remove hook_optimizer transform: [#​41203](https://togithub.com/vercel/next.js/issues/41203) - chore: Update swc_core to `v0.29.5`: [#​41181](https://togithub.com/vercel/next.js/issues/41181) - Update edge runtime to 1.1.0-beta.37: [#​41211](https://togithub.com/vercel/next.js/issues/41211) - Alias next/dynamic to lazy impl for appDir: [#​41216](https://togithub.com/vercel/next.js/issues/41216) - Do not bundle `react-dom` in the SSR build: [#​41227](https://togithub.com/vercel/next.js/issues/41227) - Add response stream errorhandling in edge-function-runtime: [#​41102](https://togithub.com/vercel/next.js/issues/41102) - App font file preload: [#​41158](https://togithub.com/vercel/next.js/issues/41158) - Fix app static generation cases: [#​41172](https://togithub.com/vercel/next.js/issues/41172) - Enabel appDir when flag and dir existed at the same time: [#​41233](https://togithub.com/vercel/next.js/issues/41233) - Font loaders next config shape: [#​41219](https://togithub.com/vercel/next.js/issues/41219) - refactor dev overlay into hot reloader: [#​41231](https://togithub.com/vercel/next.js/issues/41231) - fix(middleware): 'instanceof Function' is dynamic code false-positive: [#​41249](https://togithub.com/vercel/next.js/issues/41249) - Snyk upgrade [`2701033`](https://togithub.com/vercel/next.js/commit/27010339d65c4a43f7b564bbebecab85): [#​41240](https://togithub.com/vercel/next.js/issues/41240) - fix(ts): relax `AppProps` to not require generic: [#​41264](https://togithub.com/vercel/next.js/issues/41264) - Recover from font loader error in dev: [#​41251](https://togithub.com/vercel/next.js/issues/41251) - Handle `as` on next/link with new router: [#​41285](https://togithub.com/vercel/next.js/issues/41285) - Load `beforeInteractive` scripts properly without blocking hydration: [#​41164](https://togithub.com/vercel/next.js/issues/41164) - Add test for link back to original page: [#​41297](https://togithub.com/vercel/next.js/issues/41297) - Local font files adjust fallbacks: [#​41180](https://togithub.com/vercel/next.js/issues/41180) - Update middleware query hydration handling: [#​41243](https://togithub.com/vercel/next.js/issues/41243) - Fix NextUrl trailing slash normalize for data route: [#​41311](https://togithub.com/vercel/next.js/issues/41311) - Global layouts error boundary: [#​41305](https://togithub.com/vercel/next.js/issues/41305) - fix(image): don't show placeholder warning in Jest: [#​41329](https://togithub.com/vercel/next.js/issues/41329) - Handle error overlay for new router: [#​41325](https://togithub.com/vercel/next.js/issues/41325) - fix(standalone): support `type: "module"`: [#​41268](https://togithub.com/vercel/next.js/issues/41268) - perf: lazyload the edge runtime in NextServer: [#​41322](https://togithub.com/vercel/next.js/issues/41322) - Add pretty error when image import is invalid format: [#​41267](https://togithub.com/vercel/next.js/issues/41267) - chore: Update swc_core to `v0.32.8`: [#​41304](https://togithub.com/vercel/next.js/issues/41304) - Client component directive: use client: [#​41333](https://togithub.com/vercel/next.js/issues/41333) - Fix middleware rewrite for \_next/data: [#​41341](https://togithub.com/vercel/next.js/issues/41341) - Add codemods for `next/image`: [#​41004](https://togithub.com/vercel/next.js/issues/41004) - Fix middleware URL normalize case: [#​41342](https://togithub.com/vercel/next.js/issues/41342) - Update `next/image` codemod to handle `require()`: [#​41345](https://togithub.com/vercel/next.js/issues/41345) - Ensure RSC paths are normalized in minimal mode: [#​41348](https://togithub.com/vercel/next.js/issues/41348) - Refactor error overlay for new router: [#​41343](https://togithub.com/vercel/next.js/issues/41343) - inline httpproxy usage: [#​41330](https://togithub.com/vercel/next.js/issues/41330) - proper error if middleware or api/route not return a Response: [#​41336](https://togithub.com/vercel/next.js/issues/41336) - Fix CSS imports tree-shaking: [#​41357](https://togithub.com/vercel/next.js/issues/41357) - Ensure content is kept rendered below the error overlay on build errors in new router: [#​41360](https://togithub.com/vercel/next.js/issues/41360) - refactor([#​41164](https://togithub.com/vercel/next.js/issues/41164)): polyfill-module should block hydration: [#​41352](https://togithub.com/vercel/next.js/issues/41352) - Fix `onLoad` prop in `next/future/image`: [#​41374](https://togithub.com/vercel/next.js/issues/41374) - Add exports for new router: [#​41368](https://togithub.com/vercel/next.js/issues/41368) - App font loader tree shaking: [#​41384](https://togithub.com/vercel/next.js/issues/41384) - perf: lazy eval headers from the requestStore: [#​41353](https://togithub.com/vercel/next.js/issues/41353) - fix: disable css cache busting in production: [#​41392](https://togithub.com/vercel/next.js/issues/41392) - Upgrade next-swc-napi to NAPI-RS v2: [#​40094](https://togithub.com/vercel/next.js/issues/40094) - Fix prefetching for static app paths: [#​41398](https://togithub.com/vercel/next.js/issues/41398) - perf: lazy evaluate more modules: [#​41354](https://togithub.com/vercel/next.js/issues/41354) - BREAKING CHANGE: Rename `next/image` to `next/legacy/image` & rename `next/future/image` to `next/image`: [#​41399](https://togithub.com/vercel/next.js/issues/41399) - Fix edge workers being re-used unexpectedly: [#​41402](https://togithub.com/vercel/next.js/issues/41402) - Remove edge shared deps: [#​41413](https://togithub.com/vercel/next.js/issues/41413) - Upgrade React experimental: [#​41419](https://togithub.com/vercel/next.js/issues/41419) - Update edge runtime to 1.1.0-beta.39: [#​41418](https://togithub.com/vercel/next.js/issues/41418) - Update flakey dev AMP tests: [#​41428](https://togithub.com/vercel/next.js/issues/41428) - Add new diagnostics: [#​41429](https://togithub.com/vercel/next.js/issues/41429) - Move root layout validation: [#​41338](https://togithub.com/vercel/next.js/issues/41338) - chore: bump server pre-compiled target to Node.js 14: [#​41424](https://togithub.com/vercel/next.js/issues/41424) - Fix middleware dynamic route param on query hydration: [#​41436](https://togithub.com/vercel/next.js/issues/41436) - chore: Update swc_core to `v0.38.4`: [#​41401](https://togithub.com/vercel/next.js/issues/41401) - Don't show error overlay for not found and redirect: [#​41438](https://togithub.com/vercel/next.js/issues/41438) - Change useSearchParams to URLSearchParams: [#​40978](https://togithub.com/vercel/next.js/issues/40978) - perf([#​41392](https://togithub.com/vercel/next.js/issues/41392)): improve cache busting inject performance: [#​41443](https://togithub.com/vercel/next.js/issues/41443) - Rename reload to refresh in new router: [#​41448](https://togithub.com/vercel/next.js/issues/41448) - Disable isNavigatingToNewRootLayout: [#​41457](https://togithub.com/vercel/next.js/issues/41457) - fix(app-render): make css and font respect assetPrefix: [#​41455](https://togithub.com/vercel/next.js/issues/41455) - Ignore serverComponentChanges in pages: [#​41464](https://togithub.com/vercel/next.js/issues/41464) - Include frameworks in main-app: [#​41465](https://togithub.com/vercel/next.js/issues/41465) - Fix typo and add comment to `next/image` SyntheticEvent: [#​41480](https://togithub.com/vercel/next.js/issues/41480) - Update `next/image` docs and examples: [#​41434](https://togithub.com/vercel/next.js/issues/41434) - chore: Update swc_core to `v0.38.22`: [#​41477](https://togithub.com/vercel/next.js/issues/41477) - Fix useSearchParams comment: [#​41483](https://togithub.com/vercel/next.js/issues/41483) - fix(stream): Allows body larger than 16 KiB with middleware: [#​41270](https://togithub.com/vercel/next.js/issues/41270) - fix(41456): check src/app folder too in getHasAppDir: [#​41458](https://togithub.com/vercel/next.js/issues/41458) - BREAKING CHANGE: Enable newNextLinkBehavior: [#​41459](https://togithub.com/vercel/next.js/issues/41459) - Avoid using the CSS href as the link tag key: [#​41493](https://togithub.com/vercel/next.js/issues/41493) - Fix global css being marked as side effect free: [#​41481](https://togithub.com/vercel/next.js/issues/41481) - Append the fragment in NextUrl.toString(): [#​41501](https://togithub.com/vercel/next.js/issues/41501) - Add vary header to fix incorrectly caching RSC as HTML response: [#​41479](https://togithub.com/vercel/next.js/issues/41479) - Enable swcMinify by default: [#​41506](https://togithub.com/vercel/next.js/issues/41506) - Move fetch revalidate config under next options: [#​41505](https://togithub.com/vercel/next.js/issues/41505) - Fix app sc_client componet HMR server-side: [#​41510](https://togithub.com/vercel/next.js/issues/41510) - fix(ts): `Cookies` -> `NextCookies`: [#​41491](https://togithub.com/vercel/next.js/issues/41491) - Update edge runtime to 1.1.0-beta.40: [#​41513](https://togithub.com/vercel/next.js/issues/41513) - BREAKING CHANGE: Remove `target: serverless`: [#​41495](https://togithub.com/vercel/next.js/issues/41495) - Fix next-app-loader bug in windows: [#​41520](https://togithub.com/vercel/next.js/issues/41520) - Prebundle react for appDir: [#​41337](https://togithub.com/vercel/next.js/issues/41337) - BREAKING CHANGE: Remove `browsersListForSwc` and change default to `legacyBrowsers: false`: [#​41529](https://togithub.com/vercel/next.js/issues/41529) - chore: Update swc_core to `v0.39.7`: [#​41544](https://togithub.com/vercel/next.js/issues/41544) - Mark styled-jsx as client-only package: [#​41414](https://togithub.com/vercel/next.js/issues/41414) - Fix case where dispatch was missing: [#​41553](https://togithub.com/vercel/next.js/issues/41553) - Upgrade react-server-dom-webpack and precompiled assets: [#​41547](https://togithub.com/vercel/next.js/issues/41547) - Improve type checking: [#​41427](https://togithub.com/vercel/next.js/issues/41427) - Create hash digest for errors in app in production: [#​41559](https://togithub.com/vercel/next.js/issues/41559) - fix: allow user directory with `styled-jsx` prefix in `next dev`: [#​41484](https://togithub.com/vercel/next.js/issues/41484) - Fix `next/image` svg blur placeholder with `fill`: [#​41573](https://togithub.com/vercel/next.js/issues/41573) - Add TypeScript plugin: [#​41569](https://togithub.com/vercel/next.js/issues/41569) - Update RSC detection in minimal mode and fix config collection: [#​41541](https://togithub.com/vercel/next.js/issues/41541) - Add back() and forward() to new router: [#​41575](https://togithub.com/vercel/next.js/issues/41575) - Update page config APIs: [#​41580](https://togithub.com/vercel/next.js/issues/41580) - Improve server bundling strategy: [#​41584](https://togithub.com/vercel/next.js/issues/41584) - Update error message for invalid react-dom/server imports: [#​41582](https://togithub.com/vercel/next.js/issues/41582) - Support overriding request headers in middlewares: [#​41380](https://togithub.com/vercel/next.js/issues/41380) - Check root layout change on client: [#​41475](https://togithub.com/vercel/next.js/issues/41475) - Full remaining path in selected layout segment: [#​41562](https://togithub.com/vercel/next.js/issues/41562) - Add back/forward test for new router: [#​41590](https://togithub.com/vercel/next.js/issues/41590) - perf: refactor path logic in router + add LRU cache: [#​41365](https://togithub.com/vercel/next.js/issues/41365) - Add transpilePackages option: [#​41583](https://togithub.com/vercel/next.js/issues/41583) - Font loader types: [#​41591](https://togithub.com/vercel/next.js/issues/41591) - Updating size-adjust calculation: [#​41406](https://togithub.com/vercel/next.js/issues/41406) - Fix missing JSON.stringify in loader: [#​41599](https://togithub.com/vercel/next.js/issues/41599) - Root layout head not required: [#​41621](https://togithub.com/vercel/next.js/issues/41621) - feat(edge): adds AsyncLocalStorage support to the edge function sandbox: [#​41622](https://togithub.com/vercel/next.js/issues/41622) - Add support for `images.loaderFile` config: [#​41585](https://togithub.com/vercel/next.js/issues/41585) - BREAKING CHANGE: Remove React 17: [#​41629](https://togithub.com/vercel/next.js/issues/41629) - Update `next-image-experimental` codemod to handle loaders: [#​41633](https://togithub.com/vercel/next.js/issues/41633) - Font loader default config: [#​41628](https://togithub.com/vercel/next.js/issues/41628) - Disable using prebundled of react for appDir: [#​41635](https://togithub.com/vercel/next.js/issues/41635) - Refactor hot-reloader client for app: [#​41598](https://togithub.com/vercel/next.js/issues/41598) - Enable ReactRefreshLogBox-builtins.test.ts, remove loader from import trace: [#​41645](https://togithub.com/vercel/next.js/issues/41645) - layout: add build status for app routes: [#​41627](https://togithub.com/vercel/next.js/issues/41627) - Update [@​types/node](https://togithub.com/types/node) to 14.14.31: [#​41634](https://togithub.com/vercel/next.js/issues/41634) - Change `data-nimg` attribute on `next/image`: [#​41612](https://togithub.com/vercel/next.js/issues/41612) - chore: Update swc_core to `v0.40.7`: [#​41613](https://togithub.com/vercel/next.js/issues/41613) - Update to handle correct react version with app: [#​41658](https://togithub.com/vercel/next.js/issues/41658) - Improve errors for invalid component export: [#​41657](https://togithub.com/vercel/next.js/issues/41657) - Add experimental warning note: [#​41666](https://togithub.com/vercel/next.js/issues/41666) - Bundle ssr client layer excepts react externals: [#​41606](https://togithub.com/vercel/next.js/issues/41606) - Improve error message for wrong props: [#​41668](https://togithub.com/vercel/next.js/issues/41668) - Remove deprecated `webpack5` config option: [#​41667](https://togithub.com/vercel/next.js/issues/41667) - Improve error messages: [#​41669](https://togithub.com/vercel/next.js/issues/41669) - Create root layout: [#​41523](https://togithub.com/vercel/next.js/issues/41523) - Ensure we properly normalize /index in minimal mode: [#​41678](https://togithub.com/vercel/next.js/issues/41678) - Update params of PageProps to string map: [#​41677](https://togithub.com/vercel/next.js/issues/41677) - Expose AsyncLocalStorage on global for react: [#​41683](https://togithub.com/vercel/next.js/issues/41683) - Update URL malformed edge error: [#​41685](https://togithub.com/vercel/next.js/issues/41685) - Update to latest react experimental: [#​41671](https://togithub.com/vercel/next.js/issues/41671) - Revert "Add experimental warning note": [#​41688](https://togithub.com/vercel/next.js/issues/41688) - Fix typos: code comment: [#​41691](https://togithub.com/vercel/next.js/issues/41691) - useSelectedLayoutSegment -> useSelectedLayoutSegments, add useSelectedLayoutSegment with previous behavior: [#​41693](https://togithub.com/vercel/next.js/issues/41693) - Ensure `AsyncLocalStorage` for static generation is shared for client & server: [#​41695](https://togithub.com/vercel/next.js/issues/41695) - App dir sass: [#​41690](https://togithub.com/vercel/next.js/issues/41690) - chore: Update swc_core to `v0.40.13`: [#​41692](https://togithub.com/vercel/next.js/issues/41692) - Disable esm resolving for appDir and alias react: [#​41687](https://togithub.com/vercel/next.js/issues/41687) - Print error when next dev has conflicting app & page: [#​41656](https://togithub.com/vercel/next.js/issues/41656) - Support next option for Request: [#​41614](https://togithub.com/vercel/next.js/issues/41614) - Revert "chore: Update swc_core to `v0.40.13`": [#​41699](https://togithub.com/vercel/next.js/issues/41699) - Revert "Revert "chore: Update swc_core to `v0.40.13`"": [#​41700](https://togithub.com/vercel/next.js/issues/41700) - chore: Update swc_core to `v0.40.16`: [#​41702](https://togithub.com/vercel/next.js/issues/41702) - Move redirect and notFound to navigation exports: [#​41703](https://togithub.com/vercel/next.js/issues/41703) - Font subsets in function call: [#​41694](https://togithub.com/vercel/next.js/issues/41694) - Include resolved external package dirs: [#​41706](https://togithub.com/vercel/next.js/issues/41706) - Fail on prerendering with dynamic error config: [#​41707](https://togithub.com/vercel/next.js/issues/41707) - Update precompiled react to next channel: [#​41708](https://togithub.com/vercel/next.js/issues/41708) - Emit VSCode settings for TypeScript: [#​41710](https://togithub.com/vercel/next.js/issues/41710) - Upgrade Edge Runtime v.1.1.0: [#​41727](https://togithub.com/vercel/next.js/issues/41727) - Fix module trace error messages to not include queries: [#​41738](https://togithub.com/vercel/next.js/issues/41738) - Fix ignored file path: [#​41747](https://togithub.com/vercel/next.js/issues/41747) - Fix static generation and crawler requests: [#​41735](https://togithub.com/vercel/next.js/issues/41735) - Add error if `app` detected but config is missing: [#​41696](https://togithub.com/vercel/next.js/issues/41696) - Add default not found template: [#​41750](https://togithub.com/vercel/next.js/issues/41750) - Remove unneeded types: [#​41752](https://togithub.com/vercel/next.js/issues/41752) - Add message for `appDir` feedback: [#​41751](https://togithub.com/vercel/next.js/issues/41751) - feat: set a better type for the default image loader : [#​41639](https://togithub.com/vercel/next.js/issues/41639) - Fix edge entry layer resolution bug: [#​41757](https://togithub.com/vercel/next.js/issues/41757) - Dont apply existing externals path changing to rsc layers: [#​41744](https://togithub.com/vercel/next.js/issues/41744) - Pathname and search params SSG: [#​41247](https://togithub.com/vercel/next.js/issues/41247) - Update react next channel: [#​41761](https://togithub.com/vercel/next.js/issues/41761) - Font description and error messages: [#​41764](https://togithub.com/vercel/next.js/issues/41764) - Updating avg width metrics for google fonts: [#​41755](https://togithub.com/vercel/next.js/issues/41755) - Bump minimum Node.js version to 14.6.0: [#​41765](https://togithub.com/vercel/next.js/issues/41765) - Throw error child in : [#​41756](https://togithub.com/vercel/next.js/issues/41756) - \[typescript] fix typo in edge runtime name: [#​41773](https://togithub.com/vercel/next.js/issues/41773) - Only import dev overlay for dev mode: [#​41771](https://togithub.com/vercel/next.js/issues/41771) - Add initial head handling in app: [#​41607](https://togithub.com/vercel/next.js/issues/41607) - Fix revalidate during dev: [#​41772](https://togithub.com/vercel/next.js/issues/41772) - Fix no-store test case: [#​41775](https://togithub.com/vercel/next.js/issues/41775) - Ensure async_hooks are not resolved for client: [#​41778](https://togithub.com/vercel/next.js/issues/41778) - Make ship happen: [#​41776](https://togithub.com/vercel/next.js/issues/41776) - Add head handling: [#​41768](https://togithub.com/vercel/next.js/issues/41768) - Update async storage fix: [#​41779](https://togithub.com/vercel/next.js/issues/41779) ##### Documentation Changes - Updated example for i18n middleware: [#​40728](https://togithub.com/vercel/next.js/issues/40728) - docs: Remove extraneous FallbackComponent prop from error boundary docs: [#​40785](https://togithub.com/vercel/next.js/issues/40785) - Update static-html-export.md: [#​40808](https://togithub.com/vercel/next.js/issues/40808) - Add additional fix in hydration error document: [#​40675](https://togithub.com/vercel/next.js/issues/40675) - \[docs] Update Cypress config file name: [#​40849](https://togithub.com/vercel/next.js/issues/40849) - update url for React Hydration Documentation: [#​40883](https://togithub.com/vercel/next.js/issues/40883) - Typo in middleware upgrade guide: [#​40963](https://togithub.com/vercel/next.js/issues/40963) - Add useState and useEffect import: [#​40944](https://togithub.com/vercel/next.js/issues/40944) - Fix broken link in migration docs.: [#​41013](https://togithub.com/vercel/next.js/issues/41013) - Add Enterspeed blog example: [#​35897](https://togithub.com/vercel/next.js/issues/35897) - \[docs] Improve documentation around `pageExtensions`: [#​40039](https://togithub.com/vercel/next.js/issues/40039) - (Docs) getStaticProps & getServerSideProps TS section ([#​40607](https://togithub.com/vercel/next.js/issues/40607)): [#​40639](https://togithub.com/vercel/next.js/issues/40639) - class component -> functional component: [#​41089](https://togithub.com/vercel/next.js/issues/41089) - Docs: Fix misleading `console.log` output example: [#​41096](https://togithub.com/vercel/next.js/issues/41096) - Add note to incremental migration about dynamic routes + fallbacks: [#​41147](https://togithub.com/vercel/next.js/issues/41147) - Fix docs for next/image unconfigured hosts: [#​41223](https://togithub.com/vercel/next.js/issues/41223) - Update introduction.md: [#​41226](https://togithub.com/vercel/next.js/issues/41226) - Update security-headers doc: [#​41312](https://togithub.com/vercel/next.js/issues/41312) - docs: clarify `redirects` on client-side navigation: [#​41362](https://togithub.com/vercel/next.js/issues/41362) - Update node-module-in-edge-runtime.md: [#​41375](https://togithub.com/vercel/next.js/issues/41375) - docs: note MDX with remark-gfm usage: [#​41391](https://togithub.com/vercel/next.js/issues/41391) - docs: more detailed error message when failing to parse a middleware matcher: [#​41390](https://togithub.com/vercel/next.js/issues/41390) - Update docs with minimum node version 14.x: [#​41482](https://togithub.com/vercel/next.js/issues/41482) - Add `remotePatterns` link to next-image-unconfigured-host: [#​41504](https://togithub.com/vercel/next.js/issues/41504) - \[docs] fix grammatical error [#​41507](https://togithub.com/vercel/next.js/issues/41507): [#​41508](https://togithub.com/vercel/next.js/issues/41508) - Add `swcMinify` to the Upgrade Guide: [#​41521](https://togithub.com/vercel/next.js/issues/41521) - Fix links to `next/legacy/image` demo: [#​41539](https://togithub.com/vercel/next.js/issues/41539) - Docs for request headers overrides in middleware: [#​41546](https://togithub.com/vercel/next.js/issues/41546) - Fix docs typo in `next/image` sizes using fill prop: [#​41560](https://togithub.com/vercel/next.js/issues/41560) - Small change to note `` executes server methods: [#​41577](https://togithub.com/vercel/next.js/issues/41577) - docs: remove next/future/image note: [#​41610](https://togithub.com/vercel/next.js/issues/41610) - Update custom-error-page for getServerSideProps: [#​41723](https://togithub.com/vercel/next.js/issues/41723) - docs: update `ci-build-caching`: [#​41763](https://togithub.com/vercel/next.js/issues/41763) ##### Example Changes - chore: refactor with-next-sitemap example: [#​40712](https://togithub.com/vercel/next.js/issues/40712) - Updates with-supertokens example app: [#​40707](https://togithub.com/vercel/next.js/issues/40707) - chore: refactor with-typestyle example: [#​40740](https://togithub.com/vercel/next.js/issues/40740) - chore: migrate missing document of with-geist-ui example to typescript: [#​40743](https://togithub.com/vercel/next.js/issues/40743) - chore(examples): lock `msw` version in `with-msw` example: [#​40777](https://togithub.com/vercel/next.js/issues/40777) - chore: refactor using-router example: [#​40774](https://togithub.com/vercel/next.js/issues/40774) - Fix: Contentful webhook body parse.: [#​40732](https://togithub.com/vercel/next.js/issues/40732) - Open deploy link in new window for examples: [#​40804](https://togithub.com/vercel/next.js/issues/40804) - fix/window.gtag is not defined for Next.js-hydration event([#​40410](https://togithub.com/vercel/next.js/issues/40410)): [#​40645](https://togithub.com/vercel/next.js/issues/40645) - Update .env.local.example: [#​40839](https://togithub.com/vercel/next.js/issues/40839) - chore: refactor with-web-worker example: [#​40844](https://togithub.com/vercel/next.js/issues/40844) - Correct link for "Deploy" button: [#​40894](https://togithub.com/vercel/next.js/issues/40894) - Bump TypeScript version in with-typescript: [#​40924](https://togithub.com/vercel/next.js/issues/40924) - Revert "Fix: Contentful webhook body parse.": [#​40925](https://togithub.com/vercel/next.js/issues/40925) - Update cms-makeswift example: [#​41005](https://togithub.com/vercel/next.js/issues/41005) - chore(examples): upgrade `with-react-native-web` dependencies: [#​41024](https://togithub.com/vercel/next.js/issues/41024) - chore(examples): Convert `with-react-hook-form` example to TypeScript: [#​38796](https://togithub.com/vercel/next.js/issues/38796) - chore(examples): remove `next-env.d.ts` files: [#​41041](https://togithub.com/vercel/next.js/issues/41041) - Add NextUI example: [#​38209](https://togithub.com/vercel/next.js/issues/38209) - \[Examples] -> Add external official example `with-react-query`: [#​38101](https://togithub.com/vercel/next.js/issues/38101) - example: with-mantine: [#​34591](https://togithub.com/vercel/next.js/issues/34591) - Add Embedded KeystoneJS example: [#​25351](https://togithub.com/vercel/next.js/issues/25351) - Update examples/with-temporal: [#​33674](https://togithub.com/vercel/next.js/issues/33674) - Add windicss example: [#​35256](https://togithub.com/vercel/next.js/issues/35256) - chore(examples): Add `vanilla-extract` example: [#​41061](https://togithub.com/vercel/next.js/issues/41061) - examples/evm-multichain-dapp: [#​39206](https://togithub.com/vercel/next.js/issues/39206) - chore(examples): use correct name in `with-xata` example: [#​41063](https://togithub.com/vercel/next.js/issues/41063) - chore: update with-react-intl example: [#​40999](https://togithub.com/vercel/next.js/issues/40999) - Fix: \[slug].tsx: [#​41074](https://togithub.com/vercel/next.js/issues/41074) - docs(examples): refresh `cms-prismic` example: [#​40121](https://togithub.com/vercel/next.js/issues/40121) - Authsignal passwordless example: [#​41079](https://togithub.com/vercel/next.js/issues/41079) - chore(examples): Cosmic cms updates: [#​41080](https://togithub.com/vercel/next.js/issues/41080) - chore(example): updated react-multi-carousel to TS: [#​37930](https://togithub.com/vercel/next.js/issues/37930) - Add dotCMS example: [#​38214](https://togithub.com/vercel/next.js/issues/38214) - chore(examples): Add 'Sitefinity CMS' Example: [#​39537](https://togithub.com/vercel/next.js/issues/39537) - chore(examples): update `with-linaria`: [#​41085](https://togithub.com/vercel/next.js/issues/41085) - chore(examples): address remaining review in dotCMS example: [#​41091](https://togithub.com/vercel/next.js/issues/41091) - Lock experimental react version in tests: [#​41100](https://togithub.com/vercel/next.js/issues/41100) - Update Convex example for v0.2.0: [#​41143](https://togithub.com/vercel/next.js/issues/41143) - chore(examples): add webiny cms example: [#​41159](https://togithub.com/vercel/next.js/issues/41159) - chore(examples): add Radix UI example: [#​41169](https://togithub.com/vercel/next.js/issues/41169) - Updating to latest version of Clerk: [#​41192](https://togithub.com/vercel/next.js/issues/41192) - Fix error 500: [#​41205](https://togithub.com/vercel/next.js/issues/41205) - Add --frozen-lockfile in Docker example when using pnpm: [#​41291](https://togithub.com/vercel/next.js/issues/41291) - chore(examples): upgrade Auth0 example: [#​41284](https://togithub.com/vercel/next.js/issues/41284) - Remove references to `withSentry` function in `with-sentry` example: [#​41326](https://togithub.com/vercel/next.js/issues/41326) - add Cloudflare Turnstile example: [#​41283](https://togithub.com/vercel/next.js/issues/41283) - Added example with salesforce commerce cloud: [#​41376](https://togithub.com/vercel/next.js/issues/41376) - Update next pwa version in pwa example: [#​41386](https://togithub.com/vercel/next.js/issues/41386) - examples(with-routes-graphql): update GraphQL Yoga to v3: [#​41478](https://togithub.com/vercel/next.js/issues/41478) - chore(examples): fix typo: [#​41496](https://togithub.com/vercel/next.js/issues/41496) - chore(examples): upgrade Stripe example: [#​41550](https://togithub.com/vercel/next.js/issues/41550) - chore(examples): update with-apivideo: [#​39727](https://togithub.com/vercel/next.js/issues/39727) - chore(examples): fix typo in \[videoId].tsx: [#​41655](https://togithub.com/vercel/next.js/issues/41655) - examples(with-typescript-graphql): migrate to Yoga v3 and codegen new `preset: client`: [#​41597](https://togithub.com/vercel/next.js/issues/41597) - Bump version tailwindcss example to 3.2: [#​41681](https://togithub.com/vercel/next.js/issues/41681) ##### Misc Changes - Temporarily skip switchable runtime test on deploy: [#​40700](https://togithub.com/vercel/next.js/issues/40700) - Break assetPrefix app tests into separate suite: [#​40701](https://togithub.com/vercel/next.js/issues/40701) - Skip copying next-swc debug files during testing: [#​40761](https://togithub.com/vercel/next.js/issues/40761) - Add test case for /404 client transition: [#​40734](https://togithub.com/vercel/next.js/issues/40734) - Update publish to scope as public for initializing: [#​40778](https://togithub.com/vercel/next.js/issues/40778) - Update stats config for release stats: [#​40780](https://togithub.com/vercel/next.js/issues/40780) - Fix flaky full reload hmr tests: [#​40786](https://togithub.com/vercel/next.js/issues/40786) - Add missing release stats config for app: [#​40805](https://togithub.com/vercel/next.js/issues/40805) - Tolerate already published error for retrying: [#​40812](https://togithub.com/vercel/next.js/issues/40812) - Update publish script to skip lerna: [#​40815](https://togithub.com/vercel/next.js/issues/40815) - Disable flakey dev app test temporarily: [#​40816](https://togithub.com/vercel/next.js/issues/40816) - Update publish to skip private package: [#​40822](https://togithub.com/vercel/next.js/issues/40822) - Update pnpm-lock.yaml - Use an ellipsis character instead: [#​40913](https://togithub.com/vercel/next.js/issues/40913) - Update expected middleware test error: [#​40918](https://togithub.com/vercel/next.js/issues/40918) - Remove extra pnp test: [#​40929](https://togithub.com/vercel/next.js/issues/40929) - Always show node_modules inside test in VS Code: [#​40956](https://togithub.com/vercel/next.js/issues/40956) - misc: add benchmarking script for edge rendering: [#​40716](https://togithub.com/vercel/next.js/issues/40716) - Add timeout to playwright setup job: [#​40960](https://togithub.com/vercel/next.js/issues/40960) - Increase playwright install timeout to 5 min - Increase other timeouts - Skip experimental undici test for deploy mode: [#​41006](https://togithub.com/vercel/next.js/issues/41006) - Update flakey middleware rewrite test: [#​41007](https://togithub.com/vercel/next.js/issues/41007) - Add test for rewrite from pages to app with existing pages path: [#​41023](https://togithub.com/vercel/next.js/issues/41023) - chore/fix typo on contributing documentation: [#​41037](https://togithub.com/vercel/next.js/issues/41037) - chore(contributing): remove note about `eslint-config-next` - Revert "chore: make sure polyfills are built for `pnpm dev` ([#​40335](https://togithub.com/vercel/next.js/issues/40335))" - Merge branch 'canary' of github.com:vercel/next.js into canary - chore: make sure polyfills are built for `pnpm dev`: [#​41062](https://togithub.com/vercel/next.js/issues/41062) - chore(examples): fix lint - chore(examples): fix lint - chore(examples): fix lint - chore(examples): rename file from `.ts` to `.tsx` - chore(examples): fix lint - chore(examples): fix lint - chore(examples): fix example checks - Fix PR stats from experimental react: [#​41112](https://togithub.com/vercel/next.js/issues/41112) - Align pnpm version: [#​41123](https://togithub.com/vercel/next.js/issues/41123) - Add more test job timeouts: [#​41162](https://togithub.com/vercel/next.js/issues/41162) - Fix errors entry in codeowners - Upgrade React experimental: [#​41222](https://togithub.com/vercel/next.js/issues/41222) - Enable passing tests: [#​41241](https://togithub.com/vercel/next.js/issues/41241) - Skip serverless/serverless-trace target tests: [#​41252](https://togithub.com/vercel/next.js/issues/41252) - Add test for link to catchall route in new router: [#​41289](https://togithub.com/vercel/next.js/issues/41289) - misc: add minimal server bench setup: [#​41328](https://togithub.com/vercel/next.js/issues/41328) - Reduce local font loader options: [#​41332](https://togithub.com/vercel/next.js/issues/41332) - Reduce remote requests in google fonts: [#​41306](https://togithub.com/vercel/next.js/issues/41306) - Bump E2E test timeout minutes - Test for unused css modules with layout: [#​41018](https://togithub.com/vercel/next.js/issues/41018) - Support aarch64 Linux with page size >= 16k: [#​41229](https://togithub.com/vercel/next.js/issues/41229) - Update rsc error message: [#​41351](https://togithub.com/vercel/next.js/issues/41351) - docs: add tips for building first before running test for contribute Nextjs.: [#​41379](https://togithub.com/vercel/next.js/issues/41379) - Add npm to `create-next-app` environment package manager parser: [#​41279](https://togithub.com/vercel/next.js/issues/41279) - Update bench options in stats-config: [#​41432](https://togithub.com/vercel/next.js/issues/41432) - Bump test timeout-minutes for test dev - Fix E2E deploy test for API bodies: [#​41542](https://togithub.com/vercel/next.js/issues/41542) - Run all dev tests with replay on retry: [#​41168](https://togithub.com/vercel/next.js/issues/41168) - Increase timeout-minutes for dev jobs - chore: clarify issue template for examples - Add test fixture `e2e/app-dir/next-image`: [#​41609](https://togithub.com/vercel/next.js/issues/41609) - feat(cna): add template: [#​41660](https://togithub.com/vercel/next.js/issues/41660) - Pin build image version: [#​41704](https://togithub.com/vercel/next.js/issues/41704) - Update CNA app template: [#​41701](https://togithub.com/vercel/next.js/issues/41701) - Update font avg: [#​41734](https://togithub.com/vercel/next.js/issues/41734) - Enable appDir e2e deploy tests [#​1](https://togithub.com/vercel/next.js/issues/1): [#​41759](https://togithub.com/vercel/next.js/issues/41759) ##### Credits Huge thanks to [@​ijjk](https://togithub.com/ijjk), [@​huozhi](https://togithub.com/huozhi), [@​HaNdTriX](https://togithub.com/HaNdTriX), [@​iKethavel](https://togithub.com/iKethavel), [@​timneutkens](https://togithub.com/timneutkens), [@​shuding](https://togithub.com/shuding), [@​rishabhpoddar](https://togithub.com/rishabhpoddar), [@​hanneslund](https://togithub.com/hanneslund), [@​balazsorban44](https://togithub.com/balazsorban44), [@​anthonyshew](https://togithub.com/anthonyshew), [@​TomerAberbach](https://togithub.com/TomerAberbach), [@​philippbosch](https://togithub.com/philippbosch), [@​styfle](https://togithub.com/styfle), [@​mauriciomutte](https://togithub.com/mauriciomutte), [@​hayitsdavid](https://togithub.com/hayitsdavid), [@​abdennor](https://togithub.com/abdennor), [@​Kikobeats](https://togithub.com/Kikobeats), [@​cjdunteman](https://togithub.com/cjdunteman), [@​Mr-Afonso](https://togithub.com/Mr-Afonso), [@​kdy1](https://togithub.com/kdy1), [@​jaril](https://togithub.com/jaril), [@​abdallah-nour](https://togithub.com/abdallah-nour), [@​North15](https://togithub.com/North15), [@​feedthejim](https://togithub.com/feedthejim), [@​brunocrosier](https://togithub.com/brunocrosier), [@​Schniz](https://togithub.com/Schniz), [@​sedlukha](https://togithub.com/sedlukha), [@​hashlash](https://togithub.com/hashlash), [@​Ethan-Arrowood](https://togithub.com/Ethan-Arrowood), [@​fireairforce](https://togithub.com/fireairforce), [@​migueloller](https://togithub.com/migueloller), [@​leerob](https://togithub.com/leerob), [@​janicklas-ralph](https://togithub.com/janicklas-ralph), [@​Trystanr](https://togithub.com/Trystanr), [@​atilafassina](https://togithub.com/atilafassina), [@​nramkissoon](https://togithub.com/nramkissoon), [@​kasperadk](https://togithub.com/kasperadk), [@​valcosmos](https://togithub.com/valcosmos), [@​henriqueholtz](https://togithub.com/henriqueholtz), [@​nip10](https://togithub.com/nip10), [@​jesstelford](https://togithub.com/jesstelford), [@​lorensr](https://togithub.com/lorensr), [@​AviAvinav](https://togithub.com/AviAvinav), [@​SukkaW](https://togithub.com/SukkaW), [@​jaycedotbin](https://togithub.com/jaycedotbin), [@​saurabhburade](https://togithub.com/saurabhburade), [@​notrab](https://togithub.com/notrab), [@​kwonoj](https://togithub.com/kwonoj), [@​sanruiz](https://togithub.com/sanruiz), [@​angeloashmore](https://togithub.com/angeloashmore), [@​falsepopsky](https://togithub.com/falsepopsky), [@​fmontes](https://togithub.com/fmontes), [@​Gebov](https://togithub.com/Gebov), [@​UltiRequiem](https://togithub.com/UltiRequiem), [@​p13lgst](https://togithub.com/p13lgst), [@​Simek](https://togithub.com/Simek), [@​mrkldshv](https://togithub.com/mrkldshv), [@​thomasballinger](https://togithub.com/thomasballinger), [@​kyliau](https://togithub.com/kyliau), [@​AdarshKonchady](https://togithub.com/AdarshKonchady), [@​endymion1818](https://togithub.com/endymion1818), [@​pedro757](https://togithub.com/pedro757), [@​perkinsjr](https://togithub.com/perkinsjr), [@​gnoff](https://togithub.com/gnoff), [@​jridgewell](https://togithub.com/jridgewell), [@​silvioprog](https://togithub.com/silvioprog), [@​mabels](https://togithub.com/mabels), [@​nialexsan](https://togithub.com/nialexsan), [@​feugy](https://togithub.com/feugy), [@​jackromo888](https://togithub.com/jackromo888), [@​crazyurus](https://togithub.com/crazyurus), [@​EarlGeorge](https://togithub.com/EarlGeorge), [@​MariaSolOs](https://togithub.com/MariaSolOs), [@​lforst](https://togithub.com/lforst), [@​maximbaz](https://togithub.com/maximbaz), [@​maxam2017](https://togithub.com/maxam2017), [@​teobler](https://togithub.com/teobler), [@​Nutlope](https://togithub.com/Nutlope), [@​sunwoo0706](https://togithub.com/sunwoo0706), [@​WestonThayer](https://togithub.com/WestonThayer), [@​Brooooooklyn](https://togithub.com/Brooooooklyn), [@​Nsttt](https://togithub.com/Nsttt), [@​charlypoly](https://togithub.com/charlypoly), [@​aprendendofelipe](https://togithub.com/aprendendofelipe), [@​sviridoff](https://togithub.com/sviridoff), [@​jackton1](https://togithub.com/jackton1), [@​nuta](https://togithub.com/nuta), [@​Rpaudel379](https://togithub.com/Rpaudel379), [@​marcialca](https://togithub.com/marcialca), [@​MarDi66](https://togithub.com/MarDi66), [@​ismaelrumzan](https://togithub.com/ismaelrumzan), [@​javivelasco](https://togithub.com/javivelasco), [@​eltociear](https://togithub.com/eltociear), [@​hiro0218](https://togithub.com/hiro0218), [@​HugoDF](https://togithub.com/HugoDF), [@​saulloalmeida](https://togithub.com/saulloalmeida), [@​ahhshm](https://togithub.com/ahhshm), [@​eve0415](https://togithub.com/eve0415), and [@​sokra](https://togithub.com/sokra) for helping!

Configuration

📅 Schedule: Branch creation - "on Saturday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • [ ] If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

cypress[bot] commented 2 years ago



Test summary

96 0 0 0


Run details

Project HedgeDoc react-client
Status Passed
Commit 24de9dec46 ℹ️
Started Oct 30, 2022 12:06 PM
Ended Oct 30, 2022 12:07 PM
Duration 01:27 💡
OS Linux Debian - 11.4
Browser Chrome 105

View run in Cypress Dashboard ➡️


This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. You can manage this integration in this project's settings in the Cypress Dashboard