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

Bump the minor-patch group with 4 updates #880

Merged
merged 1 commit into from
Jul 1, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 1, 2024

Bumps the minor-patch group with 4 updates: symfony/console, symfony/filesystem, symfony/mime and symfony/string.

Updates symfony/console from 7.1.1 to 7.1.2

Release notes

Sourced from symfony/console's releases.

v7.1.2

Changelog (symfony/console@v7.1.1...v7.1.2)

  • no significant changes
Commits

Updates symfony/filesystem from 7.1.1 to 7.1.2

Release notes

Sourced from symfony/filesystem's releases.

v7.1.2

Changelog (symfony/filesystem@v7.1.1...v7.1.2)

Commits
  • 92a9198 Merge branch '7.0' into 7.1
  • f6b35b0 Merge branch '6.4' into 7.0
  • b51ef80 Merge branch '5.4' into 6.4
  • 6d29dd9 [Filesystem][Mime] Fix transient tests
  • ae8a119 Merge branch '7.0' into 7.1
  • d992a5e Merge branch '6.4' into 7.0
  • 748ccd8 Merge branch '5.4' into 6.4
  • 6a03d7f [Filesystem] Fix Filesystem::remove() on Windows
  • See full diff in compare view

Updates symfony/mime from 7.1.1 to 7.1.2

Release notes

Sourced from symfony/mime's releases.

v7.1.2

Changelog (symfony/mime@v7.1.1...v7.1.2)

  • no significant changes
Commits

Updates symfony/string from 7.1.1 to 7.1.2

Release notes

Sourced from symfony/string's releases.

v7.1.2

Changelog (symfony/string@v7.1.1...v7.1.2)

Commits
  • 1422108 Merge branch '7.0' into 7.1
  • 119b348 Merge branch '6.4' into 7.0
  • 76792db Merge branch '5.4' into 6.4
  • 065a961 bug #57497 [String] Fixed u()->snake(), b()->snake() and s()->snake() methods...
  • 2be52e2 Merge branch '7.0' into 7.1
  • a716227 Merge branch '6.4' into 7.0
  • f3c6aeb Merge branch '5.4' into 6.4
  • 5fe083e [String] Fix *String::snake methods
  • a8b1c35 [String] Add alias case to EnglishInflector
  • f678826 Merge branch '7.0' into 7.1
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the minor-patch group with 4 updates: [symfony/console](https://github.com/symfony/console), [symfony/filesystem](https://github.com/symfony/filesystem), [symfony/mime](https://github.com/symfony/mime) and [symfony/string](https://github.com/symfony/string).


Updates `symfony/console` from 7.1.1 to 7.1.2
- [Release notes](https://github.com/symfony/console/releases)
- [Changelog](https://github.com/symfony/console/blob/7.1/CHANGELOG.md)
- [Commits](symfony/console@v7.1.1...v7.1.2)

Updates `symfony/filesystem` from 7.1.1 to 7.1.2
- [Release notes](https://github.com/symfony/filesystem/releases)
- [Changelog](https://github.com/symfony/filesystem/blob/7.1/CHANGELOG.md)
- [Commits](symfony/filesystem@v7.1.1...v7.1.2)

Updates `symfony/mime` from 7.1.1 to 7.1.2
- [Release notes](https://github.com/symfony/mime/releases)
- [Changelog](https://github.com/symfony/mime/blob/7.1/CHANGELOG.md)
- [Commits](symfony/mime@v7.1.1...v7.1.2)

Updates `symfony/string` from 7.1.1 to 7.1.2
- [Release notes](https://github.com/symfony/string/releases)
- [Changelog](https://github.com/symfony/string/blob/7.1/CHANGELOG.md)
- [Commits](symfony/string@v7.1.1...v7.1.2)

---
updated-dependencies:
- dependency-name: symfony/console
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: symfony/filesystem
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: symfony/mime
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: symfony/string
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Jul 1, 2024
Copy link

composer.lock

Package changes

Package Operation From To About
symfony/console upgrade v7.1.1 v7.1.2 diff
symfony/filesystem upgrade v7.1.1 v7.1.2 diff
symfony/mime upgrade v7.1.1 v7.1.2 diff
symfony/string upgrade v7.1.1 v7.1.2 diff

Settings · Docs · Powered by Private Packagist

@alcohol alcohol merged commit 1087e32 into main Jul 1, 2024
14 checks passed
@alcohol alcohol deleted the dependabot/composer/minor-patch-2b6e6f6deb branch July 1, 2024 10:05
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.

1 participant