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 with 16 updates #1250

Merged
merged 1 commit into from
Nov 6, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 6, 2023

Bumps the symfony group with 16 updates:

Package From To
symfony/cache 6.3.5 6.3.6
symfony/dotenv 6.3.0 6.3.7
symfony/flex 2.3.3 2.4.1
symfony/form 6.3.5 6.3.7
symfony/http-client 6.3.5 6.3.7
symfony/intl 6.3.2 6.3.7
symfony/monolog-bundle 3.8.0 3.10.0
symfony/notifier 6.3.0 6.3.6
symfony/security-bundle 6.3.5 6.3.7
symfony/serializer 6.3.5 6.3.7
symfony/translation 6.3.3 6.3.7
symfony/validator 6.3.5 6.3.7
symfony/webpack-encore-bundle 2.1.0 2.1.1
symfony/yaml 6.3.3 6.3.7
symfony/phpunit-bridge 6.3.2 6.3.6
symfony/web-profiler-bundle 6.3.2 6.3.6

Updates symfony/cache from 6.3.5 to 6.3.6

Release notes

Sourced from symfony/cache's releases.

v6.3.6

Changelog (symfony/cache@v6.3.5...v6.3.6)

Commits
  • 84aff8d Merge branch '5.4' into 6.3
  • 2742d1b [Cache] Remove temporary cache item file on rename() failure
  • 047e7aa [Cache] Fix leftovers in generated Redis proxies
  • 221c1dc [Cache] Add missing @requires extension openssl
  • 71b889c [Cache] Fix ArrayAdapter::freeze() return type
  • 64124ad [Cache][VarExporter] Fix proxy generation to deal with edgy behaviors of inte...
  • e10f456 Fix deps=low
  • 7e940ed Merge branch '5.4' into 6.3
  • 3f75c5b Run high-deps tests with ORM 3 and DBAL 4
  • aa7c136 synchronize the Relay fixture
  • See full diff in compare view

Updates symfony/dotenv from 6.3.0 to 6.3.7

Release notes

Sourced from symfony/dotenv's releases.

v6.3.7

Changelog (symfony/dotenv@v6.3.6...v6.3.7)

  • no significant changes
Commits

Updates symfony/flex from 2.3.3 to 2.4.1

Release notes

Sourced from symfony/flex's releases.

v2.4.1

What's Changed

Full Changelog: symfony/flex@v2.4.0...v2.4.1

Commits
  • ae6dea6 Merge branch '1.x' into 2.x
  • f1cf401 bug #1003 Decouple psr-http-message-bridge from extra.symfony.require for ver...
  • 7c25be3 bug #968 Fix keeping platform requirements when rebooting composer (nicolas-g...
  • 42276be Decouple psr-http-message-bridge from extra.symfony.require for versions befo...
  • 24eb099 Revert change made for the 1.x branch only
  • 57ff04d Merge branch '1.x' into 2.x
  • 7c191ea bug #1000 fix: Replace str_starts_with by strncmp (PHP7 compatibility) (PROFe...
  • 07e35fa fix: Replace str_starts_with by strncmp (PHP7 compatibility)
  • 46bebc3 Merge branch '1.x' into 2.x
  • 5529871 feature #994 feat: support for compose.yml (dunglas)
  • Additional commits viewable in compare view

Updates symfony/form from 6.3.5 to 6.3.7

Release notes

Sourced from symfony/form's releases.

v6.3.7

Changelog (symfony/form@v6.3.6...v6.3.7)

v6.3.6

Changelog (symfony/form@v6.3.5...v6.3.6)

Commits
  • e6743d1 Merge branch '5.4' into 6.3
  • 8768ad1 [Form] Fix merging form data and files (ter)
  • dee98e4 Merge branch '5.4' into 6.3
  • df8ff7f [Form] Skip merging params & files if there are no files in the first place
  • 6af3c25 Merge branch '5.4' into 6.3
  • 54c8fd4 [Form] Fix merging params & files when "multiple" is enabled
  • 1fa2ae7 Merge branch '5.4' into 6.3
  • eaef7a6 Make FormPerformanceTestCase compatible with PHPUnit 10
  • See full diff in compare view

Updates symfony/http-client from 6.3.5 to 6.3.7

Release notes

Sourced from symfony/http-client's releases.

v6.3.7

Changelog (symfony/http-client@v6.3.6...v6.3.7)

v6.3.6

Changelog (symfony/http-client@v6.3.5...v6.3.6)

Commits
  • cd67fca Merge branch '5.4' into 6.3
  • 6cdf6cd [HttpClient] Psr18Client: parse HTTP Reason Phrase for Response
  • ab8446f [HttpClient] Fix type error with http_version 1.1
  • See full diff in compare view

Updates symfony/intl from 6.3.2 to 6.3.7

Release notes

Sourced from symfony/intl's releases.

v6.3.7

Changelog (symfony/intl@v6.3.6...v6.3.7)

Commits

Updates symfony/monolog-bundle from 3.8.0 to 3.10.0

Release notes

Sourced from symfony/monolog-bundle's releases.

3.10.0

  • Add configuration support for SamplingHandler

3.9.0

  • Add support for the WithMonologChannel attribute of Monolog 3.5.0 to autoconfigure the monolog.logger tag
  • Add support for Symfony 7
  • Remove support for Symfony 4
  • Mark classes as internal when relevant
  • Add support for env placeholders in the level option of handlers
Changelog

Sourced from symfony/monolog-bundle's changelog.

3.10.0 (2023-11-06)

  • Add configuration support for SamplingHandler

3.9.0 (2023-11-06)

  • Add support for the WithMonologChannel attribute of Monolog 3.5.0 to autoconfigure the monolog.logger tag
  • Add support for Symfony 7
  • Remove support for Symfony 4
  • Mark classes as internal when relevant
  • Add support for env placeholders in the level option of handlers
Commits
  • 414f951 Update the changelog for 3.10.0
  • 913cb79 Merge pull request #471 from Okhoshi/sampling-config
  • f004f27 Add configuration support for SamplingHandler
  • d14cf79 Release 3.9.0
  • b98138a Merge pull request #468 from stof/channel_attribute
  • 0669745 Add support for the WithMonologChannel attribute of Monolog 3.5
  • 2a96e4f Merge pull request #469 from stof/final_internal_classes
  • 756093a Tag classes as final or internal based on their usages
  • 110a839 Merge pull request #467 from stof/changelog
  • a6eacd2 Add changelog entries for unreleased changes
  • Additional commits viewable in compare view

Updates symfony/notifier from 6.3.0 to 6.3.6

Release notes

Sourced from symfony/notifier's releases.

v6.3.6

Changelog (symfony/notifier@v6.3.5...v6.3.6)

Commits
  • 2e39d4a Merge branch '5.4' into 6.3
  • 73bfa95 [Notifier] Tweak an error message
  • 29700bf Change incorrect message, when the sender in the global envelope or the from ...
  • See full diff in compare view

Updates symfony/security-bundle from 6.3.5 to 6.3.7

Release notes

Sourced from symfony/security-bundle's releases.

v6.3.7

Changelog (symfony/security-bundle@v6.3.6...v6.3.7)

v6.3.6

Changelog (symfony/security-bundle@v6.3.5...v6.3.6)

Commits
  • 8ece4fd Merge branch '5.4' into 6.3
  • 773515c [SecurityBundle] Fix missing login-link element in xsd schema
  • 0b07f38 Fix deps=low
  • 4e7de10 Merge branch '5.4' into 6.3
  • bfc644c [Security] Fix resetting traceable listeners
  • See full diff in compare view

Updates symfony/serializer from 6.3.5 to 6.3.7

Release notes

Sourced from symfony/serializer's releases.

v6.3.7

Changelog (symfony/serializer@v6.3.6...v6.3.7)

v6.3.6

Changelog (symfony/serializer@v6.3.5...v6.3.6)

Commits
  • 641472d Merge branch '5.4' into 6.3
  • ceadb4e bug #51992 [Serializer] Fix using DateIntervalNormalizer with union types (...
  • 1162b7c [Serializer] Fix using DateIntervalNormalizer with union types
  • c70bd5e [Serializer] Handle defaultContext for DateTimeNormalizer
  • 8c5fb71 Merge branch '5.4' into 6.3
  • c54cfbb [Serializer] Fix collecting only first missing constructor argument
  • 94236cb Fix order array sum normalizedData and nestedData
  • See full diff in compare view

Updates symfony/translation from 6.3.3 to 6.3.7

Release notes

Sourced from symfony/translation's releases.

v6.3.7

Changelog (symfony/translation@v6.3.6...v6.3.7)

v6.3.6

Changelog (symfony/translation@v6.3.5...v6.3.6)

Commits
  • 30212e7 Merge branch '5.4' into 6.3
  • 8560dc5 [Intl] Update the ICU data to 74.1
  • 869b26c Merge branch '5.4' into 6.3
  • 96015d7 [Translation] Add missing return type
  • ae10806 Merge branch '5.4' into 6.3
  • 4e40057 [Translation] Prevent creating empty keys when key ends with a period
  • See full diff in compare view

Updates symfony/validator from 6.3.5 to 6.3.7

Release notes

Sourced from symfony/validator's releases.

v6.3.7

Changelog (symfony/validator@v6.3.6...v6.3.7)

  • no significant changes

v6.3.6

Changelog (symfony/validator@v6.3.5...v6.3.6)

Commits
  • 9cc7366 Merge branch '5.4' into 6.3
  • ce65d78 minor #52242 [Security][Validator] Missing translations for Luxembourgish (cr...
  • 1e86c3c [Security][Validator] Missing translations for Luxembourgish
  • e7d4e1c Merge branch '5.4' into 6.3
  • 6830ccb minor #52279 [Validator] Add missing Chinese translations (ycchuang99)
  • 150888f [Validator] Add missing Chinese translations #51934
  • 59fdc8a [Validator] fix: add missing translations for for Thai (th)
  • cff6cf0 Merge branch '5.4' into 6.3
  • 1b90c60 minor #52284 [Validator] fix tests on AppVeyor (xabbuh)
  • ae27b4f fix tests on AppVeyor
  • Additional commits viewable in compare view

Updates symfony/webpack-encore-bundle from 2.1.0 to 2.1.1

Release notes

Sourced from symfony/webpack-encore-bundle's releases.

Fix type support for Symfony 7

Hi Webpackers!

A small bug fix to match return types in Symfony 7.

Full Changes: symfony/webpack-encore-bundle@v2.1.0...v2.1.1

Have fun!

Commits

Updates symfony/yaml from 6.3.3 to 6.3.7

Release notes

Sourced from symfony/yaml's releases.

v6.3.7

Changelog (symfony/yaml@v6.3.6...v6.3.7)

Commits

Updates symfony/phpunit-bridge from 6.3.2 to 6.3.6

Release notes

Sourced from symfony/phpunit-bridge's releases.

v6.3.6

Changelog (symfony/phpunit-bridge@v6.3.5...v6.3.6)

  • no significant changes
Commits

Updates symfony/web-profiler-bundle from 6.3.2 to 6.3.6

Release notes

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

v6.3.6

Changelog (symfony/web-profiler-bundle@v6.3.5...v6.3.6)

Commits
  • 249cb24 Merge branch '5.4' into 6.3
  • 3ad75bc [WebProfilerBundle] Fix markup to make link to profiler appear on errored WDT
  • See full diff 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 symfony group with 16 updates:

| Package | From | To |
| --- | --- | --- |
| [symfony/cache](https://github.com/symfony/cache) | `6.3.5` | `6.3.6` |
| [symfony/dotenv](https://github.com/symfony/dotenv) | `6.3.0` | `6.3.7` |
| [symfony/flex](https://github.com/symfony/flex) | `2.3.3` | `2.4.1` |
| [symfony/form](https://github.com/symfony/form) | `6.3.5` | `6.3.7` |
| [symfony/http-client](https://github.com/symfony/http-client) | `6.3.5` | `6.3.7` |
| [symfony/intl](https://github.com/symfony/intl) | `6.3.2` | `6.3.7` |
| [symfony/monolog-bundle](https://github.com/symfony/monolog-bundle) | `3.8.0` | `3.10.0` |
| [symfony/notifier](https://github.com/symfony/notifier) | `6.3.0` | `6.3.6` |
| [symfony/security-bundle](https://github.com/symfony/security-bundle) | `6.3.5` | `6.3.7` |
| [symfony/serializer](https://github.com/symfony/serializer) | `6.3.5` | `6.3.7` |
| [symfony/translation](https://github.com/symfony/translation) | `6.3.3` | `6.3.7` |
| [symfony/validator](https://github.com/symfony/validator) | `6.3.5` | `6.3.7` |
| [symfony/webpack-encore-bundle](https://github.com/symfony/webpack-encore-bundle) | `2.1.0` | `2.1.1` |
| [symfony/yaml](https://github.com/symfony/yaml) | `6.3.3` | `6.3.7` |
| [symfony/phpunit-bridge](https://github.com/symfony/phpunit-bridge) | `6.3.2` | `6.3.6` |
| [symfony/web-profiler-bundle](https://github.com/symfony/web-profiler-bundle) | `6.3.2` | `6.3.6` |


Updates `symfony/cache` from 6.3.5 to 6.3.6
- [Release notes](https://github.com/symfony/cache/releases)
- [Changelog](https://github.com/symfony/cache/blob/6.3/CHANGELOG.md)
- [Commits](symfony/cache@v6.3.5...v6.3.6)

Updates `symfony/dotenv` from 6.3.0 to 6.3.7
- [Release notes](https://github.com/symfony/dotenv/releases)
- [Changelog](https://github.com/symfony/dotenv/blob/6.3/CHANGELOG.md)
- [Commits](symfony/dotenv@v6.3.0...v6.3.7)

Updates `symfony/flex` from 2.3.3 to 2.4.1
- [Release notes](https://github.com/symfony/flex/releases)
- [Commits](symfony/flex@v2.3.3...v2.4.1)

Updates `symfony/form` from 6.3.5 to 6.3.7
- [Release notes](https://github.com/symfony/form/releases)
- [Changelog](https://github.com/symfony/form/blob/6.3/CHANGELOG.md)
- [Commits](symfony/form@v6.3.5...v6.3.7)

Updates `symfony/http-client` from 6.3.5 to 6.3.7
- [Release notes](https://github.com/symfony/http-client/releases)
- [Changelog](https://github.com/symfony/http-client/blob/6.3/CHANGELOG.md)
- [Commits](symfony/http-client@v6.3.5...v6.3.7)

Updates `symfony/intl` from 6.3.2 to 6.3.7
- [Release notes](https://github.com/symfony/intl/releases)
- [Changelog](https://github.com/symfony/intl/blob/6.3/CHANGELOG.md)
- [Commits](symfony/intl@v6.3.2...v6.3.7)

Updates `symfony/monolog-bundle` from 3.8.0 to 3.10.0
- [Release notes](https://github.com/symfony/monolog-bundle/releases)
- [Changelog](https://github.com/symfony/monolog-bundle/blob/master/CHANGELOG.md)
- [Commits](symfony/monolog-bundle@v3.8.0...v3.10.0)

Updates `symfony/notifier` from 6.3.0 to 6.3.6
- [Release notes](https://github.com/symfony/notifier/releases)
- [Changelog](https://github.com/symfony/notifier/blob/6.3/CHANGELOG.md)
- [Commits](symfony/notifier@v6.3.0...v6.3.6)

Updates `symfony/security-bundle` from 6.3.5 to 6.3.7
- [Release notes](https://github.com/symfony/security-bundle/releases)
- [Changelog](https://github.com/symfony/security-bundle/blob/6.3/CHANGELOG.md)
- [Commits](symfony/security-bundle@v6.3.5...v6.3.7)

Updates `symfony/serializer` from 6.3.5 to 6.3.7
- [Release notes](https://github.com/symfony/serializer/releases)
- [Changelog](https://github.com/symfony/serializer/blob/6.3/CHANGELOG.md)
- [Commits](symfony/serializer@v6.3.5...v6.3.7)

Updates `symfony/translation` from 6.3.3 to 6.3.7
- [Release notes](https://github.com/symfony/translation/releases)
- [Changelog](https://github.com/symfony/translation/blob/6.3/CHANGELOG.md)
- [Commits](symfony/translation@v6.3.3...v6.3.7)

Updates `symfony/validator` from 6.3.5 to 6.3.7
- [Release notes](https://github.com/symfony/validator/releases)
- [Changelog](https://github.com/symfony/validator/blob/6.3/CHANGELOG.md)
- [Commits](symfony/validator@v6.3.5...v6.3.7)

Updates `symfony/webpack-encore-bundle` from 2.1.0 to 2.1.1
- [Release notes](https://github.com/symfony/webpack-encore-bundle/releases)
- [Changelog](https://github.com/symfony/webpack-encore-bundle/blob/2.x/CHANGELOG.md)
- [Commits](symfony/webpack-encore-bundle@v2.1.0...v2.1.1)

Updates `symfony/yaml` from 6.3.3 to 6.3.7
- [Release notes](https://github.com/symfony/yaml/releases)
- [Changelog](https://github.com/symfony/yaml/blob/6.3/CHANGELOG.md)
- [Commits](symfony/yaml@v6.3.3...v6.3.7)

Updates `symfony/phpunit-bridge` from 6.3.2 to 6.3.6
- [Release notes](https://github.com/symfony/phpunit-bridge/releases)
- [Changelog](https://github.com/symfony/phpunit-bridge/blob/6.3/CHANGELOG.md)
- [Commits](symfony/phpunit-bridge@v6.3.2...v6.3.6)

Updates `symfony/web-profiler-bundle` from 6.3.2 to 6.3.6
- [Release notes](https://github.com/symfony/web-profiler-bundle/releases)
- [Changelog](https://github.com/symfony/web-profiler-bundle/blob/6.3/CHANGELOG.md)
- [Commits](symfony/web-profiler-bundle@v6.3.2...v6.3.6)

---
updated-dependencies:
- dependency-name: symfony/cache
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: symfony
- dependency-name: symfony/dotenv
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: symfony
- dependency-name: symfony/flex
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: symfony
- dependency-name: symfony/form
  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/intl
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: symfony
- dependency-name: symfony/monolog-bundle
  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/security-bundle
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: symfony
- dependency-name: symfony/serializer
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: symfony
- dependency-name: symfony/translation
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: symfony
- dependency-name: symfony/validator
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: symfony
- dependency-name: symfony/webpack-encore-bundle
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: symfony
- dependency-name: symfony/yaml
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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 Pull requests that update Php code labels Nov 6, 2023
@jbelien jbelien enabled auto-merge (squash) November 6, 2023 20:32
@jbelien jbelien merged commit 3cba8a9 into 2.x Nov 6, 2023
@jbelien jbelien deleted the dependabot/composer/2.x/symfony-40c40e8a4b branch November 6, 2023 20:34
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