Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/trunk' into update/node-20
Browse files Browse the repository at this point in the history
  • Loading branch information
anomiex committed Nov 13, 2023
2 parents 1c308f7 + 2e7ebcb commit 3c56156
Show file tree
Hide file tree
Showing 84 changed files with 1,730 additions and 1,546 deletions.
6 changes: 6 additions & 0 deletions .pnpmfile.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ function fixDeps( pkg ) {
pkg.peerDependencies.react = '^18';
}

// Unnecessary dep, should be a dev dep.
// https://github.com/WordPress/gutenberg/pull/56091
if ( pkg.name === '@wordpress/components' && pkg.dependencies[ '@ariakit/test' ] ) {
delete pkg.dependencies[ '@ariakit/test' ];
}

// Turn @wordpress/eslint-plugin's eslint plugin deps into peer deps.
// https://github.com/WordPress/gutenberg/issues/39810
if ( pkg.name === '@wordpress/eslint-plugin' ) {
Expand Down
Loading

0 comments on commit 3c56156

Please sign in to comment.