Skip to content

chore(deps-dev): bump lucatume/wp-browser from 4.6.1 to 4.7.1 in /plugins/hwp-previews#732

Merged
github-actions[bot] merged 1 commit into
mainfrom
dependabot/composer/plugins/hwp-previews/lucatume/wp-browser-4.7.1
Jul 6, 2026
Merged

chore(deps-dev): bump lucatume/wp-browser from 4.6.1 to 4.7.1 in /plugins/hwp-previews#732
github-actions[bot] merged 1 commit into
mainfrom
dependabot/composer/plugins/hwp-previews/lucatume/wp-browser-4.7.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 6, 2026

Copy link
Copy Markdown
Contributor

Bumps lucatume/wp-browser from 4.6.1 to 4.7.1.

Release notes

Sourced from lucatume/wp-browser's releases.

4.7.1

Changed

  • Refresh the bundled WordPress core PHPUnit test includes and the sqlite-database-integration plugin to their latest upstream versions (#809).

4.7.0

Added

  • dev:rebuild command to build the tests/_wordpress installation used by the default configuration, e.g. on a fresh clone or in CI where it is not committed. Documented the default self-contained setup on GitHub Actions, with an example workflow (#807).
  • init wpbrowser records the installed WordPress version in the WORDPRESS_VERSION entry of tests/.env; dev:rebuild reuses it (override with --wp-version) so a rebuilt installation matches the version the committed dump.sql was generated from (#807).
  • init wpbrowser (plugin and theme projects) writes a tests/_wordpress/.gitignore so the rebuildable WordPress installation is not committed; restore it with dev:rebuild (#807).
  • init wpbrowser (plugin and theme projects) writes a tests/Support/Data/.gitignore with !dump.sql so the database fixture is committed even when a global gitignore excludes *.sql (#807).

Fixed

  • init wpbrowser set up the default-configuration admin user with the email admin@exmaple.com; it now uses admin@example.com (#807).
  • MySQL server binary download no longer fails with HTTP 403: dev.mysql.com's CDN started blocking the custom user agent, so the downloader now sends a curl/<version> user agent that is allowed through (#808).
Changelog

Sourced from lucatume/wp-browser's changelog.

[4.7.1] 2026-06-30;

Changed

  • Refresh the bundled WordPress core PHPUnit test includes and the sqlite-database-integration plugin to their latest upstream versions (#809).

[4.7.0] 2026-06-30;

Added

  • dev:rebuild command to build the tests/_wordpress installation used by the default configuration, e.g. on a fresh clone or in CI where it is not committed. Documented the default self-contained setup on GitHub Actions, with an example workflow (#807).
  • init wpbrowser records the installed WordPress version in the WORDPRESS_VERSION entry of tests/.env; dev:rebuild reuses it (override with --wp-version) so a rebuilt installation matches the version the committed dump.sql was generated from (#807).
  • init wpbrowser (plugin and theme projects) writes a tests/_wordpress/.gitignore so the rebuildable WordPress installation is not committed; restore it with dev:rebuild (#807).
  • init wpbrowser (plugin and theme projects) writes a tests/Support/Data/.gitignore with !dump.sql so the database fixture is committed even when a global gitignore excludes *.sql (#807).

Fixed

  • init wpbrowser set up the default-configuration admin user with the email admin@exmaple.com; it now uses admin@example.com (#807).
  • MySQL server binary download no longer fails with HTTP 403: dev.mysql.com's CDN started blocking the custom user agent, so the downloader now sends a curl/<version> user agent that is allowed through (#808).
Commits
  • 833fa4e doc(CHANGELOG.md) update to version 4.7.1
  • c2e0ee5 doc(CHANGELOG.md) record bundled includes refresh (#809)
  • ee0c1b1 Merge pull request #809 from lucatume/v4-includes-updates
  • f0ff492 build(sqlite) refresh sqlite-database-integration plugin
  • 730a006 build(core-phpunit) refresh WordPress core test includes
  • 101fbaf doc(CHANGELOG.md) update to version 4.7.0
  • db68025 Merge pull request #808 from lucatume/feat/807-dev-rebuild-command
  • 069d6d6 doc(default-configuration) document the fresh-clone command sequence
  • ddd4dae feat(init) commit the database fixture via tests/Support/Data/.gitignore
  • a43eabe test(scaffold) refresh WpbrowserTest snapshots for dev:rebuild changes
  • Additional commits viewable in compare view

Dependabot compatibility score

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)

Bumps [lucatume/wp-browser](https://github.com/lucatume/wp-browser) from 4.6.1 to 4.7.1.
- [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.6.1...4.7.1)

---
updated-dependencies:
- dependency-name: lucatume/wp-browser
  dependency-version: 4.7.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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 Jul 6, 2026
@dependabot dependabot Bot requested a review from wpe-ie-deploy-bot as a code owner July 6, 2026 03:15
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jul 6, 2026
@dependabot dependabot Bot requested review from a team, colinmurphy and josephfusco as code owners July 6, 2026 03:15
@dependabot dependabot Bot added the php Pull requests that update php code label Jul 6, 2026
@changeset-bot

changeset-bot Bot commented Jul 6, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 482e2ca

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@github-actions github-actions Bot added this pull request to the merge queue Jul 6, 2026
Merged via the queue into main with commit 3711d03 Jul 6, 2026
3 checks passed
@github-actions github-actions Bot deleted the dependabot/composer/plugins/hwp-previews/lucatume/wp-browser-4.7.1 branch July 6, 2026 03:15
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.

1 participant