Experiments: Declare @wordpress/base-styles dependency#77684
Conversation
`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: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
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. |
|
Size Change: 0 B Total Size: 7.82 MB ℹ️ View Unchanged
|
|
Flaky tests detected in 71ff854. 🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/25041184670
|
|
Thanks for fixing! I kicked off the performance tests again. They timed out. Not sure if it's related to #77443 (comment) |
Possible fix merged here: #77725 This PR is good to go |
`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 <wildworks@git.wordpress.org> Co-authored-by: manzoorwanijk <manzoorwanijk@git.wordpress.org> Co-authored-by: ramonjd <ramonopoly@git.wordpress.org>
What?
Adds
@wordpress/base-stylesto the dependencies list inroutes/experiments-home/package.json.Ref: #77443 (comment)
Why?
routes/experiments-home/style.scssimports from@wordpress/base-styles, but the package was not declared as a dependency of the route. This was flagged in post-merge review of #77443. Same issue and fix as #77543 for the taxonomies route.How?
Just added the dependency.
Testing Instructions
npm installsucceeds without warnings about the missing dep.npm run buildcompletes successfully.Testing Instructions for Keyboard
Same.
Screenshots or screencast
N/A
Use of AI Tools
This PR was authored with the help of Claude Code (Opus 4.7). The author reviewed the change before submitting.