dsebastien / website-dsebastien

website-dsebastien-dsebastien.vercel.app
Other
9 stars 2 forks source link

Update nextjs monorepo #47

Open renovate[bot] opened 3 years ago

renovate[bot] commented 3 years ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@next/mdx 10.0.7 -> 10.2.3 age adoption passing confidence
next (source) 13.0.0 -> 13.2.4 age adoption passing confidence

Release Notes

vercel/next.js ### [`v10.2.3`](https://togithub.com/vercel/next.js/releases/tag/v10.2.3) [Compare Source](https://togithub.com/vercel/next.js/compare/v10.2.2...v10.2.3) ##### Core Changes - lazy load postcss plugins: [#​25317](https://togithub.com/vercel/next.js/issues/25317) - Add missing i18n types in gip context: [#​25363](https://togithub.com/vercel/next.js/issues/25363) - Ensure externals are correct for mini-css-extract-plugin: [#​25340](https://togithub.com/vercel/next.js/issues/25340) - Update beforeFiles rewrites to continue: [#​25418](https://togithub.com/vercel/next.js/issues/25418) ##### Documentation Changes - Update docs to show how to typecheck next.config.js: [#​25240](https://togithub.com/vercel/next.js/issues/25240) - docs: typo in rewrites page: [#​25377](https://togithub.com/vercel/next.js/issues/25377) ##### Example Changes - Fix PatternFly 4 example: [#​25356](https://togithub.com/vercel/next.js/issues/25356) - Update package.json blog-starter-typescript: [#​25361](https://togithub.com/vercel/next.js/issues/25361) - New kontent UI screenshots: [#​25387](https://togithub.com/vercel/next.js/issues/25387) ##### Misc Changes - Follow up rewrites regression test for [#​25208](https://togithub.com/vercel/next.js/issues/25208): [#​25282](https://togithub.com/vercel/next.js/issues/25282) - Fix ie11 has rewrite test: [#​25342](https://togithub.com/vercel/next.js/issues/25342) ##### Credits Huge thanks to [@​alexbrazier](https://togithub.com/alexbrazier), [@​jamsinclair](https://togithub.com/jamsinclair), [@​sokra](https://togithub.com/sokra), [@​fabianishere](https://togithub.com/fabianishere), [@​rokinsky](https://togithub.com/rokinsky), [@​ijjk](https://togithub.com/ijjk), [@​msidqi](https://togithub.com/msidqi), [@​rubensdemelo](https://togithub.com/rubensdemelo), and [@​Simply007](https://togithub.com/Simply007) for helping! ### [`v10.2.2`](https://togithub.com/vercel/next.js/releases/tag/v10.2.2) [Compare Source](https://togithub.com/vercel/next.js/compare/v10.2.1...v10.2.2) ##### Core Changes - server doesn't need to be contenthashing at all: [#​25251](https://togithub.com/vercel/next.js/issues/25251) - Update postcss-loader to 4.3.0: [#​25197](https://togithub.com/vercel/next.js/issues/25197) - restore webpack defaults for managed/immutablePaths: [#​25250](https://togithub.com/vercel/next.js/issues/25250) - react-loadable-plugin. Handle undefined opts.caller: [#​25264](https://togithub.com/vercel/next.js/issues/25264) ##### Documentation Changes - doc(typescript.md) Mention incremental type checking: [#​25268](https://togithub.com/vercel/next.js/issues/25268) ##### Misc Changes - Ensure CNA install succeeds with npm and example flags: [#​25267](https://togithub.com/vercel/next.js/issues/25267) - Update output size test to handle version change: [#​25275](https://togithub.com/vercel/next.js/issues/25275) - Update the text for eslint/no-page-custom-font rule: [#​25117](https://togithub.com/vercel/next.js/issues/25117) ##### Credits Huge thanks to [@​sokra](https://togithub.com/sokra), [@​bradlc](https://togithub.com/bradlc), [@​SinimaWath](https://togithub.com/SinimaWath), and [@​rgabs](https://togithub.com/rgabs) for helping! ### [`v10.2.1`](https://togithub.com/vercel/next.js/releases/tag/v10.2.1) [Compare Source](https://togithub.com/vercel/next.js/compare/v10.2.0...v10.2.1) ##### Core Changes - Remove unnecessary optimizeFonts key from type: [#​24563](https://togithub.com/vercel/next.js/issues/24563) - Fix Image compatibility issue when using `sizes`: [#​24569](https://togithub.com/vercel/next.js/issues/24569) - Replace regex lexer with minimal regex for named groups: [#​24604](https://togithub.com/vercel/next.js/issues/24604) - Remove un-used lib files: [#​24625](https://togithub.com/vercel/next.js/issues/24625) - Adds ESLint with default rule-set: [#​23702](https://togithub.com/vercel/next.js/issues/23702) - Don't swallow MODULE_NOT_FOUND error: [#​24577](https://togithub.com/vercel/next.js/issues/24577) - Fix/link router 24075 take asPath instead of pathName in router: [#​24199](https://togithub.com/vercel/next.js/issues/24199) - Add experimental blurry placeholder to image component: [#​24153](https://togithub.com/vercel/next.js/issues/24153) - update webpack to 5.36.2, use dependOn: [#​24656](https://togithub.com/vercel/next.js/issues/24656) - Add type checking events: [#​24595](https://togithub.com/vercel/next.js/issues/24595) - fix memory leak in require.cache: [#​24282](https://togithub.com/vercel/next.js/issues/24282) - Don't throw 500 error when Content-type is invalid: [#​24818](https://togithub.com/vercel/next.js/issues/24818) - Land - Font optimizations - Adobe Fonts / Typekit support : [#​24834](https://togithub.com/vercel/next.js/issues/24834) - updated zustand example : [#​24884](https://togithub.com/vercel/next.js/issues/24884) - feat(build): Log whether type checking is actually performed: [#​24440](https://togithub.com/vercel/next.js/issues/24440) - webpack 5 externals fixes: [#​24603](https://togithub.com/vercel/next.js/issues/24603) - Remove experimental babel flag: [#​24776](https://togithub.com/vercel/next.js/issues/24776) - cache typechecking with incremental compilation: [#​24559](https://togithub.com/vercel/next.js/issues/24559) - Ensure next/dynamic transpiles for tests: [#​24751](https://togithub.com/vercel/next.js/issues/24751) - fix: handle compression for custom-server render calls ([#​16378](https://togithub.com/vercel/next.js/issues/16378)): [#​18891](https://togithub.com/vercel/next.js/issues/18891) - Refactor experimental-script component : [#​24940](https://togithub.com/vercel/next.js/issues/24940) - Fix: Non-writable pages/\_app breaks build : [#​24849](https://togithub.com/vercel/next.js/issues/24849) - I18n context initial props: [#​21930](https://togithub.com/vercel/next.js/issues/21930) - update webpack to 5.37.0: [#​24954](https://togithub.com/vercel/next.js/issues/24954) - Ensure webpack cache is invalidated for alias change: [#​24956](https://togithub.com/vercel/next.js/issues/24956) ##### Documentation Changes - Add documentation on Font Optimization.: [#​24572](https://togithub.com/vercel/next.js/issues/24572) - Clarify whether router.pathname includes basePath: [#​24675](https://togithub.com/vercel/next.js/issues/24675) - Update font optimization docs to mention opting out.: [#​24756](https://togithub.com/vercel/next.js/issues/24756) - Bumps version of supertokens dependencies and updates its README: [#​24571](https://togithub.com/vercel/next.js/issues/24571) - docs(response-helpers): Update res.json definition: [#​24782](https://togithub.com/vercel/next.js/issues/24782) - docs(next/router): Update router.push api: [#​24833](https://togithub.com/vercel/next.js/issues/24833) - docs(config intro): Fix github link hash: [#​24838](https://togithub.com/vercel/next.js/issues/24838) - Add version note for `has` property: [#​24836](https://togithub.com/vercel/next.js/issues/24836) - Remove old docs sections: [#​24853](https://togithub.com/vercel/next.js/issues/24853) - Add additional reason for the Prerender Error when running next export: [#​24828](https://togithub.com/vercel/next.js/issues/24828) - feat(create-next-app): add `--ts, --typescript` support: [#​24655](https://togithub.com/vercel/next.js/issues/24655) - ESLint Plugin: Disallow in Head from next/document: [#​24868](https://togithub.com/vercel/next.js/issues/24868) - Clarify rewrites and other docs cleanup.: [#​24890](https://togithub.com/vercel/next.js/issues/24890) - ESLint Plugin: Google Font rules: [#​24766](https://togithub.com/vercel/next.js/issues/24766) - ESLint Plugin: passHref is not assigned: [#​24670](https://togithub.com/vercel/next.js/issues/24670) - ESLint Plugin: Custom Font at page-level rule: [#​24789](https://togithub.com/vercel/next.js/issues/24789) - ESLint Plugin: Prevent bad imports of next/document and next/head: [#​24832](https://togithub.com/vercel/next.js/issues/24832) ##### Example Changes - Fix: with-passport example dependency issue: [#​24567](https://togithub.com/vercel/next.js/issues/24567) - demo serving storybook static build with serve: [#​24812](https://togithub.com/vercel/next.js/issues/24812) - Update signin/signup form samples: [#​24524](https://togithub.com/vercel/next.js/issues/24524) - react-hook-form example: [#​21245](https://togithub.com/vercel/next.js/issues/21245) - Update example with-sentry: [#​24819](https://togithub.com/vercel/next.js/issues/24819) - Update custom server examples: [#​24814](https://togithub.com/vercel/next.js/issues/24814) - Remove outdated/deprecated/unmainted examples: [#​24945](https://togithub.com/vercel/next.js/issues/24945) - Fix build in blog-starter-typescript example: [#​24695](https://togithub.com/vercel/next.js/issues/24695) - Update with-three-js example: [#​24857](https://togithub.com/vercel/next.js/issues/24857) - Update with-mdx-remote example: [#​24973](https://togithub.com/vercel/next.js/issues/24973) ##### Misc Changes - fix(next-storybook): make rules an array in webpack config: [#​22125](https://togithub.com/vercel/next.js/issues/22125) - Fix rewrite shape in Storybook: [#​24827](https://togithub.com/vercel/next.js/issues/24827) - Match last PR mention in commit message for release notes - Add label for chrome automatically to PR ##### Credits Huge thanks to [@​darshkpatel](https://togithub.com/darshkpatel), [@​leerob](https://togithub.com/leerob), [@​sumanthratna](https://togithub.com/sumanthratna), [@​shuding](https://togithub.com/shuding), [@​housseindjirdeh](https://togithub.com/housseindjirdeh), [@​PepijnSenders](https://togithub.com/PepijnSenders), [@​prophet1996](https://togithub.com/prophet1996), [@​Joonpark13](https://togithub.com/Joonpark13), [@​tremby](https://togithub.com/tremby), [@​sokra](https://togithub.com/sokra), [@​stefanprobst](https://togithub.com/stefanprobst), [@​dopt](https://togithub.com/dopt), [@​rishabhpoddar](https://togithub.com/rishabhpoddar), [@​aydinkn](https://togithub.com/aydinkn), [@​ErfanMirzapour](https://togithub.com/ErfanMirzapour), [@​vitalybaev](https://togithub.com/vitalybaev), [@​ijjk](https://togithub.com/ijjk), [@​tubbo](https://togithub.com/tubbo), [@​frontendtony](https://togithub.com/frontendtony), [@​eric-burel](https://togithub.com/eric-burel), [@​ctjlewis](https://togithub.com/ctjlewis), [@​Munawwar](https://togithub.com/Munawwar), [@​iker-barriocanal](https://togithub.com/iker-barriocanal), [@​eps1lon](https://togithub.com/eps1lon), [@​janicklas-ralph](https://togithub.com/janicklas-ralph), [@​Gigiz](https://togithub.com/Gigiz), [@​mplis](https://togithub.com/mplis), [@​HaNdTriX](https://togithub.com/HaNdTriX), and [@​jigsawye](https://togithub.com/jigsawye) for helping! ### [`v10.2.0`](https://togithub.com/vercel/next.js/releases/tag/v10.2.0) [Compare Source](https://togithub.com/vercel/next.js/compare/v10.1.3...v10.2.0) ##### Core Changes - Ensure default fallback values are correct with i18n: [#​23675](https://togithub.com/vercel/next.js/issues/23675) - Font optimization: [#​21676](https://togithub.com/vercel/next.js/issues/21676) - Stop mutating `resolvedAsPath`: [#​23705](https://togithub.com/vercel/next.js/issues/23705) - Fix webpack5 cache distDir: [#​23718](https://togithub.com/vercel/next.js/issues/23718) - Ensure basePath is not applied for external GSSP redirect: [#​23673](https://togithub.com/vercel/next.js/issues/23673) - Ensure fallback rewrites dont match over pages with i18n: [#​23674](https://togithub.com/vercel/next.js/issues/23674) - Ensure no-op export returns without error: [#​23752](https://togithub.com/vercel/next.js/issues/23752) - upgrade to webpack 5.31.0: [#​23776](https://togithub.com/vercel/next.js/issues/23776) - Babel fast mode: [#​23760](https://togithub.com/vercel/next.js/issues/23760) - Resolve new babel loader through require.resolve: [#​23819](https://togithub.com/vercel/next.js/issues/23819) - upgrade webpack to 5.31.2: [#​23861](https://togithub.com/vercel/next.js/issues/23861) - reduce the number of write syscalls by buffering: [#​23863](https://togithub.com/vercel/next.js/issues/23863) - Remove bugfix needed for webpack 4 when webpack 5 is used: [#​23886](https://togithub.com/vercel/next.js/issues/23886) - Ensure no-op rewrite matches dynamic route with i18n correctly: [#​23860](https://togithub.com/vercel/next.js/issues/23860) - Ensure minimal mode SSR 404 handling is correct: [#​23996](https://togithub.com/vercel/next.js/issues/23996) - Enable webpack5 by default: [#​23810](https://togithub.com/vercel/next.js/issues/23810) - Add request deduplication to image optimizer: [#​24000](https://togithub.com/vercel/next.js/issues/24000) - Use regex lexer for gathering named groups from has: [#​23626](https://togithub.com/vercel/next.js/issues/23626) - Clean up eventsource initialization: [#​24015](https://togithub.com/vercel/next.js/issues/24015) - Add react@experimental testing: [#​23359](https://togithub.com/vercel/next.js/issues/23359) - fix: upgrade cssnano/postcss version: [#​24034](https://togithub.com/vercel/next.js/issues/24034) - update webpack to 5.33: [#​24077](https://togithub.com/vercel/next.js/issues/24077) - Fall back to default components when a top-level error occurs: [#​24079](https://togithub.com/vercel/next.js/issues/24079) - improve pr stats action: [#​24086](https://togithub.com/vercel/next.js/issues/24086) - Fix IE11 incompatibility due to string litterals: [#​23784](https://togithub.com/vercel/next.js/issues/23784) - Fix fallback: false triggering 404 before rewrites: [#​24121](https://togithub.com/vercel/next.js/issues/24121) - Use same num workers between export and build: [#​24180](https://togithub.com/vercel/next.js/issues/24180) - Fix serving Images through external rewrite with Image component: [#​21001](https://togithub.com/vercel/next.js/issues/21001) - Ensure locale is not duplicated from differing casing: [#​24187](https://togithub.com/vercel/next.js/issues/24187) - Add error for getStaticPaths on non-dynamic page: [#​24188](https://togithub.com/vercel/next.js/issues/24188) - Ensure query for static pages with rewrites is updated correctly: [#​24189](https://togithub.com/vercel/next.js/issues/24189) - startup performance improvements: [#​24129](https://togithub.com/vercel/next.js/issues/24129) - ci: fix PnP e2e tests using Webpack 5: [#​24216](https://togithub.com/vercel/next.js/issues/24216) - Disable strictExportPresence when webpack 5 is enabled: [#​24214](https://togithub.com/vercel/next.js/issues/24214) - upgrade webpack to 5.34: [#​24230](https://togithub.com/vercel/next.js/issues/24230) - Omit un-necessary stack trace from invalid routes: [#​24240](https://togithub.com/vercel/next.js/issues/24240) - Babel Turbo Loader, Part 2: [#​24078](https://togithub.com/vercel/next.js/issues/24078) - Ensure locale cookie does not error with similarly named cookie: [#​24182](https://togithub.com/vercel/next.js/issues/24182) - Add event for webpack 5 usage: [#​24222](https://togithub.com/vercel/next.js/issues/24222) - Fix metrics measurements under new root API: [#​24110](https://togithub.com/vercel/next.js/issues/24110) - feat: add type to previewData: [#​21574](https://togithub.com/vercel/next.js/issues/21574) - improve react-loadable-plugin: [#​24281](https://togithub.com/vercel/next.js/issues/24281) - webpack 5.35: [#​24293](https://togithub.com/vercel/next.js/issues/24293) - Ensure locale key not duplicated when navigating back to root path with a query or hash value: [#​24323](https://togithub.com/vercel/next.js/issues/24323) - Adding script loader files to package.json: [#​24326](https://togithub.com/vercel/next.js/issues/24326) - Bump next-babel-loader cache key: [#​24335](https://togithub.com/vercel/next.js/issues/24335) - Ensure dev overlay is triggered for more \_app/\_document errors: [#​24328](https://togithub.com/vercel/next.js/issues/24328) - Fix not exposing server errors in hot reloader: [#​24331](https://togithub.com/vercel/next.js/issues/24331) - experimental: remove legacy plugin system: [#​20759](https://togithub.com/vercel/next.js/issues/20759) - Replace experimental `reactMode` with `reactRoot`: [#​24280](https://togithub.com/vercel/next.js/issues/24280) - \[next] update initial config message: [#​23165](https://togithub.com/vercel/next.js/issues/23165) - Upgrade eslint to the latest version: [#​24377](https://togithub.com/vercel/next.js/issues/24377) - Ensure proxy rewrite does not hang on error: [#​24394](https://togithub.com/vercel/next.js/issues/24394) - Font optimization bug fix: [#​24162](https://togithub.com/vercel/next.js/issues/24162) - Ensure stalled CSS triggers fallback navigation: [#​24488](https://togithub.com/vercel/next.js/issues/24488) - Remove experimental note for has routes: [#​24529](https://togithub.com/vercel/next.js/issues/24529) - Test fixes for Babel mode: [#​24312](https://togithub.com/vercel/next.js/issues/24312) - Upgrade postcss: [#​24546](https://togithub.com/vercel/next.js/issues/24546) ##### Documentation Changes - Add note about prefetching: [#​23732](https://togithub.com/vercel/next.js/issues/23732) - docs: Update built-in-css-support.md with Linaria example: [#​23333](https://togithub.com/vercel/next.js/issues/23333) - Fix upgrading broken link: [#​23785](https://togithub.com/vercel/next.js/issues/23785) - Add experimental note to docs for has: [#​23835](https://togithub.com/vercel/next.js/issues/23835) - Update incremental migration doc and add version for new rewrites: [#​23859](https://togithub.com/vercel/next.js/issues/23859) - Add missing import in CSS docs: [#​24007](https://togithub.com/vercel/next.js/issues/24007) - docs: Fix TypeScript casing: [#​24040](https://togithub.com/vercel/next.js/issues/24040) - Update .now.sh to .vercel.app.: [#​22359](https://togithub.com/vercel/next.js/issues/22359) - Updated prefetch documentation: [#​24171](https://togithub.com/vercel/next.js/issues/24171) - Docs update: Redirect paths with parentheses: [#​24062](https://togithub.com/vercel/next.js/issues/24062) - Update incremental adoption in rewrites doc: [#​24186](https://togithub.com/vercel/next.js/issues/24186) - docs: fix a11y router examples: [#​23031](https://togithub.com/vercel/next.js/issues/23031) - Add next-intl example: [#​21447](https://togithub.com/vercel/next.js/issues/21447) - Clarify dynamic imports documentation: [#​24168](https://togithub.com/vercel/next.js/issues/24168) - docs: reduce image size in sample Dockerfile: [#​24108](https://togithub.com/vercel/next.js/issues/24108) - Update Preview Mode docs for developing locally: [#​22906](https://togithub.com/vercel/next.js/issues/22906) - Docs: add info about fallback to prerender-error: [#​22828](https://togithub.com/vercel/next.js/issues/22828) - Add note for exportPathMap query and prerender pages: [#​24266](https://togithub.com/vercel/next.js/issues/24266) - Mention notFound cache purging use-case: [#​21234](https://togithub.com/vercel/next.js/issues/21234) - docs(deployment): prune non-production deps: [#​23056](https://togithub.com/vercel/next.js/issues/23056) - Docs update: Adds supertokens to 'Bring Your Own Database' section as well + improvements to code structure in example: [#​23779](https://togithub.com/vercel/next.js/issues/23779) ##### Example Changes - fixes a part of [#​23607](https://togithub.com/vercel/next.js/issues/23607) remove with-glamor example: [#​23639](https://togithub.com/vercel/next.js/issues/23639) - fix with-web-worker example.: [#​23634](https://togithub.com/vercel/next.js/issues/23634) - fix with-styled-jsx-plugins example.: [#​23635](https://togithub.com/vercel/next.js/issues/23635) - fix with-mqtt-js example.: [#​23636](https://togithub.com/vercel/next.js/issues/23636) - Fix: Codeblock Syntax Highlighting: [#​23545](https://togithub.com/vercel/next.js/issues/23545) - Update to with-supertokens example: [#​23728](https://togithub.com/vercel/next.js/issues/23728) - Fixed issue accessing index page of "with-reason-relay" example: [#​23780](https://togithub.com/vercel/next.js/issues/23780) - Adding a plausible example: [#​23814](https://togithub.com/vercel/next.js/issues/23814) - Update tailwind css to v2.1 with jit support: [#​23793](https://togithub.com/vercel/next.js/issues/23793) - Update Tailwind CSS example with emotion to use JIT: [#​23843](https://togithub.com/vercel/next.js/issues/23843) - Update with-electron example: [#​23873](https://togithub.com/vercel/next.js/issues/23873) - Update redux-toolkit-typescript example: [#​23997](https://togithub.com/vercel/next.js/issues/23997) - Fix typescript types.: [#​23771](https://togithub.com/vercel/next.js/issues/23771) - Update Chakra UI examples to latest versions.: [#​23585](https://togithub.com/vercel/next.js/issues/23585) - Update SWR in with-magic example: [#​24185](https://togithub.com/vercel/next.js/issues/24185) - Minor fix to build command: [#​24158](https://togithub.com/vercel/next.js/issues/24158) - Fix call to setInterval: [#​22357](https://togithub.com/vercel/next.js/issues/22357) - Fixed bug where styled-jsx examples don't work because of a wrong plugin: [#​23414](https://togithub.com/vercel/next.js/issues/23414) - Bumping up the rebass version (v1 - v4) and fixing components and styling for it.: [#​23342](https://togithub.com/vercel/next.js/issues/23342) - cache Mongoose connections between hot reloads: [#​23321](https://togithub.com/vercel/next.js/issues/23321) - update with-realm-web example: [#​24241](https://togithub.com/vercel/next.js/issues/24241) - Update seed data for Kontent CMS example.: [#​24089](https://togithub.com/vercel/next.js/issues/24089) - Enable JIT for Tailwind + Emotion CSS example: [#​23912](https://togithub.com/vercel/next.js/issues/23912) - body parsing middleware is bundled with express >= 4.16.0: [#​23899](https://togithub.com/vercel/next.js/issues/23899) - chore(with-react-intl): allow extracting translation key from a deeper directory: [#​23874](https://togithub.com/vercel/next.js/issues/23874) - Simplify with redux toolkit typescript: [#​24161](https://togithub.com/vercel/next.js/issues/24161) - docs(examples): with-iron-session logout must be called via POST: [#​22240](https://togithub.com/vercel/next.js/issues/22240) - feat: add with-reflexjs example: [#​24068](https://togithub.com/vercel/next.js/issues/24068) - Add Clerk.dev example: [#​24311](https://togithub.com/vercel/next.js/issues/24311) - Fix for with-clerk example: [#​24324](https://togithub.com/vercel/next.js/issues/24324) - Fix strapi links: [#​24330](https://togithub.com/vercel/next.js/issues/24330) - Update with-aws-amplify-typescript example: [#​24292](https://togithub.com/vercel/next.js/issues/24292) - Now -> Vercel in api-routes-rest: [#​24431](https://togithub.com/vercel/next.js/issues/24431) - Fix: Object Destructuring Error: [#​24397](https://togithub.com/vercel/next.js/issues/24397) - feat: bump styled-components lib version examples: [#​24482](https://togithub.com/vercel/next.js/issues/24482) ##### Misc Changes - test(create-next-app): suppplying --use-npm prefers npm for installation: [#​23880](https://togithub.com/vercel/next.js/issues/23880) - Increase base Lighthouse score of default Create Next App template: [#​23887](https://togithub.com/vercel/next.js/issues/23887) - docs(create-next-app): add --use-npm: [#​24018](https://togithub.com/vercel/next.js/issues/24018) - Switch Create Next App default template to use next/image: [#​24076](https://togithub.com/vercel/next.js/issues/24076) - Update with-electron test: [#​24036](https://togithub.com/vercel/next.js/issues/24036) - Document the need to call App.getInitialProps() from a custom app's getInitialProps: [#​24002](https://togithub.com/vercel/next.js/issues/24002) - test(create-next-app): use latest examples: [#​24048](https://togithub.com/vercel/next.js/issues/24048) - add css to the stats-app: [#​24228](https://togithub.com/vercel/next.js/issues/24228) - Update 1.bug_report.yml - Update 2.example_bug_report.yml - Update 3.feature_request.yml - Update CI jobs to re-use cache: [#​24231](https://togithub.com/vercel/next.js/issues/24231) - chore(create-next-app): update help information: [#​24251](https://togithub.com/vercel/next.js/issues/24251) - fix types of next-webdriver: [#​23995](https://togithub.com/vercel/next.js/issues/23995) - Made template look correct in IE11: [#​24245](https://togithub.com/vercel/next.js/issues/24245) - Add test for top-level \_document error: [#​24313](https://togithub.com/vercel/next.js/issues/24313) - Fix side effects in router-is-ready tests: [#​24360](https://togithub.com/vercel/next.js/issues/24360) - Workaround for discrete passive effects change: [#​24369](https://togithub.com/vercel/next.js/issues/24369) - Update 1.bug_report.yml - Update 2.example_bug_report.yml - Update 3.feature_request.yml ##### Credits Huge thanks to [@​rpxs](https://togithub.com/rpxs), [@​lemarier](https://togithub.com/lemarier), [@​RayhanADev](https://togithub.com/RayhanADev), [@​janicklas-ralph](https://togithub.com/janicklas-ralph), [@​devknoll](https://togithub.com/devknoll), [@​felipeptcho](https://togithub.com/felipeptcho), [@​rishabhpoddar](https://togithub.com/rishabhpoddar), [@​sokra](https://togithub.com/sokra), [@​m-leon](https://togithub.com/m-leon), [@​turadg](https://togithub.com/turadg), [@​PierreBerger](https://togithub.com/PierreBerger), [@​divmain](https://togithub.com/divmain), [@​dominikwilkowski](https://togithub.com/dominikwilkowski), [@​pranavp10](https://togithub.com/pranavp10), [@​ijjk](https://togithub.com/ijjk), [@​santidalmasso](https://togithub.com/santidalmasso), [@​HaNdTriX](https://togithub.com/HaNdTriX), [@​jamesgeorge007](https://togithub.com/jamesgeorge007), [@​garmeeh](https://togithub.com/garmeeh), [@​leerob](https://togithub.com/leerob), [@​shuding](https://togithub.com/shuding), [@​feute](https://togithub.com/feute), [@​timneutkens](https://togithub.com/timneutkens), [@​alexvilchis](https://togithub.com/alexvilchis), [@​Timer](https://togithub.com/Timer), [@​malixsys](https://togithub.com/malixsys), [@​sahilrajput03](https://togithub.com/sahilrajput03), [@​marcvangend](https://togithub.com/marcvangend), [@​steven-tey](https://togithub.com/steven-tey), [@​julienben](https://togithub.com/julienben), [@​umarsenpai](https://togithub.com/umarsenpai), [@​Mzaien](https://togithub.com/Mzaien), [@​merceyz](https://togithub.com/merceyz), [@​AntelaBrais](https://togithub.com/AntelaBrais), [@​SystemDisc](https://togithub.com/SystemDisc), [@​M1ck0](https://togithub.com/M1ck0), [@​jbmoelker](https://togithub.com/jbmoelker), [@​jaisharx](https://togithub.com/jaisharx), [@​amannn](https://togithub.com/amannn), [@​vkarpov15](https://togithub.com/vkarpov15), [@​gaelhameon](https://togithub.com/gaelhameon), [@​4ortytwo](https://togithub.com/4ortytwo), [@​Simply007](https://togithub.com/Simply007), [@​styxlab](https://togithub.com/styxlab), [@​xCloudzx](https://togithub.com/xCloudzx), [@​wodCZ](https://togithub.com/wodCZ), [@​emmanuelgautier](https://togithub.com/emmanuelgautier), [@​leosuncin](https://togithub.com/leosuncin), [@​ludder](https://togithub.com/ludder), [@​geritol](https://togithub.com/geritol), [@​vassbence](https://togithub.com/vassbence), [@​vvo](https://togithub.com/vvo), [@​portenez](https://togithub.com/portenez), [@​arshad](https://togithub.com/arshad), [@​tarunama](https://togithub.com/tarunama), [@​flybayer](https://togithub.com/flybayer), [@​Hanaffi](https://togithub.com/Hanaffi), [@​SokratisVidros](https://togithub.com/SokratisVidros), [@​chibicode](https://togithub.com/chibicode), [@​kylemarshall18](https://togithub.com/kylemarshall18), [@​jarrodwatts](https://togithub.com/jarrodwatts), [@​sampoder](https://togithub.com/sampoder), [@​coetry](https://togithub.com/coetry), [@​Jkker](https://togithub.com/Jkker), and [@​omariosouto](https://togithub.com/omariosouto) for helping! ### [`v10.1.3`](https://togithub.com/vercel/next.js/releases/tag/v10.1.3) [Compare Source](https://togithub.com/vercel/next.js/compare/v10.1.2...v10.1.3) ##### Core Changes - Fix memory leak in image optimization: [#​23565](https://togithub.com/vercel/next.js/issues/23565) - Mark this.router protected: [#​23573](https://togithub.com/vercel/next.js/issues/23573) - Ensure has segments are allowed in destination: [#​23588](https://togithub.com/vercel/next.js/issues/23588) - Update decoder to correctly handle grayscale PNGs: [#​23393](https://togithub.com/vercel/next.js/issues/23393) - update webpack to 5.30: [#​23612](https://togithub.com/vercel/next.js/issues/23612) - Clean up RenderOptsPartial: [#​23614](https://togithub.com/vercel/next.js/issues/23614) ##### Documentation Changes - Update router.md to improve a11y: [#​23611](https://togithub.com/vercel/next.js/issues/23611) ##### Example Changes - Remove redundant prefresh dependency in with-preact example: [#​23567](https://togithub.com/vercel/next.js/issues/23567) - Delete examples/with-style-sheet directory: [#​23609](https://togithub.com/vercel/next.js/issues/23609) - Update custom-routes-proxying to use fallback rewrites: [#​23610](https://togithub.com/vercel/next.js/issues/23610) ##### Credits Huge thanks to [@​shuding](https://togithub.com/shuding), [@​zephraph](https://togithub.com/zephraph), [@​timneutkens](https://togithub.com/timneutkens), [@​samrobbins85](https://togithub.com/samrobbins85), [@​sokra](https://togithub.com/sokra), and [@​devknoll](https://togithub.com/devknoll) for helping! ### [`v10.1.2`](https://togithub.com/vercel/next.js/releases/tag/v10.1.2) [Compare Source](https://togithub.com/vercel/next.js/compare/v10.1.1...v10.1.2) ##### Core Changes - Temporarily remove experimental ESLint integration: [#​23521](https://togithub.com/vercel/next.js/issues/23521) ##### Credits Huge thanks to [@​Timer](https://togithub.com/Timer) for helping! ### [`v10.1.1`](https://togithub.com/vercel/next.js/releases/tag/v10.1.1) [Compare Source](https://togithub.com/vercel/next.js/compare/v10.1.0...v10.1.1) ##### Core Changes - Make eslint opt-in until it lands on stable: [#​23509](https://togithub.com/vercel/next.js/issues/23509) ##### Documentation Changes - Fix YAML parsing issue in ESLint docs.: [#​23511](https://togithub.com/vercel/next.js/issues/23511) ##### Credits Huge thanks to [@​leerob](https://togithub.com/leerob) for helping! ### [`v10.1.0`](https://togithub.com/vercel/next.js/releases/tag/v10.1.0) [Compare Source](https://togithub.com/vercel/next.js/compare/v10.0.9...v10.1.0) ##### Core Changes - Revert "Revert "\[a11y] Route Announcements"": [#​23086](https://togithub.com/vercel/next.js/issues/23086) - Upgrade jest-worker: [#​23077](https://togithub.com/vercel/next.js/issues/23077) - update webpack, fix runtime location, fix undeclared variable, omit env vars from cache version: [#​23113](https://togithub.com/vercel/next.js/issues/23113) - add env var to enable advanced webpack logging and profiling: [#​23178](https://togithub.com/vercel/next.js/issues/23178) - get files from entrypoints instead of from chunks: [#​23174](https://togithub.com/vercel/next.js/issues/23174) - rename to NEXT_WEBPACK_LOGGING: [#​23186](https://togithub.com/vercel/next.js/issues/23186) - Improve image optimizer to only create 1 worker thread: [#​23188](https://togithub.com/vercel/next.js/issues/23188) - Ensure process exits after build completes : [#​23207](https://togithub.com/vercel/next.js/issues/23207) - Fix invalid console.error link: [#​23213](https://togithub.com/vercel/next.js/issues/23213) - Experimental feature for allowing importing Typescript files outside of the root directory: [#​22867](https://togithub.com/vercel/next.js/issues/22867) - add separate progress output for typechecking: [#​23226](https://togithub.com/vercel/next.js/issues/23226) - Fix wrong source path resolved from the stack frame to not expose internal code: [#​23203](https://togithub.com/vercel/next.js/issues/23203) - upgrade webpack to 5.27.1: [#​23224](https://togithub.com/vercel/next.js/issues/23224) - Remove `visibility: hidden` from the image component: [#​23278](https://togithub.com/vercel/next.js/issues/23278) - Add fallback for <Image /> component when JavaScript is disabled in browser: [#​19052](https://togithub.com/vercel/next.js/issues/19052) - Add polyfills for node_modules that are covered in webpack 4 to webpack 5: [#​23316](https://togithub.com/vercel/next.js/issues/23316) - Add ESLint to Next.js: [#​22437](https://togithub.com/vercel/next.js/issues/22437) - Remove `visibility: inherit` from the image component: [#​23329](https://togithub.com/vercel/next.js/issues/23329) - Automatically enable webpack 5 when possible: [#​22323](https://togithub.com/vercel/next.js/issues/22323) - upgrade webpack to 5.28.0: [#​23350](https://togithub.com/vercel/next.js/issues/23350) - Add has route field: [#​22341](https://togithub.com/vercel/next.js/issues/22341) - Make sure the image optimization endpoint only response with images: [#​23366](https://togithub.com/vercel/next.js/issues/23366) - Run server client/server builds serially: [#​23371](https://togithub.com/vercel/next.js/issues/23371) - Add handling fo beforeFiles, afterFiles, and fallback rewrites: [#​23407](https://togithub.com/vercel/next.js/issues/23407) - Update err.sh links to use nextjs.org/docs/messages instead: [#​23353](https://togithub.com/vercel/next.js/issues/23353) - Add os-browserify dep: [#​23354](https://togithub.com/vercel/next.js/issues/23354) - Temporarily remove the automatic opt-in for webpack5: [#​23497](https://togithub.com/vercel/next.js/issues/23497) ##### Documentation Changes - Add note about next/export to Image Optimization docs.: [#​23088](https://togithub.com/vercel/next.js/issues/23088) - Duplicate scroll description: [#​23103](https://togithub.com/vercel/next.js/issues/23103) - Add image base path configuration option: [#​23115](https://togithub.com/vercel/next.js/issues/23115) - Document how to use `basePath` with `next/image`.: [#​23123](https://togithub.com/vercel/next.js/issues/23123) - Update next.config.js link to default config: [#​22989](https://togithub.com/vercel/next.js/issues/22989) - Add note about multiple requests when using incremental static generation: [#​23190](https://togithub.com/vercel/next.js/issues/23190) - docs(authentication): rephrase next-iron-session/next-auth: [#​23199](https://togithub.com/vercel/next.js/issues/23199) - Clarify a custom server doesn't mean you can't use an existing backend.: [#​23200](https://togithub.com/vercel/next.js/issues/23200) - Added Prepr CMS Examples to docs: [#​23221](https://togithub.com/vercel/next.js/issues/23221) - Include useEffect in SPA demo import, Fix punctuation: [#​23256](https://togithub.com/vercel/next.js/issues/23256) - Add manifest of error pages: [#​23310](https://togithub.com/vercel/next.js/issues/23310) - Fix typo in eslint doc: [#​23338](https://togithub.com/vercel/next.js/issues/23338) - Update babel docs to mention you can use babel.config.js.: [#​23434](https://togithub.com/vercel/next.js/issues/23434) - doc: fix ActiveLink detection condition: [#​23472](https://togithub.com/vercel/next.js/issues/23472) - Update `with-docker` example and deployment docs.: [#​23486](https://togithub.com/vercel/next.js/issues/23486) ##### Example Changes - fix(lib/db): type mismatch: [#​23107](https://togithub.com/vercel/next.js/issues/23107) - Simplify redux toolkit example and update packages: [#​23047](https://togithub.com/vercel/next.js/issues/23047) - Add Typescript section to Redux Toolkit Example: [#​23166](https://togithub.com/vercel/next.js/issues/23166) - Update Redis example to use Tailwind.: [#​23131](https://togithub.com/vercel/next.js/issues/23131) - Make [@​tailwindcss/jit](https://togithub.com/tailwindcss/jit) default engine for Tailwind CSS: [#​23192](https://togithub.com/vercel/next.js/issues/23192) - Update README for sentry example.: [#​23205](https://togithub.com/vercel/next.js/issues/23205) - Update reference to commit sha: [#​23215](https://togithub.com/vercel/next.js/issues/23215) - Fix broken link: [#​23230](https://togithub.com/vercel/next.js/issues/23230) - Add portfolio starter kit.: [#​23212](https://togithub.com/vercel/next.js/issues/23212) - feat: add exemple with redux toolkit in typescript: [#​23250](https://togithub.com/vercel/next.js/issues/23250) - Update with-stitches example: [#​23281](https://togithub.com/vercel/next.js/issues/23281) - Small updates to blog example.: [#​23258](https://togithub.com/vercel/next.js/issues/23258) - update with-xstate example and add documentation for inspect package usage: [#​23287](https://togithub.com/vercel/next.js/issues/23287) - Update dependencies for blog starter.: [#​23317](https://togithub.com/vercel/next.js/issues/23317) - Update with stitches example: [#​23326](https://togithub.com/vercel/next.js/issues/23326) - `with-stitches`: Use `latest` version: [#​23343](https://togithub.com/vercel/next.js/issues/23343) - with-stitches Fix Stitches config: [#​23394](https://togithub.com/vercel/next.js/issues/23394) - update with-linaria example: [#​23332](https://togithub.com/vercel/next.js/issues/23332) - \[examples] Fix image-component typo: [#​23437](https://togithub.com/vercel/next.js/issues/23437) - Add links to dependencies in with-three-js example README: [#​23470](https://togithub.com/vercel/next.js/issues/23470) ##### Misc Changes - Update CODEOWNERS - Add PR template - Consistent use of colons in contributing docs: [#​23260](https://togithub.com/vercel/next.js/issues/23260) - Update static-dir-deprecated.md - Update next.config.js rewrites - Update manifest.json - Update webpack5.md ##### Credits Huge thanks to [@​shuding](https://togithub.com/shuding), [@​leerob](https://togithub.com/leerob), [@​rekomat](https://togithub.com/rekomat), [@​Mzaien](https://togithub.com/Mzaien), [@​phoenixbox](https://togithub.com/phoenixbox), [@​Mokshit06](https://togithub.com/Mokshit06), [@​sokra](https://togithub.com/sokra), [@​jflayhart](https://togithub.com/jflayhart), [@​vvo](https://togithub.com/vvo), [@​ijjk](https://togithub.com/ijjk), [@​samsisle](https://togithub.com/samsisle), [@​tim-hanssen](https://togithub.com/tim-hanssen), [@​cipriancaba](https://togithub.com/cipriancaba), [@​DeHoKo](https://togithub.com/DeHoKo), [@​Mito9999](https://togithub.com/Mito9999), [@​JulienKode](https://togithub.com/JulienKode), [@​elitan](https://togithub.com/elitan), [@​peduarte](https://togithub.com/peduarte), [@​timneutkens](https://togithub.com/timneutkens), [@​moh12594](https://togithub.com/moh12594), [@​brunocrosier](https://togithub.com/brunocrosier), [@​housseindjirdeh](https://togithub.com/housseindjirdeh), [@​matamatanot](https://togithub.com/matamatanot), [@​Timer](https://togithub.com/Timer), [@​turadg](https://togithub.com/turadg), [@​styfle](https://togithub.com/styfle), [@​huozhi](https://togithub.com/huozhi), and [@​scottmacdonnell](https://togithub.com/scottmacdonnell) for helping! ### [`v10.0.9`](https://togithub.com/vercel/next.js/releases/tag/v10.0.9) [Compare Source](https://togithub.com/vercel/next.js/compare/v10.0.8...v10.0.9) ##### Core Changes - Fix idleTimeout error being thrown in route loader: [#​22775](https://togithub.com/vercel/next.js/issues/22775) - Dedupe in-flight server data requests: [#​22781](https://togithub.com/vercel/next.js/issues/22781) - Ensure /404 is not exported during build un-necessarily: [#​22825](https://togithub.com/vercel/next.js/issues/22825) - Remove extra work on cli functions: [#​22855](https://togithub.com/vercel/next.js/issues/22855) - Upgrade webpack 5: [#​22864](https://togithub.com/vercel/next.js/issues/22864) - Ensure env is loaded before next config: [#​22879](https://togithub.com/vercel/next.js/issues/22879) - Update /500 page exporting when \_error has custom GIP: [#​22887](https://togithub.com/vercel/next.js/issues/22887) - Add appDir field to server files manifest: [#​22915](https://togithub.com/vercel/next.js/issues/22915) - Fix next/image being downloaded multiple times on Safari: [#​22902](https://togithub.com/vercel/next.js/issues/22902) - Telemetry-compatible tracing: [#​22713](https://togithub.com/vercel/next.js/issues/22713) - Silence trace debug messages: [#​22988](https://togithub.com/vercel/next.js/issues/22988) - Ensure export only triggers when static pages are present: [#​22996](https://togithub.com/vercel/next.js/issues/22996) - Ensure i18n index prefetch is correct with trailingSlash: [#​22746](https://togithub.com/vercel/next.js/issues/22746) - Update README to fix broken links.: [#​23058](https://togithub.com/vercel/next.js/issues/23058) - Update error message for next export and next/image.: [#​23061](https://togithub.com/vercel/next.js/issues/23061) ##### Documentation Changes - Update module-path-aliases.md: [#​22739](https://togithub.com/vercel/next.js/issues/22739) - Update router.md: [#​21899](https://togithub.com/vercel/next.js/issues/21899) - Fix typo: [#​22891](https://togithub.com/vercel/next.js/issues/22891) - Add documentation for new static 500 behavior: [#​22888](https://togithub.com/vercel/next.js/issues/22888) - Fix typo in source maps documentation.: [#​22952](https://togithub.com/vercel/next.js/issues/22952) - Add note for loading env files during testing: [#​22982](https://togithub.com/vercel/next.js/issues/22982) - When there is data already, the props is props: { data }: [#​23003](https://togithub.com/vercel/next.js/issues/23003) - it is props: { posts }: [#​23004](https://togithub.com/vercel/next.js/issues/23004) - Update pages.md: [#​23064](https://togithub.com/vercel/next.js/issues/23064) ##### Example Changes - Add deploy with Vercel button to api-routes-apollo-server-and-client example: [#​22841](https://togithub.com/vercel/next.js/issues/22841) - Add RTL to with-next-translate example: [#​22808](https://togithub.com/vercel/next.js/issues/22808) - Corrected the url to strapi documentation: [#​22870](https://togithub.com/vercel/next.js/issues/22870) - chore: adds compiled css example: [#​22786](https://togithub.com/vercel/next.js/issues/22786) - Install tailwindcss as a development dependency: [#​22964](https://togithub.com/vercel/next.js/issues/22964) - Add an example for styled-jsx with content security policy: [#​23021](https://togithub.com/vercel/next.js/issues/23021) ##### Credits Huge thanks to [@​shuding](https://togithub.com/shuding), [@​edazpotato](https://togithub.com/edazpotato), [@​laithyounes](https://togithub.com/laithyounes), [@​ijjk](https://togithub.com/ijjk), [@​harshitsan](https://togithub.com/harshitsan), [@​selrond](https://togithub.com/selrond), [@​sromexs](https://togithub.com/sromexs), [@​melono6](https://togithub.com/melono6), [@​timneutkens](https://togithub.com/timneutkens), [@​madou](https://togithub.com/madou), [@​mottox2](https://togithub.com/mottox2), [@​leerob](https://togithub.com/leerob), [@​divmain](https://togithub.com/divmain), [@​nblthree](https://togithub.com/nblthree), [@​KennethKinLum](https://togithub.com/KennethKinLum), [@​KarthikeyanRanasthala](https://togithub.com/KarthikeyanRanasthala), and [@​alex-safian](https://togithub.com/alex-safian) for helping! ### [`v10.0.8`](https://togithub.com/vercel/next.js/releases/tag/v10.0.8) [Compare Source](https://togithub.com/vercel/next.js/compare/v10.0.7...v10.0.8) ##### Core Changes - fix: use absolute paths for require hook: [#​21877](https://togithub.com/vercel/next.js/issues/21877) - Experimental feature - fix optimizeCss flag for serverless deployments: [#​21790](https://togithub.com/vercel/next.js/issues/21790) - feat(next/image): remove `sharp` for wasm variant: [#​22253](https://togithub.com/vercel/next.js/issues/22253) - Add isPreview field to router: [#​21638](https://togithub.com/vercel/next.js/issues/21638) - Delay server compilation until client compilation is done in development: [#​22187](https://togithub.com/vercel/next.js/issues/22187) - Reduce webpack watcher aggregate timing: [#​22418](https://togithub.com/vercel/next.js/issues/22418) - Add generating static 500 status page: [#​22139](https://togithub.com/vercel/next.js/issues/22139) - chore: upgrade webpack5: [#​22460](https://togithub.com/vercel/next.js/issues/22460) - Ensure static 500 hydrates correctly with query: [#​22468](https://togithub.com/vercel/next.js/issues/22468) - Ensure rewrites are resolved while prefetching: [#​22442](https://togithub.com/vercel/next.js/issues/22442) - Allow smaller sizes in srcset for image with fill layout and sizes prop: [#​21670](https://togithub.com/vercel/next.js/issues/21670) - Experimental script loader changes: [#​22038](https://togithub.com/vercel/next.js/issues/22038) - Ensure component load order: [#​22731](https://togithub.com/vercel/next.js/issues/22731) - chore: upgrade webpack 5 version: [#​22737](https://togithub.com/vercel/next.js/issues/22737) - Fix index revalidate with dynamic route in minimal mode: [#​22783](https://togithub.com/vercel/next.js/issues/22783) ##### Documentation Changes - Document `scroll` option for router.push: [#​22275](https://togithub.com/vercel/next.js/issues/22275) - Point to official next-auth example: [#​22282](https://togithub.com/vercel/next.js/issues/22282) - Update docs.: [#​22358](https://togithub.com/vercel/next.js/issues/22358) - docs(deployment): Add Docker Image section: [#​17794](https://togithub.com/vercel/next.js/issues/17794) - add-supertokens-to-authentication.md: [#​22223](https://togithub.com/vercel/next.js/issues/22223) - Update NEXT_LOCALE cookie note: [#​22736](https://togithub.com/vercel/next.js/issues/22736) ##### Example Changes - With Supertokens example: [#​21384](https://togithub.com/vercel/next.js/issues/21384) - Fixing grammar: [#​22201](https://togithub.com/vercel/next.js/issues/22201) - Update emotion example package names in readme: [#​22144](https://togithub.com/vercel/next.js/issues/22144) - with-google-analytics: replace the GA_TRACKING_ID string by a environment variable: [#​21817](https://togithub.com/vercel/next.js/issues/21817) - Fix typo in German translation: [#​22291](https://togithub.com/vercel/next.js/issues/22291) - Change zeit fetch to vercel fetch: [#​21913](https://togithub.com/vercel/next.js/issues/21913) - Fix/Update (with-chakra-ui-typescript) dependencies: [#​22328](https://togithub.com/vercel/next.js/issues/22328) - improved the example on how to use WDYR with the latest next.js: [#​21651](https://togithub.com/vercel/next.js/issues/21651) - chore: fix typo in web.js: [#​22150](https://togithub.com/vercel/next.js/issues/22150) - added port config var to migrate-db.js and .env: [#​22395](https://togithub.com/vercel/next.js/issues/22395) - fix(examples/with-three-js): Upgrade drei@2.2.21 & three@0.125.0 [#​22365](https://togithub.com/vercel/next.js/issues/22365): [#​22431](https://togithub.com/vercel/next.js/issues/22431) - moving to upstash and new integration: [#​22436](https://togithub.com/vercel/next.js/issues/22436) - Add Azure Pipelines example to no-cache docs: [#​22708](https://togithub.com/vercel/next.js/issues/22708) - Add missing dependencies in example: [#​22712](https://togithub.com/vercel/next.js/issues/22712) ##### Misc Changes - Update CODEOWNERS: [#​22232](https://togithub.com/vercel/next.js/issues/22232) - Fix issue templates: [#​22349](https://togithub.com/vercel/next.js/issues/22349) - docs(deployment): Update working directory in builder stage: [#​22478](https://togithub.com/vercel/next.js/issues/22478) - Update deployment docs to mention caveat on next.config.js.: [#​22480](https://togithub.com/vercel/next.js/issues/22480) - example: Nhost with auth and realtime graphql example added: [#​22493](https://togithub.com/vercel/next.js/issues/22493) - fix: correctly handle fallbacks for webpack 5: [#​22497](https://togithub.com/vercel/next.js/issues/22497) - Mention regex route behavior with i18n: [#​22500](https://togithub.com/vercel/next.js/issues/22500) - Fix experimental optimizeCss for SSR: [#​22513](https://togithub.com/vercel/next.js/issues/22513) - docs(deployment): Update user ownership in docker deployment docs ([#​22539](https://togithub.com/vercel/next.js/issues/22539)) - bug ([#​21943](https://togithub.com/vercel/next.js/issues/21943)): remove incorrect rewrite of parsedUrl.pathname in serverless handler ([#​22445](https://togithub.com/vercel/next.js/issues/22445)) - Forward log argument from loadEnvConfig to processEnv ([#​22440](https://togithub.com/vercel/next.js/issues/22440)) - Update the react-three-js example. ([#​22549](https://togithub.com/vercel/next.js/issues/22549)) - Add link to TypeScript docs from API Routes section ([#​22564](https://togithub.com/vercel/next.js/issues/22564)) - Simplify code examples for dynamic API routes ([#​22546](https://togithub.com/vercel/next.js/issues/22546)) - Load next.config.js async ([#​22578](https://togithub.com/vercel/next.js/issues/22578)) - fix: load webpack hook before config is required ([#​22583](https://togithub.com/vercel/next.js/issues/22583)) - Switch to stable rust for with-webassembly example ([#​22582](https://togithub.com/vercel/next.js/issues/22582)) - Add use cases for API Routes to documentation. ([#​22616](https://togithub.com/vercel/next.js/issues/22616)) - Fix typescript-eslint-jest example to remove Prettier package causing errors ([#​22452](https://togithub.com/vercel/next.js/issues/22452)) - Add note about other redirects to `next.config.js` docs.: [#​22640](https://togithub.com/vercel/next.js/issues/22640) - Update authentication.md SSR example: [#​22641](https://togithub.com/vercel/next.js/issues/22641) - Fix grammar in next/amp API reference: [#​22653](https://togithub.com/vercel/next.js/issues/22653) - Add note about preloading to routing introduction.: [#​22656](https://togithub.com/vercel/next.js/issues/22656) - \[examples/with-typescript] Upgrade to React v17: [#​22674](https://togithub.com/vercel/next.js/issues/22674) - deps(examples/hello-world): Upgrade to React v17: [#​22692](https://togithub.com/vercel/next.js/issues/22692) - Add note for using `getStaticProps` with `404.js`: [#​22693](https://togithub.com/vercel/next.js/issues/22693) - Ensure optional params are normalized in minimal mode: [#​22676](https://togithub.com/vercel/next.js/issues/22676) - Update webpack server chunks output: [#​22697](https://togithub.com/vercel/next.js/issues/22697) - Examples bump supertokens: [#​22764](https://togithub.com/vercel/next.js/issues/22764) - Add example prepr cms: [#​22776](https://togithub.com/vercel/next.js/issues/22776) ##### Credits Huge thanks to [@​rishabhpoddar](https://togithub.com/rishabhpoddar), [@​daviavmello](https://togithub.com/daviavmello), [@​jpalmieri](https://togithub.com/jpalmieri), [@​merceyz](https://togithub.com/merceyz), [@​Segolene-Alquier](https://togithub.com/Segolene-Alquier), [@​divmain](https://togithub.com/divmain), [@​michrome](https://togithub.com/michrome), [@​janicklas-ralph](https://togithub.com/janicklas-ralph), [@​Parnswir](https://togithub.com/Parnswir), [@​giraffesyo](https://togithub.com/giraffesyo), [@​balazsorban44](https://togithub.com/balazsorban44), [@​ijjk](https://togithub.com/ijjk), [@​Cicada95](https://togithub.com/Cicada95), [@​vzaidman](https://togithub.com/vzaidman), [@​deniseyu](https://togithub.com/deniseyu), [@​leerob](https://togithub.com/leerob), [@​eltociear](https://togithub.com/eltociear), [@​unimprobable](https://togithub.com/unimprobable), [@​timneutkens](https://togithub.com/timneutkens), [@​getspooky](https://togithub.com/getspooky), [@​Timer](https://togithub.com/Timer), [@​armand1m](https://togithub.com/armand1m), [@​alexknipfer](https://togithub.com/alexknipfer), [@​elitan](https://togithub.com/elitan), [@​atcastle](https://togithub.com/atcastle), [@​noahfschr](https://togithub.com/noahfschr), [@​amille44420](https://togithub.com/amille44420), [@​laanayam333](https://togithub.com/laanayam333), [@​spidgorny](https://togithub.com/spidgorny), [@​devuxer](https://togithub.com/devuxer), [@​Janpot](https://togithub.com/Janpot), [@​nickbabcock](https://togithub.com/nickbabcock), [@​rsipakov](https://togithub.com/rsipakov), [@​NkxxkN](https://togithub.com/NkxxkN), [@​dominicfraser](https://togithub.com/dominicfraser), [@​alevosia](https://togithub.com/alevosia), [@​Kerumen](https://togithub.com/Kerumen), [@​CMeeg](https://togithub.com/CMeeg), [@​Pomaio](https://togithub.com/Pomaio), and [@​tim-hanssen](https://togithub.com/tim-hanssen) for helping! </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>Immortal</strong>: This PR will be recreated if closed unmerged. Get <a rel="noreferrer nofollow" target="_blank" href="https://togithub.com/renovatebot/renovate/discussions">config help</a> if that's undesired.</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/dsebastien/website-dsebastien">here</a>.</p> <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xMjIuMSIsInVwZGF0ZWRJblZlciI6IjM1LjExLjAifQ==--> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/vercel[bot]"><img src="https://avatars.githubusercontent.com/in/8329?v=4" />vercel[bot]</a> commented <strong> 3 years ago</strong> </div> <div class="markdown-body"> <p>This pull request is being automatically deployed with Vercel (<a href="https://vercel.link/github-learn-more">learn more</a>).<br /> To see the status of your deployment, click below or on the icon next to each commit.</p> <p>πŸ” Inspect: <a href="https://vercel.com/dsebastien/website-dsebastien/5KyU9hEgfXi5G2r76amny6QCc6BM">https://vercel.com/dsebastien/website-dsebastien/5KyU9hEgfXi5G2r76amny6QCc6BM</a><br /> βœ… Preview: <a href="https://website-dsebastien-git-renovate-nextjs-monorepo-dsebastien.vercel.app">https://website-dsebastien-git-renovate-nextjs-monorepo-dsebastien.vercel.app</a></p> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/vercel[bot]"><img src="https://avatars.githubusercontent.com/in/8329?v=4" />vercel[bot]</a> commented <strong> 2 years ago</strong> </div> <div class="markdown-body"> <p><strong>The latest updates on your projects</strong>. Learn more about <a href="https://vercel.link/github-learn-more">Vercel for Git β†—οΈŽ</a></p> <table> <thead> <tr> <th style="text-align: left;">Name</th> <th style="text-align: left;">Status</th> <th style="text-align: left;">Preview</th> <th style="text-align: left;">Comments</th> <th style="text-align: left;">Updated</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;"><strong>website-dsebastien</strong></td> <td style="text-align: left;">βœ… Ready (<a href="https://vercel.com/dsebastien/website-dsebastien/3vFfpg16eykHggBa2NFa2iXFZJvb">Inspect</a>)</td> <td style="text-align: left;"><a href="https://website-dsebastien-git-renovate-nextjs-monorepo-dsebastien.vercel.app">Visit Preview</a></td> <td style="text-align: left;">πŸ’¬ <a href="https://vercel.live/open-feedback/website-dsebastien-git-renovate-nextjs-monorepo-dsebastien.vercel.app"><strong>Add your feedback</strong></a></td> <td style="text-align: left;">Jan 28, 2023 at 3:42AM (UTC)</td> </tr> </tbody> </table> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/renovate[bot]"><img src="https://avatars.githubusercontent.com/in/2740?v=4" />renovate[bot]</a> commented <strong> 1 year ago</strong> </div> <div class="markdown-body"> <h3>⚠ Artifact update problem</h3> <p>Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.</p> <p>β™» Renovate will retry this branch, including artifacts, only when one of the following happens:</p> <ul> <li>any of the package files in this branch needs updating, or </li> <li>the branch becomes conflicted, or</li> <li>you click the rebase/retry checkbox if found above, or</li> <li>you rename this PR's title to start with "rebase!" to trigger it manually</li> </ul> <p>The artifact failure details are included below:</p> <h5>File name: package-lock.json</h5> <pre><code>npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While resolving: website@0.0.0 npm ERR! Found: react@18.2.0 npm ERR! node_modules/react npm ERR! react@"18.2.0" from the root project npm ERR! npm ERR! Could not resolve dependency: npm ERR! peer react@"^16.13.1 || ^17.0.0" from @mdx-js/react@1.6.22 npm ERR! node_modules/@mdx-js/react npm ERR! @mdx-js/react@"1.6.22" from the root project npm ERR! peer @mdx-js/react@"*" from @next/mdx@10.2.3 npm ERR! node_modules/@next/mdx npm ERR! @next/mdx@"10.2.3" from the root project npm ERR! 1 more (@mdx-js/loader) npm ERR! npm ERR! Fix the upstream dependency conflict, or retry npm ERR! this command with --force, or --legacy-peer-deps npm ERR! to accept an incorrect (and potentially broken) dependency resolution. npm ERR! npm ERR! See /tmp/renovate-cache/others/npm/eresolve-report.txt for a full report. npm ERR! A complete log of this run can be found in: npm ERR! /tmp/renovate-cache/others/npm/_logs/2023-03-18T18_09_12_797Z-debug-0.log </code></pre> </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>