Closed renovate[bot] closed 2 years ago
This PR contains the following updates:
12.2.0
12.2.1
📅 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.0
->12.2.1
12.2.0
->12.2.1
Release Notes
vercel/next.js
### [`v12.2.1`](https://togithub.com/vercel/next.js/releases/tag/v12.2.1) [Compare Source](https://togithub.com/vercel/next.js/compare/v12.2.0...v12.2.1) ##### Core Changes - Remove unused `layoutRaw` config: [#38120](https://togithub.com/vercel/next.js/issues/38120) - Fix invalid config warning for runtime config: [#38122](https://togithub.com/vercel/next.js/issues/38122) - fix(next/config): update default config for the experimental: [#38123](https://togithub.com/vercel/next.js/issues/38123) - feat(next/swc): setup native next-swc crash reporter: [#38076](https://togithub.com/vercel/next.js/issues/38076) - Fix unnecessary flight render passes: [#38133](https://togithub.com/vercel/next.js/issues/38133) - Readds missing `@next/next/no-assign-module-variable` ESLint rule.: [#38134](https://togithub.com/vercel/next.js/issues/38134) - Fix failing to set initial ISR cache item in new folder: [#38136](https://togithub.com/vercel/next.js/issues/38136) - Add default experimental values: [#38135](https://togithub.com/vercel/next.js/issues/38135) - Fix error when `next/future/image` is missing width or height: [#38132](https://togithub.com/vercel/next.js/issues/38132) - docs(readme.md): remove broken 404 links: [#38104](https://togithub.com/vercel/next.js/issues/38104) - fix([#38106](https://togithub.com/vercel/next.js/issues/38106)): use swc client config to pre-compile shared lib: [#38137](https://togithub.com/vercel/next.js/issues/38137) - Fix chunk path resolution: [#38162](https://togithub.com/vercel/next.js/issues/38162) - Revert "feat(next/swc): setup native next-swc crash reporter": [#38170](https://togithub.com/vercel/next.js/issues/38170) - fix(next/swc): set cache dir explicitly: [#38175](https://togithub.com/vercel/next.js/issues/38175) - Ensure [@swc/helpers](https://togithub.com/swc/helpers) do not rely on hoisting: [#38174](https://togithub.com/vercel/next.js/issues/38174) - Migrate rsc tests to app dir tests: [#38158](https://togithub.com/vercel/next.js/issues/38158) - Check for performance.getEntriesByName before calling: [#38186](https://togithub.com/vercel/next.js/issues/38186) - Adds tests to ensure `eslint-plugin-next`'s available rules are properly exported and recommended rules are correctly defined.: [#38183](https://togithub.com/vercel/next.js/issues/38183) - Fix pageProps is missing when route changes: [#38178](https://togithub.com/vercel/next.js/issues/38178) - feat(next/build): send next-swc plugins telemetry: [#38116](https://togithub.com/vercel/next.js/issues/38116) - Ensure page.server.js matches correctly: [#38236](https://togithub.com/vercel/next.js/issues/38236) - Alias react and react-dom by default: [#38245](https://togithub.com/vercel/next.js/issues/38245) - Fix: convert head instances to array: [#38252](https://togithub.com/vercel/next.js/issues/38252) - \[edge] Make runtime addressable in compile time: [#38288](https://togithub.com/vercel/next.js/issues/38288) - Ensure trailing slash is handled correctly with middleware: [#38282](https://togithub.com/vercel/next.js/issues/38282) - Fix CSS modules imported from client components in app dir: [#38310](https://togithub.com/vercel/next.js/issues/38310) - \[edge] favor browser exports for edge compiler: [#38319](https://togithub.com/vercel/next.js/issues/38319) - Fix CSS modules imported from client components in app dir with next build: [#38329](https://togithub.com/vercel/next.js/issues/38329) - Honor NEXT_MANUAL_SIG_HANDLE flag in standalone mode: [#38346](https://togithub.com/vercel/next.js/issues/38346) - Display stack trace when error occurs in API route: [#38289](https://togithub.com/vercel/next.js/issues/38289) - Handle Client Rewrites Correctly: [#38340](https://togithub.com/vercel/next.js/issues/38340) - Fix global CSS file imports: [#38339](https://togithub.com/vercel/next.js/issues/38339) - \[build] validate the exported config values: [#38370](https://togithub.com/vercel/next.js/issues/38370) - Correctly check if width is lte 0 in Image Optimization API: [#38226](https://togithub.com/vercel/next.js/issues/38226) - chore: shorten image blur svg placholder: [#38157](https://togithub.com/vercel/next.js/issues/38157) - Enable swc minifier in create next apps: [#38215](https://togithub.com/vercel/next.js/issues/38215) - Filter proper chunks from chunk group for client components: [#38379](https://togithub.com/vercel/next.js/issues/38379) - \[edge] enable edge compiler source maps by default: [#38365](https://togithub.com/vercel/next.js/issues/38365) - Call Error.getInitialProps for the top level error: [#21240](https://togithub.com/vercel/next.js/issues/21240) - feat: build edge functions with node.js modules and fail at runtime: [#38234](https://togithub.com/vercel/next.js/issues/38234) - Implement new client-side router: [#37551](https://togithub.com/vercel/next.js/issues/37551) - Add param names into the tree: [#38415](https://togithub.com/vercel/next.js/issues/38415) - feat(next/swc): setup native next-swc crash reporter with platform supports: [#38221](https://togithub.com/vercel/next.js/issues/38221) - Ensure server components entries are not part of the pages buildmanifest: [#38416](https://togithub.com/vercel/next.js/issues/38416) - Add app-path-routes manifest: [#38420](https://togithub.com/vercel/next.js/issues/38420) ##### Documentation Changes - Middleware docs update: [#38111](https://togithub.com/vercel/next.js/issues/38111) - Update middleware upgrade guide w/ more rationale: [#38074](https://togithub.com/vercel/next.js/issues/38074) - Update `next/future/image` docs to mention the difference with `next/image`: [#38108](https://togithub.com/vercel/next.js/issues/38108) - Clarify router.query initial value during prerendering: [#38093](https://togithub.com/vercel/next.js/issues/38093) - Remove `lazyRoot` example from `next/future/image` doc: [#38140](https://togithub.com/vercel/next.js/issues/38140) - Add a Makeswift example: [#38018](https://togithub.com/vercel/next.js/issues/38018) - docs: remove eslint config link: [#38206](https://togithub.com/vercel/next.js/issues/38206) - fix: middleware-upgrade-guide.md: [#38246](https://togithub.com/vercel/next.js/issues/38246) - Typo in NextResponse docs: [#38259](https://togithub.com/vercel/next.js/issues/38259) - Update `next/future/image` docs to specify supported browser versions.: [#38307](https://togithub.com/vercel/next.js/issues/38307) - Update get-static-props.md: [#38287](https://togithub.com/vercel/next.js/issues/38287) - Clarification for Testing Environment Variables: [#38359](https://togithub.com/vercel/next.js/issues/38359) - Fix typo in SWC plugin destructuring example: [#38367](https://togithub.com/vercel/next.js/issues/38367) - Fix/update docs for swc styled components: [#38280](https://togithub.com/vercel/next.js/issues/38280) - Update edge-runtime.md: [#38271](https://togithub.com/vercel/next.js/issues/38271) - Add note about casing to getStaticPaths docs: [#38426](https://togithub.com/vercel/next.js/issues/38426) ##### Example Changes - Adding with-ably example for realtime messaging in next apps: [#37319](https://togithub.com/vercel/next.js/issues/37319) - Convert auth0 example to TypeScript: [#38087](https://togithub.com/vercel/next.js/issues/38087) - Convert basic-export example to TypeScript: [#38092](https://togithub.com/vercel/next.js/issues/38092) - Convert basic-css example to TypeScript: [#38091](https://togithub.com/vercel/next.js/issues/38091) - Add Convex example: [#38129](https://togithub.com/vercel/next.js/issues/38129) - Convert catch-all-routes example to TypeScript: [#38188](https://togithub.com/vercel/next.js/issues/38188) - feat(examples): link to turbo next.js examples: [#38173](https://togithub.com/vercel/next.js/issues/38173) - feat(examples): adds middleware example: [#38240](https://togithub.com/vercel/next.js/issues/38240) - fix(examples): fix link on middleware example: [#38323](https://togithub.com/vercel/next.js/issues/38323) - Update analysis scripts: [#38201](https://togithub.com/vercel/next.js/issues/38201) - chore(examples): fix experiments loading npm wasm: [#38348](https://togithub.com/vercel/next.js/issues/38348) - chore(examples): Convert `api-routes-cors` example to TypeScript: [#38356](https://togithub.com/vercel/next.js/issues/38356) - chore(examples): Convert `api-routes-middleware` example to TypeScript: [#38358](https://togithub.com/vercel/next.js/issues/38358) - Remove CharkraProvicer RestCSS prop: [#38199](https://togithub.com/vercel/next.js/issues/38199) - Add example: with-apivideo-upload: [#36050](https://togithub.com/vercel/next.js/issues/36050) - Updates with-supertokens example: [#38369](https://togithub.com/vercel/next.js/issues/38369) - fix: update with-msw example to function properly for all use cases: [#38050](https://togithub.com/vercel/next.js/issues/38050) - chore(examples): Convert `blog` example to TypeScript: [#38095](https://togithub.com/vercel/next.js/issues/38095) ##### Misc Changes - Add more code ownership paths for padmaia: [#38121](https://togithub.com/vercel/next.js/issues/38121) - Fix create-next-app tests from changed example: [#38154](https://togithub.com/vercel/next.js/issues/38154) - Fix missing trace script devDependencies: [#38172](https://togithub.com/vercel/next.js/issues/38172) - chore: don't use `type: "module"` when building the Issue validator action: [#38197](https://togithub.com/vercel/next.js/issues/38197) - fix: declare NextBundleAnalyzer as a type: [#38168](https://togithub.com/vercel/next.js/issues/38168) - Replace placeholder.com images with \*.vercel.app in image-component tests: [#38090](https://togithub.com/vercel/next.js/issues/38090) - chore: point to `/dist` for local action - chore: fix issue validator paths - Update some flaking tests for edge compiler and rsc: [#38344](https://togithub.com/vercel/next.js/issues/38344) - chore: remove workspace from `package.json` since we have \`pnpm-works…: [#38166](https://togithub.com/vercel/next.js/issues/38166) - Revert "chore: remove workspace from `package.json` since we have \`pnpm-works…": [#38376](https://togithub.com/vercel/next.js/issues/38376) - Replace pre-commit with husky: [#38350](https://togithub.com/vercel/next.js/issues/38350) - Add more CSS imports test cases: [#38343](https://togithub.com/vercel/next.js/issues/38343) ##### Credits Huge thanks to [@ethomson](https://togithub.com/ethomson), [@styfle](https://togithub.com/styfle), [@padmaia](https://togithub.com/padmaia), [@kwonoj](https://togithub.com/kwonoj), [@shuding](https://togithub.com/shuding), [@ijjk](https://togithub.com/ijjk), [@manovotny](https://togithub.com/manovotny), [@thisisjofrank](https://togithub.com/thisisjofrank), [@maxproske](https://togithub.com/maxproske), [@dominiksipowicz](https://togithub.com/dominiksipowicz), [@awareness481](https://togithub.com/awareness481), [@pakaponk](https://togithub.com/pakaponk), [@SukkaW](https://togithub.com/SukkaW), [@apledger](https://togithub.com/apledger), [@wyattjoh](https://togithub.com/wyattjoh), [@huozhi](https://togithub.com/huozhi), [@thomasballinger](https://togithub.com/thomasballinger), [@balazsorban44](https://togithub.com/balazsorban44), [@longzheng](https://togithub.com/longzheng), [@tknickman](https://togithub.com/tknickman), [@rbrcsk](https://togithub.com/rbrcsk), [@emersonlaurentino](https://togithub.com/emersonlaurentino), [@carstenlebek](https://togithub.com/carstenlebek), [@edusig](https://togithub.com/edusig), [@Schniz](https://togithub.com/Schniz), [@riccardogiorato](https://togithub.com/riccardogiorato), [@leerob](https://togithub.com/leerob), [@valcosmos](https://togithub.com/valcosmos), [@hanneslund](https://togithub.com/hanneslund), [@ryanhaticus](https://togithub.com/ryanhaticus), [@j-mendez](https://togithub.com/j-mendez), [@armandabric](https://togithub.com/armandabric), [@WinmezzZ](https://togithub.com/WinmezzZ), [@andershagbard](https://togithub.com/andershagbard), [@dammy001](https://togithub.com/dammy001), [@MarDi66](https://togithub.com/MarDi66), [@stefanprobst](https://togithub.com/stefanprobst), [@okmttdhr](https://togithub.com/okmttdhr), [@rishabhpoddar](https://togithub.com/rishabhpoddar), [@marjorg](https://togithub.com/marjorg), [@dustinsgoodman](https://togithub.com/dustinsgoodman), [@zanechua](https://togithub.com/zanechua), [@feugy](https://togithub.com/feugy), and [@timneutkens](https://togithub.com/timneutkens) for helping!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.