Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 30, 2022

Bumps symfony/finder from 6.1.3 to 6.2.0.

Release notes

Sourced from symfony/finder's releases.

v6.2.0

Changelog (symfony/finder@v6.2.0-RC2...v6.2.0)

  • no significant changes

v6.2.0-RC1

Changelog (symfony/finder@v6.2.0-BETA3...v6.2.0-RC1)

  • no significant changes

v6.2.0-BETA1

Changelog (symfony/finder@v6.1.6...v6.2.0-BETA1)

  • feature #47730 Ban DateTime from the codebase (WebMamba)
  • feature #46591 Add methods to sort by extension & size (sandoba)
  • feature #46126 Case insensitive file sort (hmoreau)
Changelog

Sourced from symfony/finder's changelog.

CHANGELOG

6.2

  • Add Finder::sortByExtension() and Finder::sortBySize()
  • Add Finder::sortByCaseInsensitiveName() to sort by name with case insensitive sorting methods

6.0

  • Remove Comparator::setTarget() and Comparator::setOperator()

5.4.0

  • Deprecate Comparator::setTarget() and Comparator::setOperator()
  • Add a constructor to Comparator that allows setting target and operator
  • Finder's iterator has now Symfony\Component\Finder\SplFileInfo inner type specified
  • Add recursive .gitignore files support

5.0.0

  • added $useNaturalSort argument to Finder::sortByName()

4.3.0

  • added Finder::ignoreVCSIgnored() to ignore files based on rules listed in .gitignore

4.2.0

  • added $useNaturalSort option to Finder::sortByName() method
  • the Finder::sortByName() method will have a new $useNaturalSort argument in version 5.0, not defining it is deprecated
  • added Finder::reverseSorting() to reverse the sorting

4.0.0

  • removed ExceptionInterface
  • removed Symfony\Component\Finder\Iterator\FilterIterator

3.4.0

  • deprecated Symfony\Component\Finder\Iterator\FilterIterator

... (truncated)

Commits

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 @eliashaeussler.


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 the dependencies Updates project dependencies label Nov 30, 2022
Copy link
Owner

@eliashaeussler eliashaeussler left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

@qlty-cloud-legacy
Copy link

qlty-cloud-legacy bot commented Nov 30, 2022

Code Climate has analyzed commit 7670708 and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 100.0% (50% is the threshold).

This pull request will bring the total coverage in the repository to 100.0% (0.0% change).

View more on Code Climate.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 30, 2022

One of your CI runs failed on this pull request, so Dependabot won't merge it.

Dependabot will still automatically merge this pull request if you amend it and your tests pass.

@dependabot dependabot bot force-pushed the dependabot/composer/symfony/finder-6.2.0 branch 2 times, most recently from fea578d to c0dfa3d Compare December 1, 2022 21:38
Bumps [symfony/finder](https://github.com/symfony/finder) from 6.1.3 to 6.2.0.
- [Release notes](https://github.com/symfony/finder/releases)
- [Changelog](https://github.com/symfony/finder/blob/6.2/CHANGELOG.md)
- [Commits](symfony/finder@v6.1.3...v6.2.0)

---
updated-dependencies:
- dependency-name: symfony/finder
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/composer/symfony/finder-6.2.0 branch from c0dfa3d to 7670708 Compare December 1, 2022 21:42
@dependabot dependabot bot merged commit fe4b570 into main Dec 1, 2022
@dependabot dependabot bot deleted the dependabot/composer/symfony/finder-6.2.0 branch December 1, 2022 21:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Updates project dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant