|
1 | 1 | ## Changelog |
2 | 2 |
|
| 3 | +### 3.19.0 |
| 4 | + |
| 5 | +* build(deps-dev): bump the testing group across 1 directory with 4 updates |
| 6 | +* New develop release: 3.18.1-dev.0 by @gi |
| 7 | +* build(deps-dev): bump the testing group with 3 updates |
| 8 | +* Remove preflight as part of the harmonia deprecation |
| 9 | +* Add changelog workflow |
| 10 | +* Changelogs: Update `vip-actions` |
| 11 | +* build(deps-dev): bump @types/dockerode from 3.3.41 to 3.3.42 |
| 12 | +* build(deps-dev): bump the testing group with 2 updates |
| 13 | +* build(deps): bump step-security/harden-runner from 2.12.1 to 2.12.2 |
| 14 | +* build(deps-dev): bump @babel/core from 7.27.4 to 7.27.7 in the babel group |
| 15 | +* build(deps-dev): bump the babel group with 3 updates |
| 16 | +* build(deps-dev): bump @types/shelljs from 0.8.16 to 0.8.17 |
| 17 | +* build(deps-dev): bump the testing group with 3 updates |
| 18 | +* chore(deps): update Lando to fix PLTFRM-1195 |
| 19 | +* build(deps): bump socks-proxy-agent from 5.0.1 to 8.0.5 |
| 20 | +* build(deps): bump https-proxy-agent from 5.0.1 to 7.0.6 |
| 21 | +* build(deps-dev): bump @types/node from 24.0.3 to 24.0.10 |
| 22 | +* feat(dev-env): allow `latest` as WP version |
| 23 | +* feat(dev-env): add some logging to `DevEnvSyncSQLCommand` |
| 24 | +* Update to the description of the `--wordpress` option for `dev-env` |
| 25 | +* build(deps-dev): bump @types/node from 24.0.10 to 24.0.12 |
| 26 | +* fix: drop superfluous `as unknown` casts |
| 27 | +* fix: exception handling-related code smells |
| 28 | +* fix: Promise rejection is not caught by `try` |
| 29 | +* fix: RegExp-related issues |
| 30 | +* fix: fields that are only assigned in the constructor should be "readonly" |
| 31 | +* fix(dev-env): make URL extraction less error-prone |
| 32 | + |
| 33 | +**Full Changelog**: https://github.com/Automattic/vip-cli/compare/3.18.0...3.19.0 |
| 34 | + |
| 35 | +### 3.18.0 |
| 36 | + |
| 37 | +* fix: properly quote parameters for `vip wp` |
| 38 | +* build(deps-dev): bump dockerode from 4.0.6 to 4.0.7 |
| 39 | +* build(deps-dev): bump @types/node from 22.15.29 to 22.15.30 |
| 40 | +* build(deps-dev): bump @types/dockerode from 3.3.39 to 3.3.40 |
| 41 | +* build(deps-dev): bump @types/node from 22.15.30 to 24.0.0 |
| 42 | +* build(deps): bump step-security/harden-runner from 2.12.0 to 2.12.1 |
| 43 | +* build(deps-dev): bump @types/node from 24.0.0 to 24.0.1 |
| 44 | +* fix(dev-env): clear proxy cache before startup and after shutdown |
| 45 | +* feat(dev-env): add `vip dev-env envvar` commands |
| 46 | +* chore(deps): update `lando` to the latest version |
| 47 | +* Remove MD5 requirement restrictions for URL imports in vip-import-sql |
| 48 | +* build(deps-dev): bump @types/node from 24.0.1 to 24.0.3 |
| 49 | +* build(deps-dev): bump @types/dockerode from 3.3.40 to 3.3.41 |
| 50 | +* chore(deps): update `brace-expansion` to fix CVE-2025-5889 |
| 51 | +* Bump ES to 8.18.2 |
| 52 | +* fix: suppress prompt for media redirect with config files |
| 53 | +* Add changelog section to PR template by |
| 54 | +* Update/Org salesforceId |
| 55 | + |
| 56 | +**Full Changelog**: https://github.com/Automattic/vip-cli/compare/3.17.1...3.18.0 |
| 57 | + |
3 | 58 | ### 3.17.1 |
4 | 59 |
|
5 | 60 | * chore: Update Git Hash Checker Github Action |
|
0 commit comments