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 symfony group across 1 directory with 13 updates #957

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the symfony group with 12 updates in the / directory:

Package From To
symfony/doctrine-messenger 7.1.1 7.1.2
symfony/http-client 7.1.1 7.1.2
symfony/mailer 7.1.1 7.1.2
symfony/mime 7.0.9 7.1.2
symfony/notifier 7.1.1 7.1.2
symfony/process 7.0.8 7.1.1
symfony/property-access 7.0.8 7.1.1
symfony/property-info 7.0.9 7.1.2
symfony/serializer 7.1.1 7.1.2
symfony/string 7.0.9 7.1.2
symfony/phpunit-bridge 7.1.1 7.1.2
symfony/web-profiler-bundle 7.1.1 7.1.2

Updates symfony/doctrine-messenger from 7.1.1 to 7.1.2

Release notes

Sourced from symfony/doctrine-messenger's releases.

v7.1.2

Changelog (symfony/doctrine-messenger@v7.1.1...v7.1.2)

  • no significant changes
Commits

Updates symfony/http-client from 7.1.1 to 7.1.2

Release notes

Sourced from symfony/http-client's releases.

v7.1.2

Changelog (symfony/http-client@v7.1.1...v7.1.2)

Commits
  • 90ace27 Merge branch '7.0' into 7.1
  • 10be572 Merge branch '6.4' into 7.0
  • 6e9db00 Merge branch '5.4' into 6.4
  • 87ca825 [HttpClient][Mailer] Revert "Let curl handle transfer encoding", use HTTP/1.1...
  • 9aa7828 [HttpClient] Fix initializing InformationalChunk
  • a8a3352 Merge branch '7.0' into 7.1
  • bf1d08a Merge branch '6.4' into 7.0
  • 979bda8 Merge branch '5.4' into 6.4
  • 60caaca [HttpClient] Fix parsing SSE
  • See full diff in compare view

Updates symfony/mailer from 7.1.1 to 7.1.2

Release notes

Sourced from symfony/mailer's releases.

v7.1.2

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

Commits

Updates symfony/messenger from 7.0.8 to 7.0.9

Release notes

Sourced from symfony/messenger's releases.

v7.0.9

Changelog (symfony/messenger@v7.0.8...v7.0.9)

Commits

Updates symfony/mime from 7.0.9 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

v7.1.1

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

v7.1.0

Changelog (symfony/mime@v7.1.0-RC1...v7.1.0)

v7.1.0-RC1

Changelog (symfony/mime@v7.1.0-BETA1...v7.1.0-RC1)

  • no significant changes
Commits

Updates symfony/notifier from 7.1.1 to 7.1.2

Release notes

Sourced from symfony/notifier's releases.

v7.1.2

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

Commits

Updates symfony/process from 7.0.8 to 7.1.1

Release notes

Sourced from symfony/process's releases.

v7.1.1

Changelog (symfony/process@v7.1.0...v7.1.1)

  • no significant changes

v7.1.0

Changelog (symfony/process@v7.1.0-RC1...v7.1.0)

  • no significant changes

v7.1.0-RC1

Changelog (symfony/process@v7.1.0-BETA1...v7.1.0-RC1)

v7.1.0-BETA1

Changelog (symfony/process@v7.0.7...v7.1.0-BETA1)

Changelog

Sourced from symfony/process's changelog.

CHANGELOG

7.1

  • Add Process::setIgnoredSignals() to disable signal propagation to the child process

6.4

  • Add PhpSubprocess to handle PHP subprocesses that take over the configuration from their parent
  • Add RunProcessMessage and RunProcessMessageHandler
  • Support using Process::findExecutable() independently of open_basedir

5.2.0

  • added Process::setOptions() to set Process specific options
  • added option create_new_console to allow a subprocess to continue to run after the main script exited, both on Linux and on Windows

5.1.0

  • added Process::getStartTime() to retrieve the start time of the process as float

5.0.0

  • removed Process::inheritEnvironmentVariables()
  • removed PhpProcess::setPhpBinary()
  • Process must be instantiated with a command array, use Process::fromShellCommandline() when the command should be parsed by the shell
  • removed Process::setCommandLine()

4.4.0

  • deprecated Process::inheritEnvironmentVariables(): env variables are always inherited.
  • added Process::getLastOutputTime() method

4.2.0

  • added the Process::fromShellCommandline() to run commands in a shell wrapper
  • deprecated passing a command as string when creating a Process instance
  • deprecated the Process::setCommandline() and the PhpProcess::setPhpBinary() methods
  • added the Process::waitUntil() method to wait for the process only for a specific output, then continue the normal execution of your application

... (truncated)

Commits
  • febf901 Merge branch '7.0' into 7.1
  • 56c8a1e Merge branch '7.0' into 7.1
  • 2f00ea0 Merge branch '7.0' into 7.1
  • 8e99b1b fix(process): don't call sigprocmask if there is no ignored signals
  • 14730a2 feat(process): allow to ignore signals when executing a process
  • cebb2ae chore: CS fixes
  • ef909ca Merge branch '7.0' into 7.1
  • 67f5d2d Merge branch '7.0' into 7.1
  • 1c0721a Merge branch '7.0' into 7.1
  • bf2a95a Merge branch '7.0' into 7.1
  • See full diff in compare view

Updates symfony/property-access from 7.0.8 to 7.1.1

Release notes

Sourced from symfony/property-access's releases.

v7.1.1

Changelog (symfony/property-access@v7.1.0...v7.1.1)

  • no significant changes

v7.1.0

Changelog (symfony/property-access@v7.1.0-RC1...v7.1.0)

  • no significant changes

v7.1.0-RC1

Changelog (symfony/property-access@v7.1.0-BETA1...v7.1.0-RC1)

  • no significant changes

v7.1.0-BETA1

Changelog (symfony/property-access@v7.0.7...v7.1.0-BETA1)

Commits

Updates symfony/property-info from 7.0.9 to 7.1.2

Release notes

Sourced from symfony/property-info's releases.

v7.1.2

Changelog (symfony/property-info@v7.1.1...v7.1.2)

v7.1.1

Changelog (symfony/property-info@v7.1.0...v7.1.1)

  • no significant changes

v7.1.0

Changelog (symfony/property-info@v7.1.0-RC1...v7.1.0)

  • no significant changes

v7.1.0-RC1

Changelog (symfony/property-info@v7.1.0-BETA1...v7.1.0-RC1)

  • no significant changes

v7.1.0-BETA1

Changelog (symfony/property-info@v7.0.7...v7.1.0-BETA1)

Changelog

Sourced from symfony/property-info's changelog.

CHANGELOG

7.1

  • Introduce PropertyDocBlockExtractorInterface to extract a property's doc block
  • Restrict access to PhpStanExtractor based on visibility
  • Add PropertyTypeExtractorInterface::getType() as experimental

6.4

  • Make properties writable when a setter in camelCase exists, similar to the camelCase getter

6.1

  • Add support for phpDocumentor and PHPStan pseudo-types
  • Add PHP 8.0 promoted properties @param mutation support to PhpDocExtractor
  • Add PHP 8.0 promoted properties @param mutation support to PhpStanExtractor

6.0

  • Remove the Type::getCollectionKeyType() and Type::getCollectionValueType() methods, use Type::getCollectionKeyTypes() and Type::getCollectionValueTypes() instead
  • Remove the enable_magic_call_extraction context option in ReflectionExtractor::getWriteInfo() and ReflectionExtractor::getReadInfo() in favor of enable_magic_methods_extraction

5.4

  • Add PhpStanExtractor

5.3

  • Add support for multiple types for collection keys & values
  • Deprecate the Type::getCollectionKeyType() and Type::getCollectionValueType() methods, use Type::getCollectionKeyTypes() and Type::getCollectionValueTypes() instead

5.2.0

  • deprecated the enable_magic_call_extraction context option in ReflectionExtractor::getWriteInfo() and ReflectionExtractor::getReadInfo() in favor of enable_magic_methods_extraction

5.1.0

  • Add support for extracting accessor and mutator via PHP Reflection

4.3.0

... (truncated)

Commits
  • d7b91e4 [PropertyInfo] Fix generics related test
  • 852c7d5 Merge branch '7.0' into 7.1
  • 0f80f81 Merge branch '7.0' into 7.1
  • b10cb8c Add missing UPGRADE notes for 7.1
  • 7fc2e1f remove no longer needed deprecation contracts
  • a534b15 [PropertyInfo] remove deprecations, mark TypeInfo as experimental
  • 16918fc Merge branch '7.0' into 7.1
  • 20b1875 Merge branch '7.0' into 7.1
  • 96094ad feature #53160 [PropertyInfo] Deprecate PropertyInfo Type (mtarld)
  • 41b5881 [PropertyInfo] Deprecate PropertyInfo Type
  • Additional commits viewable in compare view

Updates symfony/serializer from 7.1.1 to 7.1.2

Release notes

Sourced from symfony/serializer's releases.

v7.1.2

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

Commits
  • d207767 bug #57541 [Serializer] [ObjectNormalizer] Use bool filter when FILTER_BOOL i...
  • 5969918 [Serializer] [ObjectNormalizer] Use bool filter when FILTER_BOOL is set
  • a61c583 forward exceptions caught in the AbstractObjectNormalizer
  • 7d12e1a [Serializer] Check if exception message in test is correct
  • 6266026 [Serializer] Fix access to wrong Type class
  • 5d03a74 Merge branch '7.0' into 7.1
  • 1459271 Merge branch '6.4' into 7.0
  • 240a7bb add missing method
  • 7dfc0da fix merge
  • 27859b6 fix merge
  • Additional commits viewable in compare view

Updates symfony/string from 7.0.9 to 7.1.2

Release notes

Sourced from symfony/string's releases.

v7.1.2

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

v7.1.1

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

v7.1.0

Changelog (symfony/string@v7.1.0-RC1...v7.1.0)

  • no significant changes

v7.1.0-RC1

Changelog (symfony/string@v7.1.0-BETA1...v7.1.0-RC1)

v7.1.0-BETA1

Changelog (symfony/string@v7.0.7...v7.1.0-BETA1)

Changelog

Sourced from symfony/string's changelog.

CHANGELOG

7.1

  • Add localeLower(), localeUpper(), localeTitle() methods to AbstractUnicodeString

6.2

  • Add support for emoji in AsciiSlugger

5.4

  • Add trimSuffix() and trimPrefix() methods

5.3

  • Made AsciiSlugger fallback to parent locale's symbolsMap

5.2.0

  • added a FrenchInflector class

5.1.0

  • added the AbstractString::reverse() method
  • made AbstractString::width() follow POSIX.1-2001
  • added LazyString which provides memoizing stringable objects
  • The component is not marked as @experimental anymore
  • added the s() helper method to get either an UnicodeString or ByteString instance, depending of the input string UTF-8 compliancy
  • added $cut parameter to Symfony\Component\String\AbstractString::truncate()
  • added AbstractString::containsAny()
  • allow passing a string of custom characters to ByteString::fromRandom()

5.0.0

  • added the component as experimental
Commits

Updates symfony/phpunit-bridge from 7.1.1 to 7.1.2

Release notes

Sourced from symfony/phpunit-bridge's releases.

v7.1.2

Changelog (symfony/phpunit-bridge@v7.1.1...v7.1.2)

  • no significant changes
Commits

Updates symfony/web-profiler-bundle from 7.1.1 to 7.1.2

Release notes

Sourced from symfony/web-profiler-bundle's releases.

v7.1.2

Changelog (symfony/web-profiler-bundle@v7.1.1...v7.1.2)

  • no significant changes
Commits

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 symfony group with 12 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [symfony/doctrine-messenger](https://github.com/symfony/doctrine-messenger) | `7.1.1` | `7.1.2` |
| [symfony/http-client](https://github.com/symfony/http-client) | `7.1.1` | `7.1.2` |
| [symfony/mailer](https://github.com/symfony/mailer) | `7.1.1` | `7.1.2` |
| [symfony/mime](https://github.com/symfony/mime) | `7.0.9` | `7.1.2` |
| [symfony/notifier](https://github.com/symfony/notifier) | `7.1.1` | `7.1.2` |
| [symfony/process](https://github.com/symfony/process) | `7.0.8` | `7.1.1` |
| [symfony/property-access](https://github.com/symfony/property-access) | `7.0.8` | `7.1.1` |
| [symfony/property-info](https://github.com/symfony/property-info) | `7.0.9` | `7.1.2` |
| [symfony/serializer](https://github.com/symfony/serializer) | `7.1.1` | `7.1.2` |
| [symfony/string](https://github.com/symfony/string) | `7.0.9` | `7.1.2` |
| [symfony/phpunit-bridge](https://github.com/symfony/phpunit-bridge) | `7.1.1` | `7.1.2` |
| [symfony/web-profiler-bundle](https://github.com/symfony/web-profiler-bundle) | `7.1.1` | `7.1.2` |



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

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

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

Updates `symfony/messenger` from 7.0.8 to 7.0.9
- [Release notes](https://github.com/symfony/messenger/releases)
- [Changelog](https://github.com/symfony/messenger/blob/7.1/CHANGELOG.md)
- [Commits](symfony/messenger@v7.0.8...v7.0.9)

Updates `symfony/mime` from 7.0.9 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.0.9...v7.1.2)

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

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

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

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

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

Updates `symfony/string` from 7.0.9 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.0.9...v7.1.2)

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

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

---
updated-dependencies:
- dependency-name: symfony/doctrine-messenger
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: symfony
- dependency-name: symfony/http-client
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: symfony
- dependency-name: symfony/mailer
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: symfony
- dependency-name: symfony/messenger
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: symfony
- dependency-name: symfony/mime
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: symfony
- dependency-name: symfony/notifier
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: symfony
- dependency-name: symfony/process
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: symfony
- dependency-name: symfony/property-access
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: symfony
- dependency-name: symfony/property-info
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: symfony
- dependency-name: symfony/serializer
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: symfony
- dependency-name: symfony/string
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: symfony
- dependency-name: symfony/phpunit-bridge
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: symfony
- dependency-name: symfony/web-profiler-bundle
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: symfony
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Issues or pull requests related to PHP labels Jul 1, 2024
@qdequippe
Copy link
Collaborator

@dependabot rebase

@qdequippe qdequippe enabled auto-merge (squash) July 1, 2024 15:15
@qdequippe
Copy link
Collaborator

@dependabot recreate

1 similar comment
@qdequippe
Copy link
Collaborator

@dependabot recreate

Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 3, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Jul 3, 2024
auto-merge was automatically disabled July 3, 2024 17:14

Pull request was closed

@dependabot dependabot bot deleted the dependabot/composer/symfony-feb84d11f2 branch July 3, 2024 17:14
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 Issues or pull requests related to PHP
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant