renovate[bot]
9503f03f9b
Update dependency follow-redirects to v1.14.9 ( https://github.com/woocommerce/woocommerce-blocks/pull/6018 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-03-09 03:07:12 +00:00
renovate[bot]
072c39b269
Update dependency @types/puppeteer to v5.4.5 ( https://github.com/woocommerce/woocommerce-blocks/pull/6017 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-03-09 03:02:53 +00:00
Saad Tarhi
1e15672b7b
Shopper → Checkout → Can place an order as guest ( https://github.com/woocommerce/woocommerce-blocks/pull/6009 )
...
* Add "goToCheckout" method in "shopper.block"
Instead of using "shopper.goToCheckoutBlock" method, it will much easier
to maintain the following structure "shopper.block.goToCheckout"
* Create a constant for billing details
* Create "fillBillingDetails" shopper method
* Add "placeOrder" method to "shopper"
* Enable "Cash on delivery" payment method for our test
* Update "@woocommerce/e2e-utils" package
Some new useful e2e utility functions weren't avaiable in the previous version
* Add E2E test for "Can place an order as guest"
* Fix mini-cart failing E2E tests
In case this fix woocommerce/woocommerce-blocks#6006 isn't merged yet, this commit can be used to pass all
E2E tests
Co-authored-by: Saad Tarhi <saad.tarhi@automattic.com>
2022-03-08 14:52:40 +01:00
Saad Tarhi
c122008d70
Test Google's "ndb" E2E testing tool ( https://github.com/woocommerce/woocommerce-blocks/pull/5997 )
...
* install ndb as a development dependency
* Add "debug" script to package.json to launch "ndb"
* Create a minimal test example
This test file is used as an example, we will add later a script in
package.json to call only this file
* Create a temporary npm script to run it from "ndb"
We want to be able to run only a selected file using "ndb", so we need to
create an npm script for it
* Clean up test file
* Clean up & ready PR to merge
Co-authored-by: Saad Tarhi <saad.tarhi@automattic.com>
2022-03-07 17:10:17 +01:00
renovate[bot]
78a4c060a3
Update dependency @types/lodash to v4.14.179 ( https://github.com/woocommerce/woocommerce-blocks/pull/5976 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-03-02 11:37:57 +00:00
renovate[bot]
d54383b417
Update dependency @types/jquery to v3.5.14 ( https://github.com/woocommerce/woocommerce-blocks/pull/5975 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-03-02 04:39:06 +00:00
dependabot[bot]
6bdd1e648b
Bump url-parse from 1.5.3 to 1.5.10 ( https://github.com/woocommerce/woocommerce-blocks/pull/5955 )
...
Bumps [url-parse](https://github.com/unshiftio/url-parse ) from 1.5.3 to 1.5.10.
- [Release notes](https://github.com/unshiftio/url-parse/releases )
- [Commits](https://github.com/unshiftio/url-parse/compare/1.5.3...1.5.10 )
---
updated-dependencies:
- dependency-name: url-parse
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-01 17:19:47 +01:00
Michael P. Pfeiffer
cabf4e7db6
Update to dev version
2022-03-01 12:15:30 +01:00
renovate[bot]
e2618a2e31
Update dependency follow-redirects [SECURITY] ( https://github.com/woocommerce/woocommerce-blocks/pull/5929 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-24 12:13:11 +00:00
dependabot[bot]
be54e48860
Bump follow-redirects from 1.14.7 to 1.14.8 ( https://github.com/woocommerce/woocommerce-blocks/pull/5840 )
...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects ) from 1.14.7 to 1.14.8.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases )
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.7...v1.14.8 )
---
updated-dependencies:
- dependency-name: follow-redirects
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-23 17:31:38 +00:00
renovate[bot]
73f6a28e94
Update dependency react-number-format to v4.9.1 ( https://github.com/woocommerce/woocommerce-blocks/pull/5922 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-23 11:31:12 +00:00
renovate[bot]
4f5ec713df
Pin dependencies ( https://github.com/woocommerce/woocommerce-blocks/pull/5921 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-23 03:55:08 +00:00
dependabot[bot]
b7646e4640
Bump url-parse from 1.5.3 to 1.5.9 ( https://github.com/woocommerce/woocommerce-blocks/pull/5905 )
...
Bumps [url-parse](https://github.com/unshiftio/url-parse ) from 1.5.3 to 1.5.9.
- [Release notes](https://github.com/unshiftio/url-parse/releases )
- [Commits](https://github.com/unshiftio/url-parse/compare/1.5.3...1.5.9 )
---
updated-dependencies:
- dependency-name: url-parse
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-21 19:24:49 +00:00
Lucio Giannotta
497820dcb9
E2E tests for Single Product Template ( https://github.com/woocommerce/woocommerce-blocks/pull/5722 )
...
* Add empty block theme to mock E2E tests
* Install empty theme in the test WP instance
2022-02-21 11:01:42 +01:00
Lucio Giannotta
a9fd133c26
Post release version bump (7.1.0-dev)
2022-02-16 12:23:02 +01:00
renovate[bot]
d85f02112a
Update dependency @types/react to v16.14.23 ( https://github.com/woocommerce/woocommerce-blocks/pull/5857 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-16 04:35:29 +00:00
renovate[bot]
f3894aabcd
Update dependency @testing-library/react to v12.1.3 ( https://github.com/woocommerce/woocommerce-blocks/pull/5856 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-16 04:22:50 +00:00
renovate[bot]
74c5e7fbd1
Update dependency nanoid to 3.1.31 [SECURITY] ( https://github.com/woocommerce/woocommerce-blocks/pull/5797 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-09 12:24:22 +00:00
renovate[bot]
4156e0f532
Update dependency @testing-library/jest-dom to v5.16.2 ( https://github.com/woocommerce/woocommerce-blocks/pull/5750 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-09 04:07:40 +00:00
renovate[bot]
a9697cb3b5
Pin dependencies ( https://github.com/woocommerce/woocommerce-blocks/pull/5749 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-09 04:04:30 +00:00
renovate[bot]
0554288807
Update dependency @types/react to v16.14.22 ( https://github.com/woocommerce/woocommerce-blocks/pull/5696 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-02 15:05:42 +00:00
Mike Jolley
67283c02be
Compare assets from builds ( https://github.com/woocommerce/woocommerce-blocks/pull/5634 )
...
* Comparison workflow
* Update locks
2022-02-02 14:56:16 +00:00
Alex Florisca
072115ee75
Update version to 7.0.0-dev ( https://github.com/woocommerce/woocommerce-blocks/pull/5705 )
2022-02-02 11:57:48 +00:00
github-actions[bot]
8ce88ad3c4
Release: 6.9.0 ( https://github.com/woocommerce/woocommerce-blocks/pull/5680 )
...
* Empty commit for release pull request
* Empty commit for release pull request
* Update readme.txt
* Update versions
* Update testing notes and changelog
* Empty commit for release pull request
* Empty commit for release pull request
* Update readme.txt
* Update versions
* Update testing notes and changelog
* Empty commit for release pull request
* Empty commit for release pull request
* Update readme.txt
* Update versions
* Update testing notes and changelog
* Empty commit for release pull request
* Empty commit for release pull request
* REadme.txt update
* new zip for testing
* update zip file
* Add `CopyWebpackPlugin` to ensure `block.json` is copied to `build` (https://github.com/woocommerce/woocommerce-blocks/pull/5692 )
* Add CopyWebpackPlugin and add block metadata to build
* Check build directory for block.json
* New zip file
* Bumping version strings to new version.
Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Alex Florisca <alex.florisca@automattic.com>
Co-authored-by: Thomas Roberts <5656702+opr@users.noreply.github.com>
2022-02-02 11:40:45 +00:00
renovate[bot]
bc9ae24aaa
Update dependency @testing-library/jest-dom to v5.16.1 ( https://github.com/woocommerce/woocommerce-blocks/pull/5698 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-02 08:19:03 +00:00
renovate[bot]
61bd3cb4eb
Update storybook monorepo to v6.4.17 ( https://github.com/woocommerce/woocommerce-blocks/pull/5697 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-02 04:51:46 +00:00
renovate[bot]
ba476ac34d
Pin dependencies ( https://github.com/woocommerce/woocommerce-blocks/pull/5695 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-02 02:17:49 +00:00
Mike Jolley
2b5f115d41
Remove custom `Icon` component in favour of `@wordpress/icons` where possible ( https://github.com/woocommerce/woocommerce-blocks/pull/5599 )
...
* Remove atom icon
* Swap icon usage to WordPress package
* remove unused icons from library
* Use @wordpress/primitives
* Product cats block to listView
* On-sale to use percent instead of tag icon
* add to cart button use button icon
* on sale products block icon
* Handpicked products use stack icon
* Products by stock box icon
* Make sparkles woo purple
* Fix icon name
* Correct more tag name
* fix path to icons
* Update snaps
* Update readme to explain updated usage
* Import SVG and path from primitives
* Missing isFeaturePluginBuild
* Update assets/js/icons/README.md
Co-authored-by: Raluca Stan <raluca.stan@automattic.com>
* Update assets/js/icons/README.md
Co-authored-by: Raluca Stan <raluca.stan@automattic.com>
* Update assets/js/icons/README.md
Co-authored-by: Raluca Stan <raluca.stan@automattic.com>
* update lock
Co-authored-by: Raluca Stan <raluca.stan@automattic.com>
2022-02-01 16:54:38 +00:00
Thomas Roberts
5e32fb0576
Add `CopyWebpackPlugin` to ensure `block.json` is copied to `build` ( https://github.com/woocommerce/woocommerce-blocks/pull/5692 )
...
* Add CopyWebpackPlugin and add block metadata to build
* Check build directory for block.json
2022-02-01 16:42:15 +00:00
Mike Jolley
1f6f97d860
Implement `@wordpress/scripts` analyze script ( https://github.com/woocommerce/woocommerce-blocks/pull/5589 )
...
* Add analyze-bundles command, replacing explore
* Replace source map explorer from webpack in favour of BundleAnalyzerPlugin
* Update deps
* update locks
2022-01-28 11:40:23 +00:00
Thomas Roberts
b7560ebed5
Add tests for Checkout Terms block ( https://github.com/woocommerce/woocommerce-blocks/pull/5621 )
...
* Install @wordpress/block-editor package
* Add test for checkout terms frontend block
* Add tests for checkout terms in editor
* Add tests for Checkout Terms in editor
* Use void 0 as function's return type
* Update tests to use toBeInTheDocument and split checkbox test in two
* Use void 0 for empty function
2022-01-27 12:34:52 +00:00
renovate[bot]
2ab6037812
Update storybook monorepo to v6.4.14 ( https://github.com/woocommerce/woocommerce-blocks/pull/5641 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-26 11:49:54 +00:00
renovate[bot]
57aab872fa
Update dependency jest-html-reporters to v2.1.7 ( https://github.com/woocommerce/woocommerce-blocks/pull/5640 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-26 02:42:57 +00:00
renovate[bot]
5de563b823
Update dependency @types/wordpress__block-editor to v6.0.5 ( https://github.com/woocommerce/woocommerce-blocks/pull/5639 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-26 02:32:45 +00:00
renovate[bot]
c87a944f77
Update dependency @babel/core to v7.16.12 ( https://github.com/woocommerce/woocommerce-blocks/pull/5638 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-26 02:21:51 +00:00
Mike Jolley
c25f8ec531
Manually update dependencies ( https://github.com/woocommerce/woocommerce-blocks/pull/5602 )
...
* Add markdown-it and follow-redirects to package.
* fix eslint warning
2022-01-21 12:09:07 +00:00
Luigi
fc9e623079
update version plugin
2022-01-20 14:39:19 +01:00
renovate[bot]
8c7db9b875
Update dependency @types/jquery to v3.5.13 ( https://github.com/woocommerce/woocommerce-blocks/pull/5591 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-19 17:05:05 +00:00
renovate[bot]
48af5544c0
Update dependency config to v3.3.7 ( https://github.com/woocommerce/woocommerce-blocks/pull/5592 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-19 03:53:40 +00:00
dependabot[bot]
56c68265b6
Bump postcss from 8.2.10 to 8.2.13 ( https://github.com/woocommerce/woocommerce-blocks/pull/5543 )
...
Bumps [postcss](https://github.com/postcss/postcss ) from 8.2.10 to 8.2.13.
- [Release notes](https://github.com/postcss/postcss/releases )
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md )
- [Commits](https://github.com/postcss/postcss/compare/8.2.10...8.2.13 )
---
updated-dependencies:
- dependency-name: postcss
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-12 13:11:30 +00:00
renovate[bot]
a6e199b222
Update dependency @babel/cli to v7.16.8 ( https://github.com/woocommerce/woocommerce-blocks/pull/5550 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-12 03:27:51 +00:00
Mike Jolley
e19abbc0c2
Remove Built-in Stripe Integration in favour of Stripe Extension ( https://github.com/woocommerce/woocommerce-blocks/pull/5449 )
...
* Remove Stripe from PHP side
* Remove stripe from client
* fix const name in tests
* Update docs
2022-01-11 10:53:38 +00:00
renovate[bot]
d5af28a16f
Update dependency eslint-plugin-import to v2.25.4 ( https://github.com/woocommerce/woocommerce-blocks/pull/5518 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-05 04:08:56 +00:00
renovate[bot]
a888ec33a2
Update babel monorepo to v7.16.7 ( https://github.com/woocommerce/woocommerce-blocks/pull/5517 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-05 04:06:56 +00:00
Raluca Stan
3fd22f385d
Update 6.8.0-dev tag
2022-01-04 12:33:01 +01:00
renovate[bot]
088be50f3c
Update dependency jest-environment-puppeteer to v6.0.3 ( https://github.com/woocommerce/woocommerce-blocks/pull/5469 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-12-29 04:07:31 +00:00
renovate[bot]
c8ca9deea3
Update dependency @types/lodash to v4.14.178 ( https://github.com/woocommerce/woocommerce-blocks/pull/5468 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-12-29 04:05:36 +00:00
renovate[bot]
cabfd59023
Update dependency @types/jquery to v3.5.11 ( https://github.com/woocommerce/woocommerce-blocks/pull/5467 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-12-29 02:52:05 +00:00
renovate[bot]
a08553899c
Pin dependency expect-puppeteer to 6.0.2 ( https://github.com/woocommerce/woocommerce-blocks/pull/5466 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-12-29 02:41:54 +00:00
Thomas Roberts
5036c69638
Add E2E tests for Filter blocks (Price, Attribute, and Active Filters) ( https://github.com/woocommerce/woocommerce-blocks/pull/4562 )
...
* Add clear and fill input test util
* Add tests for Filter Products by Price
* Add class name to filter products by price block in editor
* Update wp-env
* Fix formatting
* Update lock
* Revert "Update lock"
This reverts commit f4e809e000430eea3972c94fd2aea0a19ba6961b.
* Create product attributes during setup
* Remove product attributes during teardown
* Add attributes in fixture-data
* Add two new products, for attribute testing
* Load attributes into store and apply them to products
* Add class to Filter by Attribute when editing
This is so it can be targeted in E2E tests more easily.
* Add tests for Filter Product by Attribute
* Fix formatting in attribute-filter.test.js
* Add tests for active filters block
* Add doc block for ensuteCleanAttributes
* Update wording of title test in all filter block E2E
* Update test wording to read better
* Update snapshots
* Use pptr-testing-library selectors to click elements
This makes the tests easier to reason with, and lets us take a step back from the implementation details (classnames etc.)
* Add saveOrPublish test util
* Use pptr-testing-library selectors to click elements in attribute filter
* Use pptr-testing-library selectors to click elements in price filter
* Add `puppeteer-testing-library`
* Use puppeteer-testing-library API to look for H6 button
* Use correct argument in jest-puppeteer.dev.config
* Update package.json & package-lock.json
* remove tests for 5.3
* remove snapshots
* Remove ensureCleanAttributes
* Remove puppeteer-testing-library, install missing expect-puppeteer package and update tests
The puppeteer-testing-library, although added by gutenberg is not actively used.
I have removed it and realised that the added functionality can be easily replaced by expect-puppeteer.
This is a package that we specify in the jest configuration but it was not part of our package.json.
The selectors from puppeteer-testing-library have been replaced with .toClick and the utility clearAndFillInput with .toFill
The Filter by Attribute block has been skiped until tests are fixed.
* Add back setupPageSettings to jest setup
* Fix filter by attribute block test
* Fix linting error
Co-authored-by: Raluca Stan <ralucastn@gmail.com>
2021-12-23 17:26:10 +01:00
renovate[bot]
047abeab84
Update dependency eslint-plugin-import to v2.25.3 ( https://github.com/woocommerce/woocommerce-blocks/pull/5438 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-12-22 04:15:47 +00:00
renovate[bot]
ba3c7e6132
Update babel monorepo to v7.16.5 ( https://github.com/woocommerce/woocommerce-blocks/pull/5437 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-12-22 04:13:35 +00:00
renovate[bot]
4f4ef36510
Pin dependency snakecase-keys to 5.1.2 ( https://github.com/woocommerce/woocommerce-blocks/pull/5435 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-12-22 02:48:41 +00:00
Lucio Giannotta
35adae3fa4
Add Storybook documentation and remove deprecated knobs ( https://github.com/woocommerce/woocommerce-blocks/pull/5407 )
...
* Remove Storybook knobs
They are now fully replaced by controls
* Update Storybook to 6.4.9
* Add Storybook documentation and VSCode snippets
* Add VSCode snippets
* Convert stories from checkout packages and include them in Storybook
2021-12-21 18:08:57 +01:00
Mike Jolley
c1ca93aa0a
6.7.0-dev
2021-12-21 13:59:01 +00:00
Alex Florisca
d05a43dadb
Update to node 16/npm 8 ( https://github.com/woocommerce/woocommerce-blocks/pull/5222 )
...
* Update to node 16/npmm 8
* package-lock.json from trunk
* package-lock.json v2
* Revert "package-lock.json v2"
This reverts commit 9d11533da840471aed815d131f54a87d237658c7.
* Package-lock.json v2, take 2
* eslint-plugin requires npm 8
2021-12-16 11:19:30 +00:00
M. L. Giannotta
703051b1bc
Storybook and TS migration of some cart checkout components ( https://github.com/woocommerce/woocommerce-blocks/pull/5324 )
...
* Migrate stories for `ProductName` to latest Storybook. Also add props
documentation and add named export.
* Migrate `TotalsFooterItem` to TypeScript and latest Storybook
* Add a `LooselyMustHave` utility type.
* Export `allSettings` so that they can be manipulated in stories and tests
* Implement a way to easily define and reuse Storybook controls
Implement a currency control for a common use-case of selecting currencies.
It currently implements EUR and USD as they have different properties.
* Migrate `TotalsDiscount` to TypeScript and implement stories
* Migrate `TotalsCoupon` to TypeScript and fix stories
* Change Coupon name within Storybook
* Nicer handling of removal of a coupon from Storybook
It now dynamically calculates the discount from the actual coupons.
2021-12-15 17:30:17 +01:00
renovate[bot]
0b6686910f
Update dependency eslint-import-resolver-typescript to v2.5.0 ( https://github.com/woocommerce/woocommerce-blocks/pull/5383 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-12-15 05:04:26 +00:00
renovate[bot]
6d487fd242
Update wordpress monorepo ( https://github.com/woocommerce/woocommerce-blocks/pull/5382 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-12-15 03:18:45 +00:00
Albert Juhé Lluveras
6e2b5ebb8a
Downgrade @wordpress/scripts to 17.1.0 to fix dependency mistmach issue ( https://github.com/woocommerce/woocommerce-blocks/pull/5349 )
...
* Downgrade @wordpress/scripts to 17.1.0 to fix dependency mistmach issue
* Update package-lock.json
2021-12-10 17:44:03 +01:00
renovate[bot]
7822affe2e
Update dependency @types/wordpress__compose to v4.0.1 ( https://github.com/woocommerce/woocommerce-blocks/pull/5334 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-12-08 05:51:31 +00:00
renovate[bot]
5e3528a05c
Pin dependencies ( https://github.com/woocommerce/woocommerce-blocks/pull/5333 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-12-08 03:25:48 +00:00
Mike Jolley
cfeb5558b7
Update WordPress Monorepo packages with React 17x support ( https://github.com/woocommerce/woocommerce-blocks/pull/5223 )
...
* Use npm 14
* Update WP packages
* Update non-dev wordpress dependencies
* Remove usage of @automattic/data-stores
* Moves tag, search-list-control components back into private `editor-components` to mitigate dependency conflicts with`@woocommerce/components`
* Fix tests with act()
* package-lock
* fix broken maps
* Patch 14x package
* update locks
* Revert nvmrc change
* Fix tests due to debounce
Co-authored-by: Nadir Seghir <nadir.seghir@gmail.com>
2021-12-07 15:47:50 +00:00
Tom Cafferkey
44aaf67caa
Updated version numbers for the next release
2021-12-07 11:51:42 +00:00
renovate[bot]
5565b3030a
Lock file maintenance ( https://github.com/woocommerce/woocommerce-blocks/pull/5313 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-12-07 01:23:20 +01:00
M. L. Giannotta
4651f64341
Storybook and TS migration of ReadMore component ( https://github.com/woocommerce/woocommerce-blocks/pull/5300 )
...
* Update packages to latest Storybook deps
* Migrate `ReadMore` component and its utils to TypeScript
* Add type definitions for `trim-html` package
* Migrate `ReadMore` stories to newest Storybook
Fixes woocommerce/woocommerce-blocks#5254
2021-12-06 18:00:33 +01:00
M. L. Giannotta
bee06b6005
Storybook and TS migration of `ErrorPlaceholder` component ( https://github.com/woocommerce/woocommerce-blocks/pull/5294 )
...
* Convert `ErrorPlaceholder` and `ErrorMessage` to TypeScript
* Add stories for `ErrorPlaceholder` and `ErrorMessage` (https://github.com/woocommerce/woocommerce-blocks/pull/5255 )
Stories include:
* Default generic error
* API error
* Unknown error
* Error without possibility to retry
* Base Error atom
Where applicable, the **Retry** button will not only trigger the appropriate
action, but also simulate the loading state of the error component.
* Update references to `ErrorMessage` component to leave the file extension out
Fix woocommerce/woocommerce-blocks#5255
Refs woocommerce/woocommerce-blocks#5249
2021-12-02 17:56:03 +01:00
M. L. Giannotta
7e9f8c822d
Migrate Storybook to 6.4.0 and enable auto-detection of controls ( https://github.com/woocommerce/woocommerce-blocks/pull/5249 ) ( https://github.com/woocommerce/woocommerce-blocks/pull/5264 )
...
* Migrate Storybook to 6.4.0 and enable auto-detection of controls (https://github.com/woocommerce/woocommerce-blocks/pull/5249 )
Previously our Babel configuration conflicted with the one provided by
default by Storybook, making us unable to leverage the automatic
detection of properties from both JS and TS components to create
controls (formerly known as knobs).
Upgrading to 6.4.0 fixes a bug that makes it easier to work with
Babel configurations. Also done here:
* Removed a few deprecated addons in favor of the replacement ones
bundled within Storybook Essentials.
* Add auto-detection of certain control types depending on the property names
* Add support for TS stories
More context: https://github.com/storybookjs/storybook/issues/12292
* Use `react-docgen` only in development environments
This should reduce production bundle size dramatically. The only
problem here is that Storybook runs its `build` command with the
`NODE_ENV` set to `production`. For this reason, we change the
script to provide `BABEL_ENV` set to `development` to still make sure
the correct configuration is loaded, while trying to reduce any
side-effects on changing the whole `NODE_ENV`.
2021-12-01 12:28:27 +01:00
renovate[bot]
302807474a
Update dependency @storybook/addon-knobs to v6.4.0 ( https://github.com/woocommerce/woocommerce-blocks/pull/5283 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-12-01 03:09:42 +00:00
renovate[bot]
3f7c17553b
Update dependency jest-environment-puppeteer to v6.0.2 ( https://github.com/woocommerce/woocommerce-blocks/pull/5282 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-12-01 03:07:03 +00:00
renovate[bot]
2e4a303fed
Update dependency json-schema to 0.4.0 [SECURITY] ( https://github.com/woocommerce/woocommerce-blocks/pull/5275 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-30 10:01:52 +00:00
Mike Jolley
c067e990b4
Introduce `<Noninteractive>` component to disable form elements non-visually ( https://github.com/woocommerce/woocommerce-blocks/pull/5157 )
...
* Noninteractive component based on Disabled
* Implement in cart/checkout
* Pass down props
* Update 'use-debounce' library
* aria disabled
2021-11-26 14:47:37 +00:00
renovate[bot]
bb97273115
Lock file maintenance ( https://github.com/woocommerce/woocommerce-blocks/pull/5209 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-24 11:36:49 +01:00
renovate[bot]
5542abba97
Update dependency @stripe/react-stripe-js to v1.6.0 ( https://github.com/woocommerce/woocommerce-blocks/pull/5228 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-24 04:52:40 +00:00
renovate[bot]
bb5d23a4e9
Update dependency @octokit/graphql to v4.8.0 ( https://github.com/woocommerce/woocommerce-blocks/pull/5227 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-24 04:49:55 +00:00
renovate[bot]
667da6ee02
Update dependency reakit to v1.3.11 ( https://github.com/woocommerce/woocommerce-blocks/pull/5226 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-24 02:14:41 +00:00
renovate[bot]
8ea8d9cedf
Update dependency @types/jquery to v3.5.9 ( https://github.com/woocommerce/woocommerce-blocks/pull/5225 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-24 02:01:04 +00:00
Mike Jolley
ed0a9a2d91
Implement `@wordpress/babel-preset-default` (drops IE11 support) ( https://github.com/woocommerce/woocommerce-blocks/pull/5212 )
...
* Implement @wordpress/babel-preset-default
* remove alraedy included libs
* remove other deps
Co-authored-by: Nadir Seghir <nadir.seghir@gmail.com>
2021-11-23 14:49:35 +00:00
Albert Juhé Lluveras
ddc8fcccd1
Bump version to 6.5.0-dev
2021-11-23 09:03:08 +01:00
renovate[bot]
84a5f57be9
Lock file maintenance ( https://github.com/woocommerce/woocommerce-blocks/pull/5137 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-18 17:57:19 +01:00
Niels Lange
af8f5e857c
Bump version numbers to 6.4.0-dev
2021-11-17 21:55:48 +07:00
renovate[bot]
79bd37069b
Update dependency @types/react to v16.14.21 ( https://github.com/woocommerce/woocommerce-blocks/pull/5162 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-17 04:41:35 +00:00
renovate[bot]
2baf7bd8fc
Update dependency @types/lodash to v4.14.177 ( https://github.com/woocommerce/woocommerce-blocks/pull/5161 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-17 03:08:12 +00:00
renovate[bot]
a121199d3f
Update dependency @babel/preset-env to v7.16.4 ( https://github.com/woocommerce/woocommerce-blocks/pull/5160 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-17 02:56:46 +00:00
renovate[bot]
52d8f6661c
Update dependency @types/gtag.js to v0.0.8 ( https://github.com/woocommerce/woocommerce-blocks/pull/5117 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-11 16:47:41 +00:00
Albert Juhé Lluveras
6aeac39f17
Downgrade @wordpress/scripts to 17.1.0 to fix dependency mistmach issue ( https://github.com/woocommerce/woocommerce-blocks/pull/5124 )
...
* Downgrade @wordpress/scripts to a previous version to fix dependency mismatch
* Fix typo
2021-11-11 12:06:04 +01:00
renovate[bot]
645d534bda
Update babel monorepo to v7.16.0 ( https://github.com/woocommerce/woocommerce-blocks/pull/5118 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-10 03:44:41 +00:00
dependabot[bot]
a348f9ea33
Bump url-parse from 1.5.1 to 1.5.3 ( https://github.com/woocommerce/woocommerce-blocks/pull/5114 )
...
Bumps [url-parse](https://github.com/unshiftio/url-parse ) from 1.5.1 to 1.5.3.
- [Release notes](https://github.com/unshiftio/url-parse/releases )
- [Commits](https://github.com/unshiftio/url-parse/compare/1.5.1...1.5.3 )
---
updated-dependencies:
- dependency-name: url-parse
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-09 15:13:13 +00:00
dependabot[bot]
f36ec18bc2
Bump validator from 13.6.0 to 13.7.0 ( https://github.com/woocommerce/woocommerce-blocks/pull/5083 )
...
Bumps [validator](https://github.com/validatorjs/validator.js ) from 13.6.0 to 13.7.0.
- [Release notes](https://github.com/validatorjs/validator.js/releases )
- [Changelog](https://github.com/validatorjs/validator.js/blob/master/CHANGELOG.md )
- [Commits](https://github.com/validatorjs/validator.js/compare/13.6.0...13.7.0 )
---
updated-dependencies:
- dependency-name: validator
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-09 14:31:00 +00:00
dependabot[bot]
5619627eb7
Bump tmpl from 1.0.4 to 1.0.5 ( https://github.com/woocommerce/woocommerce-blocks/pull/5081 )
...
Bumps [tmpl](https://github.com/daaku/nodejs-tmpl ) from 1.0.4 to 1.0.5.
- [Release notes](https://github.com/daaku/nodejs-tmpl/releases )
- [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5 )
---
updated-dependencies:
- dependency-name: tmpl
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-09 14:29:41 +00:00
dependabot[bot]
b8536f2c7f
Bump tar from 6.1.0 to 6.1.11 ( https://github.com/woocommerce/woocommerce-blocks/pull/5082 )
...
Bumps [tar](https://github.com/npm/node-tar ) from 6.1.0 to 6.1.11.
- [Release notes](https://github.com/npm/node-tar/releases )
- [Changelog](https://github.com/npm/node-tar/blob/main/CHANGELOG.md )
- [Commits](https://github.com/npm/node-tar/compare/v6.1.0...v6.1.11 )
---
updated-dependencies:
- dependency-name: tar
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-09 14:28:56 +00:00
renovate[bot]
527f286d14
Update dependency eslint-import-resolver-webpack to v0.13.2 ( https://github.com/woocommerce/woocommerce-blocks/pull/5055 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-09 14:27:57 +00:00
renovate[bot]
7cf1c4eaf0
Update dependency nth-check to 2.0.1 [SECURITY] ( https://github.com/woocommerce/woocommerce-blocks/pull/5085 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-09 14:20:18 +00:00
renovate[bot]
b370f9dc3c
Update dependency locutus to 2.0.15 [SECURITY] ( https://github.com/woocommerce/woocommerce-blocks/pull/5084 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-09 13:53:13 +00:00
Mike Jolley
70f0c06bf9
Fix e2e tests welcome guide/m1 mac support ( https://github.com/woocommerce/woocommerce-blocks/pull/5096 )
...
* Bump dependencies to fix e2e on m1 macs
* Disable welcome guide more reliably - see 3da717b8d0/packages/e2e-test-utils/src/create-new-post.js
* Update selectors and fixture data for cart block
* unused dep
* Remove duplicate block wrapper
* Remove unused jest configuration files
* More robust click in view switcher test
* Revert fixture data change
2021-11-09 13:18:55 +00:00
renovate[bot]
2466f03f28
Update storybook monorepo to v6.3.12 ( https://github.com/woocommerce/woocommerce-blocks/pull/5056 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-03 03:31:15 +00:00
renovate[bot]
cda282ff6c
Update dependency dinero.js to v1.9.1 ( https://github.com/woocommerce/woocommerce-blocks/pull/5007 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-10-29 18:42:18 +00:00
Tung Du
9b1a289683
Add global styles to Product Title block ( https://github.com/woocommerce/woocommerce-blocks/pull/5009 )
...
Co-authored-by: Albert Juhé Lluveras <contact@albertjuhe.com>
2021-10-28 22:51:25 +07:00
Michael P. Pfeiffer
b5bb42e799
Update version following release
2021-10-28 09:10:37 +02:00
renovate[bot]
3bc74b1fb2
Update dependency @types/react to v16.14.20 ( https://github.com/woocommerce/woocommerce-blocks/pull/5006 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-10-27 04:44:14 +00:00
renovate[bot]
506b6a8d10
Update dependency @types/lodash to v4.14.176 ( https://github.com/woocommerce/woocommerce-blocks/pull/5004 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-10-27 02:42:19 +00:00
Tom Cafferkey
b8fbb56055
Convert Title component to TypeScript ( https://github.com/woocommerce/woocommerce-blocks/pull/4891 )
...
* Convert sharedConfig and Title blockConfig to TS
* Convert constants.tsx to TS
* Convert attributes.js to TS
* Amend attributes.ts record type
* Convert title component edit.js to TS
* Convert title component block.js to TS
* Amend product name index.tsx to prevent TS errors in product title block.tsx
* Amend product-name and base tsconfig
* Add rel to ProductName component element
* Replace ReactElement with JSX.Element
* Move TagName component to outside of the main component
* Add HTMLAttributes import
* WIP: Add props to TagName component
* Fix TagName typing
* Update TagName interface
* Replace ReactElement typing with JSX.Element
* Code review feedback amends
* Replace return type undefined to void
Co-authored-by: Michael P. Pfeiffer <michael@cssconf.eu>
2021-10-21 09:58:03 +01:00
renovate[bot]
17dbd667bc
Update dependency @types/jquery to v3.5.8 ( https://github.com/woocommerce/woocommerce-blocks/pull/4968 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-10-20 09:52:39 +01:00
Mike Jolley
dc19412a54
Update dependency @woocommerce/e2e-utils to v0.1.6 ( https://github.com/woocommerce/woocommerce-blocks/pull/4957 )
...
* Update @woocommerce/e2e-utils
* Define grouped
2021-10-18 20:01:10 +01:00
renovate[bot]
45b1b4569b
Lock file maintenance ( https://github.com/woocommerce/woocommerce-blocks/pull/4883 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-10-18 15:08:05 +01:00
renovate[bot]
409230cff5
Update dependency @types/react to v16.14.17 ( https://github.com/woocommerce/woocommerce-blocks/pull/4933 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-10-18 15:00:13 +01:00
renovate[bot]
f8c9bc54f9
Update dependency @types/jquery to v3.5.7 ( https://github.com/woocommerce/woocommerce-blocks/pull/4932 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-10-18 14:59:52 +01:00
Thomas Roberts
db34f28c4f
Version bump following release
2021-10-13 15:41:47 +01:00
Mike Jolley
cf7d5d8d53
Add hook documentation and build script ( https://github.com/woocommerce/woocommerce-blocks/pull/4927 )
...
* Script to generate hook docs
* Inline docs for action and filter hooks
* __experimental_woocommerce_blocks_checkout_order_processed example
* Update doc generation
* Document exceptions
* examples
* Fix a typo
* Remove unused dependency
* add platform override for phpunit tests
2021-10-13 10:45:59 +01:00
renovate[bot]
ecaa232a2d
Pin dependencies ( https://github.com/woocommerce/woocommerce-blocks/pull/4930 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-10-13 03:58:17 +00:00
Thomas Roberts
255a74b328
Add screenshots on E2E test failures ( https://github.com/woocommerce/woocommerce-blocks/pull/4898 )
...
* Add test environment to catch errors
* Add jest-circus and jest-html-reporters
This is so we can log the screenshots and errors that happen during E2E tests.
* Use the jest reporters and jest-circus to run the E2E tests
* Force cart test to break
Revert this!
* Upload jest report artifact when tests fail
* Run artifact upload on failure
* Upload entire report directory to artifact
* Revert "Force cart test to break"
This reverts commit c57f2c5ab1d7b60d8824d854c1cb9a8281a71c4b.
* Update .gitignore and jest.config
* Force cart test to break
* Force cart test to break
* Remove <rootDir> from jest-html-reporter path
This was causing the artefact not to upload.
* Revert "Force cart test to break"
Co-authored-by: Niels Lange <info@nielslange.de>
2021-10-08 11:58:44 +01:00
renovate[bot]
158e677e91
Update storybook monorepo to v6.3.10 ( https://github.com/woocommerce/woocommerce-blocks/pull/4903 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-10-06 19:08:42 +00:00
renovate[bot]
97c8b7dee5
Update dependency autoprefixer to v10.3.7 ( https://github.com/woocommerce/woocommerce-blocks/pull/4902 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-10-06 02:45:44 +00:00
renovate[bot]
2b2f96778d
Update dependency @types/react to v16.14.16 ( https://github.com/woocommerce/woocommerce-blocks/pull/4901 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-10-06 02:32:41 +00:00
Nadir Seghir
db66734fd4
update versions and fix changelog date, closes woocommerce/woocommerce-blocks#4869
2021-09-29 14:57:32 +01:00
renovate[bot]
ead4dbe393
Lock file maintenance ( https://github.com/woocommerce/woocommerce-blocks/pull/4848 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-29 11:17:41 +01:00
renovate[bot]
80eaa08d14
Update dependency wordpress-components to v11.1.6 ( https://github.com/woocommerce/woocommerce-blocks/pull/4863 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-29 04:12:36 +00:00
renovate[bot]
7c2fd6fe52
Update dependency @types/lodash to v4.14.175 ( https://github.com/woocommerce/woocommerce-blocks/pull/4861 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-29 04:03:55 +00:00
renovate[bot]
3f76488f91
Update dependency autoprefixer to v10.3.6 ( https://github.com/woocommerce/woocommerce-blocks/pull/4862 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-29 02:05:31 +00:00
Mike Jolley
1aaa00ed2a
Cart i2: view switcher shared to children ( https://github.com/woocommerce/woocommerce-blocks/pull/4817 )
...
* Replace context with __experimentalShareWithChildBlocks
* Switch to parent block when changing views
* Swap order of views
* Drop default, use first view
* Improve block selection after changing views
2021-09-24 16:13:39 +01:00
Raluca Stan
9f2cf245b9
Add support for extensions to filter express payment methods ( https://github.com/woocommerce/woocommerce-blocks/pull/4774 )
...
* Support express payment methods filtering by extensions
* Add tests for getCanMakePayment and fix payment tests' TS errors
* Add comments for payment-method-config-helper test
2021-09-23 10:09:55 +01:00
renovate[bot]
0d25657c58
Lock file maintenance ( https://github.com/woocommerce/woocommerce-blocks/pull/4727 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-22 13:38:30 +02:00
renovate[bot]
44aec5a02c
Update dependency reakit to v1.3.10 ( https://github.com/woocommerce/woocommerce-blocks/pull/4807 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-22 04:03:15 +00:00
renovate[bot]
745f217931
Update dependency downshift to v6.1.7 ( https://github.com/woocommerce/woocommerce-blocks/pull/4806 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-22 04:00:47 +00:00
renovate[bot]
5094e68e08
Update dependency @types/lodash to v4.14.173 ( https://github.com/woocommerce/woocommerce-blocks/pull/4805 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-22 03:58:09 +00:00
renovate[bot]
f1e42458d0
Pin dependency @types/jquery to 3.5.6 ( https://github.com/woocommerce/woocommerce-blocks/pull/4804 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-22 02:02:12 +00:00
Thomas Roberts
51d15b3d19
Bump version numbers
...
I did not update all the version numbers in all of the correct places during the release.
2021-09-16 10:41:20 +01:00
Albert Juhé Lluveras
e17be06287
Add types to legacy-events.js ( https://github.com/woocommerce/woocommerce-blocks/pull/4742 )
2021-09-15 17:28:34 +01:00
renovate[bot]
95c8736a19
Update dependency axios to v0.21.4 ( https://github.com/woocommerce/woocommerce-blocks/pull/4748 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-15 03:15:28 +00:00
renovate[bot]
532d4f630b
Pin dependency @wordpress/icons to v5.0.1 ( https://github.com/woocommerce/woocommerce-blocks/pull/4747 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-15 03:13:12 +00:00
renovate[bot]
13c5377064
Update dependency axios to v0.21.2 [SECURITY] ( https://github.com/woocommerce/woocommerce-blocks/pull/4698 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-08 21:58:06 +00:00
renovate[bot]
84dcef7b19
Lock file maintenance ( https://github.com/woocommerce/woocommerce-blocks/pull/4686 )
...
* Update package-lock.json
* Update package-lock.json
Co-authored-by: Niels Lange <info@nielslange.de>
2021-09-08 16:30:10 +02:00
renovate[bot]
c0728e285a
Update dependency autoprefixer to v10.3.4 ( https://github.com/woocommerce/woocommerce-blocks/pull/4694 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-08 03:14:18 +00:00
renovate[bot]
0f2a91281c
Update dependency @types/react to v16.14.15 ( https://github.com/woocommerce/woocommerce-blocks/pull/4692 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-08 01:45:50 +00:00
renovate[bot]
563be94697
Update dependency @storybook/addon-knobs to v6.3.1 ( https://github.com/woocommerce/woocommerce-blocks/pull/4691 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-08 01:33:58 +00:00
Mike Jolley
8631039550
Add missing checkout i2 inner block icons ( https://github.com/woocommerce/woocommerce-blocks/pull/4655 )
...
* Add column icons to wrapper blocks
* Order summary - totals icon
* Add fields icon and checkout actions icon
* Update block descriptions for consistency
2021-09-02 13:53:23 +01:00
dependabot[bot]
d723bc8dc6
Bump tar from 6.1.6 to 6.1.11 ( https://github.com/woocommerce/woocommerce-blocks/pull/4662 )
...
Bumps [tar](https://github.com/npm/node-tar ) from 6.1.6 to 6.1.11.
- [Release notes](https://github.com/npm/node-tar/releases )
- [Changelog](https://github.com/npm/node-tar/blob/main/CHANGELOG.md )
- [Commits](https://github.com/npm/node-tar/compare/v6.1.6...v6.1.11 )
---
updated-dependencies:
- dependency-name: tar
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-02 12:02:53 +02:00
renovate[bot]
4cb9297852
Update dependency autoprefixer to v10.3.3 ( https://github.com/woocommerce/woocommerce-blocks/pull/4664 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-01 03:28:57 +00:00
Darren Ethier
36fd4c1684
Update versions after release
2021-08-31 14:42:14 -04:00
renovate[bot]
3df97bc246
Update dependency autoprefixer to v10.3.2 ( https://github.com/woocommerce/woocommerce-blocks/pull/4628 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-08-25 04:01:32 +00:00
renovate[bot]
80024f38d6
Update dependency @types/react to v16.14.14 ( https://github.com/woocommerce/woocommerce-blocks/pull/4627 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-08-25 03:59:40 +00:00
Mike Jolley
1d79bb6365
PHPUnit Tests running on wp-env ( https://github.com/woocommerce/woocommerce-blocks/pull/4567 )
...
* Tidy up bootstap so it uses autoloaders and works with the known plugin paths
* eslint ignore woocommerce bin
* Use WC from bin in wp-env
* Git ignore woocommerce in bin
* Remove reliance on core framework across phpunit tests
* Simplify bootstrap - since test framework is no longer required, there is no need to pull in woo from github
* Remove unused configs
* Update CI
* Implement PHPunit Polyfill
* Abstract the test case
* Update lock
* remove chown
* experiment: try sudo
* move phpversion to first run
* Remove 7.0 tests :(
* test plugin override for 5.5 test
* Use dev version
* Fix formatting
Co-authored-by: Thomas Roberts <thomas.roberts@automattic.com>
2021-08-20 14:58:32 +01:00
renovate[bot]
51d8ae29b8
Update dependency core-js to v3.16.2 ( https://github.com/woocommerce/woocommerce-blocks/pull/4595 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-08-18 04:21:35 +00:00
renovate[bot]
cb83581401
Update dependency @types/react to v16.14.13 ( https://github.com/woocommerce/woocommerce-blocks/pull/4594 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-08-18 04:19:42 +00:00
Mike Jolley
22e1560c89
update to dev version
2021-08-17 14:17:27 +01:00
Mike Jolley
a40893ae3a
Switch from Select to Combobox for Country and State Inputs ( https://github.com/woocommerce/woocommerce-blocks/pull/4369 )
...
* Add combobox control
* Implement in country and state
* mobile styling
* styling across themes
* Remove validated select component
* Use focus-within
* Update tests
* Use @wordpress/compose
* Move field clearing to effect hook
* Patch combobox component
PR https://github.com/WordPress/gutenberg/pull/33928
* patch package after install
* update package
* Prevent autofill handling impacting manual input
* Add todo
* combo requires option to be selected
2021-08-12 17:30:42 +01:00
renovate[bot]
e0c3ae4704
Update dependency core-js to v3.16.1 ( https://github.com/woocommerce/woocommerce-blocks/pull/4565 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-08-11 01:49:54 +00:00
renovate[bot]
56c8166588
Update dependency @types/react to v16.14.12 ( https://github.com/woocommerce/woocommerce-blocks/pull/4564 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-08-11 01:47:39 +00:00
renovate[bot]
5a042ce75b
Lock file maintenance ( https://github.com/woocommerce/woocommerce-blocks/pull/4560 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-08-09 09:20:10 +02:00
dependabot[bot]
e1be5e6afc
Bump tar from 6.1.0 to 6.1.6 ( https://github.com/woocommerce/woocommerce-blocks/pull/4556 )
...
Bumps [tar](https://github.com/npm/node-tar ) from 6.1.0 to 6.1.6.
- [Release notes](https://github.com/npm/node-tar/releases )
- [Changelog](https://github.com/npm/node-tar/blob/main/CHANGELOG.md )
- [Commits](https://github.com/npm/node-tar/compare/v6.1.0...v6.1.6 )
---
updated-dependencies:
- dependency-name: tar
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-06 15:45:39 +01:00