X Tutup
Skip to content

Bump composer/semver from 1.5.0 to 1.5.1#36753

Merged
dependabot-preview[bot] merged 2 commits intomasterfrom
dependabot/composer/composer/semver-1.5.1
Jan 14, 2020
Merged

Bump composer/semver from 1.5.0 to 1.5.1#36753
dependabot-preview[bot] merged 2 commits intomasterfrom
dependabot/composer/composer/semver-1.5.1

Conversation

@dependabot-preview
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Jan 13, 2020

Bumps composer/semver from 1.5.0 to 1.5.1.

Release notes

Sourced from composer/semver's releases.

1.5.1

  • Fixed: Parsing of aliased version was not validating the alias to be a valid version
Changelog

Sourced from composer/semver's changelog.

[1.5.1] 2020-01-13

  • Fixed: Parsing of aliased version was not validating the alias to be a valid version
Commits
  • c6bea70 Update changelog
  • 48bf3c3 Merge pull request #76 from adrianosferreira/not-exact-alias-version
  • 79fef23 Fix formatting and add comment
  • a8ea125 fixup
  • cc9fca3 Don't try to parse aliases versions which doesn't contain exact version
  • 2667cf1 use strpos when checking if the start of the string matches a certain expecta...
  • 14feed2 don't shadow/overwrite input variable
  • a89df99 return statements
  • 0747678 visual aid
  • 37e4db2 allow failures on 7.4
  • 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 will merge this PR once CI passes on it, as requested by @phil-davis.


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)

Bumps [composer/semver](https://github.com/composer/semver) from 1.5.0 to 1.5.1.
- [Release notes](https://github.com/composer/semver/releases)
- [Changelog](https://github.com/composer/semver/blob/master/CHANGELOG.md)
- [Commits](composer/semver@1.5.0...1.5.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added dependencies php Pull requests that update Php code labels Jan 13, 2020
@update-docs
Copy link

update-docs bot commented Jan 13, 2020

Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a changelog item based on your changes.

@codecov
Copy link

codecov bot commented Jan 13, 2020

Codecov Report

Merging #36753 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master   #36753   +/-   ##
=========================================
  Coverage     64.68%   64.68%           
  Complexity    19118    19118           
=========================================
  Files          1269     1269           
  Lines         74775    74775           
  Branches       1320     1320           
=========================================
  Hits          48369    48369           
  Misses        26018    26018           
  Partials        388      388
Flag Coverage Δ Complexity Δ
#javascript 54.12% <ø> (ø) 0 <ø> (ø) ⬇️
#phpunit 65.85% <ø> (ø) 19118 <ø> (ø) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5153719...7247a37. Read the comment docs.

@phil-davis
Copy link
Contributor

@dependabot merge

@dependabot-preview dependabot-preview bot merged commit e966105 into master Jan 14, 2020
@dependabot-preview dependabot-preview bot deleted the dependabot/composer/composer/semver-1.5.1 branch January 14, 2020 03:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies php Pull requests that update Php code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

X Tutup