Skip to content

Conversation

@dependabot-preview
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Mar 30, 2021

Bumps lucatume/wp-browser from 2.2.31 to 3.0.6.

Release notes

Sourced from lucatume/wp-browser's releases.

3.0.6

Fixed

  • destination file detection in Symlinker extension (thanks @ryanshoover)

3.0.5.1

Fixed

  • Correctly update the code per #482

3.0.5

  • Update the WPFilesystem::havePlugin and WPFilesystem::haveMuPlugin methods to take a plugin path without requiring the .php extension (thanks @Luc45).

3.0.4

Fixed

  • Smaller text fix in Healthcheck component.

Changed

  • Add more tests to cover URL replacement in WPDb module.

3.0.3

Fixed

  • Parameter format of the WPDb module seeOptionInDatabase, dontSeeOptionInDatabase, seeSiteOptionInDatabase, dontSeeSiteOptionInDatabase methods to support both name and value or array criteria.

Added

  • The WPDb::dontSeeSiteOptionInDatabase method.

3.0.2

Fixed

  • Yaml format issue in scaffoled configuration files, thanks @dale42

3.0.1

Fixed

  • Compatibility with PHPUnit version 9.5, thanks @Luc45

3.0.0

This version is the first to target Composer version 2 compatibility, while keeping back-compatibility with Composer version 1. The version is marked as breaking, and as such as a Major release, as existing setups that rely on some packages previously bundled with wp-browser might break. I've changed the removed wp-cli/wp-cli-bundle (full wp-cli packages) dependency in favor of the wp-cli/wp-cli one and I've removed the symfony/filesystem dependency in favour of other internal solutions. Read the migration guide here.

Breaking changes

... (truncated)

Changelog

Sourced from lucatume/wp-browser's changelog.

[3.0.6] 2021-03-29;

Fixed

  • destination file detection in Symlinker extension (thanks @ryanshoover)

[3.0.5.1] 2021-01-13;

Fixed

  • Correctly update the code per #482

[3.0.5] 2021-01-08;

Changed

  • Update the WPFilesystem::havePlugin and WPFilesystem::haveMuPlugin methods to take a plugin path without requiring the .php extension (thanks @Luc45).

[3.0.4] 2021-01-04;

Fixed

  • Smaller text fix in Healthcheck component.

Changed

  • Add more tests to cover URL replacement in WPDb module.

[3.0.3] 2021-01-04;

Fixed

  • Parameter format of the WPDb module seeOptionInDatabase, dontSeeOptionInDatabase, seeSiteOptionInDatabase, dontSeeSiteOptionInDatabase methods to support both name and value or array criteria.

Added

  • The WPDb::dontSeeSiteOptionInDatabase method.

[3.0.2] 2020-12-08;

Fixed

  • Yaml format issue in scaffoled configuration files, thanks @dale42

[3.0.1] 2020-12-07;

Fixed

  • Compatibility with PHPUnit version 9.5, thanks @Luc45

[3.0.0] 2020-12-01;

... (truncated)

Commits
  • 43e2c28 doc(CHANGELOG.md) update to version 3.0.6
  • 5baa2c1 Merge branch 'ryanshoover/master'
  • ddfa9ea doc(CHANGELOG.md) add changelog entry
  • 8213daa doc(modules/WPLoader.md) fix #491
  • 93ef8e8 Change is_file to file_exists to support directories
  • 17aa815 Merge pull request #488 from lucatume/build-turnkey
  • e7ebf40 build(.github) fix use of composer_vendor_prepare target
  • 8396ec6 build(.github) fix make target usage
  • 50a43f8 build(_build/vendor-prepare.sh) default input arguments
  • e4dda9a build(.github) correctly set PHP_VERSION arg
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Mar 30, 2021
@dependabot-preview dependabot-preview bot force-pushed the dependabot/composer/lucatume/wp-browser-3.0.6 branch from d815ebe to 870c59d Compare April 30, 2021 05:38
Bumps [lucatume/wp-browser](https://github.com/lucatume/wp-browser) from 2.2.31 to 3.0.6.
- [Release notes](https://github.com/lucatume/wp-browser/releases)
- [Changelog](https://github.com/lucatume/wp-browser/blob/master/CHANGELOG.md)
- [Commits](lucatume/wp-browser@2.2.31...3.0.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/composer/lucatume/wp-browser-3.0.6 branch from 870c59d to e64c553 Compare May 20, 2021 03:58
@dependabot-preview
Copy link
Contributor Author

Superseded by #58.

@dependabot-preview dependabot-preview bot deleted the dependabot/composer/lucatume/wp-browser-3.0.6 branch June 3, 2021 05:35
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant