Skip to content

Bump consolidation/self-update from 2.1.0 to 3.1.0#266

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/composer/consolidation/self-update-3.1.0
Open

Bump consolidation/self-update from 2.1.0 to 3.1.0#266
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/composer/consolidation/self-update-3.1.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 23, 2026

Bumps consolidation/self-update from 2.1.0 to 3.1.0.

Release notes

Sourced from consolidation/self-update's releases.

3.1.0

What's Changed

Full Changelog: consolidation/self-update@3.0.1...3.1.0

3.0.1

What's Changed

Full Changelog: consolidation/self-update@3.0.0...3.0.1

3.0.0

Breaking changes

This major release includes a breaking change to how the SelfUpdateCommand is constructed.

Old style:

$cmd = new SelfUpdateCommand('wonder', '1.2', 'kporras07/self-update-fixture');

New style:

$selfUpdateManager = new SelfUpdateManager('wonder', '1.2', 'kporras07/self-update-fixture');
$cmd = new SelfUpdateCommand($selfUpdateManager);

Applications can now store $selfUpdateManager and call $selfUpdateManager->isUpToDate() and $selfUpdateManager->getLatestReleaseFromGitHub() in order to check for updates without invoking the full self-update command. See #34 for details and links to reference implementations.

What's Changed

New Contributors

Full Changelog: consolidation/self-update@2.2.0...3.0.0

3.0.0-alpha2

What's Changed

Full Changelog: consolidation/self-update@3.0.0-alpha1...3.0.0-alpha2

... (truncated)

Commits

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 show <dependency name> 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Feb 23, 2026
Bumps [consolidation/self-update](https://github.com/consolidation/self-update) from 2.1.0 to 3.1.0.
- [Release notes](https://github.com/consolidation/self-update/releases)
- [Commits](consolidation/self-update@2.1.0...3.1.0)

---
updated-dependencies:
- dependency-name: consolidation/self-update
  dependency-version: 3.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/composer/consolidation/self-update-3.1.0 branch from 6cbce5d to 3173877 Compare February 27, 2026 19:31
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.

0 participants