Skip to content

[master]: Update lucatume/wp-browser requirement from ~4.5.15 to ~4.6.0#1073

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/composer/lucatume/wp-browser-approx-4.6.0
Closed

[master]: Update lucatume/wp-browser requirement from ~4.5.15 to ~4.6.0#1073
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/composer/lucatume/wp-browser-approx-4.6.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 11, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on lucatume/wp-browser to permit the latest version.

Release notes

Sourced from lucatume/wp-browser's releases.

4.6.0

Changed

  • Replace the bundled lucatume\WPBrowser\Opis\Closure\* library with lucatume\WPBrowser\Utils\Packer and lucatume\WPBrowser\Utils\PackedClosure for closure serialization in the IPC pipeline.

Removed

  • Drop the bundled includes/opis/closure/ library and its lucatume\WPBrowser\Opis\Closure\ PSR-4 autoload entry.

Fixed

  • wp:db:export from a SQLite installation no longer produces a non-importable dump: values are hex-encoded instead of a char(10) concatenation chain that overflowed SQLite's expression-depth limit on values with many newlines (#802).
  • The installer no longer fatals when setting up WordPress 7.0: FileRequest binds the $menu, $submenu and $compat admin-menu globals to the global scope before loading the target file, so WordPress 7.0's admin bootstrap does not run uksort() on a null $menu (#804).

Breaking change

  • The lucatume\WPBrowser\Opis\Closure\* namespace is no longer autoloaded. None of its classes were part of the documented public API but the namespace was reachable via PSR-4; any consumer that imported or extended them must migrate to lucatume\WPBrowser\Utils\PackedClosure.
  • Consumers using --classmap-authoritative Composer installs must run composer install after upgrading to drop the stale classmap entries.
Changelog

Sourced from lucatume/wp-browser's changelog.

[4.6.0] 2026-06-09;

Changed

  • Replace the bundled lucatume\WPBrowser\Opis\Closure\* library with lucatume\WPBrowser\Utils\Packer and lucatume\WPBrowser\Utils\PackedClosure for closure serialization in the IPC pipeline.

Removed

  • Drop the bundled includes/opis/closure/ library and its lucatume\WPBrowser\Opis\Closure\ PSR-4 autoload entry.

Fixed

  • wp:db:export from a SQLite installation no longer produces a non-importable dump: values are hex-encoded instead of a char(10) concatenation chain that overflowed SQLite's expression-depth limit on values with many newlines (#802).
  • The installer no longer fatals when setting up WordPress 7.0: FileRequest binds the $menu, $submenu and $compat admin-menu globals to the global scope before loading the target file, so WordPress 7.0's admin bootstrap does not run uksort() on a null $menu (#804).

Breaking change

  • The lucatume\WPBrowser\Opis\Closure\* namespace is no longer autoloaded. None of its classes were part of the documented public API but the namespace was reachable via PSR-4; any consumer that imported or extended them must migrate to lucatume\WPBrowser\Utils\PackedClosure.
  • Consumers using --classmap-authoritative Composer installs must run composer install after upgrading to drop the stale classmap entries.

[4.5.15] 2026-02-23;

Fixed

[4.5.14] 2026-02-19;

Fixed

  • StubClassFactory issue where mocking of internal classes would incorrectly detect optional constructor parameters.

[4.5.13] 2026-02-18;

Changed

  • Update Core PHPUnit test suite to latest version.
  • Update SQLite database integration plugin from version 2.2.16 to version 2.2.17

[4.5.12] 2026-02-18;

Fixed

  • Snapshot resolved config in WPFilesystem::_initialize() to preserve absolute paths across tests when _resetConfig() or _reconfigure() is called.

[4.5.11] 2026-01-20;

Changed

  • Guard setAccessible() Reflection method calls with a PHP_VERSION_ID check to skip the no-op call on PHP >= 8.1. (thanks @​BrianHenryIE)

... (truncated)

Commits
  • 1125a62 doc(CHANGELOG.md) update to version 4.6.0
  • bcfb831 Merge pull request #805 from lucatume/fix/804-wp70-install-menu-globals
  • e66e16a docs(changelog): note WordPress 7.0 installer fix (#804)
  • fecd844 fix(tests): capture a reliable PID in PidBasedControllerTest
  • 34be725 fix: support WordPress 7.0 install (uksort on null $menu) (#804)
  • 12b391c fix(SQLiteDatabase): hex-encode multi-line values in dump (#802) (#803)
  • 0b01a79 v4: replace opis/closure with in-house Packer (#801)
  • ecf4c2a Merge pull request #800 from lucatume/test-speed-up
  • b2fc113 chore(parallel-run): mark command, support classes, and reporter @​internal
  • 721449d fix(tests): drop Installation roundtrip in WPLoaderConfigValidation
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
lucatume/wp-browser [>= 3.1.a, < 3.2]
lucatume/wp-browser [>= 3.5.a, < 3.6]
lucatume/wp-browser [< 4, > 3.2.3]

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [lucatume/wp-browser](https://github.com/lucatume/wp-browser) to permit the latest version.
- [Release notes](https://github.com/lucatume/wp-browser/releases)
- [Changelog](https://github.com/lucatume/wp-browser/blob/master/CHANGELOG.md)
- [Commits](lucatume/wp-browser@4.5.15...4.6.0)

---
updated-dependencies:
- dependency-name: lucatume/wp-browser
  dependency-version: 4.6.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file php Pull requests that update php code labels Jun 11, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jun 18, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #1075.

@dependabot dependabot Bot closed this Jun 18, 2026
@dependabot dependabot Bot deleted the dependabot/composer/lucatume/wp-browser-approx-4.6.0 branch June 18, 2026 14:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file php Pull requests that update php code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants