Commit Graph

239 Commits

Author SHA1 Message Date
Joshua Flowers ee6acc5fb6 Bump WooCommerce Admin version to 2.2.2 2021-04-29 10:36:43 -04:00
Joshua Flowers 5db461a21f Bump WooCommerce Admin version to 2.2.2-rc.1 2021-04-28 19:01:30 -04:00
jonathansadowski dc08748aed
Merge branch 'trunk' into update/bump-wca-2.2.0-beta.2 2021-04-15 11:25:08 -05:00
Joshua Flowers d37a31927e Update composer.lock 2021-04-14 13:10:35 -04:00
Joshua Flowers 1d4368f384 Bump WooCommerce Admin version to 2.2.1 2021-04-14 13:09:49 -04:00
Joshua Flowers 63dbdddf64 Update to rc1 2021-04-14 13:09:19 -04:00
Joshua Flowers fc5499f9b8 Bump WooCommerce Admin version to 2.2.0-beta.2 2021-04-14 13:08:44 -04:00
Albert Juhé Lluveras aea8e1655f Update WooCommerce Blocks package to 4.9.1 2021-04-13 20:06:33 +02:00
Nestor Soriano 132770b8d9
Update Blocks package to version 4.7.2 2021-04-13 19:02:45 +02:00
Nestor Soriano b4a9560358
Update Blocks to 4.7.1 2021-04-05 12:02:48 +02:00
vedanshujain db5a77bec6 Use composer 2.0+ to update files. 2021-04-05 14:31:27 +05:30
Timmy Crawford b0de623f25 Update woocommerce-admin package to 2.1.5 2021-04-02 10:00:38 -07:00
Renovate Bot d6e0235925
Update dependency automattic/jetpack-autoloader to v2.10.1 2021-03-30 16:19:44 +00:00
Adrian Duffell 2ba8059837 Bump woocommerce-admin package to 2.1.4 2021-03-29 20:39:21 +08:00
vedanshujain f7f4845596 Merge branch 'trunk' into update/woocommerce-blocks-4.7.0 2021-03-18 19:46:19 +05:30
Seghir Nadir 789c6bcca9
update woo-blocks to 4.7.0 2021-03-17 12:10:01 +01:00
Adrian Duffell 20c3a1c680 Bump woocommerce-admin package to 2.1.3 2021-03-17 16:43:12 +08:00
Timmy Crawford 98764aa0d1 Update woocommerce-admin to 2.0.3 2021-03-10 08:10:06 -08:00
Rebecca Scott d03f4fef79 Bump woocommerce-admin version to 2.0.2 2021-02-26 10:06:59 +10:00
Paul Sealock 13760d55a9 compser artifacts 2021-02-12 15:09:02 +13:00
Mike Jolley 11587a07b1 Blocks 4.4.3 2021-02-11 18:11:25 +00:00
Mike Jolley 38ad7819df Bump to 4.4.2 2021-02-11 17:19:41 +00:00
Mike Jolley ff9d8e2b51 Cmposer update after rebase 2021-02-11 17:19:15 +00:00
Christopher Allford 2a1c322cbc Updated the autoloader to 2.9.1 2021-02-08 10:43:48 -08:00
Claudio Sanches 0131210907 Update composer dependencies 2021-02-03 18:10:05 -03:00
Paul Sealock f7cc34779a update wc-admin to 1.9.0-rc.3 2021-01-22 23:44:27 +13:00
vedanshujain 1c774a0494 Create composer.lock with composer 2.0. 2021-01-06 16:28:32 +05:30
Joel Thiessen 509d45abb3 Bump wc-admin to 1.8.3 2021-01-05 16:23:21 -08:00
vedanshujain dd22387bc7 Merge branch 'master' into update/jetpack-autoloader 2020-12-28 18:20:15 +05:30
vedanshujain f8121b9589 Update composer lock to not include additional components. 2020-12-23 14:32:08 +05:30
Paul Sealock ecbb127880 update wc-admin 1.8.2 2020-12-23 15:26:04 +13:00
vedanshujain d03e91c7d2 Merge branch 'master' into update/jetpack-autoloader 2020-12-21 16:40:41 +05:30
Christopher Allford 1bec2b9172 Updated the Jetpack Autoloader to v2.7.1
This includes a number of improvements but also requires that we set the `optimize-autoloader` configuration key to compensate for some classes that don't comply with PSR-4.
2020-12-18 14:52:39 -08:00
vedanshujain 293849ac53 Merge branch 'master' into update/woocommerce-blocks-4.0.0 2020-12-18 20:02:00 +05:30
Sam Seay 975388bfb3 Update wc-admin to 1.8.1 2020-12-15 15:00:08 +13:00
Mike Jolley 6208fc3d27 Update WooCommerce Blocks package to 4.0.0 2020-12-08 15:18:54 +00:00
Timmy Crawford 098d654dd4 Update woocomerce-admin to 1.7.3 2020-12-03 13:26:44 -08:00
Renovate Bot efbd5aa52c
Update dependency automattic/jetpack-constants to v1.5.1 2020-11-25 11:10:58 +00:00
Renovate Bot bfbf556c96
Update dependency automattic/jetpack-autoloader to v2.6.0 2020-11-25 03:08:35 +00:00
Fernando Marichal 83c170b88e Version bump wc-admin 1.7.2 2020-11-24 17:10:48 -08:00
Darren Ethier 8ffa39b78f
bump wc-blocks package to 3.8.1 2020-11-23 16:09:57 -05:00
Nestor Soriano 16bd67688f Remove "pushd" and "popd" from build-lib.sh
These are bash specific commands and will fail since the script is
actually run as a sh script. Instead, the "-d" option of composer
is now used.
2020-11-19 09:25:48 +01:00
Christopher Allford e9dfe64f9f Replaced the local repository with root autoload definitions
Since Composer can't recursively use repositories, we can't actually use a local package to deal with this. We're going to keep the local package to separate the dependencies but we need to add autoload keys in the root package's `composer.json`
2020-11-18 15:31:54 -08:00
Christopher Allford c9f413d297 Created dummy `woocommerce/woocommerce-lib` package to contain dependencies
In order to avoid problems posed by potentially including the unconverted dependencies in the root autoloader, this package will hold all dependencies that require conflict avoidance.
2020-11-18 13:54:20 -08:00
Nestor Soriano 556ea1ecfa Merge branch 'master' into use-mozart-to-renamespace-dependencies 2020-11-18 09:05:11 +01:00
Christopher Allford c491bd45aa Updated lock file 2020-11-13 09:43:01 -08:00
Christopher Allford 1041c8d238 Updated WooCommerce Admin 2020-11-12 11:22:39 -08:00
Christopher Allford b22268c754 Updated to Composer v2
This also updates the woocommerce/woocommerce-admin and woocommerce/woocommerce-blocks packages as their dependence on `composer/installers` precludes update otherwise
2020-11-11 13:45:51 -08:00
Nestor Soriano 8bb0f196e6 Change the strategy for moving packages
Since the Mozart package requires PHP 7.2, and we need to support 7.0
and 7.1, the moving step has been removed from the composer install
stage. Instead, now it has to be triggered manually via
`composer run move-vendor-namespaces`, and the moved package must be
added to source control. See the updated src/Internal/Vendor/REAMDE.md
for details.
2020-11-05 17:19:14 +01:00
Nestor Soriano 96fce186e7 Use Mozart instead of a script to renamespace packages.
A custom fork of the coenjacobs/mozart package is now used to change
the namespace of the appropriate packages (only league/container
for now) instead of the previously used prefix-vendor-namespaces script.

The packages are now moved to the src/Internal/Vendor namespace instead
of being modified in-place in the vendor directory. The namespaces
are thus now prefixed with Automattic\WooCommerce\Internal\Vendor
(previously it was just Automattic\WooCommerce\Vendor).
2020-10-30 12:28:26 +01:00