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

Update symfony/var-dumper from v6.2.5 to v6.3.4 #373

Open
wants to merge 1 commit into
base: 10.1.x
Choose a base branch
from

Conversation

violinist-bot
Copy link

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.3.0 (updated from v3.2.0)
  • symfony/var-dumper: v6.3.4 (updated from v6.2.5)

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/AmqpCaster.php
  Caster/Caster.php
  Caster/ClassStub.php
  Caster/DOMCaster.php
  Caster/DateCaster.php
  Caster/DoctrineCaster.php
  Caster/ExceptionCaster.php
  Caster/FiberCaster.php
  Caster/IntlCaster.php
  Caster/LinkStub.php
  Caster/MemcachedCaster.php
  Caster/PdoCaster.php
  Caster/PgSqlCaster.php
  Caster/ProxyManagerCaster.php
  Caster/RdKafkaCaster.php
  Caster/RedisCaster.php
  Caster/ReflectionCaster.php
  Caster/ResourceCaster.php
  Caster/ScalarStub.php
  Caster/SplCaster.php
  Caster/StubCaster.php
  Caster/SymfonyCaster.php
  Caster/XmlReaderCaster.php
  Caster/XmlResourceCaster.php
  Cloner/AbstractCloner.php
  Cloner/Data.php
  Cloner/DumperInterface.php
  Cloner/Stub.php
  Cloner/VarCloner.php
  Command/ServerDumpCommand.php
  Dumper/AbstractDumper.php
  Dumper/CliDumper.php
  Dumper/ContextProvider/SourceContextProvider.php
  Dumper/ContextualizedDumper.php
  Dumper/DataDumperInterface.php
  Dumper/HtmlDumper.php
  Dumper/ServerDumper.php
  LICENSE
  Resources/functions/dump.php
  Server/Connection.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/MysqliCasterTest.php
  Tests/Caster/RdKafkaCasterTest.php
  Tests/Caster/RedisCasterTest.php
  Tests/Caster/SplCasterTest.php
  Tests/Caster/StubCasterTest.php
  Tests/Caster/XmlReaderCasterTest.php
  Tests/Cloner/VarClonerTest.php
  Tests/Command/Descriptor/CliDescriptorTest.php
  Tests/Command/Descriptor/HtmlDescriptorTest.php
  Tests/Command/ServerDumpCommandTest.php
  Tests/Dumper/CliDumperTest.php
  Tests/Dumper/ContextProvider/RequestContextProviderTest.php
  Tests/Dumper/ContextualizedDumperTest.php
  Tests/Dumper/FunctionsTest.php
  Tests/Dumper/HtmlDumperTest.php
  Tests/Dumper/functions/dd_with_multiple_args.phpt
  Tests/Dumper/functions/dd_with_named_args.phpt
  Tests/Dumper/functions/dd_with_null.phpt
  Tests/Dumper/functions/dd_with_single_arg.phpt
  Tests/Dumper/functions/dump_data_collector_with_spl_array.phpt
  Tests/Dumper/functions/dump_with_multiple_args.phpt
  Tests/Dumper/functions/dump_with_named_args.phpt
  Tests/Dumper/functions/dump_with_null.phpt
  Tests/Dumper/functions/dump_with_single_arg.phpt
  Tests/Dumper/functions/dump_without_args.phpt
  Tests/Fixtures/dumb-var.php
  VarDumper.php
  composer.json
  phpunit.xml.dist

Changelog

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

  • 2027be1 Merge branch '5.4' into 6.3
  • 684b36f [VarDumper] Fix managing collapse state in CliDumper
  • 77fb4f2 Fix symfony/deprecation-contracts require
  • 34e5ca6 Merge branch '6.2' into 6.3
  • 297051f [VarDumper] fix test
  • b903245 Merge branch '6.2' into 6.3
  • 1944d07 Merge branch '5.4' into 6.2
  • f504692 Merge branch '6.2' into 6.3
  • 6fd823b Merge 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
  • fafab0d Merge branch '6.2' into 6.3
  • 5774ae9 Merge branch '5.4' into 6.2
  • 4684507 enforce UTC timezone in test
  • c81268d Merge branch '6.2' into 6.3
  • facbf30 Merge branch '5.4' into 6.2
  • 82269f7 [VarDumper] Dumping DateTime throws error if getTimezone is false
  • 90caf9f [VarDumper] Add named arguments coverage of VarDumper's function
  • 36579a1 [VarDumper] Use documentElement instead of body for JS flag
  • 6acdcd5 Merge branch '6.2' into 6.3
  • 7d10f2a Merge branch '5.4' into 6.2
  • 8e12706 [5.4] Allow PhpUnitBridge v7
  • b34e418 minor #50427 [VarDumper] Fix failures on appveyor (nicolas-grekas)
  • 81fb69e bug #50397 [HttpKernel][VarDumper] Fix dumping with labels (nicolas-grekas)
  • 834accf [VarDumper][HttpKernel] Fix dumping with labels
  • c281188 [VarDumper] Fix failures on appveyor
  • 5008fa8 [VarDumper] Fix dd()showing line withnull``
  • a93ec17 Fix merge
  • 4e84b97 [VarDumper][DebugBundle] Fix dump labels compatibility
  • 64a3403 minor #49977 [VarDumper] Reduce stylesheet assignments via JavaScript in HtmlDumper (ohader)
  • 54894d9 [VarDumper] Reduce stylesheet assignments via JavaScript in HtmlDumper``
  • b53bbaa [VarDumper] Fix HTML of invisible characters
  • 7dbe8a6 Add "composer require..." in all exception messages when needed
  • c329ed0 Merge branch '6.2' into 6.3
  • 41a750a Merge branch '5.4' into 6.2
  • 9a8a5b6 [VarDumper] Make the server TCP connection sync
  • 3f026af cs fix
  • 5767c81 [VarDumper] Add missing return types
  • cb21bc9 Fix the test for casting FlattenException on Windows
  • 00eb022 Fix tests
  • c007934 Merge branch '6.2' into 6.3
  • 7113186 [VarDumper] Add a caster for the FlattenException
  • d37ab67 Merge branch '5.4' into 6.2
  • a3ee7db [VarDumper] Add Caster::PATTERN_PRIVATE to help builing key
  • e2edac9 [VarDumper] Disable links for IntelliJ platform
  • efc8f5d [ErrorHandler] Rewrite logic to dump exception properties and fix serializing FlattenException
  • 42237ee Merge branch '6.2' into 6.3
  • 02dacf7 Merge branch '5.4' into 6.2
  • 15715d4 [VarDumper] Fixed dumping of CutStub
  • 9f88ac7 Merge branch '6.2' into 6.3
  • 30ab404 Merge branch '5.4' into 6.2
  • 2901ca1 [VarDumper] Add a bit of test coverage
  • 5519cc7 Merge branch '6.2' into 6.3
  • cf8d4ca Merge branch '5.4' into 6.2
  • 4c9dc4d Remove unused private methods
  • 6c5ac3a [VarDumper] Fix error when reflected class has default Enum parameter in constructor
  • a110fcb Fix phpdocs in components
  • 8e4629b Merge branch '6.2' into 6.3
  • cd85cc7 Merge branch '5.4' into 6.2
  • 794b643 CS fix
  • 65479a2 Merge branch '6.2' into 6.3
  • dab98eb Fix merge
  • e27ea15 Merge branch '5.4' into 6.2
  • 3c2942a Migrate to staticdata providers usingrector/rector``
  • bfeaa20 Add void return types
  • 20963cf Add PHP types to private methods and functions
  • 129d0c0 Add missing PHPdoc return types
  • 54f93ba Use xxh128 instead of md5
  • 48796b4 Merge branch '6.2' into 6.3
  • d1347f0 [VarExporter] Fix lazy-proxying readonly classes on PHP 8.3
  • 4beb1aa Merge branch '6.2' into 6.3
  • 39fd2a6 Merge branch '5.4' into 6.2
  • 967f55b [VarDumper] Display invisible characters
  • 147e212 Update license years (last time)
  • e169dd4 [VarDumper] Add Relay support
  • 5e37ad6 Merge branch '6.2' into 6.3
  • e271327 minor #48793 Leverage arrow function syntax for closure (tigitz)
  • 6358546 Leverage arrow function syntax for closure
  • 74f03d4 Merge branch '6.2' into 6.3
  • 0dd4f98 Merge branch '6.2' into 6.3
  • ca4660e feature #48432 [VarDumper] Add support of named arguments to dd()anddump() to display a label (alexandre-daubois)
  • 0d0fa05 [VarDumper] Add support of named arguments to dd()anddump() to display the argument name
  • f0419c3 Merge branch '6.2' into 6.3
  • 422e4a6 Update types for dd()
  • cf25d93 Merge branch '6.2' into 6.3
  • cecffb5 feature #48478 [VarDumper] Add caster for WeakMap (nicolas-grekas)
  • 5635a62 [VarDumper] Add caster for WeakMap
  • 665011c Merge branch '6.2' into 6.3
  • 29da1bc Leverage class name literal on object

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.

Sign up for free to 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.

1 participant