woocommerce/plugins/woocommerce-blocks/assets/js/utils
Mike Jolley 5a1bbbefb9 Update NPM dependencies and script dependency handling (https://github.com/woocommerce/woocommerce-blocks/pull/1337)
* Update NPM packages

* Switch JSON dependencies to new PHP files

* include->require

* include->require

* Remove from package and run audit fix

* Update wp-prettier

* Use version from asset file

* Fix eslint issues and test failures

* Update OriginalComponent docblocks

* Props are objects, not arrays

* Array to Object

* fix tests throwing unhandled rejection errors in node.

These tests were all testing Promise.rejects but then not properly catching the reject in the assertions.

* exclude rule for no short array syntax allowed

This is a WordPress core standard that we choose to ignore because it’s silly in our context to follow that rule (and we’re being consistent with WooCommerce Admin).
2019-12-10 12:17:46 -05:00
..
test Add tests to utils/products.js (https://github.com/woocommerce/woocommerce-blocks/pull/817) 2019-08-08 14:48:34 +01:00
attributes-query.js Update NPM dependencies and script dependency handling (https://github.com/woocommerce/woocommerce-blocks/pull/1337) 2019-12-10 12:17:46 -05:00
attributes.js Update NPM dependencies and script dependency handling (https://github.com/woocommerce/woocommerce-blocks/pull/1337) 2019-12-10 12:17:46 -05:00
deprecations.js Update NPM dependencies and script dependency handling (https://github.com/woocommerce/woocommerce-blocks/pull/1337) 2019-12-10 12:17:46 -05:00
get-query.js Add anti yoda conditional eslint rule (https://github.com/woocommerce/woocommerce-blocks/pull/1142) 2019-11-07 09:45:45 -05:00
get-shortcode.js Add anti yoda conditional eslint rule (https://github.com/woocommerce/woocommerce-blocks/pull/1142) 2019-11-07 09:45:45 -05:00
products.js Add eslint JSDoc checks (https://github.com/woocommerce/woocommerce-blocks/pull/819) 2019-08-09 18:18:46 +02:00
render-frontend.js Hydrate REST endpoint data in the stores (https://github.com/woocommerce/woocommerce-blocks/pull/1206) 2019-11-23 16:29:35 +00:00
shared-attributes.js Add grid block previews using an SVG image (https://github.com/woocommerce/woocommerce-blocks/pull/1118) 2019-11-15 15:16:18 +00:00