renovate[bot]
42db41a06d
Update Node.js to v12.21.0 ( https://github.com/woocommerce/woocommerce-blocks/pull/3883 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-02-24 08:55:15 +00:00
renovate[bot]
5a5de268fe
Pin dependencies ( https://github.com/woocommerce/woocommerce-blocks/pull/3882 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-02-24 04:45:58 +00:00
Darren Ethier
af99c16931
Add TypeScript support and convert cart data store to TypeScript ( https://github.com/woocommerce/woocommerce-blocks/pull/3768 )
...
* add typescript support
* Add type declarations for Cart and CartResponse interfaces
* make sure we’re resolving .ts files as well as .js files on imports
* add more types
* type the cart data store
* Apply suggestions from code review (implement .tsx in configs)
Co-authored-by: Jon Surrell <jon.surrell@automattic.com>
* remove global fetchMock declaration and directly import where used.
* rename type
* remove named action types and just infer by returning action creator values as const
* use interface instead of type
* rename
* renames
* create CartAction type as union of action creator returned types and implement in reducer
* remove unused imports
* refresh package-lock after rebase
* Add base TS config that projects will inherit from
* Add tsconfig for assets/js/data project
* Ignore TS error on cart store registration
We will address this in cooldown when we have time to investigate further
* Add tsc to build step to catch TypeScript errors
* add a separate command for tsc and tweak build command to use
* restore checkJs and allowJs values in config and remove ts check from build command
* Add ts:check-all command
* Add TypeScript checking workflows
* Change triggers for TypeScript workflow
* Use npm ci instead of npm install
* Remove ts:check-all from TypeScript workflow
* Remove TS Check GitHub workflow
* Remove type-defs dir from TS include, and remove ts:check-all script
We no longer need the ts:check-all script because ts:check will do this for us, the old ts:check did nothing and did not work.
* fix coupon loading issues
* include .ts files only from type-defs folder
Co-authored-by: Jon Surrell <jon.surrell@automattic.com>
Co-authored-by: Thomas Roberts <thomas.roberts@automattic.com>
2021-02-23 20:36:24 -05:00
Thomas Roberts
549afc1065
Merge branch 'release/4.5.1' into trunk
2021-02-23 11:38:52 +00:00
Thomas Roberts
583402a9d6
Bumping version strings to new version.
2021-02-23 11:19:09 +00:00
Seghir Nadir
30c2079af4
Enhance checkout filter system. ( https://github.com/woocommerce/woocommerce-blocks/pull/3835 )
...
* Add filter to extend product price
* Remove code targeting WC Subscriptions
* Rename filter
* Use extendibility API instead of filters
* Remove __EXPERIMENTAL_CART_ITEM_PRICE_FILTER from docs
* throw errors on validation
* Don't catch filter errors for admins
* Add tests
* wrap filter calls in memo
* pass extensions as top level prop
* abstract errors
* add jsdoc
* update tests
* review
* turn __experimentalApplyCheckoutFilter into a hook and move useMemo inside it
* revert name
* wrap getCheckoutFilters in useMemo
* refactor filter function so memozation is done inside components
* unify true instance
* fix rebase
Co-authored-by: Albert Juhé Lluveras <contact@albertjuhe.com>
2021-02-17 14:01:20 +01:00
Thomas Roberts
4cbfb85ff9
Merge branch 'release/4.5.1' into trunk
2021-02-17 09:41:45 +00:00
renovate[bot]
37bdb53493
Update babel monorepo to v7.12.16 ( https://github.com/woocommerce/woocommerce-blocks/pull/3858 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-02-17 06:18:50 +00:00
renovate[bot]
fae1fa0f4b
Update Node.js to v12.20.2 ( https://github.com/woocommerce/woocommerce-blocks/pull/3857 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-02-17 04:29:07 +00:00
Thomas Roberts
70262ab890
Bumping version strings to new version.
2021-02-16 18:08:49 +00:00
Thomas Roberts
3f79b42c14
Bumping version strings to new version.
2021-02-16 16:40:15 +00:00
renovate[bot]
03551edae8
Update dependency @automattic/color-studio to v2.4.0 ( https://github.com/woocommerce/woocommerce-blocks/pull/3819 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-02-11 10:57:17 +01:00
renovate[bot]
2e90e95551
Update dependency @stripe/stripe-js to v1.12.1 ( https://github.com/woocommerce/woocommerce-blocks/pull/3820 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-02-10 13:32:18 +00:00
renovate[bot]
7afdb11dc4
Update dependency @types/react to v16.14.3 ( https://github.com/woocommerce/woocommerce-blocks/pull/3822 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-02-10 11:11:21 +00:00
renovate[bot]
a9800f5ef7
Update dependency mini-css-extract-plugin to v1.3.6 ( https://github.com/woocommerce/woocommerce-blocks/pull/3823 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-02-10 03:22:45 +00:00
renovate[bot]
e70e3e6e40
Update dependency @testing-library/user-event to v12.6.3 ( https://github.com/woocommerce/woocommerce-blocks/pull/3821 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-02-10 02:34:41 +00:00
renovate[bot]
a9626c8d06
Update babel monorepo to v7.12.13 ( https://github.com/woocommerce/woocommerce-blocks/pull/3818 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-02-10 01:11:36 +00:00
github-actions[bot]
a748a8ce83
Release: 4.4.0 ( https://github.com/woocommerce/woocommerce-blocks/pull/3773 )
...
* generating changeset for pull request
* generating changeset for pull request
* Changelog
* Testing docs
* Increase width of Cart's product column on <= medium screens
* move shipping-rates-control and shipping totals back into base/components/cart-checkout
* fix notice styling
* Move no rates logic to package
* Updating testing instructions
* Bumping version strings to new version.
Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Mike Jolley <mike.jolley@me.com>
Co-authored-by: Thomas Roberts <thomas.roberts@automattic.com>
Co-authored-by: Darren Ethier <darren@roughsmootheng.in>
Co-authored-by: Seghir Nadir <nadir.seghir@gmail.com>
2021-02-03 16:12:23 +00:00
renovate[bot]
54ab46cb43
Update dependency @octokit/graphql to v4.6.0 ( https://github.com/woocommerce/woocommerce-blocks/pull/3780 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-02-03 13:53:12 +00:00
renovate[bot]
af4b1f8cd9
Update dependency @testing-library/react to v11.2.5 ( https://github.com/woocommerce/woocommerce-blocks/pull/3782 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-02-03 05:56:42 +00:00
renovate[bot]
82d61f771b
Pin dependencies ( https://github.com/woocommerce/woocommerce-blocks/pull/3779 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-02-03 04:55:20 +00:00
renovate[bot]
4106c0a895
Update dependency @stripe/react-stripe-js to v1.2.2 ( https://github.com/woocommerce/woocommerce-blocks/pull/3781 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-02-03 03:45:25 +00:00
Darren Ethier
5c9b0f448a
Enable defaults for new import rules and configure ( https://github.com/woocommerce/woocommerce-blocks/pull/3755 )
...
* enable rules and add exceptions
The `import/no-unresolved` and `import/no-extraneous-dependencies` rules defaults are enabled and configuration for adding exceptions for both webpack config resolution and externals or indirect dependencies are added.
* woops forgot to commit eslint-import-plugin-webpack resolver dependency
* I guess node resolver needs installed too?
* remove default resolve (doesn’t seem to help with the GH action errors)
* change config to lowercase for node
2021-01-28 08:53:09 -05:00
Darren Ethier
f2012158f3
Update @wordpress/scripts and eslint and stylint configurations ( https://github.com/woocommerce/woocommerce-blocks/pull/3749 )
...
* implement prettier config for importing wordpress/prettier config
* update packages
This updates @wordpress/scripts to latest version so we are using the latest `@wordpress/eslint-plugin` rules.
Also installs a new required dependency due to the above update.
* temporarily convert new rules to warnings to handle in followups.
* fix stylint configuration and temporarily block rule
Latest @wordpress/scripts update requires the `@wordpress/stylelint-config` package instead of the previous builtin configuration. So applies a fix needed from that change.
* update puppeteer dependency version
* package-lock update
2021-01-27 11:49:33 -05:00
renovate[bot]
8e9c3dafbf
Update dependency downshift to v6.1.0 ( https://github.com/woocommerce/woocommerce-blocks/pull/3743 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-01-27 06:00:48 +00:00
renovate[bot]
fc0bab0a24
Update dependency @woocommerce/eslint-plugin to v1.1.0 ( https://github.com/woocommerce/woocommerce-blocks/pull/3742 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-01-27 04:14:36 +00:00
renovate[bot]
e96f28c74a
Update dependency @testing-library/user-event to v12.6.2 ( https://github.com/woocommerce/woocommerce-blocks/pull/3741 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-01-27 03:25:59 +00:00
renovate[bot]
c45c17df89
Update dependency @octokit/graphql to v4.5.9 ( https://github.com/woocommerce/woocommerce-blocks/pull/3740 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-01-27 02:41:48 +00:00
github-actions[bot]
e2a7bb32b0
Release: 4.3.0 ( https://github.com/woocommerce/woocommerce-blocks/pull/3698 )
...
* generating changeset for pull request
* generating changeset for pull request
* Update changelog.txt for 4.3.0 release.
* Update testing instructions for 4.3.0 releae.
* Update testing instruction for review.
* Revert "Improve error displayed to customers when an item's stock status changes during checkout. (https://github.com/woocommerce/woocommerce-blocks/pull/3656 )"
This reverts commit a30179f165
.
* Revert 3656 documentation changes.
* Update test zip link.
* Update release date for 4.2.0.
* Bumping version strings to new version.
Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: budzanowski <bartosz.budzanowski@gmail.com>
2021-01-20 14:42:14 +01:00
renovate[bot]
a19bf2c556
Update dependency fs-extra to v9.1.0 ( https://github.com/woocommerce/woocommerce-blocks/pull/3712 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-01-20 07:43:44 +00:00
renovate[bot]
4077744c06
Update dependency downshift to v6.0.16 ( https://github.com/woocommerce/woocommerce-blocks/pull/3710 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-01-20 04:21:10 +00:00
renovate[bot]
e788d72fb6
Update dependency core-js to v3.8.3 ( https://github.com/woocommerce/woocommerce-blocks/pull/3709 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-01-20 03:54:20 +00:00
renovate[bot]
c930a10d63
Update dependency autoprefixer to v10.2.3 ( https://github.com/woocommerce/woocommerce-blocks/pull/3708 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-01-20 02:46:41 +00:00
renovate[bot]
c1d0cd4174
Update dependency @stripe/react-stripe-js to v1.2.0 ( https://github.com/woocommerce/woocommerce-blocks/pull/3707 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-01-20 01:44:26 +00:00
Darren Ethier
056a446832
change eslint workflow to use different method and action ( https://github.com/woocommerce/woocommerce-blocks/pull/3693 )
...
Our existing worfklow was giving a cryptic error that I couldn’t troubleshoot so decided to just switch to a different method
2021-01-17 14:06:24 -05:00
renovate[bot]
ca471e1320
Update dependency @testing-library/react to v11.2.3 ( https://github.com/woocommerce/woocommerce-blocks/pull/3674 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-01-15 14:24:40 +01:00
renovate[bot]
178d6d9f8a
Update dependency @types/jest to v26.0.20 ( https://github.com/woocommerce/woocommerce-blocks/pull/3675 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-01-15 13:25:32 +01:00
renovate[bot]
1502967dc0
Update dependency @testing-library/jest-dom to v5.11.9 ( https://github.com/woocommerce/woocommerce-blocks/pull/3673 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-01-15 13:25:02 +01:00
renovate[bot]
a4e642f683
Update dependency autoprefixer to v10.2.1 ( https://github.com/woocommerce/woocommerce-blocks/pull/3676 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-01-13 14:49:56 +00:00
renovate[bot]
751fc1589d
Update dependency sass-loader to v10 ( https://github.com/woocommerce/woocommerce-blocks/pull/3422 )
...
* Update dependency sass-loader to v10
* Updates sass config
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Mike Jolley <mike.jolley@me.com>
2021-01-07 12:40:00 +00:00
renovate[bot]
2f268e0495
Update dependency html-react-parser to v0.14.3 ( https://github.com/woocommerce/woocommerce-blocks/pull/3590 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-01-06 16:21:54 +00:00
renovate[bot]
c3215f0ad5
Update dependency reakit to v1.3.4 ( https://github.com/woocommerce/woocommerce-blocks/pull/3591 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-01-06 15:43:34 +00:00
renovate[bot]
ccef4c1488
Update dependency @testing-library/jest-dom to v5.11.8 ( https://github.com/woocommerce/woocommerce-blocks/pull/3610 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-01-06 15:01:56 +00:00
renovate[bot]
fa33fe1a8e
Update dependency wordpress-components to v11.1.3 ( https://github.com/woocommerce/woocommerce-blocks/pull/3611 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-01-06 15:01:24 +00:00
renovate[bot]
51110deece
Update dependency axios to v0.21.1 [SECURITY] ( https://github.com/woocommerce/woocommerce-blocks/pull/3638 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-01-06 14:59:29 +00:00
renovate[bot]
5b405ebe66
Update Node.js to v12.20.1 ( https://github.com/woocommerce/woocommerce-blocks/pull/3643 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-01-06 14:58:39 +00:00
renovate[bot]
a8c10b40b8
Update dependency downshift to v6.0.10 ( https://github.com/woocommerce/woocommerce-blocks/pull/3588 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-01-06 14:30:24 +00:00
renovate[bot]
7378f95688
Update dependency postcss to v8.2.2 ( https://github.com/woocommerce/woocommerce-blocks/pull/3608 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-01-06 14:29:14 +00:00
renovate[bot]
031ffb70f4
Update dependency source-map-explorer to v2.5.1 ( https://github.com/woocommerce/woocommerce-blocks/pull/3609 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-01-06 14:26:01 +00:00
renovate[bot]
50e5cd7196
Update dependency core-js to v3.8.2 ( https://github.com/woocommerce/woocommerce-blocks/pull/3644 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-01-06 14:23:49 +00:00
renovate[bot]
81d8193f49
Update dependency react-number-format to v4.4.3 ( https://github.com/woocommerce/woocommerce-blocks/pull/3645 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-01-06 14:23:21 +00:00
renovate[bot]
6ec38f7767
Update dependency autoprefixer to v10.2.0 ( https://github.com/woocommerce/woocommerce-blocks/pull/3646 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-01-06 14:22:39 +00:00
renovate[bot]
a7f2894782
Update dependency wordpress-compose to v3.23.1 ( https://github.com/woocommerce/woocommerce-blocks/pull/3647 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-01-06 14:04:25 +00:00
Bartosz Budzanowski
27a439a4ff
Add puppeteer directly to dev dependencies. ( https://github.com/woocommerce/woocommerce-blocks/pull/3652 )
2021-01-06 13:18:07 +00:00
renovate[bot]
58dc6d8572
Pin dependencies ( https://github.com/woocommerce/woocommerce-blocks/pull/3642 )
...
* Pin dependencies
* update package-lock.json
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Mike Jolley <mike.jolley@me.com>
2021-01-06 13:11:11 +00:00
Albert Juhé Lluveras
3971b39cc1
Update versions to 4.3.0-dev
2021-01-06 10:51:04 +01:00
github-actions[bot]
50f15fb5ea
Release: 4.2.0 ( https://github.com/woocommerce/woocommerce-blocks/pull/3637 )
...
* generating changeset for pull request
* generating changeset for pull request
* Update readme.txt
* Add testing notes
* Update 4.2.0 release date
* Bumping version strings to new version.
Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Albert Juhé Lluveras <contact@albertjuhe.com>
2021-01-06 10:48:11 +01:00
Albert Juhé Lluveras
fb5c0f3af2
Add tests to AddressForm ( https://github.com/woocommerce/woocommerce-blocks/pull/3621 )
...
* Remove unnecessary async key in read more tests
* Add tests to AddressForm component
2021-01-06 10:22:51 +01:00
Darren Ethier
f9d05163f9
Add "you don't need lodash/underscore" eslint rule ( https://github.com/woocommerce/woocommerce-blocks/pull/3634 )
...
* add you don’t need lodash eslint plugin
* handle lodash.omit eslint errors
- storybook and webpack config implementations were just ignored.
- shared/validation/index.js was converted to use ES6 destructuring to eliminate usage.
* remove lodash assign usage
* convert lodash isNan to Number.isNan
* ignore lodash.flatten lint error for now
* remove usage of lodash.isNil
* add exclusions for lodash rules in main eslintrc file rather than per file.
2021-01-05 08:58:18 -05:00
Thomas Roberts
9a537fdab5
Create GitHub actions for automated tests ( https://github.com/woocommerce/woocommerce-blocks/pull/3544 )
...
* Create end-to-end-tests.yml for E2E testing action
* Change actions to run on push instead of PR
* Install libstdc++-4.9-dev on E2E tests action
* Add correct apt repository for libstc++
* Reconfigure apt-get commands for installing libstdc++
* Remove accidental inclusion of Travis config from E2E tests action
* Install libkrb5-dev as part of e2e test action
* Run apt commands as sudo
* Install gutenberg plugin and e2e testutils
* Add environment variables to E2E tests
* Rename action and add further config for composer and wp-env
* Rename workflow
* Add jobs for WP 5.6, 5.5, and 5.4
* Fix YML indentation
* Apply 767 permissions to wp-env directory
* Run chmod as sudo
* Comment 5.6 and 5.6 with GB out to test 5.4 more easily
* Remove WP install job, since it should run on each step
* Change order of wp-env start and chmod
* Reorder commands for 5.4 job
* Try running 5.4 tests in isolation
* Reenable tests for all WP versions
* Move commands out of bash script into a series of commands
* Fix indentation on 5.5 job
* Re-enable libkrb5-dev install
* Clean wp-env before each run & upgrade wp-env to 3.0.0
* Update lock file for wp-env@3.0.0
* Reorder wp-env start and clean commands
* Reorder wp-env permissions commands
* Reorder wp-env permissions setup for all jobs
* Reorder wp-env permissions setup for 5.5 and 5.4
* Ensure correct order for env setup and flush permalinks twice
* Update jest snapshots
* Remove rewrite flush command from yml
* Remove npm build from every step and try it just at the start
* Set correct e2e build script
* Add jobs for PHP 8
* Specify PHP 8 minor version
* Run PHP 8 jobs first
* Remove PHP 8 jobs
* Add JS Unit tests job
* Remove js-unit-tests.js workflow
* Remove composer install from every step, add it to its own step
* Cache composer files
* Bust npm cache to test nodegit
* Rename npm cache
* Renove npm cache entirely
* Revert "Renove npm cache entirely"
This reverts commit d6fac6a6ebd9162e48f64daaa8c971320756579e.
* Rename npm cache back to how it was
* Fix yml indentation
* Remove echo from composer cache step
* Revert back to composer example
* Add PHP Unit tests to workflow
* Add PHP Unit tests to workflow
* Rename E2E tests workflow and file
* deliberately break e2e and unit tests to test workflow 👺
* fix php test, should see e2e fail
* revert broken e2e test
* Change steps into jobs, rename workflow
* Remove Travis workflow file
* Add all necessary setup steps to each job
* Rename Setup job and remove dependency
* Add individual jobs for each E2E test environment
* Add npm install and build to setup job
* YML syntax fix
* Remove error-causing chmod
* Rename blocks.ini setup step
Fixes a typographical error.
* Get the latest stable version of WooCommerce for PHPUnit testing
* Add PHP8.0 and PHP5.6 Unit tests
* Run composer update for PHP 5.6 and PHP 8.0
* Revert "Run composer update for PHP 5.6 and PHP 8.0"
This reverts commit 4f90522d0b52b7a8b9e896e9c783795be9dc5399.
* Revert "Add PHP8.0 and PHP5.6 Unit tests"
This reverts commit 66e317dec4af6e3a2ac6f78b6efd050e7fc5aa8e.
Co-authored-by: Rua Haszard <rua.haszard@automattic.com>
2021-01-05 09:27:22 +00:00
Mike Jolley
8763965019
Add the "Fix package lock" script ( https://github.com/woocommerce/woocommerce-blocks/pull/3465 )
...
* Add package lock script
* remove -e
* tweak error handling
* more tweaks
* use fetch
* --no-keep-empty
* rebase test
* auto resolve rebase
* git add .
* try checking out
* rm
* remove problematic rebase
* Feedback/instructions
* dupe
2020-12-28 11:41:46 +01:00
github-actions[bot]
a8977ac8fd
Release: 4.1.0 ( https://github.com/woocommerce/woocommerce-blocks/pull/3600 )
...
* update readme
* add testing notes
* fix typo
* update readme
* add zip
* fix title version
* Bumping version strings to new version.
Co-authored-by: Seghir Nadir <nadir.seghir@gmail.com>
2020-12-24 15:40:58 +01:00
renovate[bot]
0e12c88bf2
chore(deps): update dependency commander to v6.2.1 ( https://github.com/woocommerce/woocommerce-blocks/pull/3558 )
...
* chore(deps): update dependency commander to v6.2.1
* Lockfile maintenance
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Thomas Roberts <thomas.roberts@automattic.com>
2020-12-16 15:09:11 +00:00
renovate[bot]
7fc6fcc5f4
chore(deps): update dependency @types/jest to v26.0.19 ( https://github.com/woocommerce/woocommerce-blocks/pull/3556 )
...
* chore(deps): update dependency @types/jest to v26.0.19
* Lockfile maintenance
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Thomas Roberts <thomas.roberts@automattic.com>
2020-12-16 13:57:26 +00:00
renovate[bot]
0821550c5a
chore(deps): update babel monorepo ( https://github.com/woocommerce/woocommerce-blocks/pull/3555 )
...
* chore(deps): update babel monorepo
* Lockfile maintenance
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Thomas Roberts <thomas.roberts@automattic.com>
2020-12-16 12:59:25 +00:00
renovate[bot]
553f8e6da6
chore(deps): update dependency postcss to v8.2.1 ( https://github.com/woocommerce/woocommerce-blocks/pull/3559 )
...
* chore(deps): update dependency postcss to v8.2.1
* Lockfile maintenance
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Thomas Roberts <thomas.roberts@automattic.com>
2020-12-16 11:00:58 +00:00
renovate[bot]
e1c5ec4020
fix(deps): pin dependencies ( https://github.com/woocommerce/woocommerce-blocks/pull/3526 )
...
* fix(deps): pin dependencies
* Lockfile maintenance
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Thomas Roberts <thomas.roberts@automattic.com>
2020-12-14 16:33:41 +00:00
renovate[bot]
863c07d105
chore(deps): update dependency mini-css-extract-plugin to v1.3.3 ( https://github.com/woocommerce/woocommerce-blocks/pull/3531 )
...
* chore(deps): update dependency mini-css-extract-plugin to v1.3.3
* Lockfile maintenance
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Thomas Roberts <thomas.roberts@automattic.com>
2020-12-14 15:52:45 +00:00
renovate[bot]
7705a87f76
chore(deps): update dependency autoprefixer to v10.1.0 ( https://github.com/woocommerce/woocommerce-blocks/pull/3528 )
...
* Update dependency autoprefixer to v10.1.0
* Lockfile maintenance
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Thomas Roberts <thomas.roberts@automattic.com>
2020-12-14 14:41:49 +00:00
Mike Jolley
6e66799414
Update usage of legacy packages (inc. ServerSideRender) ( https://github.com/woocommerce/woocommerce-blocks/pull/3541 )
...
* Use the @wordpress/server-side-render package
* Add @wordpress/server-side-render dependency
* Update requiredPackagesInWPLegacy for 5.4 support
* Update package lock
2020-12-14 11:55:05 +00:00
renovate[bot]
09009e4f8e
Update dependency core-js to v3.8.1 ( https://github.com/woocommerce/woocommerce-blocks/pull/3529 )
...
* Update dependency core-js to v3.8.1
* manual refresh lock file
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Rua Haszard <rua.haszard@automattic.com>
2020-12-10 16:10:57 +13:00
Rua Haszard
f8208f8c63
Revert "experiment: remove core-js dependency, suspect unused 🧐 "
...
This reverts commit f1794c334f
.
2020-12-10 15:21:19 +13:00
Rua Haszard
f1794c334f
experiment: remove core-js dependency, suspect unused 🧐
2020-12-10 15:19:34 +13:00
renovate[bot]
3109ce7483
Update dependency @types/jest to v26.0.18 ( https://github.com/woocommerce/woocommerce-blocks/pull/3527 )
...
* Update dependency @types/jest to v26.0.18
* manual refresh lock file
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Rua Haszard <rua.haszard@automattic.com>
2020-12-10 15:08:11 +13:00
github-actions[bot]
dc5ad5701d
Release: 4.0.0 ( https://github.com/woocommerce/woocommerce-blocks/pull/3509 )
...
* generating changeset for pull request
* generating changeset for pull request
* Update readme changelog
* Update requirements
* Testing instructions
* Update zip file
* Update nonce outside of json parse
* Set logged in cookie on store api requests
* Update zip
Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Mike Jolley <mike.jolley@me.com>
2020-12-08 13:40:40 +00:00
renovate[bot]
be0b17c8d6
Update dependency @woocommerce/components to v5 ( https://github.com/woocommerce/woocommerce-blocks/pull/3156 )
...
* Update dependency @woocommerce/components to v5
* Fix lock file.
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: budzanowski <bartosz.budzanowski@gmail.com>
2020-12-07 16:49:41 +01:00
renovate[bot]
cb7cf6ab73
Update dependency autoprefixer to v10 ( https://github.com/woocommerce/woocommerce-blocks/pull/3216 )
...
* Update dependency autoprefixer to v10
* pin postcss & postcss-loader versions (Renovate will manage updates)
Co-authored-by: Albert Juhé Lluveras <contact@albertjuhe.com>
Co-authored-by: Rua Haszard <rua.haszard@automattic.com>
2020-12-07 14:09:23 +13:00
Seghir Nadir
231d49406a
Introduce pluginArea in Cart and Checkout ( https://github.com/woocommerce/woocommerce-blocks/pull/3498 )
...
* add plugin area
* add invisible errorBoundary
* move PluginArea to CheckoutProvider
2020-12-04 10:52:52 +01:00
Albert Juhé Lluveras
2e5bcca7c6
Update @wordpress/components to v. 11.1.1 and @wordpress/base-styles to v. 3.2.0 ( https://github.com/woocommerce/woocommerce-blocks/pull/3457 )
...
* Update @wordpress/components and @wordpress/base-styles
* Fix JS warning in Select/downshift
* Remove color definitions that are now imported from @wordpress/base-styles. Fixes woocommerce/woocommerce-blocks#3311
* Use -unit values from @wordpress/base-styles. Fixes woocommerce/woocommerce-blocks#3313
* Update snapshots
* Fix payment methods test
* Don't extract dependencies that are not available in WP 5.3
* Avoid extracting @wordpress/compose since last version doesn't have resize observer
* Remove unnecessary uses of @wordpress/compose in a frontend scripts
* Add missing spaces
2020-12-03 14:04:25 +01:00
renovate[bot]
7e656711b4
Update dependency html-react-parser to v0.14.2 ( https://github.com/woocommerce/woocommerce-blocks/pull/3494 )
...
* Update dependency html-react-parser to v0.14.2
* Update package-lock.json
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Albert Juhé Lluveras <contact@albertjuhe.com>
2020-12-02 16:08:02 +01:00
renovate[bot]
4ae3cd5555
Update dependency core-js to v3.8.0 ( https://github.com/woocommerce/woocommerce-blocks/pull/3493 )
...
* Update dependency core-js to v3.8.0
* Update package-lock.json
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Albert Juhé Lluveras <contact@albertjuhe.com>
2020-12-02 15:57:34 +01:00
renovate[bot]
01df3ea8ca
Update dependency config to v3.3.3 ( https://github.com/woocommerce/woocommerce-blocks/pull/3492 )
...
* Update dependency config to v3.3.3
* Update package-lock.json
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Albert Juhé Lluveras <contact@albertjuhe.com>
2020-12-02 15:45:31 +01:00
renovate[bot]
b4919b0356
Update dependency @types/jest to v26.0.16 ( https://github.com/woocommerce/woocommerce-blocks/pull/3491 )
...
* Update dependency @types/jest to v26.0.16
* Update package-lock.json
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Albert Juhé Lluveras <contact@albertjuhe.com>
2020-12-02 14:28:52 +01:00
renovate[bot]
1ddff6ea05
Update dependency @octokit/graphql to v4.5.8 ( https://github.com/woocommerce/woocommerce-blocks/pull/3490 )
...
* Update dependency @octokit/graphql to v4.5.8
* Update package-lock.json
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Albert Juhé Lluveras <contact@albertjuhe.com>
2020-12-02 14:28:44 +01:00
renovate[bot]
5bd216baa0
Pin dependency github-label-sync to 2.0.0 ( https://github.com/woocommerce/woocommerce-blocks/pull/3489 )
...
* Pin dependency github-label-sync to 2.0.0
* Update package-lock.json
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Albert Juhé Lluveras <contact@albertjuhe.com>
2020-12-02 14:28:24 +01:00
Darren Ethier
8e7a168c9a
add label-sync script and config
2020-11-27 15:41:36 -05:00
renovate[bot]
389f82c53a
Update babel monorepo ( https://github.com/woocommerce/woocommerce-blocks/pull/3460 )
...
* Update babel monorepo
* update package-lock.json
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Mike Jolley <mike.jolley@me.com>
2020-11-26 12:16:53 +00:00
renovate[bot]
cd39759844
Update Node.js to v12.20.0 ( https://github.com/woocommerce/woocommerce-blocks/pull/3459 )
...
* Update Node.js to v12.20.0
* update package-lock.json
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Mike Jolley <mike.jolley@me.com>
2020-11-26 11:51:42 +00:00
Darren Ethier
dcef9838ef
bump version to dev after release
2020-11-25 15:36:58 -05:00
github-actions[bot]
671976907e
Release: 3.9.0 ( https://github.com/woocommerce/woocommerce-blocks/pull/3453 )
...
* generating changeset for pull request
* generating changeset for pull request
* add changelog for version 3.9
* clear vendor folder before doing deploy script
* start testing docs
* more build script improvements
* Finish testing notes
* update testing docs
* Prevent exclude drafts filter being tree shaken (https://github.com/woocommerce/woocommerce-blocks/pull/3463 )
* Reverse logic for hiding product name in checkout sidebar (https://github.com/woocommerce/woocommerce-blocks/pull/3464 )
The hasLink prop was removed from ProductName and disabled is used instead, this change makes the variable name more descriptive, and uses disabled to signal if the ProductName should link or not.
* update zip file
* tweak changelog
* add link to release post in changelog
* fix release date in readme.txt
* Bumping version strings to new version.
Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Darren Ethier <darren@roughsmootheng.in>
Co-authored-by: Albert Juhé Lluveras <contact@albertjuhe.com>
Co-authored-by: opr <5656702+opr@users.noreply.github.com>
2020-11-25 15:33:23 -05:00
renovate[bot]
cdfe3e851e
Update dependency @types/react to v16.14.2 ( https://github.com/woocommerce/woocommerce-blocks/pull/3461 )
...
* Update dependency @types/react to v16.14.2
* update package-lock.json
* update package-lock.json
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Mike Jolley <mike.jolley@me.com>
2020-11-25 16:17:06 +00:00
renovate[bot]
364df26e2d
Update dependency @testing-library/react to v11.2.2 ( https://github.com/woocommerce/woocommerce-blocks/pull/3419 )
...
* Update dependency @testing-library/react to v11.2.2
* update package-lock.json
* update package-lock.json
* restore package-lock.json
* update package-lock.json
* update package-lock.json
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Mike Jolley <mike.jolley@me.com>
2020-11-25 15:58:09 +00:00
renovate[bot]
d7d5b89af0
Update dependency chalk to v4 ( https://github.com/woocommerce/woocommerce-blocks/pull/3217 )
...
* Update dependency chalk to v4
* update package-lock.json
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Mike Jolley <mike.jolley@me.com>
2020-11-25 15:02:58 +00:00
renovate[bot]
4e2b78135b
Update dependency mini-css-extract-plugin to v1.3.1 ( https://github.com/woocommerce/woocommerce-blocks/pull/3420 )
...
* Update dependency mini-css-extract-plugin to v1.3.1
* update package-lock.json
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Seghir Nadir <nadir.seghir@gmail.com>
2020-11-25 11:30:09 +00:00
renovate[bot]
f6c8d91b9d
Update dependency @testing-library/jest-dom to v5.11.6 ( https://github.com/woocommerce/woocommerce-blocks/pull/3418 )
...
* Update dependency @testing-library/jest-dom to v5.11.6
* update package-lock.json
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Seghir Nadir <nadir.seghir@gmail.com>
2020-11-20 14:24:01 -05:00
renovate[bot]
756aae0be2
Update Node.js to v12.19.1 ( https://github.com/woocommerce/woocommerce-blocks/pull/3417 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-11-20 14:03:53 -05:00
renovate[bot]
adea8e33e4
Update dependency reakit to v1.3.0 ( https://github.com/woocommerce/woocommerce-blocks/pull/3421 )
...
* Update dependency reakit to v1.3.0
* update package-lock.json
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Seghir Nadir <nadir.seghir@gmail.com>
2020-11-18 16:38:29 +01:00
renovate[bot]
663bdcddbf
Update dependency react-test-renderer to v17 ( https://github.com/woocommerce/woocommerce-blocks/pull/3393 )
...
* Update dependency react-test-renderer to v17
* Update package-lock.json
* Update dependencies order.
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: budzanowski <bartosz.budzanowski@gmail.com>
2020-11-11 20:08:29 +01:00
renovate[bot]
dcb90c1a26
Update dependency mini-css-extract-plugin to v1 ( https://github.com/woocommerce/woocommerce-blocks/pull/3392 )
...
* Update dependency mini-css-extract-plugin to v1
* Update package-lock.json
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: budzanowski <bartosz.budzanowski@gmail.com>
2020-11-11 19:08:40 +01:00
renovate[bot]
ffc76ddbdf
Update dependency promptly to v3.2.0 ( https://github.com/woocommerce/woocommerce-blocks/pull/3391 )
...
* Update dependency promptly to v3.2.0
* Update package-lock.json
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: budzanowski <bartosz.budzanowski@gmail.com>
2020-11-11 19:02:29 +01:00
renovate[bot]
d83f2c37e0
Update dependency core-js to v3.7.0 ( https://github.com/woocommerce/woocommerce-blocks/pull/3389 )
...
* Update dependency core-js to v3.7.0
* Update package-lock.json
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: budzanowski <bartosz.budzanowski@gmail.com>
2020-11-11 18:56:27 +01:00
renovate[bot]
9059525d3c
Update dependency @types/react to v16.9.56 ( https://github.com/woocommerce/woocommerce-blocks/pull/3388 )
...
* Update dependency @types/react to v16.9.56
* Update package-lock.json
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: budzanowski <bartosz.budzanowski@gmail.com>
2020-11-11 18:51:53 +01:00
budzanowski
3f9aed0fb0
Update to 3.9.0-dev version.
2020-11-10 17:30:55 +01:00
github-actions[bot]
062e0b0226
Release: 3.8.0 ( https://github.com/woocommerce/woocommerce-blocks/pull/3384 )
...
* generating changeset for pull request
* Update changelog for the 3.8.0 release.
* Update testing instructions.
* Update testing documentation.
2020-11-10 17:12:25 +01:00
renovate[bot]
f11cd7a50f
Update dependency @stripe/stripe-js to v1.11.0 ( https://github.com/woocommerce/woocommerce-blocks/pull/3365 )
...
* Update dependency @stripe/stripe-js to v1.11.0
* Update package-lock.json
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Albert Juhé Lluveras <contact@albertjuhe.com>
2020-11-04 17:36:45 +01:00
renovate[bot]
f50f510f63
Update storybook monorepo to v6.0.28 ( https://github.com/woocommerce/woocommerce-blocks/pull/3369 )
...
* Update storybook monorepo to v6.0.28
* Update package-lock.json
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Albert Juhé Lluveras <contact@albertjuhe.com>
2020-11-04 15:10:06 +01:00
renovate[bot]
ebe7023a75
Update dependency html-react-parser to v0.14.1 ( https://github.com/woocommerce/woocommerce-blocks/pull/3368 )
...
* Update dependency html-react-parser to v0.14.1
* Update package-lock.json
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Albert Juhé Lluveras <contact@albertjuhe.com>
2020-11-04 15:09:55 +01:00
renovate[bot]
bd98a5b30e
Update dependency @types/react to v16.9.55 ( https://github.com/woocommerce/woocommerce-blocks/pull/3367 )
...
* Update dependency @types/react to v16.9.55
* Update package-lock.json
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Albert Juhé Lluveras <contact@albertjuhe.com>
2020-11-04 15:09:48 +01:00
renovate[bot]
c8ac09bceb
Update dependency @testing-library/react to v11.1.1 ( https://github.com/woocommerce/woocommerce-blocks/pull/3366 )
...
* Update dependency @testing-library/react to v11.1.1
* Update package-lock.json
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Albert Juhé Lluveras <contact@albertjuhe.com>
2020-11-04 12:47:35 +01:00
renovate[bot]
6d87a3f1f6
Update dependency @octokit/graphql to v4.5.7 ( https://github.com/woocommerce/woocommerce-blocks/pull/3364 )
...
* Update dependency @octokit/graphql to v4.5.7
* Update package-lock.json
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Albert Juhé Lluveras <contact@albertjuhe.com>
2020-11-04 11:24:59 +01:00
Rua Haszard
330d91f4b6
3.8.0-dev version bump
2020-10-30 09:42:48 +13:00
github-actions[bot]
f4eeb5d0c6
Release: 3.7.0 ( https://github.com/woocommerce/woocommerce-blocks/pull/3339 )
...
* generating changeset for pull request
* generating changeset for pull request
* tweak wording - testing instructions are focused on new features
* testing instructions (tbc) for 3.7.0
* link in 3.7.0
* add instructions for checkout signup
* 3.7.0 changelog
* Add missing doc links to TOC for release testing notes.
* fix typo in "replace"
Co-authored-by: Albert Juhé Lluveras <contact@albertjuhe.com>
* add testing instructions for various issues fixed in 3.7
* Bumping version strings to new version.
Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Rua Haszard <rua.haszard@automattic.com>
Co-authored-by: Darren Ethier <darren@roughsmootheng.in>
Co-authored-by: Albert Juhé Lluveras <contact@albertjuhe.com>
2020-10-30 09:38:18 +13:00
renovate[bot]
814b84f973
Update dependency wordpress-compose to v3.22.0 ( https://github.com/woocommerce/woocommerce-blocks/pull/3330 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-10-28 13:32:13 -04:00
renovate[bot]
a6047110f4
Update storybook monorepo to v6.0.27 ( https://github.com/woocommerce/woocommerce-blocks/pull/3332 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-10-28 13:15:36 -04:00
renovate[bot]
e49e306940
Update dependency commander to v6.2.0 ( https://github.com/woocommerce/woocommerce-blocks/pull/3329 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-10-28 12:49:26 -04:00
renovate[bot]
ee092f2d3d
Update dependency @testing-library/jest-dom to v5.11.5 ( https://github.com/woocommerce/woocommerce-blocks/pull/3327 )
...
* Update dependency @testing-library/jest-dom to v5.11.5
* Update package-lock.json
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Albert Juhé Lluveras <contact@albertjuhe.com>
2020-10-28 16:29:42 +01:00
renovate[bot]
10304dbc5e
Update dependency axios to v0.21.0 ( https://github.com/woocommerce/woocommerce-blocks/pull/3328 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-10-28 11:29:21 -04:00
renovate[bot]
9a58cd8c7f
Update dependency @types/react to v16.9.54 ( https://github.com/woocommerce/woocommerce-blocks/pull/3306 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-10-28 11:04:56 -04:00
renovate[bot]
7323392746
Update dependency @types/jest to v26.0.15 ( https://github.com/woocommerce/woocommerce-blocks/pull/3305 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-10-26 14:26:35 -04:00
renovate[bot]
643a7ceace
Update dependency @testing-library/react to v11.1.0 ( https://github.com/woocommerce/woocommerce-blocks/pull/3304 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-10-26 13:53:13 -04:00
renovate[bot]
e1bfb747f9
Update dependency react-test-renderer to v16.14.0 ( https://github.com/woocommerce/woocommerce-blocks/pull/3307 )
...
* Update dependency react-test-renderer to v16.14.0
* Update package-lock.json
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Albert Juhé Lluveras <contact@albertjuhe.com>
2020-10-23 11:38:22 +02:00
renovate[bot]
e6fc57748d
Update dependency @stripe/stripe-js to v1.10.0 ( https://github.com/woocommerce/woocommerce-blocks/pull/3303 )
...
* Update dependency @stripe/stripe-js to v1.10.0
* Update package-lock.json
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Albert Juhé Lluveras <contact@albertjuhe.com>
2020-10-23 11:30:04 +02:00
Albert Juhé Lluveras
10ceda5851
Use @wordpress/base-styles and @automattic/color-studio as a base for our styles ( https://github.com/woocommerce/woocommerce-blocks/pull/3300 )
...
* Use colors variables instead of hardcoded values when possible
* Update WC colors from @automattic/color-studio
* Decrease specificity of price-slider CSS selectors
* Update colors to WC purple
* Update bright colors
* Update grays
* Update blacks and whites
* Add @todo comment
* Remove unnecessary blank line
* Remove purple color from price slider handle
* Fix colors not shown in SVG background
* Remove unnecessary box-shadow declaration
* Add theming docs
* Refactor/remove SCSS variables
* Add @todo comment to breakpoints
* Update package-lock.json
2020-10-22 12:40:32 +02:00
renovate[bot]
8dfcad481f
Update babel monorepo ( https://github.com/woocommerce/woocommerce-blocks/pull/3302 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-10-21 09:30:00 -04:00
renovate[bot]
02d6cea895
Update dependency downshift to v6 ( https://github.com/woocommerce/woocommerce-blocks/pull/3281 )
...
* Update dependency downshift to v6
* regenerate package-lock for downshift v6
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Rua Haszard <rua.haszard@automattic.com>
2020-10-15 14:49:00 +13:00
renovate[bot]
2aa507fef5
Update dependency commander to v6 ( https://github.com/woocommerce/woocommerce-blocks/pull/3280 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-10-14 17:57:01 -04:00
renovate[bot]
dd3ea82fe0
Update storybook monorepo to v6.0.26 ( https://github.com/woocommerce/woocommerce-blocks/pull/3278 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-10-14 17:38:04 -04:00
renovate[bot]
fcf034ced4
Update dependency wordpress-element to v2.18.0 ( https://github.com/woocommerce/woocommerce-blocks/pull/3277 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-10-14 17:20:05 -04:00
renovate[bot]
cb02884c2b
Update dependency @types/react to v16.9.52 ( https://github.com/woocommerce/woocommerce-blocks/pull/3275 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-10-14 16:45:35 -04:00
renovate[bot]
47fe198d49
Update dependency promptly to v3.1.0 ( https://github.com/woocommerce/woocommerce-blocks/pull/3276 )
...
* Update dependency promptly to v3.1.0
* regenerate package-lock
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Rua Haszard <rua.haszard@automattic.com>
2020-10-14 18:06:41 +13:00
Albert Juhé Lluveras
ef734c9fbe
Update version to 3.7.0-dev
2020-10-12 17:48:08 +02:00
github-actions[bot]
c62a43043d
Release: 3.6.0 ( https://github.com/woocommerce/woocommerce-blocks/pull/3266 )
...
* generating changeset for pull request
* generating changeset for pull request
* Add 3.6.0 changelog
* Update 'WC tested up to' version
* Add 3.6 testing instructions
* Bumping version strings to new version.
Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Albert Juhé Lluveras <contact@albertjuhe.com>
2020-10-12 17:44:48 +02:00
renovate[bot]
d9c0d20129
Update dependency mini-css-extract-plugin to v0.12.0 ( https://github.com/woocommerce/woocommerce-blocks/pull/3250 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-10-08 16:45:15 -04:00
renovate[bot]
cbedc5bbe4
Update dependency wordpress-compose to v3.21.0 ( https://github.com/woocommerce/woocommerce-blocks/pull/3251 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-10-08 16:24:17 -04:00
renovate[bot]
7e29f5ccee
Update dependency @types/react to v16.9.51 ( https://github.com/woocommerce/woocommerce-blocks/pull/3249 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-10-08 16:04:34 -04:00
renovate[bot]
68289f7fff
Update Node.js to v12.19.0 ( https://github.com/woocommerce/woocommerce-blocks/pull/3248 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-10-08 15:30:37 -04:00
renovate[bot]
4102594de0
Update storybook monorepo to v6.0.22 ( https://github.com/woocommerce/woocommerce-blocks/pull/3214 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-09-30 17:08:10 -04:00
renovate[bot]
d389382669
Update dependency config to v3.3.2 ( https://github.com/woocommerce/woocommerce-blocks/pull/3213 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-09-30 16:35:05 -04:00
renovate[bot]
cb4f01b6a6
Update dependency @types/wordpress__data to v4.6.9 ( https://github.com/woocommerce/woocommerce-blocks/pull/3212 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-09-30 16:14:10 -04:00
Seghir Nadir
1e1f399837
update version to next one
2020-09-29 16:48:47 +01:00
github-actions[bot]
f3cfd711fb
Release: 3.5.0 ( https://github.com/woocommerce/woocommerce-blocks/pull/3208 )
...
* generating changeset for pull request
* generating changeset for pull request
* add changelog
* add testing notes
* update php and wc versions
* Bumping version strings to new version.
Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Seghir Nadir <nadir.seghir@gmail.com>
2020-09-29 16:43:19 +01:00
renovate[bot]
bc348fe42a
Update dependency webpack to v4.44.2 ( https://github.com/woocommerce/woocommerce-blocks/pull/3184 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-09-26 11:30:43 -04:00
renovate[bot]
6e2cb83fcf
Update dependency html-react-parser to v0.14.0 ( https://github.com/woocommerce/woocommerce-blocks/pull/3153 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-09-26 10:43:09 -04:00
renovate[bot]
454882453f
Update dependency react-test-renderer to v16.13.1 ( https://github.com/woocommerce/woocommerce-blocks/pull/3127 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-09-26 10:23:37 -04:00
renovate[bot]
4bc1172348
Pin dependency @woocommerce/eslint-plugin to 1.0.0-beta.0 ( https://github.com/woocommerce/woocommerce-blocks/pull/3126 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-09-26 10:10:00 -04:00
renovate[bot]
1dc8442a31
Update dependency wordpress-element to v2.17.1 ( https://github.com/woocommerce/woocommerce-blocks/pull/3104 )
...
* Update dependency wordpress-element to v2.17.1
* update experimental function to stable version
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Darren Ethier <darren@roughsmootheng.in>
2020-09-26 09:51:21 -04:00
renovate[bot]
cede8c6999
Update dependency wordpress-compose to v3.20.1 ( https://github.com/woocommerce/woocommerce-blocks/pull/3101 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-09-26 09:16:46 -04:00
renovate[bot]
685c474581
Update babel monorepo ( https://github.com/woocommerce/woocommerce-blocks/pull/3098 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-09-25 18:54:36 -04:00
renovate[bot]
646dfdbb45
Update dependency mini-css-extract-plugin to v0.11.2 and revert `@wordpress/base-styles` update. ( https://github.com/woocommerce/woocommerce-blocks/pull/3099 )
...
* Update dependency mini-css-extract-plugin to v0.11.2
* revert @wordpress/base-styles update
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Darren Ethier <darren@roughsmootheng.in>
2020-09-25 18:40:06 -04:00
renovate[bot]
8bcadda1af
Update dependency axios to v0.20.0 ( https://github.com/woocommerce/woocommerce-blocks/pull/3056 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-09-25 17:56:16 -04:00
renovate[bot]
d9e835899d
Update dependency reakit to v1.2.5 ( https://github.com/woocommerce/woocommerce-blocks/pull/3022 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-09-25 15:16:09 -04:00
renovate[bot]
c62b614970
Update wordpress monorepo ( https://github.com/woocommerce/woocommerce-blocks/pull/3130 )
...
* Update wordpress monorepo
* rollback `@wordpress/e2e-utils` update
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Darren Ethier <darren@roughsmootheng.in>
2020-09-25 14:26:38 -04:00
renovate[bot]
989d9c1e73
Update dependency @testing-library/react to v11 ( https://github.com/woocommerce/woocommerce-blocks/pull/3154 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-09-25 11:44:06 -04:00
renovate[bot]
8c80bc2803
Update npm to v6.14.8 ( https://github.com/woocommerce/woocommerce-blocks/pull/3128 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-09-25 11:12:26 -04:00
renovate[bot]
7928973ebb
Update Node.js to v12.18.4 ( https://github.com/woocommerce/woocommerce-blocks/pull/3151 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-09-25 10:43:40 -04:00
renovate[bot]
07a8ae01b9
Update dependency @types/jest to v26 ( https://github.com/woocommerce/woocommerce-blocks/pull/3155 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-09-25 10:20:45 -04:00
renovate[bot]
70cc671f4f
Update dependency @testing-library/jest-dom to v5.11.4 ( https://github.com/woocommerce/woocommerce-blocks/pull/3052 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-09-25 10:03:39 -04:00
renovate[bot]
313dfebcc7
Update dependency @types/react to v16.9.49 ( https://github.com/woocommerce/woocommerce-blocks/pull/3054 )
...
* Update dependency @types/react to v16.9.49
* update package-lock.json
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Darren Ethier <darren@roughsmootheng.in>
2020-09-24 19:01:53 -04:00
renovate[bot]
a90f2a8bb1
Update dependency @stripe/stripe-js to v1.9.0 ( https://github.com/woocommerce/woocommerce-blocks/pull/3021 )
...
* Update dependency @stripe/stripe-js to v1.9.0
* update package-lock for stripe update
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Darren Ethier <darren@roughsmootheng.in>
2020-09-24 18:41:21 -04:00
Darren Ethier
bfe850445e
update wp-scripts to latest version ( https://github.com/woocommerce/woocommerce-blocks/pull/3192 )
2020-09-24 13:33:02 -04:00
renovate[bot]
1871b4e573
Update dependency @octokit/graphql to v4.5.6 ( https://github.com/woocommerce/woocommerce-blocks/pull/3152 )
...
* Update dependency @octokit/graphql to v4.5.6
* Update package-lock locally
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Albert Juhé Lluveras <contact@albertjuhe.com>
2020-09-16 14:14:14 +02:00
Darren Ethier
a71d7374d2
bump dev versions
2020-09-15 09:21:57 -04:00
github-actions[bot]
ca2049255d
Release: 3.4.0 ( https://github.com/woocommerce/woocommerce-blocks/pull/3144 )
...
* generating changeset for pull request
* generating changeset for pull request
* add changelog to readme.txt
* typo fixes to release checklists
* change tested up to for WooCommerce core
* add testing notes for release
* bump version referenced for WP
* Bumping version strings to new version.
Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Darren Ethier <darren@roughsmootheng.in>
2020-09-15 08:54:17 -04:00
renovate[bot]
ceb83c2a03
Update storybook monorepo to v6.0.21 ( https://github.com/woocommerce/woocommerce-blocks/pull/3129 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-09-09 09:23:52 +02:00
Darren Ethier
69ba8161b6
Add @woocommerce/eslint-plugin dependency ( https://github.com/woocommerce/woocommerce-blocks/pull/3115 )
...
* convert eslint config to use @woocommerce/eslint-plugin
- removes unnecessary dependencies
- adds e2e-tests/specs to eslint ignore (they are automatically generated)
- turns off rules that will be handled in subsequent pulls (to avoid a mammoth changeset for review).
- NOTE: prettier config needs left in because of a bug with the existing version of `@wordpress/eslint-plugin` pulled in (fixed in https://github.com/WordPress/gutenberg/pull/25068 ) so I left the file for now.
* prettier fixes.
* remove obsolete plugin and fixes for eslint update
This branch brings an update to eslint which also changes some syntax with plugins. So this commit:
- fixes featuer-flag plugin syntax.
- removed obsolete dependency-group plugin (which is now in the `@woocommerce/eslint-plugin` configuration.
* add to-do comment
* fixes for test runs
- this also converts our e2e test scripts to use `wp-script test:e2e`, an advantage of this is it will load CHROMIUM on demand for the e2e test run.
* fixes for test runs
- this also converts our e2e test scripts to use `wp-script test:e2e`, an advantage of this is it will load CHROMIUM on demand for the e2e test run.
* include prettier alias as a dependency
This has to be done because prettier is installed with storybook and thus the alias setup in `@wordpress/scripts` is over-ridden by the storybook import.
* another attempt at e2e-test-fix
* add some debugging and temporarily just add one e2e config test for travis
* more debugging
* try installing full puppeteer and see if fixes
* fix package-lock?
* setupSettings separately from other fixture loading
* add debugging of files
* add another console.log (hopefully trigger travis)
* split out blockPage creation to it’s own as well
* fixed! remove debugging and re-enable travis configs for entire test suite
* fix config and rename e2e-tests to e2e
- fixes the failing product-search test
- tests/e2e-tests was redundant, I changed to `tests/e2e` (this follows a file pattern change made in woocommerce core as well).
* add todo for some eslint properties
* remove unnecessary early function execution
* revert earlier commit and remove duplicate call to createBlockPages
2020-09-07 13:31:10 -04:00
renovate[bot]
04cbd80b60
Update dependency source-map-explorer to v2.5.0 ( https://github.com/woocommerce/woocommerce-blocks/pull/3100 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-09-02 11:08:57 +02:00
Rua Haszard
62aeb29031
update next-dev version number manually (cc @nerrad)
2020-09-02 14:16:45 +12:00
github-actions[bot]
51e48f43b1
Release: 3.3.0 ( https://github.com/woocommerce/woocommerce-blocks/pull/3077 )
...
* generating changeset for pull request
* generating changeset for pull request
* 3.3.0 changelog + add woocommerce contributor (https://github.com/woocommerce/woocommerce-blocks/pull/3067 )
* update min required WooCommerce - 4.2 (out of date!)
* require Woo 4.2+ min (L-2 policy)
* draft test instructions for new feature in 3.3.0
* add testing instructions for 3.3.0 bug fixes
* update TOC for testing instructions and add MIA 3.0-3.2 (!)
* add convenient zip file download to testing instructions
* update zip file - missed `composer install --no-dev` step
* clarify testing instructions for product price block +
+ remove mention of MIA screenshots
* retroactively add release notes for all products child block customization options
* add testing instructions for all products child block changes (3.1.0) +
+ use changelog note for testing headings
* Fix product element styling class names (https://github.com/woocommerce/woocommerce-blocks/pull/3095 )
* Update sale badge align class names to match other element blocks
* Update product price align class names to match other element blocks
* Fix Product title alignment class names. Fixes woocommerce/woocommerce-blocks#3094
* Make styling attributes apply to Product title block when it's not a link. Fixes woocommerce/woocommerce-blocks#3093
* Linting fixes
* add changelog note for woocommerce/woocommerce-blocks#3095 + use standard changelog prefixes
* update release date
* update zip file link (new test build ft. woocommerce/woocommerce-blocks#3095 )
* Bumping version strings to new version.
Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Rua Haszard <rua.haszard@automattic.com>
Co-authored-by: Albert Juhé Lluveras <contact@albertjuhe.com>
2020-09-02 14:04:27 +12:00
renovate[bot]
567d4b7c6b
Update dependency @testing-library/react to v10.4.9 ( https://github.com/woocommerce/woocommerce-blocks/pull/3053 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-08-30 11:53:47 +01:00
renovate[bot]
95f4c9dee7
Update dependency @octokit/graphql to v4.5.4 ( https://github.com/woocommerce/woocommerce-blocks/pull/3020 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-08-30 11:53:36 +01:00
Rua Haszard
0a1a14f5db
upgrade Storybook to 6.0 ( https://github.com/woocommerce/woocommerce-blocks/pull/3039 )
...
* upgrade Storybook and add core-js:
- core-js is needed for Storybook, at least as a workaround for an issue
- https://github.com/storybookjs/storybook/blob/next/MIGRATION.md#core-js-dependency-errors
* rejig package-lock after merge
2020-08-27 12:02:20 +12:00
renovate[bot]
96836fa117
Update dependency @types/wordpress__data to v4.6.8 ( https://github.com/woocommerce/woocommerce-blocks/pull/3055 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-08-26 11:26:39 +02:00
renovate[bot]
8f91667b86
Update dependency @babel/core to v7.11.4 ( https://github.com/woocommerce/woocommerce-blocks/pull/3051 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-08-26 11:26:18 +02:00
renovate[bot]
1bcaa5f5e5
Update dependency webpack-cli to v3.3.12 ( https://github.com/woocommerce/woocommerce-blocks/pull/3023 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-08-24 10:33:41 +02:00
Seghir Nadir
996925dab8
update versions
2020-08-19 16:03:20 +01:00
Seghir Nadir
ab99e7d19e
Release 3.2 ( https://github.com/woocommerce/woocommerce-blocks/pull/3016 )
...
* add testing checklist
* add zip to file
* add changelog
* Bumping version strings to new version.
* remove version from composer
* fix version number in package.json
* pin wc to 4.3.3
* add jetpack constant to travis
2020-08-19 15:50:12 +01:00
renovate[bot]
1f6a3f651d
Update dependency autoprefixer to v9.8.6 ( https://github.com/woocommerce/woocommerce-blocks/pull/2967 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-08-18 10:51:16 -04:00
renovate[bot]
18bc3b37b9
Update babel monorepo ( https://github.com/woocommerce/woocommerce-blocks/pull/2964 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-08-18 10:41:34 -04:00
renovate[bot]
44591f2db5
Update dependency mini-css-extract-plugin to v0.10.0 ( https://github.com/woocommerce/woocommerce-blocks/pull/2999 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-08-13 08:02:42 +02:00
renovate[bot]
4e2917fa69
Update dependency eslint-plugin-jest to v23.20.0 ( https://github.com/woocommerce/woocommerce-blocks/pull/2998 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-08-13 08:02:36 +02:00
renovate[bot]
dbfda4df8b
Update dependency @types/react to v16.9.46 ( https://github.com/woocommerce/woocommerce-blocks/pull/2997 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-08-13 08:02:27 +02:00
renovate[bot]
5c480f91db
Update dependency @testing-library/jest-dom to v5.11.3 ( https://github.com/woocommerce/woocommerce-blocks/pull/2996 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-08-13 08:02:18 +02:00
renovate[bot]
20b0f5aaf0
Update dependency @testing-library/react to v10.4.8 ( https://github.com/woocommerce/woocommerce-blocks/pull/2966 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-08-07 09:06:39 +12:00
renovate[bot]
bdb7044830
Update dependency @types/react to v16.9.44 ( https://github.com/woocommerce/woocommerce-blocks/pull/2965 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-08-05 15:24:32 +02:00
renovate[bot]
fc3735564a
Update dependency @octokit/graphql to v4.5.3 ( https://github.com/woocommerce/woocommerce-blocks/pull/2930 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-07-30 10:07:01 +01:00
renovate[bot]
aa5bd62c93
Pin dependency glob to 7.1.6 ( https://github.com/woocommerce/woocommerce-blocks/pull/2927 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-07-30 10:06:49 +01:00
renovate[bot]
047f2d4323
Update dependency webpack to v4.44.1 ( https://github.com/woocommerce/woocommerce-blocks/pull/2933 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-07-30 10:06:20 +01:00
renovate[bot]
bd3178b62e
Update dependency eslint-plugin-jest to v23.19.0 ( https://github.com/woocommerce/woocommerce-blocks/pull/2932 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-07-30 10:04:52 +01:00
Albert Juhé Lluveras
de65c2ff8e
Update version numbers to 3.2.0-dev
2020-07-29 18:20:17 +02:00
Albert Juhé Lluveras
2f2aa6280c
Release: 3.1.0 ( https://github.com/woocommerce/woocommerce-blocks/pull/2938 )
...
* Fix missing permissions_callback arg in StoreApi route definitions (https://github.com/woocommerce/woocommerce-blocks/pull/2926 )
* make sure permission_callback is set correctly for all public routes
* add permission_callback definition to all routes
* add hover style to ensure consistent margin/padding for order summary so it doesn't jump on mouseover (https://github.com/woocommerce/woocommerce-blocks/pull/2921 )
* add hover style to ensure consistent margin/padding for order summary
* decrease specificity of panel__button hover/active etc styles
* Add 3.1.0 testing instructions
* Update WP tested up to version to 5.5 (https://github.com/woocommerce/woocommerce-blocks/pull/2937 )
* Fix typo in state property for idle status in checkout state reducer (https://github.com/woocommerce/woocommerce-blocks/pull/2925 )
* fix typo in state property for idle status in checkout state reducer
* remove arg causing failure in phpunit tests on travis
* Add 3.1.0 changelog
* Added ZIP file to 3.1.0 testing docs
* Update wp.deploy workflow adding slack hook (https://github.com/woocommerce/woocommerce-blocks/pull/2939 )
This will notify rubik's slack channel when this workflow starts and finishes.
* Add testing docs for regressions
* Update 310.md
* Update 310.md
* Add more details to testing doc
* Fix reviews blocks in WP 5.2 (https://github.com/woocommerce/woocommerce-blocks/pull/2940 )
* Fix Reviews editor styles (https://github.com/woocommerce/woocommerce-blocks/pull/2941 )
* Update ZIP link
* Fix testing doc title hirerarchy
Co-authored-by: Darren Ethier <darren@roughsmootheng.in>
Co-authored-by: Rua Haszard <rua.haszard@automattic.com>
2020-07-29 18:01:01 +02:00
renovate[bot]
f8366be2c9
Update Node.js to v12.18.3 ( https://github.com/woocommerce/woocommerce-blocks/pull/2928 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-07-29 11:20:34 +01:00
renovate[bot]
afe86d53b6
Update dependency @testing-library/jest-dom to v5.11.2 ( https://github.com/woocommerce/woocommerce-blocks/pull/2931 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-07-29 14:25:21 +12:00
Darren Ethier
b091ef151f
fix build:deploy script.
2020-07-28 12:03:43 -04:00
Darren Ethier
c9b88620a1
bump dev version
2020-07-27 10:56:35 -04:00
renovate[bot]
ab8e30e41c
Update dependency reakit to v1.1.2 ( https://github.com/woocommerce/woocommerce-blocks/pull/2865 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-07-23 16:35:13 +01:00
renovate[bot]
7fbfcd56c2
Update dependency autoprefixer to v9.8.5 ( https://github.com/woocommerce/woocommerce-blocks/pull/2863 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-07-23 15:06:24 +00:00
renovate[bot]
00e97d92a1
Update dependency webpack to v4.43.0 ( https://github.com/woocommerce/woocommerce-blocks/pull/2902 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-07-23 15:31:46 +01:00
renovate[bot]
9becff0ae0
Update dependency eslint-plugin-jest to v23.18.0 ( https://github.com/woocommerce/woocommerce-blocks/pull/2830 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-07-23 15:05:01 +01:00
renovate[bot]
f082e1f60c
Update dependency request-promise to v4.2.6 ( https://github.com/woocommerce/woocommerce-blocks/pull/2901 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-07-23 14:42:26 +01:00
renovate[bot]
7f9fb19e9e
Update dependency @testing-library/jest-dom to v5.11.1 ( https://github.com/woocommerce/woocommerce-blocks/pull/2898 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-07-23 14:39:41 +01:00