Daniel Bitzer
d8098d6fd7
Adds `@woocommerce/tracks` package ( https://github.com/woocommerce/woocommerce-admin/pull/5017 )
...
* Add @woocommerce/tracks package.json
* Add @woocommerce/tracks .npmrc
* Move lib/tracks.js in to tracks package
* Add tracks package debug dependency
* Add readme for tracks package
* Add changelog for tracks package
* Add info about debugging and opt-ins to tracks package readme
* Load tracks package script
* Add tracks package to packages readme
* Add tracks package to webpack config
* Add tracks package external to starter-pack
* Replace lib/tracks uses with @woocommerce/tracks
* Update package-lock.json
2020-08-20 14:29:52 +09:30
Renovate Bot
a42c124321
Update dependency @octokit/graphql to v4.5.4
2020-08-19 22:06:38 +00:00
renovate[bot]
69efe549fe
Update dependency grunt to v1.3.0 ( https://github.com/woocommerce/woocommerce-admin/pull/5008 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-08-19 15:54:23 +12:00
renovate[bot]
27c2d4d3af
Update dependency enzyme-adapter-react-16 to v1.15.3 ( https://github.com/woocommerce/woocommerce-admin/pull/5007 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-08-19 15:30:59 +12:00
renovate[bot]
2ca0182582
Update dependency moment-timezone-data-webpack-plugin to v1.3.0 ( https://github.com/woocommerce/woocommerce-admin/pull/4843 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-08-13 15:55:09 +12:00
renovate[bot]
9a4d0b40f2
Pin dependencies ( https://github.com/woocommerce/woocommerce-admin/pull/4870 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-08-13 15:53:47 +12:00
renovate[bot]
72dcbfd3b7
Update dependency qs to v6.9.4 ( https://github.com/woocommerce/woocommerce-admin/pull/4930 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-08-13 15:40:43 +12:00
renovate[bot]
7320a0663c
Update dependency autoprefixer to v9.8.6 ( https://github.com/woocommerce/woocommerce-admin/pull/4927 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-08-13 15:28:04 +12:00
renovate[bot]
872aa2aa35
Update dependency @automattic/color-studio to v2.3.1 ( https://github.com/woocommerce/woocommerce-admin/pull/4968 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-08-13 15:14:05 +12:00
renovate[bot]
7850c5f896
Update dependency prismjs to v1.21.0 [SECURITY] ( https://github.com/woocommerce/woocommerce-admin/pull/4953 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-08-13 15:13:43 +12:00
renovate[bot]
82d50d5d3a
Update dependency @octokit/graphql to v4.5.3 ( https://github.com/woocommerce/woocommerce-admin/pull/4969 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-08-13 14:41:00 +12:00
renovate[bot]
e50d6edb7c
Update dependency node-sass to v4.14.1 ( https://github.com/woocommerce/woocommerce-admin/pull/4844 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-08-13 14:35:46 +12:00
renovate[bot]
d5abba63f7
Update dependency @testing-library/jest-dom to v5.11.3 ( https://github.com/woocommerce/woocommerce-admin/pull/4970 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-08-13 13:06:15 +12:00
renovate[bot]
8c71e548ef
Update dependency concurrently to v5.3.0 ( https://github.com/woocommerce/woocommerce-admin/pull/4971 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-08-13 12:53:20 +12:00
Sam Seay
52b5fd693f
Improve jest performance significantly by downgrading to 24.9.0 ( https://github.com/woocommerce/woocommerce-admin/pull/4942 )
...
Recently there have been significant slowdowns
of the test suite in Jest. I frequently had the test suite
taking 130-150 seconds to run.
After some exploration and trial/error I found that
https://github.com/facebook/jest/issues/9457 is likely the cause.
This was confirmed after the downgrade where I saw test runs drop
to an average of about 35 seconds per run.
2020-08-13 11:29:48 +12:00
Bec Scott
028e1fcab4
Post-release, update readme, bump versions to 1.6.0-dev ( https://github.com/woocommerce/woocommerce-admin/pull/4950 )
...
Co-authored-by: Rebecca Scott <me@becdetat.com>
2020-08-11 11:05:03 +10:00
renovate[bot]
56dec569b5
Update babel monorepo ( https://github.com/woocommerce/woocommerce-admin/pull/4925 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-08-10 21:37:47 +12:00
renovate[bot]
fd69c155fd
Update dependency @testing-library/react to v10.4.8 ( https://github.com/woocommerce/woocommerce-admin/pull/4929 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-08-06 12:05:04 +12:00
renovate[bot]
5b17866c03
Update dependency @testing-library/jest-dom to v5.11.2 ( https://github.com/woocommerce/woocommerce-admin/pull/4872 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-08-04 16:19:10 +12:00
renovate[bot]
b8784a6331
Update dependency @testing-library/react-hooks to v3.4.1 ( https://github.com/woocommerce/woocommerce-admin/pull/4873 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-08-04 16:17:30 +12:00
Jeff Stieler
239b6c95b8
Fix use of Jetpack autoloader. ( https://github.com/woocommerce/woocommerce-admin/pull/4920 )
...
* Require the correct autoloader file.
* Include composer file when updating version numbers.
* Add notice for development builds not using JETPACK_AUTOLOAD_DEV.
* Only bump version numbers when preparing a release.
2020-08-04 13:13:48 +12:00
Paul Sealock
80f4a86515
Declare packages dependencies independently of main package.json ( https://github.com/woocommerce/woocommerce-admin/pull/4874 )
...
* create file declaration to packages
* bump wordpress/components in packages
* get format right
2020-07-30 13:51:15 +12:00
Darren Ethier
dc5304823b
Add @woocommerce/eslint-plugin ( https://github.com/woocommerce/woocommerce-admin/pull/4714 )
...
* add new woocommerce/eslint-plugin
* implement eslint-plugin (switch scripts to use wp-scripts etc)
* various linting fixes
* more lint fixes
* improve fix script
* more eslint fixes
* more eslint fixes
* temporary convert rules to warnings until they are all handled
* linting fixes
* update package-lock.json
* remove duplicates
* remove unnecessary `@wordpress/dependency-group` rule config
* add docs and adjust rules
* prettier fix
* fix merge artifact
* convert more rules to warnings
* change order to reflect importance
* install babel-preset-default
* remove unnecessary configuration for babel
* fix dependency group rule and test
* fix test
* handle collapsible whitespace
* add react testing library eslint plugin
* linter errors
* Add back in prettierrc
* package-lock update
* js lint fix with --fix
* disable whitespace in translation
* package-lock update
* make eslint actual dependency, not peer dependency
* pin eslint to v7
* I don't know why, but its working
* fix lint js
Co-authored-by: Paul Sealock <psealock@gmail.com>
2020-07-28 14:32:58 +12:00
Joshua T Flowers
fe4fcf2467
Add the experimental resolver to WCA data package ( https://github.com/woocommerce/woocommerce-admin/pull/4862 )
...
* Add the experimental resolver to WCA data package
* Add note about function origin and deprecation
2020-07-27 17:07:39 -07:00
renovate[bot]
3ddb01620b
Update dependency node-watch to v0.6.4 ( https://github.com/woocommerce/woocommerce-admin/pull/4845 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-07-22 13:45:36 -04:00
renovate[bot]
dd15d45585
Update dependency eslint-plugin-testing-library to v3.3.2 ( https://github.com/woocommerce/woocommerce-admin/pull/4842 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-07-22 13:41:17 -04:00
renovate[bot]
975a07ec75
Update dependency @testing-library/jest-dom to v5.11.1 ( https://github.com/woocommerce/woocommerce-admin/pull/4841 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-07-22 13:36:43 -04:00
renovate[bot]
582b820a23
Update dependency @octokit/graphql to v4.5.2 ( https://github.com/woocommerce/woocommerce-admin/pull/4840 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-07-22 13:22:00 -04:00
Bec Scott
6ac2a5f74f
Update versions ( https://github.com/woocommerce/woocommerce-admin/pull/4846 )
...
Co-authored-by: Rebecca Scott <me@becdetat.com>
2020-07-22 16:20:23 +10:00
renovate[bot]
db169c9b06
Update dependency lint-staged to v10.2.11 ( https://github.com/woocommerce/woocommerce-admin/pull/4812 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-07-17 14:21:45 +10:00
renovate[bot]
c9afa72d49
Update dependency autoprefixer to v9.8.5 ( https://github.com/woocommerce/woocommerce-admin/pull/4811 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-07-17 14:19:42 +10:00
renovate[bot]
6d5e0a5544
Update dependency @testing-library/react to v10.4.7 ( https://github.com/woocommerce/woocommerce-admin/pull/4810 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-07-17 14:08:41 +10:00
renovate[bot]
bad969456c
Update babel monorepo to v7.10.5 ( https://github.com/woocommerce/woocommerce-admin/pull/4809 )
...
* Update babel monorepo to v7.10.5
* Update babel monorepo to v7.10.5
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Rebecca Scott <me@becdetat.com>
2020-07-17 12:29:37 +10:00
Sam Seay
b448ff60b7
Update @wordpress/base-styles and replace deprecated variables ( https://github.com/woocommerce/woocommerce-admin/pull/4759 )
...
Fixes woocommerce/woocommerce-admin#4732
This updates `@wordpress/base-styles`, and because `@wordpress/components` depends on variables from it, that must be updated as well.
There are 3 major changes required as part of updating:
1. The $theme-color variable is no longer exposed by base-styles. Instead there are 3 css vars exposed. These are made available by use of a provided mixin. Situations where $theme-color was darkened using scss have been mapped as best as possible to the 2 other darkened shades of the css var that are available such as `--wp-admin-theme-color-darker-20` and `--wp-admin-theme-color-darker-10`. In some cases this means the colors are not exactly the same as before.
2. The post css `theme()` call is no longer available. All uses of this have been consolidated to use of the main theme css var `--wp-admin-theme-color`. This means that calls like `theme(secondary)` or `theme(outline)` etc have all been consolidated to the one color.
3. Many of the variables used for different shades of gray have been deprecated. These have been mapped across to the new gray variables. (Mapped according to the list described in woocommerce/woocommerce-admin#4732 )
2020-07-17 12:11:42 +12:00
Timmy Crawford
2ebfa828b7
Post-Release: Sync readme changelog, bump versions to 1.4.0-dev. ( https://github.com/woocommerce/woocommerce-admin/pull/4780 )
...
* Post-Release: Sync readme changelog, bump versions to 1.4.0-dev.
* Adding in missing changelog item.
* readme updates
2020-07-14 07:24:52 -07:00
renovate[bot]
a476991d9f
Pin dependencies ( https://github.com/woocommerce/woocommerce-admin/pull/4676 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-07-08 16:09:54 +12:00
renovate[bot]
4a3aeb0e49
Update dependency @octokit/graphql to v4.5.1 ( https://github.com/woocommerce/woocommerce-admin/pull/4678 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-07-08 16:09:19 +12:00
renovate[bot]
9ecb76635f
Update dependency @testing-library/jest-dom to v5.11.0 ( https://github.com/woocommerce/woocommerce-admin/pull/4679 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-07-08 15:24:49 +12:00
renovate[bot]
1ac65a6548
Update babel monorepo to v7.10.4 ( https://github.com/woocommerce/woocommerce-admin/pull/4677 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-07-08 15:16:10 +12:00
renovate[bot]
27ba7cc64c
Update dependency grunt to v1.2.1 ( https://github.com/woocommerce/woocommerce-admin/pull/4772 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-07-08 15:08:55 +12:00
renovate[bot]
6e0400c16d
Update dependency @testing-library/react to v10.4.4 ( https://github.com/woocommerce/woocommerce-admin/pull/4723 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Paul Sealock <psealock@gmail.com>
2020-07-08 15:04:23 +12:00
renovate[bot]
1399dce286
Update dependency eslint-plugin-react to v7.20.3 ( https://github.com/woocommerce/woocommerce-admin/pull/4769 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Paul Sealock <psealock@gmail.com>
2020-07-08 15:03:37 +12:00
renovate[bot]
b0b3d3d32a
Update dependency @testing-library/react-hooks to v3.3.0 ( https://github.com/woocommerce/woocommerce-admin/pull/4724 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-07-08 14:25:11 +12:00
renovate[bot]
25e242e67a
Update dependency eslint-plugin-testing-library to v3.3.1 ( https://github.com/woocommerce/woocommerce-admin/pull/4770 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-07-08 14:22:57 +12:00
renovate[bot]
739a801c2e
Update dependency autoprefixer to v9.8.4 ( https://github.com/woocommerce/woocommerce-admin/pull/4726 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-07-08 13:22:30 +12:00
renovate[bot]
1562993b81
Update dependency dompurify to v2.0.12 ( https://github.com/woocommerce/woocommerce-admin/pull/4727 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-07-08 13:20:39 +12:00
renovate[bot]
78c9f079b5
Update dependency eslint-plugin-jsx-a11y to v6.3.1 ( https://github.com/woocommerce/woocommerce-admin/pull/4768 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-07-08 13:09:43 +12:00
renovate[bot]
26189b164a
Update dependency eslint-plugin-jest to v23.18.0 ( https://github.com/woocommerce/woocommerce-admin/pull/4728 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-07-08 12:53:55 +12:00
renovate[bot]
7aa053a133
Update dependency css-loader to v3.6.0 ( https://github.com/woocommerce/woocommerce-admin/pull/4612 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-06-18 14:46:20 +03:00
renovate[bot]
47464c9458
Update dependency @testing-library/user-event to v10.4.1 ( https://github.com/woocommerce/woocommerce-admin/pull/4488 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-06-16 10:45:01 -04:00