intraxia / wp-gistpen

A self-hosted alternative to putting your code snippets on Gist.
https://wordpress.org/plugins/wp-gistpen/
GNU General Public License v2.0
70 stars 9 forks source link

Bump wp-cli/wp-cli from 2.4.1 to 2.7.0 #1271

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps wp-cli/wp-cli from 2.4.1 to 2.7.0.

Release notes

Sourced from wp-cli/wp-cli's releases.

Release 2.7.0

  • Add support for docker-compose run to the --ssh option [#5637]
  • Internalize global_terms_enabled() [#5684]
  • Remove old global terms feature test [#5682]
  • Add cache directory path to cli info output [#5681]
  • Always return PHP_BINARY when using a PHAR bundle [#5672]
  • Load config-spec.php in a "filterable" way [#5664]
  • Use different action for admin context logic [#5663]
  • Require v3.1.6 of wp-cli/wp-cli-tests [#5659]
  • Address some PHP 8.1 deprecation notices [#5658]
  • Add johnpbloch/wordpress-core-installer to allowed-plugins [#5653]
  • Documents return type for WP_CLI::halt() as never [#5651]
  • Fix skip theme tests [#5646]
  • Add missing $upgrade argument to enable_maintenance_mode filter [#5630]
  • Handle optional option values in SynopsisParser::render() [#5618]
  • Add missing relative namespace [#5616]
  • Update README.md [#5610]

Release 2.6.0

  • Adapt VERSION from 2.5.1-alpha to 2.6.0-alpha [#5605]
  • Force the use of Mustache 2.14.1 security fix [#5604]
  • Use proper WP_User_Query for fetching users [#5600]
  • Fix Composer stack tests [#5599]
  • Detect and ignore BOMs [#5597]
  • Allow dealerdirect/phpcodesniffer-composer-installer [#5593]
  • Check github.repository_owner in automerge workflow [#5591]
  • Revert addition of the Mustache PHP 8.1 workaround and update dependency [#5590]
  • Use Mustache work-around for PHP 8.1 compat [#5588]
  • Use fork on schlessera for Mustache PHP 8.1 fix [#5587]
  • Re-add subcommands on all composite commands that are overwritten [#5584]
  • Fix default mysqli error reporting mode for PHP 8.1+ [#5582]
  • Add --context flag [#5581]
  • Make cache size and expiry configurable via environment variables [#5576]
  • Updated default branch for roave/security-advisories [#5575]
  • Fix wrong variable name used in argument parsing [#5564]
  • Fix regression that broke extending existing commands [#5563]
  • Add a SECURITY.md file [#5562]
  • Update credits [#5556]
  • Pass in args to before_run_command hook [#5554]
  • Update Composer lock file [#5553]
  • Change "Fake Site" site name to "WordPress" wp core multisite-install subcommand [#5552]
  • Add missing docblocks [#5551]
  • Update Composer lock file - 2021-07-26 [#5550]
  • Make logger accessible and add colorization control to Quiet logger [#5549]
  • Fix OOM issues when exporting to STDOUT [#5546]
  • Update Composer lock file [#5545]
  • Allow WP_DEBUG_LOG to override the debug.log location [#5511]

Release 2.5.0

  • Require v1.8 of Requests [#5529]

... (truncated)

Commits
  • 832b763 Update readme for v2.7.0
  • 398022e Change VERSION to v2.7.0
  • c651e20 Merge pull request #5637 from johnbillion/docker-run
  • a076ead Merge pull request #5684 from wp-cli/fix/missing-global-terms-enabled
  • 27175c7 Add missing enable_sitecategories.php file to tests
  • f222821 Move site_categories table test into separate conditional scenario
  • 8ce46a8 Internalize global_terms_enabled()
  • 6da6f26 Update file(s) from wp-cli/.github
  • 58e145f Add cache dir path to info output (#5681)
  • b179c7a Always return PHP_BINARY when using a PHAR bundle (#5672)
  • 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[bot] commented 2 years ago

Superseded by #1273.