Release Plugin#403
Merged
Merged
Conversation
c7d3978 to
5622d10
Compare
5622d10 to
b10f6b7
Compare
b10f6b7 to
5edd0d4
Compare
5edd0d4 to
7a83ef9
Compare
7a83ef9 to
3cdfe6a
Compare
3cdfe6a to
31c745b
Compare
This was referenced May 26, 2026
josephfusco
added a commit
that referenced
this pull request
May 27, 2026
PR #442 (1c3b6df) added webpack-dev-server@5.2.4 to package-lock.json but the corresponding `overrides` entry never made it into package.json. `npm ci` on main now fails with "Missing: webpack-dev-server@4.15.2 from lock file" because the natural dep tree (via @wordpress/scripts) wants 4.15.2 while the lockfile has 5.2.4 with no override to bridge the gap. This breaks the release workflow — without it, the changesets action cannot install deps to refresh PR #403 or publish 4.8.5. Adding the missing override is sufficient; the lockfile is already at the correct resolution and `npm install --package-lock-only` is a no-op. Verified locally: `npm ci --dry-run` now exits 0.
31c745b to
c39a7fa
Compare
Member
|
Ready for review / merge — this is the 4.8.5 release consolidating:
All 4 Dependabot security alerts are already closed on main. Merging this triggers |
josephfusco
approved these changes
May 27, 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.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@wpengine/wp-graphql-content-blocks@4.8.5
Patch Changes
uuid(→ ^11.1.1) andwebpack-dev-server(→ ^5.2.4). These bumps affect build/test tooling only and do not change any code shipped to consumers of the plugin.