Skip to content
This repository was archived by the owner on Jan 3, 2025. It is now read-only.

Update ondram/ci-detector requirement from =4.0.0 to =4.1.0 - #20

Open
dependabot-preview[bot] wants to merge 1 commit into
masterfrom
dependabot/composer/ondram/ci-detector-eq-4.1.0
Open

Update ondram/ci-detector requirement from =4.0.0 to =4.1.0#20
dependabot-preview[bot] wants to merge 1 commit into
masterfrom
dependabot/composer/ondram/ci-detector-eq-4.1.0

Conversation

@dependabot-preview

Copy link
Copy Markdown

Updates the requirements on ondram/ci-detector to permit the latest version.

Changelog

Sourced from ondram/ci-detector's changelog.

4.1.0 - 2021-04-14

  • Add SourceHut detection support.

4.0.0 - 2021-02-02

Added

  • getTargetBranch() method to return the name of the branch where current branch is targeted (aka "base branch").
  • Azure DevOps Pipelines detection support.
  • CiDetectorInterface (extended by CiDetector) to allow simpler extension.

Fixed

  • Fix build URL detection on Travis (it always reported travis-ci.org URL, even if the build was on travis-ci.com).

Changed

  • [BC break] Rename methods to make them VCS-agnostic. Use getCommit() instead of getGitCommit() and getBranch() instead of getGitBranch().
  • [BC break] Declare CiDetector constructor final.

Removed

  • [BC break] Remove Travis::TRAVIS_BASE_URL constant.

3.5.1 - 2020-09-04

  • Allow PHP 8.

3.5.0 - 2020-08-25

  • Use more suitable value for "build number" on GitHub Actions.
  • Add Wercker detection support.

3.4.0 - 2020-05-11

  • Add AWS CodeBuild detection support.
  • Add Bitbucket Pipelines support.
  • Allow late static binding in CiDetector::fromEnvironment() when inheriting the class.
  • Fix branch detection in PR builds on AppVeyor, Buddy and GitHub Actions (target branch of the PR was returned instead).

3.3.0 - 2020-03-06

  • Allow injecting instance of Env using CiDetector::fromEnvironment() (useful for environment mocking in unit tests).

3.2.0 - 2020-02-18

  • Add GitHub Actions detection support.
  • Add Buddy detection support.
  • Add getRepositoryName() method to detect repository name (slug) like OndraM/ci-detector (not supported on TeamCity, Jenkins and continuousphp).
  • Add isPullRequest() to detect if current build has been triggered by a pull request (merge request). Be aware that this method returns a TrinaryLogic object to handle cases when it cannot be detected whether build was triggered by a pull request (like on TeamCity and Jenkins CI).
  • Change build URL on AppVeyor to use new permalink URL.

3.1.1 - 2019-11-11

  • Fix Gitlab 9.0+ support (environment variables were renamed in GitLab 9.0+).

3.1.0 - 2018-02-19

  • Add continuousphp CI support.
  • Add drone CI support.

... (truncated)

Commits

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)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Updates the requirements on [ondram/ci-detector](https://github.com/OndraM/ci-detector) to permit the latest version.
- [Release notes](https://github.com/OndraM/ci-detector/releases)
- [Changelog](https://github.com/OndraM/ci-detector/blob/main/CHANGELOG.md)
- [Commits](OndraM/ci-detector@4.0.0...4.1.0)

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 Apr 15, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants