Vicente Canales

Results 9 issues of Vicente Canales

#### Changes proposed in this Pull Request: Running `npm i` after `nvm use` downgrades the saved `lockfileVersion` to 2. The lockfile requirement is set to [`lockfile-version = 3` on .npmrc.](https://github.com/Automattic/themes/blob/trunk/.npmrc#L2)...

dependencies

This adds a `--recreate-db` option to remove the need for user input when running the script for confirming database recreation, helpful when it is run in a CI context, such...

To facilitate future improvements to the codebase, this proposes configuring PHPUnit to be able to write tests for the plugin. This was created using `wp scaffold plugin-test`, plus some modifications...

enhancement

A Jazz-inspired theme by @henriqueiamarino

I find myself having to stop my Gutenberg environment, which uses the default port, when working on both at around the same time. This change should make it easier to...

enhancement
build tooling

## What? Specify minimum minor version of node on .nvmrc to match the `engine` specified on package.json. ## Why? If I have previously installed a lower node version than what's...

[Type] Build Tooling

This proposes using an external copy of the preview themes workflow, which will allow us to run it on `pull_request_target` safely, since the code for the workflow itself lives outside...

enhancement

Proposes adding a warning for logged-in users when navigating to a page or post rendered through an empty template. The warning explains why the website's visitors might encounter a blank...

### Quick summary The dotOrg deployment script has started failing a few weeks back, when ran from `trunk` automatically. It seems to be related to a few themes, although it...

[Type] Bug
Needs triage