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 2.1.0 to 4.0.0 #1056

Merged
merged 6 commits into from
Feb 26, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 26, 2023

Bumps ergebnis/json-normalizer from 2.1.0 to 4.0.0.

Release notes

Sourced from ergebnis/json-normalizer's releases.

4.0.0

What's Changed

Full Changelog: ergebnis/json-normalizer@3.0.0...4.0.0

3.0.0

What's Changed

... (truncated)

Changelog

Sourced from ergebnis/json-normalizer's changelog.

[4.0.0][4.0.0]

For a full diff see [3.0.0...4.0.0][3.0.0...4.0.0].

Added

Changed

  • Dropped support for PHP 7.4 (#757), by [@​localheinz]
  • Required ergebnis/json-schema-validator:^4.0.0 (#771), by [@​localheinz]
  • Allowed configuring the Normalizer\SchemaNormalizer to exclude properties from being sorted (#774), by [@​localheinz]
  • Adjusted Vendor\Composer\BinNormalizer, Vendor\Composer\PackageHashNormalizer, Vendor\Composer\VersionConstraintNormalizer, and SchemaNormalizer to encode JSON with JSON_PRETTY_PRINT flag (#795), by [@​localheinz]
  • Adjusted Vendor\Composer\BinNormalizer, Vendor\Composer\PackageHashNormalizer, Vendor\Composer\VersionConstraintNormalizer, and SchemaNormalizer to encode JSON with JSON_UNESCAPED_SLASHES flag (#801), by [@​localheinz]
  • Adjusted Vendor\Composer\BinNormalizer, Vendor\Composer\PackageHashNormalizer, Vendor\Composer\VersionConstraintNormalizer, and SchemaNormalizer to encode JSON with JSON_UNESCAPED_UNICODE flag (#802), by [@​localheinz]
  • Adjusted Vendor\Composer\ComposerJsonNormalizer to reject JSON when it is not an object (#804), by [@​localheinz]
  • Adjusted Vendor\Composer\ComposerJsonNormalizer to compose WithFinalNewLineNormalizer (#806), by [@​localheinz]
  • Adjusted Vendor\Composer\VersionConstraintNormalizer to skip normalization of version constraints when they can not be parsed by Composer\Semver\VersionParser (#813), by [@​fredden] and [@​localheinz]
  • Adjusted Vendor\Composer\VersionConstraintNormalizer to sort versions in ascending order (#816), by [@​fredden]
  • Adjusted Vendor\Composer\VersionConstraintNormalizer to normalize version constraints separators in and constraints from space ( ) or comma (,) to space ( ) (#819), by [@​fredden]
  • Adjusted Vendor\Composer\VersionConstraintNormalizer to remove overlapping version constraints in or version constraints (#850), by [@​fredden]
  • Adjusted Vendor\Composer\VersionConstraintNormalizer to remove duplicate version constraints (#856), by [@​localheinz]

Fixed

  • Adjusted Vendor\Composer\ComposerJsonNormalizer to stop sorting scripts.auto-scripts (#776), by [@​localheinz]
  • Adjusted Vendor\Composer\ComposerJsonNormalizer to stop sorting extra.installer-paths (#777), by [@​localheinz]
  • Adjusted Vendor\Composer\ComposerJsonNormalizer to stop sorting config.allow-plugins (#778), by [@​localheinz]
  • Adjusted Vendor\Composer\ComposerJsonNormalizer to stop sorting config.preferred-install (#779), by [@​localheinz]
  • Adjusted Vendor\Composer\ComposerJsonNormalizer to stop sorting children of extra.patches (#780), by [@​localheinz]

Removed

[3.0.0][3.0.0]

For a full diff see [2.2.0...3.0.0][2.2.0...3.0.0].

Changed

... (truncated)

Commits
  • 250f410 Enhancement: Prepare release
  • d7613ad Fix: Remove reference
  • c272105 Fix: Flip
  • 71c555b Fix: Do not rely on version constraints being sorted
  • fef671f Fix: Split
  • 8e28944 Fix: Rename method
  • d5afba9 Fix: Rename method
  • c116084 Merge pull request #856 from ergebnis/feature/duplicate
  • dabce88 Enhancement: Adjust VersionConstraintNormalizer to remove duplicate version c...
  • cd5ce9d Fix: Slide out of loop
  • 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 force-pushed the dependabot/composer/ergebnis/json-normalizer-4.0.0 branch 2 times, most recently from ea566a8 to a092919 Compare February 26, 2023 17:13
@localheinz
Copy link
Member

@dependabot recreate

Bumps [ergebnis/json-normalizer](https://github.com/ergebnis/json-normalizer) from 2.1.0 to 4.0.0.
- [Release notes](https://github.com/ergebnis/json-normalizer/releases)
- [Changelog](https://github.com/ergebnis/json-normalizer/blob/main/CHANGELOG.md)
- [Commits](ergebnis/json-normalizer@2.1.0...4.0.0)

---
updated-dependencies:
- dependency-name: ergebnis/json-normalizer
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/composer/ergebnis/json-normalizer-4.0.0 branch from a092919 to a883b96 Compare February 26, 2023 17:18
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.

Crows feet abuse (unnecessary escaping of slashes) Make "paths that should not be sorted" configurable
1 participant