Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the wp-cli-packages group across 1 directory with 3 updates #7905

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 2, 2024

Bumps the wp-cli-packages group with 2 updates in the / directory: wp-cli/export-command and wp-cli/extension-command.

Updates wp-cli/export-command from 2.1.12 to 2.1.13

Release notes

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

Version 2.1.13

  • Composer: prevent a lock file from being created [#117]
Commits
  • eeafa03 Merge pull request #117 from wp-cli/no-lock-file
  • 23691d8 Composer: prevent a lock file from being created
  • a3edcac Merge pull request #116 from wp-cli/fix/workflow-dispatch
  • 4a40243 Require MySQL where direct query is used
  • 7e43616 Require MySQL in feature tests
  • 409367c Allow manually dispatching tests workflow
  • See full diff in compare view

Updates wp-cli/extension-command from 2.1.22 to 2.1.23

Release notes

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

Version 2.1.23

  • Composer: prevent a lock file from being created [#434]
  • Use strpos instead of str_contains in get_wporg_data function [#432]
Commits
  • c307a11 Merge pull request #434 from wp-cli/no-lock-file
  • c06763f Composer: prevent a lock file from being created
  • 2a6f985 Merge pull request #432 from mrsdizzie/fix-431
  • b14d625 Use strpos instead of str_contains
  • 189e264 Merge pull request #430 from wp-cli/fix/workflow-dispatch
  • ef1b80a Allow manually dispatching tests workflow
  • See full diff in compare view

Updates 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 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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Nov 2, 2024
@westonruter
Copy link
Member

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/composer/wp-cli-packages-6dfaf0f3f9 branch from 0fcf5ff to e233ea3 Compare November 5, 2024 00:47
@westonruter
Copy link
Member

@dependabot rebase

Bumps the wp-cli-packages group with 2 updates in the / directory: [wp-cli/export-command](https://github.com/wp-cli/export-command) and [wp-cli/extension-command](https://github.com/wp-cli/extension-command).


Updates `wp-cli/export-command` from 2.1.12 to 2.1.13
- [Release notes](https://github.com/wp-cli/export-command/releases)
- [Commits](wp-cli/export-command@v2.1.12...v2.1.13)

Updates `wp-cli/extension-command` from 2.1.22 to 2.1.23
- [Release notes](https://github.com/wp-cli/extension-command/releases)
- [Commits](wp-cli/extension-command@v2.1.22...v2.1.23)

Updates `wp-cli/wp-cli` from 2.10.0 to 2.11.0
- [Release notes](https://github.com/wp-cli/wp-cli/releases)
- [Commits](wp-cli/wp-cli@v2.10.0...v2.11.0)

---
updated-dependencies:
- dependency-name: wp-cli/export-command
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: wp-cli-packages
- dependency-name: wp-cli/extension-command
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: wp-cli-packages
- dependency-name: wp-cli/wp-cli
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wp-cli-packages
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/composer/wp-cli-packages-6dfaf0f3f9 branch from e233ea3 to 05d6da1 Compare November 5, 2024 01:08
@westonruter westonruter added this to the v2.5.5 milestone Nov 5, 2024
@westonruter westonruter merged commit 1701729 into develop Nov 5, 2024
27 of 28 checks passed
@westonruter westonruter deleted the dependabot/composer/wp-cli-packages-6dfaf0f3f9 branch November 5, 2024 01:26
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 php Pull requests that update Php code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant