Update assets after Dependabot version bumps - #3642
Merged
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates the plugin’s bundled build artifacts under build/ after dependency/version changes, ensuring the committed distributable assets match the current build output.
Changes:
- Regenerated JS/CSS bundles for several blocks/widgets.
- Updated
.asset.phpmanifests (dependency lists and version hashes) for rebuilt entrypoints. - Refreshed embedded block metadata in built JS bundles (e.g., block
versionfields).
Reviewed changes
Copilot reviewed 10 out of 23 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| build/stats/index.asset.php | Updates asset manifest version hash for the stats entrypoint. |
| build/remote-reply/view.asset.php | Updates asset manifest version hash for the remote-reply view module. |
| build/reactions/index.js | Rebuilt reactions block bundle (includes updated embedded block metadata). |
| build/reactions/index.asset.php | Updates asset manifest version hash for reactions. |
| build/posts-and-replies/index.js | Rebuilt posts-and-replies block bundle (includes updated embedded block metadata). |
| build/posts-and-replies/index.asset.php | Updates asset manifest version hash for posts-and-replies. |
| build/following/style-index.css | Rebuilt following block compiled styles (LTR). |
| build/following/style-index-rtl.css | Rebuilt following block compiled styles (RTL). |
| build/following/index.js | Rebuilt following block bundle (includes updated embedded block metadata). |
| build/following/index.asset.php | Updates asset manifest version hash for following. |
| build/followers/style-index.css | Rebuilt followers block compiled styles (LTR). |
| build/followers/style-index-rtl.css | Rebuilt followers block compiled styles (RTL). |
| build/followers/index.js | Rebuilt followers block bundle (includes updated embedded block metadata). |
| build/followers/index.asset.php | Updates asset manifest version hash for followers. |
| build/follow-me/index.js | Rebuilt follow-me block bundle (includes updated embedded block metadata). |
| build/follow-me/index.asset.php | Updates asset manifest version hash for follow-me. |
| build/extra-fields/index.asset.php | Updates asset manifest version hash for extra-fields. |
| build/dashboard-stats/style-index.css | Rebuilt dashboard-stats compiled styles (LTR). |
| build/dashboard-stats/style-index-rtl.css | Rebuilt dashboard-stats compiled styles (RTL). |
| build/dashboard-stats/index.asset.php | Updates asset manifest version hash for dashboard-stats. |
| build/app/routes/feed/content.asset.php | Updates asset manifest version hash for the app feed route module. |
Files not reviewed (11)
- build/dashboard-stats/style-index-rtl.css: Generated file
- build/dashboard-stats/style-index.css: Generated file
- build/follow-me/index.js: Generated file
- build/followers/index.js: Generated file
- build/followers/style-index-rtl.css: Generated file
- build/followers/style-index.css: Generated file
- build/following/index.js: Generated file
- build/following/style-index-rtl.css: Generated file
- build/following/style-index.css: Generated file
- build/posts-and-replies/index.js: Generated file
- build/reactions/index.js: Generated file
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
pfefferle
approved these changes
Aug 11, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No changes in this PR. I just ran
npm run buildand noticed all these uncommitted changes to build assets.