Christopher Allford
fa011a431b
Removed Unnecessary `run` From `pnpm`
2023-12-09 14:36:22 -08:00
Christopher Allford
e9484c33f4
Removed Unnecessary `run` Usage
...
Since `pnpm` defaults to `run` unless a built-in
command exists we don't really need to use `run`.
2023-12-09 14:31:56 -08:00
Christopher Allford
a82e646157
Fixed Beta Tester Release Workflow
2023-12-09 14:31:11 -08:00
Christopher Allford
2d7ff7a22e
Lock file update
2023-12-09 14:31:09 -08:00
Christopher Allford
1e4d55b36a
Updated Documentation
2023-12-09 14:30:29 -08:00
Christopher Allford
ed690db902
Updated `setup-woocommerce-monorepo` Usage
2023-12-09 14:30:10 -08:00
Christopher Allford
6a2a2236c4
Testing Fix
2023-12-09 14:28:40 -08:00
Christopher Allford
5c2d838b6d
Moved Input Parsing
...
It looks like it may have been too late and not getting parsed?
2023-12-09 14:28:40 -08:00
Christopher Allford
56c92d39ed
Debug Logging
2023-12-09 14:28:40 -08:00
Christopher Allford
a41d0a96c8
Fix PNPM Install Caching
2023-12-09 14:28:40 -08:00
Christopher Allford
2c80c9d630
Added Required Shell
2023-12-09 14:28:40 -08:00
Christopher Allford
449e4358cf
More Fixes
2023-12-09 14:28:40 -08:00
Christopher Allford
e5eff12f79
Fixed Wrong Equality Operator
...
Too used to strict equality I guess :)
2023-12-09 14:28:40 -08:00
Christopher Allford
b0d896c3e3
Refactored Monorepo Setup Action
...
This makes some adjustments for consistency in style as well as making
improvements to usability and performance. It also updates all of the
pinned hashes to pull in any fixes that have been made.
2023-12-09 14:28:37 -08:00
Christopher Allford
4b1ca1cec0
Removed Turbo Reference
2023-12-09 14:27:32 -08:00
Christopher Allford
5200c2e97f
Change Asset Build Outputs
...
Wireit doesn't allow us to have build outputs in a directory outside
of the package. We can get around this by having a build step in
WooCommerce that copies the files from the output directories.
2023-12-09 14:27:30 -08:00
Christopher Allford
fb6424e6f2
Applied Consistent Outputs
2023-12-09 14:26:36 -08:00
Christopher Allford
e1fb89ba7f
Fixed Test Command
2023-12-09 14:26:36 -08:00
Christopher Allford
95c33afa8a
Cache Fix Attempt
2023-12-09 14:26:36 -08:00
Christopher Allford
e40e63a75c
Fixed Matrix Generation Failure Evaluation
2023-12-09 14:26:36 -08:00
Christopher Allford
783efb70b1
Cache Fix Attempt
2023-12-09 14:26:31 -08:00
Christopher Allford
7805176ebf
Removed Unnecessary Caching
2023-12-09 14:25:33 -08:00
Christopher Allford
ca644e90f9
Updated Root Package
2023-12-09 14:25:31 -08:00
Christopher Allford
0879d998ed
Updated Monorepo Setup
2023-12-09 14:24:53 -08:00
Christopher Allford
d015950e86
Wireit Dependencies Set
2023-12-09 14:24:51 -08:00
Christopher Allford
75ade33dbf
Fixed Dependency Hook
2023-12-09 14:22:07 -08:00
Christopher Allford
3d79d5f204
Removed Turbo References
2023-12-09 14:22:04 -08:00
Christopher Allford
92e3d5fefb
Added Wireit Commands to WooCommerce
...
There's quite a bit of work needed in this file but
I'll come back to that later when I can review it all
in more detail.
2023-12-09 14:17:11 -08:00
Christopher Allford
f9e6f3a3a4
Add Wireit: `@woocommerce/shortcode-assets`
2023-12-09 14:16:13 -08:00
Christopher Allford
e729417335
Revised Test Command
...
We will never run all tests concurrently so this is better.
2023-12-09 14:14:47 -08:00
Christopher Allford
40852f2fb6
Fixed Test Commands
2023-12-09 14:13:32 -08:00
Christopher Allford
5a99b8e6a9
Add Wireit: `@woocommerce/admin-library`
2023-12-09 14:12:31 -08:00
Christopher Allford
eca3d9754c
Add Wireit: Remaining Packages
2023-12-09 14:09:14 -08:00
Christopher Allford
97b5cc48fd
Add Wireit: Lots of packages!
2023-12-09 14:05:39 -08:00
Christopher Allford
ea67b99607
Sorted Package Files
2023-12-09 13:40:51 -08:00
Christopher Allford
ab209bff91
Reverted Wireit Package Changes
...
We're going to use an automatic script to make these changes.
2023-12-09 13:40:46 -08:00
Christopher Allford
429e896087
Fixed Invalid TSConfig Files
2023-12-09 13:38:55 -08:00
Christopher Allford
e73d0a48ac
Changed `build:project:js` To `build:project:esm`
2023-12-09 13:37:39 -08:00
Christopher Allford
6a7e884baf
Added Wireit: @woocommerce/admin-layout
2023-12-09 13:37:37 -08:00
Christopher Allford
b816fa7be8
Added Wireit: @woocommerce/admin-e2e-tests
2023-12-09 13:24:56 -08:00
Christopher Allford
4f4fb04e90
Added Wireit Dependency PNPM Hook
...
We can use a PNPM hook to make sure that the dependencies
are accounted for in the fingerprint. This script scans through
all of the packages with Wireit and adds the outputs for
linked dependencies.
2023-12-09 13:23:35 -08:00
Christopher Allford
5f606e4d8e
Added Missing Core Plugin Dependencies
2023-12-09 13:23:32 -08:00
Christopher Allford
4c0f4f1e5b
Privatized Plugin Packages
2023-12-09 13:11:18 -08:00
Christopher Allford
df32d8e967
Added `wireit` Dependency
...
We're adding this to _every_ package since they have their own
configuration and scripts to run. This also keeps them
isolated so that they can operate independently.
2023-12-09 13:11:15 -08:00
Christopher Allford
c936b5339e
Removed Unnecessary `.gitignore` Files
2023-12-09 13:01:12 -08:00
Christopher Allford
bc507e57a6
Removed Turborepo
2023-12-09 13:01:10 -08:00
Christopher Allford
66fceae065
Renamed WooCommerce Docs Plugin Package
...
As part of the prevention of supply chain attacks the package has been
renamed to `@woocommerce/plugin-woocommerce-docs`.
2023-12-09 12:59:24 -08:00
Christopher Allford
4d9a3715fe
Renamed WooCommerce AI Plugin Package
...
As part of preventing supply chain attacks, the package was
renamed `@woocommerce/plugin-woo-ai`.
2023-12-09 12:59:24 -08:00
Christopher Allford
e2a1e61a46
Fixed WooCommerce Plugin Name Documentation
2023-12-09 12:59:24 -08:00
Christopher Allford
ebeaa84230
Renamed WooCommerce Beta Tester Package
...
As part of the prevention of supply chain attacks we are
renaming the package `@woocommerce/plugin-woocommerce-beta-tester`.
2023-12-09 12:59:24 -08:00