VIP-CLI: v3.19.2
21:30:02 GMT+0000
The primary focus of this PR is on enhancing environment checks, clarifying command usage, and maintaining compatibility with updated dependencies.
Key updates in this release include:
Environment and Command Improvements:
- Improved environment checks for importing or syncing local databases to prevent common errors.
- Prevented unsupported commands from running in incompatible environments, and removed outdated options from environment info commands.
- Deprecated the
extendedoption in thevip dev-env infocommand. - Updated import and sync commands for reliability.
- Disallowed running WP-CLI commands from Node Apps for better environment safety.
Dependency Upgrades:
Upgraded typescript from 5.8.3 to 5.9.2, @automattic/vip-search-replace from 1.1.3 to 2.0.0, and @types/node from 24.1.0 to 24.2.0 for improved compatibility and future support.
What’s Changed
- refactor(dev-env): deprecate
extendedoption invip dev-env infoby @sjinks in #2482 - build(deps-dev): bump typescript from 5.8.3 to 5.9.2 by @dependabot[bot] in #2484
- build(deps): bump @automattic/vip-search-replace from 1.1.3 to 2.0.0 by @dependabot[bot] in #2483
- Do not allow WP-CLI commands to be run from Node Apps by @rebeccahum in #2486
- build(deps-dev): bump @types/node from 24.1.0 to 24.2.0 by @dependabot[bot] in #2487
- refactor(dev-env): use
isContainerRunningfor import and sync commands by @sjinks in #2489
Full Changelog: 3.19.1…3.19.2