Closed renovate[bot] closed 2 years ago
This PR contains the following updates:
12.2.5
12.3.0
📅 Schedule: Branch creation - "every weekend" in timezone Asia/Jerusalem, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
12.2.5
->12.3.0
12.2.5
->12.3.0
Release Notes
vercel/next.js
### [`v12.3.0`](https://togithub.com/vercel/next.js/releases/tag/v12.3.0) [Compare Source](https://togithub.com/vercel/next.js/compare/v12.2.5...v12.3.0) ##### Core Changes - Refactor client entry plugin to separate methods.: [#39162](https://togithub.com/vercel/next.js/issues/39162) - Eliminate path polyfill and incremental-cache from base server: [#39548](https://togithub.com/vercel/next.js/issues/39548) - Remove precopied styled-jsx: [#39520](https://togithub.com/vercel/next.js/issues/39520) - Refactor handling of addPageEntry promise: [#39547](https://togithub.com/vercel/next.js/issues/39547) - Support multiple flush effects: [#39559](https://togithub.com/vercel/next.js/issues/39559) - Eliminate Amp in Edge runtime: [#39560](https://togithub.com/vercel/next.js/issues/39560) - Rename page -> entry in on-demand-entry-handler: [#39564](https://togithub.com/vercel/next.js/issues/39564) - Update .env HMR handling: [#39566](https://togithub.com/vercel/next.js/issues/39566) - Fix failing switchable runtime deploy test: [#39579](https://togithub.com/vercel/next.js/issues/39579) - Fix Edge SSR routes: [#39594](https://togithub.com/vercel/next.js/issues/39594) - Support tsconfig paths without baseurl: [#34926](https://togithub.com/vercel/next.js/issues/34926) - Enable [@typescript-eslint/no-use-before-define](https://togithub.com/typescript-eslint/no-use-before-define) for functions: [#39602](https://togithub.com/vercel/next.js/issues/39602) - Remove minify: false for webpack5 bundle: [#39620](https://togithub.com/vercel/next.js/issues/39620) - Next Server code refactoring: [#39591](https://togithub.com/vercel/next.js/issues/39591) - Eliminate path and utils from base server: [#39622](https://togithub.com/vercel/next.js/issues/39622) - Remove webpack4 types: [#39631](https://togithub.com/vercel/next.js/issues/39631) - Enable additional TypeScript ESLint rules: [#39640](https://togithub.com/vercel/next.js/issues/39640) - fix(next/dynamic): handle template literal import path: [#39623](https://togithub.com/vercel/next.js/issues/39623) - Add comment on slash normalizing in server: [#39653](https://togithub.com/vercel/next.js/issues/39653) - Refactor base server: [#39649](https://togithub.com/vercel/next.js/issues/39649) - Add separate entry per layout/page.: [#39611](https://togithub.com/vercel/next.js/issues/39611) - fix(next-server): Fix priority for edge routes : [#39462](https://togithub.com/vercel/next.js/issues/39462) - Add todo for dependsOn: [#39677](https://togithub.com/vercel/next.js/issues/39677) - Improved server CSS handling: [#39664](https://togithub.com/vercel/next.js/issues/39664) - feat(next-swc): Update swc: [#39499](https://togithub.com/vercel/next.js/issues/39499) - fix next-app-loader on windows: [#39657](https://togithub.com/vercel/next.js/issues/39657) - fix(swc/emotion): Correct the `SPACE_AROUND_COLON` regex: [#39710](https://togithub.com/vercel/next.js/issues/39710) - fix([#39609](https://togithub.com/vercel/next.js/issues/39609)): warns about suspense and ssr: [#39676](https://togithub.com/vercel/next.js/issues/39676) - Use realpath when emitting traced package.json: [#39683](https://togithub.com/vercel/next.js/issues/39683) - fix([#39706](https://togithub.com/vercel/next.js/issues/39706)): add avif support for node serve static: [#39733](https://togithub.com/vercel/next.js/issues/39733) - fix(next): Do not display message when middleware is removed on dev mode: [#39604](https://togithub.com/vercel/next.js/issues/39604) - refactor(portal): remove useRef from portal component: [#39792](https://togithub.com/vercel/next.js/issues/39792) - refactor(use-intersection): remove useRef usage: [#39791](https://togithub.com/vercel/next.js/issues/39791) - allow Edge Functions to stream a compressed `fetch` response: [#39608](https://togithub.com/vercel/next.js/issues/39608) - fix meaninglessFileNames type in compiler options schema: [#39698](https://togithub.com/vercel/next.js/issues/39698) - build: upgrade edge-runtime: [#39749](https://togithub.com/vercel/next.js/issues/39749) - Update stalled ensure log to use debug instead: [#39826](https://togithub.com/vercel/next.js/issues/39826) - Skip building /500 in dev mode: [#39828](https://togithub.com/vercel/next.js/issues/39828) - Fix `onError` handling in `next/future/image`: [#39824](https://togithub.com/vercel/next.js/issues/39824) - Improve error message on `next/future/image` when `objectFit` or `objectPosition`: [#39614](https://togithub.com/vercel/next.js/issues/39614) - Refactor client CSS imports: [#39758](https://togithub.com/vercel/next.js/issues/39758) - Ensure moduleResolution is written correctly: [#39836](https://togithub.com/vercel/next.js/issues/39836) - Fix disposing active entries in dev compilers: [#39845](https://togithub.com/vercel/next.js/issues/39845) - fix([#39807](https://togithub.com/vercel/next.js/issues/39807)): ignore width/height from webpack with "fill": [#39849](https://togithub.com/vercel/next.js/issues/39849) - Add handling for auto installing TypeScript deps and HMRing tsconfig: [#39838](https://togithub.com/vercel/next.js/issues/39838) - Remove eslint warning when no eslint config is present: [#39872](https://togithub.com/vercel/next.js/issues/39872) - feat(next/swc): enable wasm first binding load for the platforms: [#38883](https://togithub.com/vercel/next.js/issues/38883) - Fix `next/future/image` blur-up placeholder : [#39785](https://togithub.com/vercel/next.js/issues/39785) - Fix runLintCheck during build: [#39883](https://togithub.com/vercel/next.js/issues/39883) - Skip auto-install for missing deps in CI: [#39882](https://togithub.com/vercel/next.js/issues/39882) - Remove un-necessary internal jest-worker error during ts/lint error: [#39886](https://togithub.com/vercel/next.js/issues/39886) - Bump `@vercel/nft@0.22.0`: [#39906](https://togithub.com/vercel/next.js/issues/39906) - Handle edge runtime for app: [#39910](https://togithub.com/vercel/next.js/issues/39910) - build: upgrade edge-runtime: [#39898](https://togithub.com/vercel/next.js/issues/39898) - HMR for client CSS imports: [#39916](https://togithub.com/vercel/next.js/issues/39916) - fix(ts): use `AppProps`'s generic for `pageProps`: [#38867](https://togithub.com/vercel/next.js/issues/38867) - Treat non page file as non route under app dir: [#39976](https://togithub.com/vercel/next.js/issues/39976) - Fix `next/future/image` incorrectly warning for `fill` + `blur`: [#39986](https://togithub.com/vercel/next.js/issues/39986) - Ensure prefetch heuristic matches with and without middleware: [#39920](https://togithub.com/vercel/next.js/issues/39920) - feat: add `experimental.fallbackNodePolyfills` flag: [#39248](https://togithub.com/vercel/next.js/issues/39248) - Fix incorrect build log for moduleResolution: [#39991](https://togithub.com/vercel/next.js/issues/39991) - fix([#39993](https://togithub.com/vercel/next.js/issues/39993)): avoid race condition for next/script onReady: [#40002](https://togithub.com/vercel/next.js/issues/40002) - Avoid bundling `next/script` in the server build by default: [#40013](https://togithub.com/vercel/next.js/issues/40013) - Handle async module for client components: [#39953](https://togithub.com/vercel/next.js/issues/39953) - Upgrade typescript to 4.8.2: [#39979](https://togithub.com/vercel/next.js/issues/39979) - Remove Unused SQLite file: [#40056](https://togithub.com/vercel/next.js/issues/40056) - Update `next/future/image` to use svg blur placeholder during `next dev`: [#39992](https://togithub.com/vercel/next.js/issues/39992) - Remove `Configuration
📅 Schedule: Branch creation - "every weekend" in timezone Asia/Jerusalem, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by Mend Renovate. View repository job log here.