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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump ergebnis/composer-normalize from 2.11.0 to 2.13.2 #71

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 1, 2021

Bumps ergebnis/composer-normalize from 2.11.0 to 2.13.2.

Release notes

Sourced from ergebnis/composer-normalize's releases.

2.13.2

2.13.1

馃ぁ Made a mistake tagging this release before pulling changes merged into main.

2.13.0

  • Enhancement: Bring back support for composer/composer:^1 (#645), by @localheinz

2.12.2

  • composer(deps): bump ergebnis/json-normalizer from 1.0.0 to 1.0.1 (#646), by @dependabot[bot]

2.12.1

  • Fix: Show version of plugin instead of version of application (#643), by @localheinz

2.12.0

  • github-actions(deps): bump ibiqlik/action-yamllint from 2.0.0 to 3 (#617), by @dependabot[bot]
  • github-actions(deps): bump actions/cache from 2.1.2 to 2.1.3 (#616), by @dependabot[bot]
  • Fix: Remove composer/package-versions-deprecated (#618), by @localheinz
  • Fix: Remove jangregor/phpstan-prophecy (#619), by @localheinz
  • github-actions(deps): bump gr2m/create-or-update-pull-request-action from 1.3.0 to 1.3.1 (#621), by @dependabot[bot]
  • github-actions(deps): bump actions/github-script from 3.0.0 to 3.1 (#623), by @dependabot[bot]
  • github-actions(deps): bump shivammathur/setup-php from 2.7.0 to 2.8.0 (#622), by @dependabot[bot]
  • github-actions(deps): bump actions/stale from 3.0.13 to 3.0.14 (#624), by @dependabot[bot]
  • github-actions(deps): bump shivammathur/setup-php from 2.8.0 to 2.9.0 (#625), by @dependabot[bot]
  • github-actions(deps): bump gr2m/create-or-update-pull-request-action from 1.3.1 to 1.3.3 (#626), by @dependabot[bot]
  • Enhancement: Synchronize with ergebnis/php-library-template (#627), by @localheinz
  • composer(deps-dev): bump phpstan/phpstan-deprecation-rules from 0.12.5 to 0.12.6 (#628), by @dependabot[bot]
  • composer(deps-dev): bump ergebnis/test-util from 1.3.0 to 1.4.0 (#629), by @dependabot[bot]
  • composer(deps-dev): bump ergebnis/php-cs-fixer-config from 2.5.1 to 2.10.0 (#630), by @dependabot[bot]
  • Fix: README.md (#632), by @localheinz
  • composer(deps-dev): bump phpstan/phpstan from 0.12.63 to 0.12.64 (#631), by @dependabot[bot]
  • composer(deps-dev): bump phpstan/phpstan-phpunit from 0.12.16 to 0.12.17 (#633), by @dependabot[bot]
  • Enhancement: Synchronize with ergebnis/php-library-template (#635), by @localheinz
  • composer(deps-dev): bump phpstan/extension-installer from 1.0.5 to 1.1.0 (#637), by @dependabot[bot]
  • composer(deps-dev): bump ergebnis/phpstan-rules from 0.15.2 to 0.15.3 (#638), by @dependabot[bot]
  • composer(deps-dev): bump phpstan/phpstan-strict-rules from 0.12.5 to 0.12.7 (#636), by @dependabot[bot]
  • composer(deps-dev): bump phpunit/phpunit from 8.5.8 to 8.5.13 (#639), by @dependabot[bot]
  • Fix: Require composer/composer:2.0.8 for composer-normalize.phar (#640), by @localheinz
  • Enhancement: Show name and author of plugin (#641), by @localheinz
  • Fix: Reference (#642), by @localheinz
  • composer(deps): bump ergebnis/json-normalizer from 0.14.0 to 1.0.0 (#634), by @dependabot[bot]
Changelog

Sourced from ergebnis/composer-normalize's changelog.

[2.13.2][2.13.2]

For a full diff see [2.13.1...2.13.2][2.13.1...2.13.2].

Fixed

  • Required ergebnis/json-normalizer:^1.0.2 which ignores the config.preferred-install hash only instead of all properties with the name preferred-install (#647), by [@localheinz]

[2.13.1][2.13.1]

For a full diff see [2.13.0...2.13.1][2.13.0...2.13.1].

馃ぁ Made a mistake tagging this release before pulling changes merged into main.

[2.13.0][2.13.0]

For a full diff see [2.12.2...2.13.0][2.12.2...2.13.0].

Changed

  • Brought back support for composer/composer:^1.0.0 (#644), by [@localheinz]

[2.12.2][2.12.2]

For a full diff see [2.12.1...2.12.2][2.12.1...2.12.2].

Fixed

  • Required ergebnis/json-normalizer:^1.0.1 which ignores the preferred-install hash when sorting configuration hashes by key (#646), by [@dependabot]

[2.12.1][2.12.1]

For a full diff see [2.12.0...2.12.1][2.12.0...2.12.1].

Fixed

  • Show version of plugin instead of version of Composer\Console\Application when running as development dependency (#643), by [@localheinz]

[2.12.0][2.12.0]

For a full diff see [2.11.0...2.12.0][2.11.0...2.12.0].

Added

  • Started showing plugin and author name when running composer normalize (#641), by [@localheinz]

Changed

  • Required ergebnis/json-normalizer:^1.0.0 which allows recursively sorting config hashes (#634), by [@dependabot]

... (truncated)

Commits
  • 1255dbc Merge pull request #648 from ergebnis/fix/changelog
  • 8a57d12 Fix: Update CHANGELOG.md
  • e38fa1c Merge pull request #647 from ergebnis/fix/json-normalizer
  • afcf674 Fix: Update ergebnis/json-normalizer
  • 23f34eb Merge pull request #645 from ergebnis/feature/composer
  • 2fe32fd Fix: Configure COLUMNS for Terminal provided by symfony/console
  • fec62a5 Enhancement: Bring back support for composer/composer:^1
  • 111fc79 Merge pull request #646 from ergebnis/dependabot/composer/ergebnis/json-norma...
  • d010580 Fix: Update CHANGELOG.md
  • 9a5fb0c composer(deps): bump ergebnis/json-normalizer from 1.0.0 to 1.0.1
  • 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Jan 1, 2021
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 8, 2021

Superseded by #130.

@dependabot dependabot bot closed this Mar 8, 2021
@dependabot dependabot bot deleted the dependabot/composer/ergebnis/composer-normalize-2.13.2 branch March 8, 2021 04:00
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.

None yet

0 participants