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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

composer(deps): bump ergebnis/json-normalizer from 0.14.0 to 1.0.0 #634

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 29, 2020

Bumps ergebnis/json-normalizer from 0.14.0 to 1.0.0.

Release notes

Sourced from ergebnis/json-normalizer's releases.

1.0.0

  • Enhancement: Let ConfigHashNormalizer recursively sort hashes by key (#424), by @localheinz

0.14.1

  • composer(deps-dev): bump ergebnis/phpstan-rules from 0.15.2 to 0.15.3 (#386), by @dependabot[bot]
  • composer(deps-dev): bump phpstan/phpstan from 0.12.52 to 0.12.53 (#387), by @dependabot[bot]
  • composer(deps-dev): bump ergebnis/php-cs-fixer-config from 2.5.1 to 2.5.2 (#388), by @dependabot[bot]
  • github-actions(deps): bump actions/stale from 3.0.12 to 3.0.13 (#389), by @dependabot[bot]
  • github-actions(deps): bump actions/checkout from 2.3.3 to 2.3.4 (#390), by @dependabot[bot]
  • composer(deps-dev): bump phpstan/phpstan from 0.12.53 to 0.12.54 (#391), by @dependabot[bot]
  • github-actions(deps): bump ibiqlik/action-yamllint from 2.0.0 to 3 (#392), by @dependabot[bot]
  • github-actions(deps): bump actions/cache from 2.1.2 to 2.1.3 (#393), by @dependabot[bot]
  • composer(deps-dev): bump ergebnis/php-cs-fixer-config from 2.5.2 to 2.5.3 (#394), by @dependabot[bot]
  • composer(deps-dev): bump phpstan/phpstan from 0.12.54 to 0.12.55 (#396), by @dependabot[bot]
  • github-actions(deps): bump gr2m/create-or-update-pull-request-action from 1.3.0 to 1.3.1 (#397), by @dependabot[bot]
  • composer(deps-dev): bump phpunit/phpunit from 8.5.8 to 8.5.9 (#395), by @dependabot[bot]
  • composer(deps-dev): bump phpstan/phpstan from 0.12.55 to 0.12.56 (#398), by @dependabot[bot]
  • github-actions(deps): bump actions/github-script from 3.0.0 to 3.1 (#399), by @dependabot[bot]
  • github-actions(deps): bump shivammathur/setup-php from 2.7.0 to 2.8.0 (#400), by @dependabot[bot]
  • github-actions(deps): bump actions/stale from 3.0.13 to 3.0.14 (#402), by @dependabot[bot]
  • composer(deps-dev): bump phpstan/phpstan from 0.12.56 to 0.12.57 (#403), by @dependabot[bot]
  • composer(deps-dev): bump ergebnis/test-util from 1.3.0 to 1.4.0 (#401), by @dependabot[bot]
  • github-actions(deps): bump shivammathur/setup-php from 2.8.0 to 2.9.0 (#404), by @dependabot[bot]
  • github-actions(deps): bump gr2m/create-or-update-pull-request-action from 1.3.1 to 1.3.3 (#405), by @dependabot[bot]
  • composer(deps-dev): bump phpstan/phpstan from 0.12.57 to 0.12.58 (#406), by @dependabot[bot]
  • composer(deps-dev): bump phpunit/phpunit from 8.5.9 to 8.5.11 (#407), by @dependabot[bot]
  • composer(deps-dev): bump phpunit/phpunit from 8.5.11 to 8.5.13 (#408), by @dependabot[bot]
  • composer(deps-dev): bump phpstan/phpstan from 0.12.58 to 0.12.59 (#409), by @dependabot[bot]
  • composer(deps-dev): bump ergebnis/php-cs-fixer-config from 2.5.3 to 2.7.0 (#410), by @dependabot[bot]
  • Enhancement: Synchronize with ergebnis/php-library-template (#411), by @localheinz
  • composer(deps-dev): bump phpstan/phpstan from 0.12.59 to 0.12.60 (#412), by @dependabot[bot]
  • composer(deps-dev): bump phpstan/phpstan-strict-rules from 0.12.5 to 0.12.7 (#413), by @dependabot[bot]
  • composer(deps-dev): bump phpstan/phpstan-deprecation-rules from 0.12.5 to 0.12.6 (#414), by @dependabot[bot]
  • Enhancement: Synchronize with ergebnis/php-library-template (#416), by @localheinz
  • composer(deps-dev): bump phpstan/extension-installer from 1.0.5 to 1.1.0 (#415), by @dependabot[bot]
  • Fix: DocBlock (#417), by @localheinz
  • Fix: Prefix (#418), by @localheinz
  • composer(deps-dev): bump phpstan/phpstan-phpunit from 0.12.16 to 0.12.17 (#419), by @dependabot[bot]
  • composer(deps-dev): bump ergebnis/php-cs-fixer-config from 2.7.0 to 2.10.0 (#421), by @dependabot[bot]
  • Enhancement: Extract assertion that normalizes JSON before comparing (#422), by @localheinz
  • Fix: Let ConfigHashNormalizer normalize other properties when property is empty (#423), by @localheinz
Changelog

Sourced from ergebnis/json-normalizer's changelog.

[1.0.0][1.0.0]

For a full diff see [0.14.1...1.0.0][0.14.1...1.0.0].

Changed

  • Adjusted Vendor\Composer\ConfigHashNormalizer to recursively sort hashes by key (#424), by [@localheinz]

[0.14.1][0.14.1]

For a full diff see [0.14.0...0.14.1][0.14.0...0.14.1].

Fixed

  • Adjusted Vendor\Composer\ConfigHashNormalizer to continue normalizing properties when a property has an empty value (#423), by [@localheinz]
Commits
  • f318c64 Merge pull request #424 from ergebnis/feature/recursive
  • bc274fe Enhancement: Let ConfigHashNormalizer recursively sort hashes by key
  • 55e2515 Merge pull request #423 from ergebnis/fix/continue
  • 4cc8b6d Fix: Continue when property is empty
  • efd32ca Enhancement: Assert that ConfigHashNormalizer continues to normalize when pro...
  • 6b5d8c6 Merge pull request #422 from ergebnis/feature/normalize
  • 93e964a Enhancement: Extract assertion that normalizes JSON before comparing
  • b6fae6a Merge pull request #421 from ergebnis/dependabot/composer/ergebnis/php-cs-fix...
  • b996d5c composer(deps-dev): bump ergebnis/php-cs-fixer-config
  • ee05683 Merge pull request #419 from ergebnis/dependabot/composer/phpstan/phpstan-php...
  • 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

Fixes #614.

@localheinz
Copy link
Member

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/composer/ergebnis/json-normalizer-1.0.0 branch from a467939 to 58a356e Compare December 29, 2020 08:25
@codecov
Copy link

codecov bot commented Dec 29, 2020

Codecov Report

Merging #634 (b84856b) into main (a5ab479) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##               main     #634   +/-   ##
=========================================
  Coverage     82.15%   82.15%           
  Complexity       60       60           
=========================================
  Files             4        4           
  Lines           241      241           
=========================================
  Hits            198      198           
  Misses           43       43           

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 a5ab479...b84856b. Read the comment docs.

@dependabot dependabot bot force-pushed the dependabot/composer/ergebnis/json-normalizer-1.0.0 branch 5 times, most recently from 997264f to 159ce27 Compare December 29, 2020 08:36
@localheinz
Copy link
Member

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/composer/ergebnis/json-normalizer-1.0.0 branch from 159ce27 to 5982b47 Compare December 29, 2020 09:02
@localheinz localheinz self-assigned this Dec 29, 2020
@localheinz localheinz force-pushed the dependabot/composer/ergebnis/json-normalizer-1.0.0 branch from 5982b47 to b84856b Compare December 29, 2020 09:38
@ergebnis-bot ergebnis-bot self-assigned this Dec 29, 2020
@ergebnis-bot ergebnis-bot merged commit 4a220a1 into main Dec 29, 2020
@ergebnis-bot ergebnis-bot deleted the dependabot/composer/ergebnis/json-normalizer-1.0.0 branch December 29, 2020 09:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Idea: sort 'patches' alphabetically
2 participants