Magickbase / nervos-official-website

nervos.org
https://nervos-official-website.vercel.app/
3 stars 16 forks source link

chore(deps): update nextjs monorepo to v13.4.2 #128

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint-config-next 13.3.4 -> 13.4.2 age adoption passing confidence
next (source) 13.3.4 -> 13.4.2 age adoption passing confidence

Release Notes

vercel/next.js ### [`v13.4.2`](https://togithub.com/vercel/next.js/releases/tag/v13.4.2) [Compare Source](https://togithub.com/vercel/next.js/compare/v13.4.1...v13.4.2) ##### Core Changes - make sure server component externals only apply to files resolvable by node: [#​49147](https://togithub.com/vercel/next.js/issues/49147) - Fix link not being GC'd sometimes: [#​49318](https://togithub.com/vercel/next.js/issues/49318) - Fix issue where nextP is not replaced in searchParams: [#​49315](https://togithub.com/vercel/next.js/issues/49315) - Add typescript version to next-info: [#​49346](https://togithub.com/vercel/next.js/issues/49346) - Upgrade React to 18.3.0-canary-16d053d59-20230506: [#​49402](https://togithub.com/vercel/next.js/issues/49402) - Remove empty config warning: [#​49435](https://togithub.com/vercel/next.js/issues/49435) - app-router: add startTransition call to revalidate dispatcher: [#​49453](https://togithub.com/vercel/next.js/issues/49453) - Inline static data buffer instead of using fs read: [#​49323](https://togithub.com/vercel/next.js/issues/49323) - Revert "Temporarily disable app dir export integration test": [#​49311](https://togithub.com/vercel/next.js/issues/49311) - Add link to Server Actions docs.: [#​49384](https://togithub.com/vercel/next.js/issues/49384) - Replace metadata clone with custom handler in dev: [#​49343](https://togithub.com/vercel/next.js/issues/49343) - Add request-async-storage to the shared layer: [#​49470](https://togithub.com/vercel/next.js/issues/49470) - Fix revalidate: false detection in app: [#​49473](https://togithub.com/vercel/next.js/issues/49473) - Fix metadata image route encoding: [#​49482](https://togithub.com/vercel/next.js/issues/49482) - Fix actions redirect handling: [#​49483](https://togithub.com/vercel/next.js/issues/49483) - Restrict `useOptimistic` and `useFormStatus` APIs on the server layer: [#​49331](https://togithub.com/vercel/next.js/issues/49331) - Fix external rewrite with body: [#​49487](https://togithub.com/vercel/next.js/issues/49487) - fix: better error message with an invalid assetPrefix: [#​49403](https://togithub.com/vercel/next.js/issues/49403) - Fix Node Crypto polyfill: [#​49288](https://togithub.com/vercel/next.js/issues/49288) - Fix: Router.query contains \_next when using middleware with dynamic routes: [#​48753](https://togithub.com/vercel/next.js/issues/48753) - type: update React.CSSProperties type to Record: [#​49186](https://togithub.com/vercel/next.js/issues/49186) - Fix server CSS imports and HMR not working properly in specific conditions: [#​49462](https://togithub.com/vercel/next.js/issues/49462) - Fix HMR support for server layer imported SASS and SCSS: [#​49534](https://togithub.com/vercel/next.js/issues/49534) - Support `.bind` syntax with Action functions: [#​49422](https://togithub.com/vercel/next.js/issues/49422) - ci(test): enable turbopack test: [#​49466](https://togithub.com/vercel/next.js/issues/49466) - feat(next-core): relay transform plugin: [#​48899](https://togithub.com/vercel/next.js/issues/48899) - Fix canonical url for dynamic routes: [#​49512](https://togithub.com/vercel/next.js/issues/49512) - Add experimental compile/generate handling: [#​49491](https://togithub.com/vercel/next.js/issues/49491) - chore: cross-platform `rm -rf` script: [#​49529](https://togithub.com/vercel/next.js/issues/49529) - refactor(next-core): remove ast cloning in custom transform: [#​49560](https://togithub.com/vercel/next.js/issues/49560) - fix: a11y issues in react-dev-overlay: [#​49460](https://togithub.com/vercel/next.js/issues/49460) - Add tests for HMR: [#​49206](https://togithub.com/vercel/next.js/issues/49206) - Add stub Route type for typedRoutes: [#​48099](https://togithub.com/vercel/next.js/issues/48099) - Add test for appdir referenced images: [#​49242](https://togithub.com/vercel/next.js/issues/49242) - feat: Allow trace-level logging for non-published release builds: [#​49564](https://togithub.com/vercel/next.js/issues/49564) - Fix unexpected object mutation while resolving Open Graph: [#​49514](https://togithub.com/vercel/next.js/issues/49514) - actions: forward fetch rejections to the action handler: [#​49577](https://togithub.com/vercel/next.js/issues/49577) - actions: make cookies.set revalidate: [#​49582](https://togithub.com/vercel/next.js/issues/49582) - interception route: fix route groups breaking the referrer computation: [#​49602](https://togithub.com/vercel/next.js/issues/49602) - Allow export decl with any init value in the actions compiler: [#​49600](https://togithub.com/vercel/next.js/issues/49600) - Handle unstable_cache in pages: [#​49624](https://togithub.com/vercel/next.js/issues/49624) - Update cache method handling during build: [#​49633](https://togithub.com/vercel/next.js/issues/49633) - Fix fetchCache and no-store handling: [#​49638](https://togithub.com/vercel/next.js/issues/49638) - interception routes: fix rewrites order: [#​49615](https://togithub.com/vercel/next.js/issues/49615) - Ensure initialHeaders are normalized: [#​49643](https://togithub.com/vercel/next.js/issues/49643) - app-router: add support for parallel routes in useParams: [#​49595](https://togithub.com/vercel/next.js/issues/49595) - Add puppeteer to external packages list: [#​49597](https://togithub.com/vercel/next.js/issues/49597) - Add playwright to external package list: [#​49649](https://togithub.com/vercel/next.js/issues/49649) - actions: fill prefetchCache with revalidation payload: [#​49576](https://togithub.com/vercel/next.js/issues/49576) - Rename Turbopack/tasks crates to common prefixes: [#​49446](https://togithub.com/vercel/next.js/issues/49446) - chore(jest): Simplify isServer expression: [#​48330](https://togithub.com/vercel/next.js/issues/48330) - Add missing config vars into Webpack cache key: [#​49663](https://togithub.com/vercel/next.js/issues/49663) - misc: Apply PR comments from [#​49206](https://togithub.com/vercel/next.js/issues/49206): [#​49647](https://togithub.com/vercel/next.js/issues/49647) - fix: Standalone node http server starts accepting requests before next handler is ready: [#​49548](https://togithub.com/vercel/next.js/issues/49548) - Update links from beta to stable docs.: [#​49349](https://togithub.com/vercel/next.js/issues/49349) ##### Documentation Changes - Fix error message about `preconnect` πŸ“: [#​40360](https://togithub.com/vercel/next.js/issues/40360) - \[docs] Add iOS hydration mismatch details to error page: [#​43584](https://togithub.com/vercel/next.js/issues/43584) - Add note about custom distDir to standalone build docs: [#​48592](https://togithub.com/vercel/next.js/issues/48592) - Add `--use-yarn` flag to `create-next-app`: [#​49407](https://togithub.com/vercel/next.js/issues/49407) ##### Misc Changes - Add test case for client sourcemaps: [#​49308](https://togithub.com/vercel/next.js/issues/49308) - Update start release workflow inputs: [#​49492](https://togithub.com/vercel/next.js/issues/49492) - Fix failing actions e2e deploy test: [#​49497](https://togithub.com/vercel/next.js/issues/49497) - Replace var with const: [#​49379](https://togithub.com/vercel/next.js/issues/49379) - test: pages react version with react hook in deployment: [#​48907](https://togithub.com/vercel/next.js/issues/48907) - Add test case for [#​49235](https://togithub.com/vercel/next.js/issues/49235): [#​49488](https://togithub.com/vercel/next.js/issues/49488) - chore: fix flaky middleware matcher test: [#​49555](https://togithub.com/vercel/next.js/issues/49555) - Avoid skipping the required Test Codemods job: [#​49589](https://togithub.com/vercel/next.js/issues/49589) - Update flakey app-actions deploy tests: [#​49667](https://togithub.com/vercel/next.js/issues/49667) ##### Credits Huge thanks to [@​shuding](https://togithub.com/shuding), [@​ijjk](https://togithub.com/ijjk), [@​ForsakenHarmony](https://togithub.com/ForsakenHarmony), [@​timneutkens](https://togithub.com/timneutkens), [@​huozhi](https://togithub.com/huozhi), [@​sanjaiyan-dev](https://togithub.com/sanjaiyan-dev), [@​acdlite](https://togithub.com/acdlite), [@​feedthejim](https://togithub.com/feedthejim), [@​styfle](https://togithub.com/styfle), [@​leerob](https://togithub.com/leerob), [@​koba04](https://togithub.com/koba04), [@​g12i](https://togithub.com/g12i), [@​cesarkohl](https://togithub.com/cesarkohl), [@​darshkpatel](https://togithub.com/darshkpatel), [@​josh](https://togithub.com/josh), [@​li-jia-nan](https://togithub.com/li-jia-nan), [@​kwonoj](https://togithub.com/kwonoj), [@​gabschne](https://togithub.com/gabschne), [@​alexkirsz](https://togithub.com/alexkirsz), [@​karlhorky](https://togithub.com/karlhorky), [@​jridgewell](https://togithub.com/jridgewell), [@​sokra](https://togithub.com/sokra), [@​kdy1](https://togithub.com/kdy1), [@​akd-io](https://togithub.com/akd-io), [@​runjuu](https://togithub.com/runjuu), [@​jocarrd](https://togithub.com/jocarrd), [@​nnnnoel](https://togithub.com/nnnnoel), and [@​ferdingler](https://togithub.com/ferdingler) for helping! ### [`v13.4.1`](https://togithub.com/vercel/next.js/releases/tag/v13.4.1) [Compare Source](https://togithub.com/vercel/next.js/compare/v13.4.0...v13.4.1) ##### Core Changes - actions: update location header: [#​49223](https://togithub.com/vercel/next.js/issues/49223) - Fix serving images referenced from app directory: [#​49236](https://togithub.com/vercel/next.js/issues/49236) - Update dev logs to include request timings: [#​49191](https://togithub.com/vercel/next.js/issues/49191) - Support incrementalCacheHandlerPath for standalone output: [#​48694](https://togithub.com/vercel/next.js/issues/48694) - Apply basePath for metadata image: [#​49226](https://togithub.com/vercel/next.js/issues/49226) - Fix Server Actions defined in both layers in one entry: [#​49248](https://togithub.com/vercel/next.js/issues/49248) - Update tags handling during server action redirect: [#​49227](https://togithub.com/vercel/next.js/issues/49227) - Add experimental verboseRequestLogs flag: [#​49250](https://togithub.com/vercel/next.js/issues/49250) - Fix require-hook with just pages on deploy: [#​49274](https://togithub.com/vercel/next.js/issues/49274) ##### Misc Changes - Upgrade react types: [#​49222](https://togithub.com/vercel/next.js/issues/49222) - Remove experimental config from create-next-app: [#​49241](https://togithub.com/vercel/next.js/issues/49241) ##### Credits Huge thanks to [@​feedthejim](https://togithub.com/feedthejim), [@​jridgewell](https://togithub.com/jridgewell), [@​ijjk](https://togithub.com/ijjk), [@​ikryvorotenko](https://togithub.com/ikryvorotenko), [@​huozhi](https://togithub.com/huozhi), [@​shuding](https://togithub.com/shuding), and [@​timneutkens](https://togithub.com/timneutkens) for helping! ### [`v13.4.0`](https://togithub.com/vercel/next.js/releases/tag/v13.4.0) [Compare Source](https://togithub.com/vercel/next.js/compare/v13.3.4...v13.4.0) ##### Core Changes - More fluent GraphTraversal API: [#​49028](https://togithub.com/vercel/next.js/issues/49028) - fix GlobalError interop and add test case: [#​49033](https://togithub.com/vercel/next.js/issues/49033) - Add flag to switch to the experimental channel: [#​48896](https://togithub.com/vercel/next.js/issues/48896) - Fix extra block element in body: [#​49034](https://togithub.com/vercel/next.js/issues/49034) - Fixed `next-types-plugin` causing Typescript errors when `"type": "module"` is set: [#​49027](https://togithub.com/vercel/next.js/issues/49027) - Fixed middleware's edge-chunks not being copied in copyTracedFiles: [#​48723](https://togithub.com/vercel/next.js/issues/48723) - Rename `experimentalReact`: [#​49046](https://togithub.com/vercel/next.js/issues/49046) - app router: don't unmount/remount on search param changes: [#​49047](https://togithub.com/vercel/next.js/issues/49047) - style: remove useless React.Fragment tag on `next/image`: [#​48997](https://togithub.com/vercel/next.js/issues/48997) - feat: add draft mode to `next/headers`: [#​48789](https://togithub.com/vercel/next.js/issues/48789) - Fix `next dev` failing for app when `__NEXT_DISABLE_MEMORY_WATCHER` is set: [#​49056](https://togithub.com/vercel/next.js/issues/49056) - fix(next-core): interop non string record values in env: [#​49057](https://togithub.com/vercel/next.js/issues/49057) - feat(next-core): support capsize for google font fallback: [#​48967](https://togithub.com/vercel/next.js/issues/48967) - chore: use includes replace indexOf: [#​48901](https://togithub.com/vercel/next.js/issues/48901) - feat: make `enableUndici: true` default and remove `node-fetch`: [#​49061](https://togithub.com/vercel/next.js/issues/49061) - fix(next_core): do not apply user config to internal assets: [#​48210](https://togithub.com/vercel/next.js/issues/48210) - update turbopack: [#​49071](https://togithub.com/vercel/next.js/issues/49071) - allow to use different blur placeholder modes: [#​49070](https://togithub.com/vercel/next.js/issues/49070) - Use route metadata to trace in node-file-trace: [#​49080](https://togithub.com/vercel/next.js/issues/49080) - fix quoted env vars from next config: [#​49090](https://togithub.com/vercel/next.js/issues/49090) - find and handle not-found page in app dir: [#​49095](https://togithub.com/vercel/next.js/issues/49095) - Update revalidate handling for app: [#​49062](https://togithub.com/vercel/next.js/issues/49062) - Update turbopack warning: [#​49051](https://togithub.com/vercel/next.js/issues/49051) - Add validation to server methods: [#​49104](https://togithub.com/vercel/next.js/issues/49104) - use ws instead of undici.WebSocket: [#​49100](https://togithub.com/vercel/next.js/issues/49100) - chore: rename draft mode enabled to isEnabled: [#​49096](https://togithub.com/vercel/next.js/issues/49096) - add test cases for error handling: [#​49093](https://togithub.com/vercel/next.js/issues/49093) - improve test case stability: [#​49036](https://togithub.com/vercel/next.js/issues/49036) - Optimize non-dynamic metadata routes to static in production build: [#​49109](https://togithub.com/vercel/next.js/issues/49109) - Allow setting `runtime` in layouts in type declarations: [#​49117](https://togithub.com/vercel/next.js/issues/49117) - Tweak app cache handling for paths: [#​49108](https://togithub.com/vercel/next.js/issues/49108) - add test case for non-enumerable exports: [#​49106](https://togithub.com/vercel/next.js/issues/49106) - Skip handler for POST requests when no action ID is found: [#​49119](https://togithub.com/vercel/next.js/issues/49119) - Fix edge runtime detection from layouts: [#​49126](https://togithub.com/vercel/next.js/issues/49126) - Fix cross-worker revalidate API: [#​49101](https://togithub.com/vercel/next.js/issues/49101) - app router: Fix infinite redirect loop in MPA navigation: [#​49058](https://togithub.com/vercel/next.js/issues/49058) - Only read digest from error instance: [#​49132](https://togithub.com/vercel/next.js/issues/49132) - Static generate dynamic sitemaps: [#​49114](https://togithub.com/vercel/next.js/issues/49114) - Remove writing vscode config: [#​49133](https://togithub.com/vercel/next.js/issues/49133) - Revert "Fix cross-worker revalidate API": [#​49138](https://togithub.com/vercel/next.js/issues/49138) - Revert "Revert "Fix cross-worker revalidate API" ([#​49138](https://togithub.com/vercel/next.js/issues/49138))": [#​49141](https://togithub.com/vercel/next.js/issues/49141) - fix(ts): make `ReadonlyHeaders` more compatible with `Headers`: [#​49075](https://togithub.com/vercel/next.js/issues/49075) - app-router: update prefetch heuristic to traverse until until we hit a loading boundary: [#​49077](https://togithub.com/vercel/next.js/issues/49077) - Forward response to edge runtime for response modification: [#​49145](https://togithub.com/vercel/next.js/issues/49145) - Polyfill `Blob` for Node.js < 18: [#​49156](https://togithub.com/vercel/next.js/issues/49156) - Update compilation target of [@​next/react-dev-overlay](https://togithub.com/next/react-dev-overlay): [#​49153](https://togithub.com/vercel/next.js/issues/49153) - Fix CSS module imports not included in root not-found file: [#​49155](https://togithub.com/vercel/next.js/issues/49155) - app-router: fix stale cache handling: [#​49160](https://togithub.com/vercel/next.js/issues/49160) - Add support for app global and segment 404 pages: [#​49085](https://togithub.com/vercel/next.js/issues/49085) - Tests for Sass warnings: [#​49151](https://togithub.com/vercel/next.js/issues/49151) - Ensure latest react-dom types for experimental release channel are used: [#​49049](https://togithub.com/vercel/next.js/issues/49049) - Update cache methods for app dir: [#​49165](https://togithub.com/vercel/next.js/issues/49165) - Search for lockfiles to find Turbopack root: [#​49110](https://togithub.com/vercel/next.js/issues/49110) - Allow webpack config, but warn if no turbo config: [#​49170](https://togithub.com/vercel/next.js/issues/49170) - Add a generic type for unstable_cache: [#​49166](https://togithub.com/vercel/next.js/issues/49166) - Upgrade React to 18.3.0-canary-b7972822b-20230503: [#​49158](https://togithub.com/vercel/next.js/issues/49158) - Fix server component transforms: [#​49135](https://togithub.com/vercel/next.js/issues/49135) - Fix React channel env missing in custom server: [#​49168](https://togithub.com/vercel/next.js/issues/49168) - app router: support side effects on server requests: [#​48939](https://togithub.com/vercel/next.js/issues/48939) - Fix multipart/form-data handling in the Edge runtime: [#​49177](https://togithub.com/vercel/next.js/issues/49177) - Upgrade React to 18.3.0-canary-aef7ce554-20230503: [#​49181](https://togithub.com/vercel/next.js/issues/49181) - remove startup message by default: [#​49157](https://togithub.com/vercel/next.js/issues/49157) - add test case for bindings in member props: [#​49134](https://togithub.com/vercel/next.js/issues/49134) - Add test case for App Route cookies: [#​49124](https://togithub.com/vercel/next.js/issues/49124) - Fix standalone mode with appDir running in a single process: [#​49116](https://togithub.com/vercel/next.js/issues/49116) - Enable progressive enhanced form actions through decodeAction: [#​49187](https://togithub.com/vercel/next.js/issues/49187) - Use special annotation for `$$bound` if no closure argument is attached: [#​49188](https://togithub.com/vercel/next.js/issues/49188) - Add warning for missing metadataBase in social images: [#​49180](https://togithub.com/vercel/next.js/issues/49180) - Allow override icon rel: [#​49194](https://togithub.com/vercel/next.js/issues/49194) - actions: fix redirect on the edge: [#​49197](https://togithub.com/vercel/next.js/issues/49197) - update turbopack: [#​49196](https://togithub.com/vercel/next.js/issues/49196) - Fix incorrect React env in particular case: [#​49202](https://togithub.com/vercel/next.js/issues/49202) - Add SWC test cases: [#​49189](https://togithub.com/vercel/next.js/issues/49189) - action: add Readable.toWeb "polyfill" for node 16: [#​49201](https://togithub.com/vercel/next.js/issues/49201) - add missing alias for next/dynamic in app dir: [#​49199](https://togithub.com/vercel/next.js/issues/49199) - render app pages with original url: [#​49198](https://togithub.com/vercel/next.js/issues/49198) - action: support not found: [#​49209](https://togithub.com/vercel/next.js/issues/49209) - types: upgrade react/react-dom types: [#​49213](https://togithub.com/vercel/next.js/issues/49213) - Fix metadata routes prerender cache for standalone mode: [#​49208](https://togithub.com/vercel/next.js/issues/49208) - Turbopack alpha -> beta: [#​49103](https://togithub.com/vercel/next.js/issues/49103) - Enable App Router for all applications: [#​49088](https://togithub.com/vercel/next.js/issues/49088) ##### Documentation Changes - fix: wrong link in docs: [#​49001](https://togithub.com/vercel/next.js/issues/49001) - Simplify CNA prompts a bit: [#​49063](https://togithub.com/vercel/next.js/issues/49063) - Update create-next-app App Router question: [#​49111](https://togithub.com/vercel/next.js/issues/49111) - chore(docs): update next-image-unconfigured-host.md: [#​49175](https://togithub.com/vercel/next.js/issues/49175) ##### Example Changes - docs: Fix path of '.env.template': [#​49012](https://togithub.com/vercel/next.js/issues/49012) - chore: simplify repo templates: [#​49073](https://togithub.com/vercel/next.js/issues/49073) ##### Misc Changes - chore: Update `swc_core` to `v0.75.41`: [#​48982](https://togithub.com/vercel/next.js/issues/48982) - Fix failing test on `canary` branch: [#​49038](https://togithub.com/vercel/next.js/issues/49038) - Remove unused font from tailwind `app/page.tsx`: [#​49035](https://togithub.com/vercel/next.js/issues/49035) - Add test case for file uploads: [#​49048](https://togithub.com/vercel/next.js/issues/49048) - chore(cli): remove Route Handlers from App Router templates: [#​49076](https://togithub.com/vercel/next.js/issues/49076) - Fix flaky test: [#​49178](https://togithub.com/vercel/next.js/issues/49178) - disable optimistic_updates: [#​49211](https://togithub.com/vercel/next.js/issues/49211) - test: temporary disable flaky checking: [#​49217](https://togithub.com/vercel/next.js/issues/49217) ##### Credits Huge thanks to [@​kdy1](https://togithub.com/kdy1), [@​alexkirsz](https://togithub.com/alexkirsz), [@​sokra](https://togithub.com/sokra), [@​shuding](https://togithub.com/shuding), [@​dciug](https://togithub.com/dciug), [@​albertothedev](https://togithub.com/albertothedev), [@​DuCanhGH](https://togithub.com/DuCanhGH), [@​feedthejim](https://togithub.com/feedthejim), [@​li-jia-nan](https://togithub.com/li-jia-nan), [@​styfle](https://togithub.com/styfle), [@​kwonoj](https://togithub.com/kwonoj), [@​patrick91](https://togithub.com/patrick91), [@​timneutkens](https://togithub.com/timneutkens), [@​balazsorban44](https://togithub.com/balazsorban44), [@​ijjk](https://togithub.com/ijjk), [@​padmaia](https://togithub.com/padmaia), [@​Kikobeats](https://togithub.com/Kikobeats), [@​huozhi](https://togithub.com/huozhi), [@​sophiebits](https://togithub.com/sophiebits), [@​eps1lon](https://togithub.com/eps1lon), [@​reconbot](https://togithub.com/reconbot), [@​acdlite](https://togithub.com/acdlite), [@​jridgewell](https://togithub.com/jridgewell), and [@​sebmarkbage](https://togithub.com/sebmarkbage) for helping!

Configuration

πŸ“… Schedule: Branch creation - At any time (no schedule defined), 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 these updates again.



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

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git β†—οΈŽ

Name Status Preview Comments Updated (UTC)
nervos-official-website βœ… Ready (Inspect) Visit Preview πŸ’¬ Add feedback May 15, 2023 6:11pm
nervos-official-website-eta βœ… Ready (Inspect) Visit Preview πŸ’¬ Add feedback May 15, 2023 6:11pm
renovate[bot] commented 1 year ago

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠ Warning: custom changes will be lost.