Commit Graph

48043 Commits

Author SHA1 Message Date
Chi-Hsuan Huang 8ec07913ba Export woo data getTaskLists type 2022-04-21 09:04:32 +08:00
Chi-Hsuan Huang 22575242e9
Merge pull request #32695 from woocommerce/fix/admin-two-column-tasks-types
Fix typescript type errors in react admin `./client/two-column/tasks`
2022-04-21 08:57:08 +08:00
Paul Sealock 3ff4b2f309 whitespace 2022-04-21 12:56:11 +12:00
Paul Sealock 03beccc5f2 add build to project.json 2022-04-21 11:47:49 +12:00
Paul Sealock 1be4162466 add changelogger and changelog entry 2022-04-21 11:39:41 +12:00
Paul Sealock dab7e60971 Standardize Beta Tester build scripts 2022-04-21 11:17:59 +12:00
Moon 3f84e6e833
Merge pull request #32688 from woocommerce/fix/fix-client-shipping-typescript-errors
Fix typescript type errors in react admin ./client/shipping
2022-04-20 14:16:33 -07:00
Fernando f2eb0602bb
Merge pull request #32630 from woocommerce/fix/32149_mark_marketing_task_as_complete
Mark marketing task as complete when an extension is installed
2022-04-20 18:07:55 -03:00
Josh Betz 665bb46d53 Changelog 2022-04-20 10:25:13 -05:00
Fernando Marichal 48a3724d08 Fix installed extensions check 2022-04-20 11:57:02 -03:00
Fernando Marichal 43b120bce7 Add changelogs 2022-04-20 11:14:15 -03:00
Fernando Marichal 5dbc394784 Fix task list style conflict 2022-04-20 10:12:08 -03:00
vedanshujain 0198fb736c Add changelog file. 2022-04-20 18:10:19 +05:30
vedanshujain f8a8fd08ba Adjust migration to make cot.id === post.id. 2022-04-20 18:05:10 +05:30
vedanshujain db4bf85ecf Refactor utility method to common file so it can be reused. 2022-04-20 17:30:07 +05:30
Chi-Hsuan Huang 754455460c Fix two columns tasks 2022-04-20 16:24:58 +08:00
Chi-Hsuan Huang 41e5d1f630 Update pnpm-lock.yaml 2022-04-20 16:12:18 +08:00
Chi-Hsuan Huang de5bf080e1 Add changelogs 2022-04-20 16:12:15 +08:00
Chi-Hsuan Huang eb90be2050 Fix two-column-tasks type errors 2022-04-20 16:12:12 +08:00
Chi-Hsuan Huang 031cc79ab3 Update task types 2022-04-20 16:12:12 +08:00
Chi-Hsuan Huang d6a8bbe2f2 Update onboaindg selector types 2022-04-20 12:48:24 +08:00
Chi-Hsuan Huang 5f1e177105 Convert woo data use-user-preferences.js to TS 2022-04-20 12:47:56 +08:00
Chi-Hsuan Huang 88fce4f5ab Add @types/wordpress__core-data to woo data devDependencies 2022-04-20 12:47:12 +08:00
Ilyas Foo 62de7bae9c
Merge pull request #32662 from woocommerce/update/refactor-and-improve-tests-payments-task
Refactor and improve tests payments task
2022-04-20 10:38:28 +08:00
Chi-Hsuan Huang 16bf8cb87e
Merge pull request #32683 from woocommerce/fix/admin-payment-type
Fix typescript type errors in react admin `payments` & `payments-welcome`
2022-04-20 10:08:02 +08:00
Chi-Hsuan Huang 42c578ed22
Merge branch 'trunk' into fix/admin-payment-type 2022-04-20 10:07:53 +08:00
Paul Sealock bce4b8df04 reference the updated Github Action 2022-04-20 12:55:07 +12:00
Paul Sealock a2312bc547 Revert "move changelog.txt"
This reverts commit c458b13fde.
2022-04-20 12:40:25 +12:00
Paul Sealock c458b13fde move changelog.txt 2022-04-20 12:14:11 +12:00
Claudio Sanches a4fc48e110
Merge pull request #32651 from woocommerce/update/add-6.4.1-content
Updated `trunk` With WooCommerce 6.4.1 Content
2022-04-19 21:08:06 -03:00
Paul Sealock 79c17ad3cc changelog 2022-04-20 11:40:28 +12:00
Paul Sealock 01ed9e2c9b Make core build scripts more intuitive. 'build' only builds and 'build:zip' builds and creates a zip. This now makes 'build:core' redundant. 2022-04-20 08:26:04 +12:00
moon efb0285502 Add changelog 2022-04-19 10:54:39 -07:00
moon 08d3dc1a52 Fix type errors 2022-04-19 10:45:10 -07:00
barryhughes 42d369ecde Add pre-req checks to tests suite installation script. 2022-04-19 10:38:57 -07:00
Josh Betz 8e131e91f7 Add dropins to WC Tracker data
Knowing which dropins are active will give us some idea about the
capabilities of the hosting environment, like whether they have
an external object cache, load balanced databases (like HyperDB),
or multisite.
2022-04-19 12:25:42 -05:00
Moon e6503e60cb
Merge pull request #32678 from woocommerce/fix/wp-admin-scripts-type
Fix typescript type errors in react admin `./client/wp-admin-scripts`
2022-04-19 09:08:11 -07:00
Ilyas Foo e8d4591c24 Add changelog 2022-04-19 18:08:12 +08:00
Tam Mullen 28de46f9ef Updated site check trigger to be daily on cron after smoke tests have finished 2022-04-19 11:03:13 +01:00
Chi-Hsuan Huang 7514c2edce Fix error type 2022-04-19 17:07:55 +08:00
Chi-Hsuan Huang c23a8f7489 Update pnpm-lock.yaml 2022-04-19 17:01:46 +08:00
Chi-Hsuan Huang 98e3dd2192 Add changelogs 2022-04-19 16:41:03 +08:00
Chi-Hsuan Huang f861dc4602 Fix woo admin payments & payment-weclome types 2022-04-19 16:31:15 +08:00
Chi-Hsuan Huang a255013b61 Add @automattic/data-stores to @woommcerce/data dev deps 2022-04-19 16:30:48 +08:00
Chi-Hsuan Huang 345e4e1cf7 Update @woocommerce/data types 2022-04-19 16:30:02 +08:00
Chi-Hsuan Huang 95276dddfb Make Pill classname optional 2022-04-19 16:29:36 +08:00
moon 32db78a76f Remove PluginsStoreActions 2022-04-18 21:59:04 -07:00
Chi-Hsuan Huang 85324ea2cf
Merge pull request #32615 from woocommerce/update/admin-tsconfig-config
Update TS config to have an isolated TS environment for woo admin
2022-04-19 11:31:49 +08:00
Chi-Hsuan Huang 0b5359c92b
Merge pull request #32616 from woocommerce/fix/admin-types
Add `@types/*` & declare TS modules for woocommerce-admin
2022-04-19 11:31:04 +08:00
Paul Sealock 87cc903b3a changelof 2022-04-19 15:30:35 +12:00