Skip to content
This repository has been archived by the owner on Jan 4, 2022. It is now read-only.

composer(deps-dev): bump ergebnis/composer-normalize from 2.6.1 to 2.7.0 #285

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 17, 2020

Bumps ergebnis/composer-normalize from 2.6.1 to 2.7.0.

Release notes

Sourced from ergebnis/composer-normalize's releases.

2.7.0

  • composer(deps-dev): bump composer/package-versions-deprecated from 1.8.1 to 1.8.2 (#489), by @dependabot[bot]
  • composer(deps-dev): bump composer/package-versions-deprecated from 1.8.2 to 1.10.99 (#490), by @dependabot[bot]
  • composer(deps-dev): bump phpstan/phpstan-strict-rules from 0.12.2 to 0.12.3 (#491), by @dependabot[bot]
  • composer(deps-dev): bump phpstan/phpstan from 0.12.32 to 0.12.33 (#492), by @dependabot[bot]
  • composer(deps-dev): bump phpstan/phpstan-phpunit from 0.12.11 to 0.12.12 (#493), by @dependabot[bot]
  • composer(deps-dev): bump phpstan/phpstan-deprecation-rules from 0.12.4 to 0.12.5 (#494), by @dependabot[bot]
  • composer(deps-dev): bump phpstan/phpstan-phpunit from 0.12.12 to 0.12.13 (#496), by @dependabot[bot]
  • composer(deps-dev): bump phpstan/phpstan-strict-rules from 0.12.3 to 0.12.4 (#495), by @dependabot[bot]
  • composer(deps-dev): bump symfony/filesystem from 4.4.10 to 4.4.11 (#497), by @dependabot[bot]
  • Fix: Use caret operator (#498), by @localheinz
  • composer(deps-dev): bump phpstan/phpstan-phpunit from 0.12.13 to 0.12.15 (#499), by @dependabot[bot]
  • composer(deps-dev): bump vimeo/psalm from 3.12.2 to 3.13.1 in /tools (#500), by @dependabot[bot]
  • composer(deps-dev): bump phpstan/phpstan from 0.12.33 to 0.12.34 (#501), by @dependabot[bot]
  • composer(deps-dev): bump ergebnis/phpstan-rules from 0.15.0 to 0.15.1 (#502), by @dependabot[bot]
  • github-actions(deps): bump actions/create-release from v1.1.1 to v1.1.2 (#503), by @dependabot[bot]
  • composer(deps-dev): bump phpstan/phpstan-phpunit from 0.12.15 to 0.12.16 (#505), by @dependabot[bot]
  • github-actions(deps): bump actions/checkout from v2.3.1 to v2.3.2 (#507), by @dependabot[bot]
  • github-actions(deps): bump actions/create-release from v1.1.2 to v1.1.3 (#509), by @dependabot[bot]
  • composer(deps-dev): bump phpstan/phpstan from 0.12.34 to 0.12.37 (#508), by @dependabot[bot]
  • composer(deps-dev): bump composer/package-versions-deprecated from 1.10.99 to 1.10.99.1 (#511), by @dependabot[bot]
  • Enhancement: Update schema.json (#512), by @ergebnis-bot
  • Fix: Continue to run jobs in test matrix when a job failed (#513), by @localheinz
  • Enhancement: Add --no-check-lock option to allow skipping validation of composer.lock (#515), by @localheinz
  • Fix: Stop running tests with composer/composer:^1 and php:^8 (#516), by @localheinz
Changelog

Sourced from ergebnis/composer-normalize's changelog.

[2.7.0][2.7.0]

For a full diff see [2.6.1...2.7.0][2.6.1...2.7.0].

Added

  • Added --no-check-lock option which allows skipping validation of composer.lock (#515), by [@localheinz]

Changed

Commits
  • 365fc2b Merge pull request #516 from ergebnis/fix/php8
  • 9a7a1a0 Fix: Stop running tests with composer/composer:^1 and php:^8
  • 704974d Merge pull request #515 from ergebnis/feature/no-check-lock
  • 156c801 Enhancement: Add --no-check-lock option to allow skipping validation of compo...
  • 05354a3 Merge pull request #513 from ergebnis/fix/fail-fast
  • feb9cb2 Fix: Continue to run jobs in test matrix when a job failed
  • 8c3cc48 Merge pull request #512 from ergebnis/feature/schema
  • 2881687 Enhancement: Update schema.json
  • 321c2eb Merge pull request #511 from ergebnis/dependabot/composer/composer/package-ve...
  • 6be45b4 composer(deps-dev): bump composer/package-versions-deprecated
  • 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 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)

@codecov
Copy link

codecov bot commented Aug 17, 2020

Codecov Report

Merging #285 into main will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##                main      #285   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
  Complexity        41        41           
===========================================
  Files              4         4           
  Lines            159       159           
===========================================
  Hits             159       159           

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 70d9eef...7c278c3. Read the comment docs.

@ergebnis-bot ergebnis-bot self-requested a review August 17, 2020 05:26
@ergebnis-bot ergebnis-bot self-assigned this Aug 17, 2020
@ergebnis-bot ergebnis-bot merged commit bf7611d into main Aug 17, 2020
@ergebnis-bot ergebnis-bot deleted the dependabot/composer/ergebnis/composer-normalize-2.7.0 branch August 17, 2020 05:26
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant