Nícholas André
Nícholas André
Overriding the main site of a network with a url other than the one set in wp-config.php breaks MU-Migration. E.g: ```` wp mu-migration import all site.zip --new_url=http://newdomain.com ```` If the...
### Is your enhancement related to a problem? Please describe. 10up eslint config is due to reasonable updates. Here's a work in progress list of things that needs to be...
### Description of the Change Removes the old TS projects and makes the default project (wp-nextjs) TypeScript based. ### How to test the Change Simply browse through the vercel preview...
### Describe the bug Because `next start path-to-project` apparentlys makes process.cwd() be where the next command was executed from, it breaks config loading. I'm not sure if we can actually...
### Is your enhancement related to a problem? Please describe. Currently, most fetch calls are not mocked and instead are handled with msw. Due to how things are architected the...
### Description of the Change Closes # ### How to test the Change ### Changelog Entry > Added - New feature > Changed - Existing functionality > Deprecated - Soon-to-be...
### Description of the Change Closes # ### How to test the Change ### Changelog Entry > Added - New feature > Changed - Existing functionality > Deprecated - Soon-to-be...
### Is your enhancement related to a problem? Please describe. [Turbopack support](https://nextjs.org/blog/next-14-2#turbopack-for-development-release-candidate) ### Designs _No response_ ### Describe alternatives you've considered _No response_ ### Code of Conduct - [X] I...
### Is your enhancement related to a problem? Please describe. We recently did some work to reduce the Yoast payload and optimize hydration but there's still room for improving performance...
### Is your enhancement related to a problem? Please describe. A block rendered by BlockRenderer receives the actual block attributes plus a bunch of normalized props from core controls/attributes. ###...