Skip to content

Sync branch: merge master into development - #538

Merged
selul merged 4 commits into
developmentfrom
sync/master-to-development-533
Jul 29, 2026
Merged

Sync branch: merge master into development#538
selul merged 4 commits into
developmentfrom
sync/master-to-development-533

Conversation

@selul

@selul selul commented Jul 29, 2026

Copy link
Copy Markdown
Contributor

Restores the masterdevelopment sync so release PR #534 can merge.

The automated Sync branches workflow failed with a 409 merge conflict after the themeisle-sdk bump landed on master (run 30452282623), leaving development 3 commits behind and #534 in a CONFLICTING state.

How the conflict was resolved

The only conflict was the codeinwp/themeisle-sdk entry in composer.lock: development had 3.3.56, master has 3.3.58 from #533.

  • composer.lock — kept development's lock and took only the themeisle-sdk stanza from master (3.3.56 → 3.3.58). Taking master's file wholesale would have reverted development's dev-dependency set (phpstan, php-stubs/wordpress-stubs, phpunit ^9.6) that came with the testing setup. The lock parses, composer validate is clean, and content-hash still matches development's composer.json, which the merge kept unchanged.
  • .github/dependabot.yml — taken from master; it adds target-branch: "development", so future dependency bumps in this repo target development and this split should not recur.

No source files are touched.

dependabot Bot and others added 4 commits July 29, 2026 12:31
Bumps [codeinwp/themeisle-sdk](https://github.com/Codeinwp/themeisle-sdk) from 3.3.55 to 3.3.58.
- [Release notes](https://github.com/Codeinwp/themeisle-sdk/releases)
- [Changelog](https://github.com/Codeinwp/themeisle-sdk/blob/v3.3.58/CHANGELOG.md)
- [Commits](Codeinwp/themeisle-sdk@v3.3.55...v3.3.58)

---
updated-dependencies:
- dependency-name: codeinwp/themeisle-sdk
  dependency-version: 3.3.57
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
…emeisle-sdk-3.3.57

chore(deps): bump codeinwp/themeisle-sdk from 3.3.55 to 3.3.58
The automated master -> development sync failed with a merge conflict after the themeisle-sdk bump landed on master (PR #533). Resolved by keeping development's composer.lock, taking only the themeisle-sdk entry from master (3.3.56 -> 3.3.58); development's dev-dependency set is unchanged.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@pirate-bot

Copy link
Copy Markdown
Contributor

Plugin build for ef4d270 is ready 🛎️!

@selul
selul merged commit fe9e02d into development Jul 29, 2026
8 of 9 checks passed
@selul
selul deleted the sync/master-to-development-533 branch July 29, 2026 13:43
@pirate-bot

Copy link
Copy Markdown
Contributor

🎉 This PR is included in version 2.6.23 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@pirate-bot pirate-bot added the released Indicate that an issue has been resolved and released in a particular version of the product. label Jul 29, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

released Indicate that an issue has been resolved and released in a particular version of the product.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants