Skip to content

Update symfony/var-dumper from v6.3.0 to v6.4.3 - #468

Closed
violinist-bot wants to merge 1 commit into
SignWo:11.xfrom
violinist-dev:symfonyvardumperv630v643
Closed

Update symfony/var-dumper from v6.3.0 to v6.4.3#468
violinist-bot wants to merge 1 commit into
SignWo:11.xfrom
violinist-dev:symfonyvardumperv630v643

Conversation

@violinist-bot

Copy link
Copy Markdown

If you have a high test coverage index, and your tests for this pull request are passing, it should be both safe and recommended to merge this update.

Updated packages

Some times an update also needs new or updated dependencies to be installed. Even if this branch is for updating one dependency, it might contain other installs or updates. All of the updates in this branch can be found here:

  • symfony/deprecation-contracts: v3.4.0 (updated from v3.3.0)
  • symfony/polyfill-mbstring: v1.28.0 (updated from v1.27.0)
  • symfony/var-dumper: v6.4.3 (updated from v6.3.0)

Release notes

Here are the release notes for all versions released between your current running version, and the version this PR updates the package to.

List of release notes

Changed files

Here is a list of changed files between the version you use, and the version this pull request updates to:

List of changed files
 CHANGELOG.md
Caster/Caster.php
Caster/ClassStub.php
Caster/ConstStub.php
Caster/DateCaster.php
Caster/DsPairStub.php
Caster/FFICaster.php
Caster/LinkStub.php
Caster/SplCaster.php
Caster/TraceStub.php
Caster/UninitializedStub.php
Caster/XmlReaderCaster.php
Cloner/AbstractCloner.php
Cloner/Data.php
Dumper/AbstractDumper.php
Dumper/CliDumper.php
Dumper/ContextProvider/SourceContextProvider.php
Dumper/HtmlDumper.php
Dumper/ServerDumper.php
Resources/functions/dump.php
Server/Connection.php
Server/DumpServer.php
Test/VarDumperTestTrait.php
Tests/Caster/CasterTest.php
Tests/Caster/DateCasterTest.php
Tests/Caster/DoctrineCasterTest.php
Tests/Caster/ExceptionCasterTest.php
Tests/Caster/FFICasterTest.php
Tests/Caster/FiberCasterTest.php
Tests/Caster/IntlCasterTest.php
Tests/Caster/MysqliCasterTest.php
Tests/Caster/PdoCasterTest.php
Tests/Caster/RdKafkaCasterTest.php
Tests/Caster/ReflectionCasterTest.php
Tests/Caster/SplCasterTest.php
Tests/Caster/XmlReaderCasterTest.php
Tests/Command/Descriptor/CliDescriptorTest.php
Tests/Command/Descriptor/HtmlDescriptorTest.php
Tests/Dumper/CliDumperTest.php
Tests/Dumper/functions/dd_with_named_args.phpt
Tests/Dumper/functions/dump_data_collector_with_spl_array.phpt
Tests/Dumper/functions/dump_with_named_args.phpt
Tests/Dumper/functions/dump_without_args.phpt
VarDumper.php
composer.json

Changelog

Here is a list of changes between the version you use, and the version this pull request updates to:

  • 0435a08Fix implicitly-required parameters
  • 3e7b782Merge branch '6.3' into 6.4
  • 88fddc7Merge branch '5.4' into 6.3
  • ce4685bFix implicitly-required parameters
  • acfee11Apply php-cs-fixer fix --rules nullable_type_declaration_for_default_null_value
  • b5536d9Merge branch '5.4' into 6.3
  • 7a42c97Merge branch '6.3' into 6.4
  • 2481df6Merge branch '5.4' into 6.3
  • acd3186fix tests
  • e3c88f2Merge branch '6.3' into 6.4
  • 526eef8Merge branch '5.4' into 6.3
  • 462cbc0[VarDumper] Fix missing colors initialization in CliDumper
  • 68d6573Merge branch '6.3' into 6.4
  • 376d3c6[VarDumper] Fix CSS alignment in HtmlDumper
  • f0873fdMerge branch '6.3' into 6.4
  • a52ec2b[VarDumper] Test intl formatter broken since dumper does not replace the nnbsp character by standard space
  • c40f7d1Merge branch '6.3' into 6.4
  • 81acabbAccept mixed key on DsPairStub
  • 44d76a0bug #52272 [VarDump] Fix order of dumped properties - parent goes first (lyrixx)
  • 6b4d196[VarDump] Fix order of dumped properties - parent goes first
  • 86901b1[HttpKernel] Add parameters kernel.runtime_modeandkernel.runtime_mode.*, all set from env var APP_RUNTIME_MODE``
  • 87e0d10[VarDumper] Fix accepting legacy FileLinkFormatter
  • df58ba3[ErrorHandler] Improve fileLinkFormat handling
  • 4e6c3f4Merge branch '6.3' into 6.4
  • 999ede2Run tests with ORM 3 and DBAL 4
  • 10d1fa4Minor CS fixes
  • 3d99993Merge branch '5.4' into 6.3
  • 6172e4aMake tests green again
  • 86cb4d6Make tests green again
  • 79607ea[VarDumper][FrameworkBundle] Remove checking if OutputFormatterStyle setHref method exist
  • eafcac5Merge branch '6.3' into 6.4
  • 2027be1Merge branch '5.4' into 6.3
  • 684b36f[VarDumper] Fix managing collapse state in CliDumper
  • 23c7dd6Merge branch '6.3' into 6.4
  • 77fb4f2Fix symfony/deprecation-contracts require
  • 4d8c28bfeature #51130 [VarDumper] Dump uninitialized properties (nicolas-grekas)
  • 3057a7bminor #51150 Use Stringable interface as much as possible (VincentLanglet)
  • 1d373deUse Stringable interface as much as possible
  • b61238e[VarDumper] Dump uninitialized properties
  • 47a3c07Ensure all properties have a type
  • f7b4ac8minor #51096 Use more "First class callable syntax" + Normalize set_error_handler/set_exception_handler calls (lyrixx)
  • 74b4173Use more "First class callable syntax" + Normalize set_error_handler/set_exception_handler calls
  • 8179419Use typed properties in tests as much as possible
  • 13aa695Merge branch '6.3' into 6.4
  • 34e5ca6Merge branch '6.2' into 6.3
  • 297051f[VarDumper] fix test
  • f3db0c8Merge branch '6.3' into 6.4
  • b903245Merge branch '6.2' into 6.3
  • 1944d07Merge branch '5.4' into 6.2
  • 9b4691bMerge branch '6.3' into 6.4
  • f504692Merge branch '6.2' into 6.3
  • 6fd823bMerge branch '5.4' into 6.2
  • e706c99[VarDumper] Fix dumping ArrayObjectwithDumpDataCollector``
  • 4e90aa3[VarDumper] Add tests to demonstrate a bug when dumping ArrayObject with full stack fmk
  • bdda4eafeature #50842 Add missing return types to magic methods (wouterj)
  • feebb43Add missing return types to magic methods
  • e703011Merge branch '6.3' into 6.4
  • fafab0dMerge branch '6.2' into 6.3
  • 5774ae9Merge branch '5.4' into 6.2
  • 4684507enforce UTC timezone in test
  • 4415fa3Merge branch '6.3' into 6.4
  • c81268dMerge branch '6.2' into 6.3
  • facbf30Merge branch '5.4' into 6.2
  • 82269f7[VarDumper] Dumping DateTime throws error if getTimezone is false
  • 3061010Merge branch '6.3' into 6.4
  • 90caf9f[VarDumper] Add named arguments coverage of VarDumper's function
  • 36579a1[VarDumper] Use documentElement instead of body for JS flag
  • fee83bbMerge branch '6.3' into 6.4
  • 6472ed3Merge branch '6.3' into 6.4
  • d7843b6Merge branch '6.3' into 6.4
  • 654356c[6.4] Allow 7.0 deps

This is an automated pull request from Violinist: Continuously and automatically monitor and update your composer dependencies. Have ideas on how to improve this message? All violinist messages are open-source, and can be improved here.

@truls1502

Copy link
Copy Markdown
Member

This will now be closed, since it has been superseded by #478.

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@violinist-bot@truls1502