From 4071805a6fa74af159b94e4b9f7fc5797e2f79ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Mar 2026 13:53:45 +0000 Subject: [PATCH] Bump wp-cli/entity-command from 2.8.5 to 2.8.6 Bumps [wp-cli/entity-command](https://github.com/wp-cli/entity-command) from 2.8.5 to 2.8.6. - [Release notes](https://github.com/wp-cli/entity-command/releases) - [Commits](https://github.com/wp-cli/entity-command/compare/v2.8.5...v2.8.6) --- updated-dependencies: - dependency-name: wp-cli/entity-command dependency-version: 2.8.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- composer.lock | 62 ++++++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 56 insertions(+), 6 deletions(-) diff --git a/composer.lock b/composer.lock index a49356e37..f82c95e9f 100644 --- a/composer.lock +++ b/composer.lock @@ -3309,16 +3309,16 @@ }, { "name": "wp-cli/entity-command", - "version": "v2.8.5", + "version": "v2.8.6", "source": { "type": "git", "url": "https://github.com/wp-cli/entity-command.git", - "reference": "896b7fb5ed51fe556017b2c71126947db5cd2b68" + "reference": "a8f5147f494cf1afea7a343ee229225643e07fe7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/wp-cli/entity-command/zipball/896b7fb5ed51fe556017b2c71126947db5cd2b68", - "reference": "896b7fb5ed51fe556017b2c71126947db5cd2b68", + "url": "https://api.github.com/repos/wp-cli/entity-command/zipball/a8f5147f494cf1afea7a343ee229225643e07fe7", + "reference": "a8f5147f494cf1afea7a343ee229225643e07fe7", "shasum": "" }, "require": { @@ -3361,6 +3361,17 @@ "comment unspam", "comment untrash", "comment update", + "font", + "font collection", + "font collection get", + "font collection is-registered", + "font collection list", + "font collection list-categories", + "font collection list-families", + "font face", + "font face install", + "font family", + "font family install", "menu", "menu create", "menu delete", @@ -3369,6 +3380,7 @@ "menu item add-post", "menu item add-term", "menu item delete", + "menu item get", "menu item list", "menu item update", "menu list", @@ -3376,6 +3388,7 @@ "menu location assign", "menu location list", "menu location remove", + "network", "network meta", "network meta add", "network meta delete", @@ -3411,6 +3424,10 @@ "post meta patch", "post meta pluck", "post meta update", + "post revision", + "post revision diff", + "post revision prune", + "post revision restore", "post term", "post term add", "post term list", @@ -3418,6 +3435,23 @@ "post term set", "post update", "post url-to-id", + "post has-blocks", + "post has-block", + "post block", + "post block clone", + "post block count", + "post block export", + "post block extract", + "post block get", + "post block import", + "post block insert", + "post block list", + "post block move", + "post block parse", + "post block remove", + "post block replace", + "post block render", + "post block update", "post-type", "post-type get", "post-type list", @@ -3429,6 +3463,7 @@ "site deactivate", "site delete", "site empty", + "site get", "site list", "site mature", "site meta", @@ -3440,6 +3475,13 @@ "site meta pluck", "site meta update", "site option", + "site option add", + "site option delete", + "site option get", + "site option list", + "site option patch", + "site option pluck", + "site option update", "site private", "site public", "site spam", @@ -3463,7 +3505,9 @@ "term meta patch", "term meta pluck", "term meta update", + "term migrate", "term recount", + "term prune", "term update", "user", "user add-cap", @@ -3476,6 +3520,7 @@ "user application-password list", "user application-password record-usage", "user application-password update", + "user check-password", "user create", "user delete", "user exists", @@ -3523,6 +3568,11 @@ ], "classmap": [ "src/" + ], + "exclude-from-classmap": [ + "src/Compat/WP_HTML_Span.php", + "src/Compat/WP_Block_Processor.php", + "src/Compat/polyfills.php" ] }, "notification-url": "https://packagist.org/downloads/", @@ -3540,9 +3590,9 @@ "homepage": "https://github.com/wp-cli/entity-command", "support": { "issues": "https://github.com/wp-cli/entity-command/issues", - "source": "https://github.com/wp-cli/entity-command/tree/v2.8.5" + "source": "https://github.com/wp-cli/entity-command/tree/v2.8.6" }, - "time": "2025-09-12T10:52:53+00:00" + "time": "2026-03-19T13:01:55+00:00" }, { "name": "wp-cli/eval-command",