[wp-trac] [WordPress Trac] #63939: `certificates:update` Grunt task does not actually update the dependency

WordPress Trac noreply at wordpress.org
Sat Sep 6 00:35:14 UTC 2025


#63939: `certificates:update` Grunt task does not actually update the dependency
------------------------------+-----------------------
 Reporter:  desrosj           |      Owner:  (none)
     Type:  defect (bug)      |     Status:  new
 Priority:  normal            |  Milestone:  6.9
Component:  Build/Test Tools  |    Version:
 Severity:  normal            |   Keywords:  has-patch
  Focuses:                    |
------------------------------+-----------------------
 The `certificates:update` Grunt task attempts to update the `composer/ca-
 bundle` dependency managed by Composer when an update is available. The
 task is not currently working as expected for a few reasons:
 - When a `composer.lock` file is not present, `composer update` cannot
 update an individual dependency (ie. `composer update org/package`)
 - Because the dependency is pinned to an exact version, `composer update`
 would not work as expected anyway.

 The workflow responsible for testing and verifying the results of the
 build scripts should also be updated to confirm that all related files
 subject to version control have been properly updated.

 The certificate related scripts were originally introduced in [59740].

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/63939>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list