Skip to content

Bump lucatume/wp-browser from 2.2.31 to 2.6.5#35

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

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

Conversation

@dependabot-preview

Copy link
Copy Markdown
Contributor

Bumps lucatume/wp-browser from 2.2.31 to 2.6.5.

Release notes

Sourced from lucatume/wp-browser's releases.

2.6.5

Fixed

  • return type of WPLoader::factory method to ensure IDE type-hinting will work correctly (thanks @Luc45)

2.6.4

Fixed

  • typos and spacing in documentation (thanks @cliffordp)
  • environment file parsing for empty values, fixes #427

2.6.3

Fixed

  • An issue where additional required plugins would not be correctly parsed during the init wpbrowser command, fixes #424

2.6.2

Fixed

  • An issue where users created during tests would not be have the correct editing and layout meta set, fixes #422, thanks @ryanshoover

2.6.1

Fixed

  • ensure $_SERVER['REQUEST_TIME'] and $_SERVER['REQUEST_TIME_FLOAT'] are correctly set when running tests based on the Codeception\Test\WPTestCase class, fixes #417

2.6.0

Added

  • support, in WPTestCase, for the @runInSeparateProcess annotation to run test methods in separate PHP processes; fixes #410

2.5.7

Fixed

  • Codeception required version erroneously set in prev version of composer.json file

2.5.6

Added

  • check in the codecept init wpbrowser command to check and report missing Codeception 4.0 to the user during initialization, fixes #412

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.
Changelog

Sourced from lucatume/wp-browser's changelog.

[2.6.5] 2020-07-16;

Fixed

  • return type of WPLoader::factory method to ensure IDE type-hinting will work correctly (thanks @Luc45)

[2.6.4] 2020-07-07;

Fixed

  • typos and spacing in documentation (thanks @cliffordp)
  • environment file parsing for empty values, fixes #427

[2.6.3] 2020-06-30;

Fixed

  • An issue where additional required plugins would not be correctly parsed during the init wpbrowser command, fixes #424

[2.6.2] 2020-06-19;

Fixed

  • An issue where users created during tests would not be have the correct editing and layout meta set, fixes #422, thanks @ryanshoover

[2.6.1] 2020-06-11;

Fixed

  • ensure $_SERVER['REQUEST_TIME'] and $_SERVER['REQUEST_TIME_FLOAT'] are correctly set when running tests based on the Codeception\Test\WPTestCase class, fixes #417

[2.6.0] 2020-06-08;

Added

  • support, in WPTestCase, for the @runInSeparateProcess annotation to run test methods in separate PHP processes; fixes #410

[2.5.7] 2020-06-02;

Fixed

  • Codeception required version erroneously set in prev version of composer.json file

[2.5.6] 2020-06-02;

Added

  • check in the codecept init wpbrowser command to check and report missing Codeception 4.0 to the user during initialization, fixes #412

[2.5.5] 2020-05-25;

Commits
  • a14506d doc(CHANGELOG.md) update to version 2.6.5
  • 5c2d565 Factory auto-completion when using $this->tester->factory();
  • e5fa502 doc(CHANGELOG.md) update to version 2.6.4
  • 039f0d7 fix(WPBrowser/env.php) empty value parsing, fixes #427
  • cf75235 Merge branch 'master' of github.com:lucatume/wp-browser
  • 2b3f4b7 doc(CHANGELOG.md) add entry for doc updates
  • f4865d2 Merge pull request #426 from cliffordp/patch-1
  • 8b22a40 fix typo
  • e9797f2 doc(CHANGELOG.md) update to version 2.6.3
  • c9f64e3 fix(src) allow skipping Composer configuration file check
  • 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.6.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.6.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 Jul 17, 2020
@dependabot-preview

Copy link
Copy Markdown
Contributor Author

Superseded by #36.

@dependabot-preview dependabot-preview Bot deleted the dependabot/composer/lucatume/wp-browser-2.6.5 branch August 5, 2020 07:44
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