feat: aggregate plugin-standard-files into webperf-core.json (2026.6.1)#93
Merged
Merged
Conversation
Add a handler for webperf-plugin-standard-files.webPerfCoreSummary so the standard-files plugin's issues are merged into the consolidated webperf-core.json that webperf_core consumes. Bump to 2026.6.1. Also drop the reviewers line from prep-release (7h3Rabbit is not a repo collaborator, which fails the Create pull request step); assignees stays.
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.
What
Adds the aggregation handler so the plugin-standard-files output flows into the consolidated
webperf-core.jsonthatwebperf_corereads:Without this, standard-files issues are emitted but never aggregated, so they'd never reach the report.
Changes
lib/index.js: handlewebperf-plugin-standard-files.webPerfCoreSummary(same pattern as the other plugins).package.json: bump to2026.6.1— merging this triggers Create Release and publishes to npm.prep-release.yml: drop thereviewers: 7h3Rabbitline (not a collaborator → fails the Create-PR step).assigneesstays.Note
This is the prerequisite for wiring
plugin-standard-filesintowebperf_core. Equivalent to the unmergedaggregate-standard-filesbranch, minus an unintended eslint downgrade.Merging publishes
2026.6.1; thenwebperf_corecan depend on it.