Christopher Allford
ea6a39dbc1
Fixed Blocks PNPM `run` & Env Var Usage
2023-12-10 12:44:44 -08:00
Christopher Allford
245fbadc51
Added Missing Blocks Build Output
2023-12-10 12:32:29 -08:00
Christopher Allford
e580d27afd
Added Missing Block Dependencies
2023-12-10 12:24:20 -08:00
Christopher Allford
11521bf8e6
Linting Fixes
2023-12-09 23:49:53 -08:00
Christopher Allford
215e665eec
Lock File Update
2023-12-09 23:46:33 -08:00
Christopher Allford
a8fd8fafa5
Applied Linting Fixes
2023-12-09 23:32:45 -08:00
Christopher Allford
9bc3e97bbf
Load CJS `memize`
2023-12-09 23:18:30 -08:00
Christopher Allford
87b5ee54eb
Removed Blocks PHP Linting
2023-12-09 22:41:21 -08:00
Christopher Allford
dc5aa18f35
Wireit Added: `@woocommerce/block-library`
2023-12-09 22:35:11 -08:00
Christopher Allford
84ead6de63
Updated Lock File
2023-12-09 22:05:43 -08:00
Christopher Allford
96af36bf1f
Locked `wireit` Version
2023-12-09 21:56:12 -08:00
Christopher Allford
403e2919ee
Merge branch 'trunk' into refactor/task-infrastructure
2023-12-09 21:51:43 -08:00
Christopher Allford
cc25b78cc1
Fixed `@woocommerce/block-library` Build Dependencies & Output ( #41992 )
2023-12-09 21:49:21 -08:00
Christopher Allford
5ff9c477aa
Updated Documentation
2023-12-09 21:42:59 -08:00
Christopher Allford
4c0cc805dc
Removed Old Docs Links
2023-12-09 21:40:52 -08:00
Christopher Allford
6d57e59ad4
Corrected Blocks Readme
2023-12-09 21:39:19 -08:00
Christopher Allford
b4fd0c3b7b
Fixed Blocks INI File Path
2023-12-09 21:33:34 -08:00
Christopher Allford
e34361695d
Fixed Image Asset Paths
2023-12-09 21:26:49 -08:00
Christopher Allford
cf357e809b
Fixed Blocks Asset Constant Path
2023-12-09 21:20:21 -08:00
Christopher Allford
25d42b0c05
Fixed Blocks Asset Paths
2023-12-09 21:15:57 -08:00
Christopher Allford
386d0db969
Fixed Blocks Dependency Check
...
Since we've merged it into WooCommerce Core there's nothing for us
to bother checking it against.
2023-12-09 21:03:34 -08:00
Christopher Allford
fa5f7046dd
Fixed Blocks Plugin Paths
2023-12-09 21:02:46 -08:00
Christopher Allford
389828ad7e
Fixed Blocks Autoloads
2023-12-09 20:42:32 -08:00
Christopher Allford
8b6036a30e
Changed Blocks Build Output
2023-12-09 18:18:25 -08:00
Christopher Allford
0514069d7b
Added Missing Blocks Dependencies
2023-12-09 18:14:26 -08:00
Christopher Allford
d06cd2f729
Added Missing PHPUnit Dependencies
2023-12-09 16:18:17 -08:00
Christopher Allford
a08fdf8698
Updated Lock File
2023-12-09 15:57:05 -08:00
Christopher Allford
d443e92f23
Renamed Shortcode Assets "Classic"
2023-12-09 15:37:13 -08:00
Christopher Allford
4d0cde4b4b
Lock File Update
2023-12-09 15:35:55 -08:00
Christopher Allford
2782a7bae9
Remove Unused Tools
2023-12-09 14:40:27 -08:00
Christopher Allford
9f3d4abaed
Disabled CI Install Filtering
...
There is currently a bug with `pnpm` that needs fixed first.
2023-12-09 14:40:27 -08:00
Christopher Allford
c4ef29c942
Lock File Update
2023-12-09 14:40:25 -08:00
Christopher Allford
7e9d55d344
Persist Package Newline After Dependency Parse
2023-12-09 14:40:18 -08:00
Christopher Allford
d244662669
Synchronized Dependencies
2023-12-09 14:40:16 -08:00
Christopher Allford
5053ad81ad
Lock File Update
2023-12-09 14:36:42 -08:00
Christopher Allford
674cd4051a
Lock File Update
...
This takes the lock file from `trunk` and runs an install on it. This
should remove any accidental dependency
changes caused by the PR.
2023-12-09 14:36:31 -08:00
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