Skip to content

Bump lucatume/wp-browser from 2.2.31 to 2.5.5#28

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

Bump lucatume/wp-browser from 2.2.31 to 2.5.5#28
dependabot-preview[bot] wants to merge 1 commit into
masterfrom
dependabot/composer/lucatume/wp-browser-2.5.5

Conversation

@dependabot-preview

Copy link
Copy Markdown
Contributor

Bumps lucatume/wp-browser from 2.2.31 to 2.5.5.

Release notes

Sourced from lucatume/wp-browser's releases.

2.5.5

Changed

  • refactoring to pass phpstan level 1 and 2 checks.

2.5.4

Fixed

  • an issue with .env files handling that, when the vlucas/phpdotenv package is not required, would incorrectly set up the test environment.

Changed

  • some refactoring to pass phpstan level 0 checks.

2.5.3

Added

  • the WPDb.letCron configuration parameter to control whether wp-cron processes should be allowe to spawn during tests or not (new default).

Fixed

  • the WPDb module will set up the database to prevent wp-cron requests from being spawned during tests, fixes #363.
  • env file parsing issues reported, fixes #398.

Changed

  • following changes to how the WPDb module sets up the database at the start of tests (and between tests), wp-cron process will not be spawned during tests unless the WPDb.letCron configuration parameter is set to true.

2.5.2

Fixed

  • added Dotenv\Dotenv polyfill class to avoid back-compatibility issues w/ projects not requiring vlucas/phpdotenv explicitly and using env files for tests configuration.

2.5.1

Fixed

  • add function_exists check to avoid redefinition issues when wp-browser is used in two related packages (thanks @cliffordp)

2.5.0

Fixed

  • README.md file updates (thanks @szepeviktor)
  • src/tad/scripts fixes and refactorings (thanks @szepeviktor)
  • cron and admin AJAX query vars handling (thanks @Luc45)

Removed

  • gumlet/php-image-resize package requirement; runtime image modification in the WPDb::haveAttachmentInDatabase method will require it at runtime.
  • vlucas/phpdotenv package requirement; wp-browser will not use it internally, but Codeception will keep requiring it for dynamic parameter configuration.
... (truncated)
Changelog

Sourced from lucatume/wp-browser's changelog.

[2.5.5] 2020-05-25;

Changed

  • refactoring to pass phpstan level 1 and 2 checks.

[2.5.4] 2020-05-22;

Fixed

  • an issue with .env files handling that, when the vlucas/phpdotenv package is not required, would incorrectly set up the test environment.

Changed

  • some refactoring to pass phpstan level 0 checks.

[2.5.3] 2020-05-15;

Added

  • the WPDb.letCron configuration parameter to control whether wp-cron processes should be allowe to spawn during tests or not (new default).

Fixed

  • the WPDb module will set up the database to prevent wp-cron requests from being spawned during tests, fixes #363.
  • env file parsing issues reported, fixes #398.

Changed

  • following changes to how the WPDb module sets up the database at the start of tests (and between tests), wp-cron process will not be spawned during tests unless the WPDb.letCron configuration parameter is set to true.

[2.5.2] 2020-05-13;

Fixed

  • added Dotenv\Dotenv polyfill class to avoid back-compatibility issues w/ projects not requiring vlucas/phpdotenv explicitly and using env files for tests configuration.

[2.5.1] 2020-05-13;

Fixed

  • add function_exists check to avoid redefinition issues when wp-browser is used in two related packages (thanks @cliffordp)

[2.5.0] 2020-05-11;

Fixed

  • README.md file updates (thanks @szepeviktor)
  • src/tad/scripts fixes and refactorings (thanks @szepeviktor)
  • cron and admin AJAX query vars handling (thanks @Luc45)
... (truncated)
Commits
  • be017ac doc(CHANGELOG.md) update to version 2.5.5
  • 025e006 Merge branch 'master' of github.com:lucatume/wp-browser
  • 04cb700 doc(CHANGELOG.md) add phpstan lvl 1 and 2 entry
  • 8ea3a7a Merge pull request #407 from lucatume/refactor/phpstan-level-1-checks
  • 438940e Merge branch 'patch-2' into refactor/phpstan-level-1-checks
  • def75f6 refactor(src) pass phpstan lvl 2 checks
  • d25470f Remove outdated stubs hack
  • 1127ddb Merge branch 'patch-7'
  • 044f9ae doc(README.md) re-add word
  • 44b2b7b doc(CHANGELOG.md) update to version 2.5.4
  • 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)

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview Bot added the dependencies Pull requests that update a dependency file label May 25, 2020
@dependabot-preview

Copy link
Copy Markdown
Contributor Author

Superseded by #29.

@dependabot-preview dependabot-preview Bot deleted the dependabot/composer/lucatume/wp-browser-2.5.5 branch June 2, 2020 12:57
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.

0 participants