Automattic / vip-go-mu-plugins

The development repo for mu-plugins used on the WordPress VIP Platform.
https://docs.wpvip.com/
GNU General Public License v2.0
192 stars 100 forks source link

chore(deps-dev): Bump wp-cli/wp-cli from 2.10.0 to 2.11.0 #5790

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

Bumps wp-cli/wp-cli from 2.10.0 to 2.11.0.

Release notes

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

Version 2.11.0

  • Allow manually dispatching tests workflow [#5965]
  • Add fish shell completion [#5954]
  • Add defaults and accepted values for runcommand() options in doc [#5953]
  • Address warnings with filenames ending in fullstop on Windows [#5951]
  • Fix unit tests [#5950]
  • Update copyright year in license [#5942]
  • Fix breaking multi-line CSV values on reading [#5939]
  • Fix broken Gutenberg test [#5938]
  • Update docker runner to resolve docker path using /usr/bin/env [#5936]
  • Fix inherit path in nested directory [#5930]
  • Minor docblock improvements [#5929]
  • Add Signup fetcher [#5926]
  • Ensure the alias has the leading @ symbol when added [#5924]
  • Include any non default hook information in CompositeCommand [#5921]
  • Correct completion case when ends in = [#5913]
  • Docs: Fixes for inline comments [#5912]
  • Update Inline comments [#5910]
  • Add a real-world example for wp cli has-command [#5908]
  • Fix typos [#5901]
  • Avoid PHP deprecation notices in PHP 8.1.x [#5899]
Commits
  • 53f0df1 Merge pull request #5967 from wp-cli/prepare-2-11-0
  • 061ae93 Release v2.11.0
  • d5142f0 Merge pull request #5942 from grafruessel/patch-1
  • 56befaa Merge pull request #5965 from wp-cli/fix/workflow-dispatch
  • b63ea40 Allow manually dispatching tests workflow
  • 0ca6d92 Merge pull request #5958 from ernilambar/fix/broken-links
  • 0acccca Fix broken config links
  • f7db3c1 Merge pull request #5954 from aldisruiz/add/fish-completion
  • 0656485 utils: fix typo unnecesary -> unnecessary in wp.fish
  • fdc8dc5 utils: add wp.fish
  • 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 show 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)
sonarcloud[bot] commented 2 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 29.54%. Comparing base (6b8cbb9) to head (bb6501c). Report is 6 commits behind head on develop.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #5790 +/- ## ============================================= + Coverage 29.52% 29.54% +0.01% Complexity 4779 4779 ============================================= Files 282 282 Lines 20594 20582 -12 ============================================= Hits 6080 6080 + Misses 14514 14502 -12 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.