Merge pull request #30711 from woocommerce/update/woocommerce-blocks-5.9.0

Update WooCommerce blocks to 5.9.0
This commit is contained in:
Barry Hughes 2021-09-17 10:03:57 -07:00 committed by GitHub
commit cc94edd8ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 31 additions and 9 deletions

View File

@ -618,6 +618,9 @@
"portable", "portable",
"shim" "shim"
], ],
"support": {
"source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.23.1"
},
"funding": [ "funding": [
{ {
"url": "https://symfony.com/sponsor", "url": "https://symfony.com/sponsor",
@ -779,6 +782,9 @@
"portable", "portable",
"shim" "shim"
], ],
"support": {
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.23.1"
},
"funding": [ "funding": [
{ {
"url": "https://symfony.com/sponsor", "url": "https://symfony.com/sponsor",
@ -938,6 +944,9 @@
"portable", "portable",
"shim" "shim"
], ],
"support": {
"source": "https://github.com/symfony/polyfill-php80/tree/v1.23.1"
},
"funding": [ "funding": [
{ {
"url": "https://symfony.com/sponsor", "url": "https://symfony.com/sponsor",

View File

@ -71,6 +71,10 @@
"stylecheck", "stylecheck",
"tests" "tests"
], ],
"support": {
"issues": "https://github.com/dealerdirect/phpcodesniffer-composer-installer/issues",
"source": "https://github.com/dealerdirect/phpcodesniffer-composer-installer"
},
"time": "2020-12-07T18:04:37+00:00" "time": "2020-12-07T18:04:37+00:00"
}, },
{ {
@ -239,6 +243,10 @@
"standards", "standards",
"wordpress" "wordpress"
], ],
"support": {
"issues": "https://github.com/PHPCompatibility/PHPCompatibilityWP/issues",
"source": "https://github.com/PHPCompatibility/PHPCompatibilityWP"
},
"time": "2021-07-21T11:09:57+00:00" "time": "2021-07-21T11:09:57+00:00"
}, },
{ {
@ -335,6 +343,10 @@
"woocommerce", "woocommerce",
"wordpress" "wordpress"
], ],
"support": {
"issues": "https://github.com/woocommerce/woocommerce-sniffs/issues",
"source": "https://github.com/woocommerce/woocommerce-sniffs/tree/0.1.1"
},
"time": "2021-07-29T17:25:16+00:00" "time": "2021-07-29T17:25:16+00:00"
}, },
{ {

View File

@ -22,7 +22,7 @@
"psr/container": "1.0.0", "psr/container": "1.0.0",
"woocommerce/action-scheduler": "3.3.0", "woocommerce/action-scheduler": "3.3.0",
"woocommerce/woocommerce-admin": "2.6.2", "woocommerce/woocommerce-admin": "2.6.2",
"woocommerce/woocommerce-blocks": "5.7.1" "woocommerce/woocommerce-blocks": "5.9.0"
}, },
"require-dev": { "require-dev": {
"bamarni/composer-bin-plugin": "^1.4", "bamarni/composer-bin-plugin": "^1.4",

17
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "5eac31e7455cc69f5e7eaa1869d473c6", "content-hash": "f4e4f1b246c0f4581566253aadf74143",
"packages": [ "packages": [
{ {
"name": "automattic/jetpack-autoloader", "name": "automattic/jetpack-autoloader",
@ -595,16 +595,16 @@
}, },
{ {
"name": "woocommerce/woocommerce-blocks", "name": "woocommerce/woocommerce-blocks",
"version": "v5.7.1", "version": "v5.9.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/woocommerce/woocommerce-gutenberg-products-block.git", "url": "https://github.com/woocommerce/woocommerce-gutenberg-products-block.git",
"reference": "7dfe482d9b36f05f3d0ee78d74a26b49f3ebe6f1" "reference": "d4f0040e6c41a2e02ce4dff1cd9fc8efe3113af1"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/woocommerce/woocommerce-gutenberg-products-block/zipball/7dfe482d9b36f05f3d0ee78d74a26b49f3ebe6f1", "url": "https://api.github.com/repos/woocommerce/woocommerce-gutenberg-products-block/zipball/d4f0040e6c41a2e02ce4dff1cd9fc8efe3113af1",
"reference": "7dfe482d9b36f05f3d0ee78d74a26b49f3ebe6f1", "reference": "d4f0040e6c41a2e02ce4dff1cd9fc8efe3113af1",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -612,8 +612,9 @@
"composer/installers": "^1.7.0" "composer/installers": "^1.7.0"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "7.5.20", "woocommerce/woocommerce-sniffs": "0.1.0",
"woocommerce/woocommerce-sniffs": "0.1.0" "wp-phpunit/wp-phpunit": "^5.4",
"yoast/phpunit-polyfills": "^1.0"
}, },
"type": "wordpress-plugin", "type": "wordpress-plugin",
"extra": { "extra": {
@ -638,7 +639,7 @@
"gutenberg", "gutenberg",
"woocommerce" "woocommerce"
], ],
"time": "2021-08-30T08:15:59+00:00" "time": "2021-09-14T13:42:34+00:00"
} }
], ],
"packages-dev": [ "packages-dev": [