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
Ron Rennick
b6c88e3171
update composer.lock
2020-10-28 14:36:45 -03:00
Timmy Crawford
0c40758f5e
Updates wc-admin to 1.6.3
2020-10-26 13:35:24 -07:00
Rodrigo Primo
d0576a2a17
Merge branch 'master' into update/woocommerce-admin/1.6.2
2020-10-20 10:43:52 -03:00
Claudio Sanches
f349a70618
Merge branch 'master' into update/woocommerce-blocks-3.6.0
2020-10-19 23:40:52 -03:00
Claudio Sanches
e6e199fb7e
Update composer.lock
2020-10-19 23:37:27 -03:00
Timmy Crawford
8641ec6135
Update woocommerce-admin to 1.6.2
2020-10-19 10:39:15 -07:00
Renovate Bot
a7696c7392
Update dependency automattic/jetpack-constants to v1.5.0
2020-10-16 10:31:13 +00:00
Albert Juhé Lluveras
b02f4ec62b
Update WooCommerce Blocks package to 3.6.0
2020-10-15 10:46:20 +02:00
Renovate Bot
e3f91ef4ec
Update dependency league/container to v3.3.3
2020-10-14 16:24:37 +00:00
Timmy Crawford
729086a583
Update woocommerce-admin to 1.6.1
2020-10-13 15:42:09 -07:00