From 58f181e351f18a45ec06cf267d2484f10565fcbf Mon Sep 17 00:00:00 2001 From: Timmy Crawford Date: Fri, 9 Oct 2020 14:15:42 -0700 Subject: [PATCH] Update WooCommerce Admin to 1.6.0 --- bin/composer/phpcs/composer.lock | 3 +-- bin/composer/phpunit/composer.lock | 37 +----------------------------- bin/composer/wp/composer.lock | 31 +++++++------------------ composer.json | 2 +- composer.lock | 35 ++++++---------------------- 5 files changed, 18 insertions(+), 90 deletions(-) diff --git a/bin/composer/phpcs/composer.lock b/bin/composer/phpcs/composer.lock index bb1667a7e48..c70ee90f23a 100644 --- a/bin/composer/phpcs/composer.lock +++ b/bin/composer/phpcs/composer.lock @@ -380,6 +380,5 @@ "platform-dev": [], "platform-overrides": { "php": "7.1" - }, - "plugin-api-version": "1.1.0" + } } diff --git a/bin/composer/phpunit/composer.lock b/bin/composer/phpunit/composer.lock index 11faae55249..b15931d65c2 100644 --- a/bin/composer/phpunit/composer.lock +++ b/bin/composer/phpunit/composer.lock @@ -61,20 +61,6 @@ "constructor", "instantiate" ], - "funding": [ - { - "url": "https://www.doctrine-project.org/sponsorship.html", - "type": "custom" - }, - { - "url": "https://www.patreon.com/phpdoctrine", - "type": "patreon" - }, - { - "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator", - "type": "tidelift" - } - ], "time": "2020-05-29T17:27:14+00:00" }, { @@ -123,12 +109,6 @@ "object", "object graph" ], - "funding": [ - { - "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy", - "type": "tidelift" - } - ], "time": "2020-06-29T13:22:24+00:00" }, { @@ -1407,20 +1387,6 @@ "polyfill", "portable" ], - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], "time": "2020-07-14T12:35:20+00:00" }, { @@ -1522,6 +1488,5 @@ "platform-dev": [], "platform-overrides": { "php": "7.1" - }, - "plugin-api-version": "1.1.0" + } } diff --git a/bin/composer/wp/composer.lock b/bin/composer/wp/composer.lock index c785cc65345..d59017367dc 100644 --- a/bin/composer/wp/composer.lock +++ b/bin/composer/wp/composer.lock @@ -132,28 +132,28 @@ }, { "name": "mck89/peast", - "version": "v1.10.4", + "version": "v1.11.0", "source": { "type": "git", "url": "https://github.com/mck89/peast.git", - "reference": "e11664ef53ba2a4ca1d16d8bc73fcc317cd65d3d" + "reference": "2a2bc6826114c46ff0bc1359208b7083a17f7a99" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/mck89/peast/zipball/e11664ef53ba2a4ca1d16d8bc73fcc317cd65d3d", - "reference": "e11664ef53ba2a4ca1d16d8bc73fcc317cd65d3d", + "url": "https://api.github.com/repos/mck89/peast/zipball/2a2bc6826114c46ff0bc1359208b7083a17f7a99", + "reference": "2a2bc6826114c46ff0bc1359208b7083a17f7a99", "shasum": "" }, "require": { "php": ">=5.4.0" }, "require-dev": { - "phpunit/phpunit": "^4.0|^5.0" + "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.10.4-dev" + "dev-master": "1.11.0-dev" } }, "autoload": { @@ -173,7 +173,7 @@ } ], "description": "Peast is PHP library that generates AST for JavaScript code", - "time": "2020-06-21T17:16:08+00:00" + "time": "2020-10-09T15:12:13+00:00" }, { "name": "mustache/mustache", @@ -317,20 +317,6 @@ ], "description": "Symfony Finder Component", "homepage": "https://symfony.com", - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], "time": "2020-09-02T16:06:40+00:00" }, { @@ -560,6 +546,5 @@ "platform-dev": [], "platform-overrides": { "php": "7.1" - }, - "plugin-api-version": "1.1.0" + } } diff --git a/composer.json b/composer.json index e88e3962232..b0b874aad56 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ "pelago/emogrifier": "3.1.0", "psr/container": "1.0.0", "woocommerce/action-scheduler": "3.1.6", - "woocommerce/woocommerce-admin": "1.6.0-rc.3", + "woocommerce/woocommerce-admin": "1.6.0", "woocommerce/woocommerce-blocks": "3.4.0", "league/container": "3.3.1" }, diff --git a/composer.lock b/composer.lock index 4dbf48241c1..d08d0449782 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "e382e608311a20674cdd2efb8b303d74", + "content-hash": "983e2bc7c2fcaa20c22778802c225073", "packages": [ { "name": "automattic/jetpack-autoloader", @@ -259,12 +259,6 @@ "provider", "service" ], - "funding": [ - { - "url": "https://github.com/philipobenito", - "type": "github" - } - ], "time": "2020-05-18T08:20:23+00:00" }, { @@ -501,20 +495,6 @@ ], "description": "Symfony CssSelector Component", "homepage": "https://symfony.com", - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], "time": "2020-03-16T08:31:04+00:00" }, { @@ -554,16 +534,16 @@ }, { "name": "woocommerce/woocommerce-admin", - "version": "1.6.0-rc.3", + "version": "1.6.0", "source": { "type": "git", "url": "https://github.com/woocommerce/woocommerce-admin.git", - "reference": "a2d0e41675f9c44d49e02fe6ed44310987a4ce88" + "reference": "3b77783c7d4e235d7c9b3b08abd5b05f759df278" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/woocommerce/woocommerce-admin/zipball/a2d0e41675f9c44d49e02fe6ed44310987a4ce88", - "reference": "a2d0e41675f9c44d49e02fe6ed44310987a4ce88", + "url": "https://api.github.com/repos/woocommerce/woocommerce-admin/zipball/3b77783c7d4e235d7c9b3b08abd5b05f759df278", + "reference": "3b77783c7d4e235d7c9b3b08abd5b05f759df278", "shasum": "" }, "require": { @@ -597,7 +577,7 @@ ], "description": "A modern, javascript-driven WooCommerce Admin experience.", "homepage": "https://github.com/woocommerce/woocommerce-admin", - "time": "2020-10-01T13:28:06+00:00" + "time": "2020-10-09T21:03:31+00:00" }, { "name": "woocommerce/woocommerce-blocks", @@ -706,6 +686,5 @@ "platform-dev": [], "platform-overrides": { "php": "7.1" - }, - "plugin-api-version": "1.1.0" + } }