Taxonomies: Declare @wordpress/base-styles dependency#77543
Conversation
The route's style.scss uses @wordpress/base-styles variables and colors but the package was not listed in the route's dependencies. Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]>
|
Size Change: 0 B Total Size: 7.76 MB ℹ️ View Unchanged
|
|
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message. To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
|
Flaky tests detected in ed9a4e5. 🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/24763815490
|
`routes/experiments-home/style.scss` imports from `@wordpress/base-styles` but the package was not declared as a dependency of the route, causing the build to fail. Same issue and fix as #77543 for the taxonomies route. Co-authored-by: t-hamano <[email protected]> Co-authored-by: manzoorwanijk <[email protected]> Co-authored-by: ramonjd <[email protected]>
`routes/experiments-home/style.scss` imports from `@wordpress/base-styles` but the package was not declared as a dependency of the route, causing the build to fail. Same issue and fix as #77543 for the taxonomies route. Co-authored-by: t-hamano <[email protected]> Co-authored-by: manzoorwanijk <[email protected]> Co-authored-by: ramonjd <[email protected]>
What?
Adds
@wordpress/base-stylesto the dependencies list inroutes/taxonomies/package.json.Why?
routes/taxonomies/style.scssimports from@wordpress/base-stylesbut the package was not declared as a dependency of the route. This was flagged in post-merge review of #77497.Ref: #77497 (comment)
How?
Just added the dependency.
Testing Instructions
Testing Instructions for Keyboard
Same
Use of AI Tools
Opus 4.7