From b7cb4dcdb5ac627739fcb978c55544fffea3615b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Feb 2026 04:09:21 +0000 Subject: [PATCH 1/4] Bump @lando/argv from 1.1.2 to 1.2.0 Bumps [@lando/argv](https://github.com/lando/argv) from 1.1.2 to 1.2.0. - [Release notes](https://github.com/lando/argv/releases) - [Changelog](https://github.com/lando/argv/blob/main/CHANGELOG.md) - [Commits](https://github.com/lando/argv/compare/v1.1.2...v1.2.0) --- updated-dependencies: - dependency-name: "@lando/argv" dependency-version: 1.2.0 dependency-type: indirect update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index af8230f..03beadb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1351,13 +1351,13 @@ } }, "node_modules/@lando/argv": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/@lando/argv/-/argv-1.1.2.tgz", - "integrity": "sha512-b3d4zF1QBrFgUCFxEb48b0hse98wRhfnnydFsKXTcQc4aogfCBZc9wbgktLrs6TUtLKvU57YtlfNU4ack1ll7w==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@lando/argv/-/argv-1.2.0.tgz", + "integrity": "sha512-Usr0FuXfzDezQG7ZSuaaMNoF9v/YsavgnclQqTBzV48oku/vi9fiKttlaSoXOQ1UPrC1KPC/ean1ZrDnZqcosw==", "dev": true, - "license": "GPL-3.0", + "license": "MIT", "engines": { - "node": ">=14.0.0" + "node": ">=20.0.0" } }, "node_modules/@lando/chai": { From 8c047afe1e115fab985bcd9d560c9d3523463499 Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Sun, 22 Feb 2026 16:23:37 +0000 Subject: [PATCH 2/4] Update CHANGELOG.md for @lando/argv 1.2.0 bump Co-authored-by: Aaron Feledy --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bd53d0..3b60e72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,13 +4,14 @@ * Added `wordpress-recommended` example with explicit version configuration * Updated docs to recommend always setting explicit `php` and `database` versions * Updated `@lando/php` to `^1.11.1` +* Updated to [@lando/argv@1.2.0](https://github.com/lando/argv/releases/tag/v1.2.0) ## v1.10.0 - [February 20, 2026](https://github.com/lando/wordpress/releases/tag/v1.10.0) * Updated to [@lando/php@1.11.0](https://github.com/lando/php/releases/tag/v1.11.0) * Fixed release workflow trigger to fire on `published` instead of `created` * Updated CI actions (`actions/checkout` to v6, `actions/setup-node` to v6, `actions/cache` to v5) -* Pending dependabot bumps for `@lando/mariadb`, `@lando/postgres`, and `@lando/argv` +* Pending dependabot bumps for `@lando/mariadb` and `@lando/postgres` ## v1.9.0 - [September 2, 2025](https://github.com/lando/wordpress/releases/tag/v1.9.0) From 7c2ea8ba7ed382779bb0552cc303f064b1698ab0 Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Sun, 22 Feb 2026 16:28:35 +0000 Subject: [PATCH 3/4] Fix CHANGELOG.md to follow usual pattern for dependency updates Co-authored-by: Aaron Feledy --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b60e72..34fbb62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ * Updated to [@lando/php@1.11.0](https://github.com/lando/php/releases/tag/v1.11.0) * Fixed release workflow trigger to fire on `published` instead of `created` * Updated CI actions (`actions/checkout` to v6, `actions/setup-node` to v6, `actions/cache` to v5) -* Pending dependabot bumps for `@lando/mariadb` and `@lando/postgres` +* Pending dependabot bumps for `@lando/mariadb`, `@lando/postgres`, and `@lando/argv` ## v1.9.0 - [September 2, 2025](https://github.com/lando/wordpress/releases/tag/v1.9.0) From ad1fe6e957bd7c0a8883e4be2285e71d2e3cc6e5 Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Sun, 22 Feb 2026 16:30:44 +0000 Subject: [PATCH 4/4] Fix @lando/php entry to follow usual format with link Co-authored-by: Aaron Feledy --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 34fbb62..157e719 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ * Updated `lando init` to set recommended PHP 8.3 and MySQL 8.0 versions in generated Landofile * Added `wordpress-recommended` example with explicit version configuration * Updated docs to recommend always setting explicit `php` and `database` versions -* Updated `@lando/php` to `^1.11.1` +* Updated to [@lando/php@1.11.1](https://github.com/lando/php/releases/tag/v1.11.1) * Updated to [@lando/argv@1.2.0](https://github.com/lando/argv/releases/tag/v1.2.0) ## v1.10.0 - [February 20, 2026](https://github.com/lando/wordpress/releases/tag/v1.10.0)