Skip to content

Release Plugin#403

Merged
josephfusco merged 1 commit into
mainfrom
changeset-release/main
May 27, 2026
Merged

Release Plugin#403
josephfusco merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented Jan 14, 2026

Copy link
Copy Markdown
Contributor

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

  • 1c3b6df: Patch development-only security advisories by overriding transitive uuid (→ ^11.1.1) and webpack-dev-server (→ ^5.2.4). These bumps affect build/test tooling only and do not change any code shipped to consumers of the plugin.
  • f52cb9e: Add WordPress 6.9 compatibility and update test matrix to support WordPress 6.9, 6.8 with PHP 8.3, 8.1.

@github-actions github-actions Bot requested a review from a team as a code owner January 14, 2026 12:41
@github-actions github-actions Bot force-pushed the changeset-release/main branch 2 times, most recently from c7d3978 to 5622d10 Compare January 19, 2026 16:11
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 5622d10 to b10f6b7 Compare March 27, 2026 14:43
@github-actions github-actions Bot force-pushed the changeset-release/main branch from b10f6b7 to 5edd0d4 Compare April 21, 2026 12:17
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 5edd0d4 to 7a83ef9 Compare April 28, 2026 20:34
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 7a83ef9 to 3cdfe6a Compare May 14, 2026 13:26
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 3cdfe6a to 31c745b Compare May 26, 2026 14:02
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.
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 31c745b to c39a7fa Compare May 27, 2026 14:32
@josephfusco

Copy link
Copy Markdown
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 release.yml to publish the GitHub Release with the plugin zip + GraphQL schema artifact.

@josephfusco josephfusco merged commit 8bf0353 into main May 27, 2026
@josephfusco josephfusco deleted the changeset-release/main branch May 27, 2026 14:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant