Update symfony/yaml from v4.2.3 to v4.4.36 #183
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
List of updated packages
Changelog
Here is a list of changes between the version you use, and the version this pull request updates to:
Fix redundant type castsproperly parse quoted strings tagged with !!strdon't try to replace references in quoted stringsRemove polyfills from Yaml and DotenvLeverage str_contains/str_starts_withLeverage str_ends_withbug #42074 Fix ctype_digit deprecation (alexpott)[Yaml] Fixed an exception messageFix ctype_digit deprecationCS fixes[DependencyInjection] Add support of PHP enumerationsFix incompatible implicit float-to-int conversionsFix CS in README files[Form] fix support for years outside of the 32b range on x86 archFixed deprecation warnings about passing null as parameterexpose references detected in inline notation structuresminor #40924 [Yaml] make fabbot happy (xabbuh)make fabbot happybug #40514 [Yaml] Allow tabs as separators between tokens (bertramakers)Fix issue 40507: Tabs as separators between tokens[Yaml] Fixed infinite loop when parser goes through an additional and invalid closing tagfixed parserFix #36973: Command description consistencySwitched to non-null defaults in exception constructors[yaml] Delelte unused comparison operationUse createMock() and use import instead of FQCNChanged private static array-properties to consta colon followed by spaces exclusively separates mapping keys and valuesUse ::class keyword when possibleminor #39775 [WIP] Use ::class keyword when possible (fabpot)Use ::class keyword when possibleminor #39773 Improve composer.json descriptions (fabpot)Improve composer.json descriptionsquote all dumped unicode spaceskeep trailing newlines when dumping multi-line stringsbug #39668 [Yaml] do not dump extra trailing newlines for multiline blocks (xabbuh)Bump license yeardo not dump extra trailing newlines for multiline blocksCS: Apply ternary_to_null_coalescing fixerApply "visibility_required" CS rule to constantsbug #39267 [Yaml] fix lexing backslashes in single quoted strings (xabbuh)fix lexing mapping values with trailing whitespacesfix lexing backslashes in single quoted stringsfix lexing inline sequences/mappings with trailing whitespacesAdded test for issue 39229fix lexing strings containing escaped quotation charactersfix lexing nested sequences/mappingsremove unreachable codeMerge branch '3.4' into 4.4Remove branch-version (keep them for contracts only)Merge branch '3.4' into 4.4[CI] Silence errors when remove file/dir on test tearDown()Merge branch '3.4' into 4.4Fix branch-versionMerge branch '3.4' into 4.4Remove "version" from composer.json files, use "branch-version" insteadMerge branch '3.4' into 4.4Update versions in composer.jsonMerge branch '3.4' into 4.4Remove "branch-alias", populate "version"Merge branch '3.4' into 4.4[Yaml] simplify the testMerge branch '3.4' into 4.4bug #38228 [Yaml Parser] Fix edge cases when parsing multiple documents (digilist)[Yaml Parser] Fix edge cases when parsing multiple documentsfix parsing comments not prefixed by a spaceMerge branch '3.4' into 4.4remove superfluous castMerge branch '3.4' into 4.4Prevent parsing invalid octal digits as octal numbers[Yaml Parser] fixed Parser to skip comments when inlining sequencesMerge branch '3.4' into 4.4Enable "native_constant_invocation" CS ruleMerge branch '3.4' into 4.4fix more numeric cases changing in PHP 8Merge branch '3.4' into 4.4account for is_numeric() behavior changes in PHP 8stop using deprecated PHPUnit APIsMerge branch '3.4' into 4.4bug #37744 [Yaml] Fix for #36624; Allow PHP constant as first key in block (jnye)[Yaml] Fix for #36624; Allow PHP constant as first key in blockMerge branch '3.4' into 4.4Modernized deprecated PHPUnit assertion callsFix PHPUnit 8.5 deprecations.Use ">=" for the "php" requirementMerge branch '3.4' into 4.4bug #36743 [Yaml] Fix escaped quotes in quoted multi-line string (ossinkine)[Yaml] Fix escaped quotes in quoted multi-line stringMerge branch '3.4' into 4.4prevent notice for invalid octal numbers on PHP 7.4Merge branch '3.4' into 4.4[Yaml] fix parse error when unindented collections contain a commentMerge branch '3.4' into 4.4[YAML] escape DEL(\x7f)[PhpUnitBridge] add PolyfillTestCaseTrait::expectExceptionMessageMatches to provide FC with recent phpunit versionsMerge branch '3.4' into 4.4[PropertyAccess] fix testsMerge branch '3.4' into 4.4add missing gitattributes for phpunit-bridgeFixed some typosMerge branch '3.4' into 4.4Fix quotes in exception messagesMerge branch '3.4' into 4.4Add missing dots at the end of exception messagesMerge branch '3.4' into 4.4bug #36004 [Yaml] fix dumping strings containing CRs (xabbuh)[Yaml] fix dumping strings containing CRsMerge branch '3.4' into 4.4Merge branch '4.3' into 4.4bug #35364 [Yaml] Throw on unquoted exclamation mark (fancyweb)Merge branch '4.3' into 4.4Merge branch '3.4' into 4.3[Yaml] Throw on unquoted exclamation mark[Yaml][Inline] Fail properly on empty object tag and empty const tagfix PHP const mapping keys using the inline notationMerge branch '4.3' into 4.4Merge branch '3.4' into 4.3Update links to documentationUpdate year in license filesMerge branch '4.3' into 4.4Merge branch '3.4' into 4.3bug #34449 [Yaml] Implement multiline string as scalar block for tagged values (natepage)[Yaml] Implement multiline string as scalar block for tagged valuesMerge branch '4.3' into 4.4Merge branch '3.4' into 4.3fix parsing negative octal numbersAllow \Throwable $previous everywhereMerge branch '4.3' into 4.4[4.3] Remove unused local variablesMerge branch '4.3' into 4.4Merge branch '3.4' into 4.3Remove unused local variables in tests[Yaml][Parser] Remove the getLastLineNumberBeforeDeprecation() internal unused methodminor #33963 Add .gitignore to .gitattributes (reedy)Merge branch '4.3' into 4.4Merge branch '3.4' into 4.3Replace STDIN by php://stdin[Yaml] Throw exception for tagged invalid inline elementsAdd .gitignore to .gitattributesAdd types to constructors and private/final/internal methods (Batch III)feature #33658 [Yaml] fix parsing inline YAML spanning multiple lines (xabbuh)fix parsing inline YAML spanning multiple lineshint to the --parse-tags when parsing tags failsminor #33523 Fix lint commands frozen on empty stdin (chalasr)feature #33579 Adding .gitattributes to remove Tests directory from "dist" (Nyholm)Adding .gitattributes to remove Tests directory from "dist"Merge branch '4.3' into 4.4Fix lint commands frozen on empty stdinbug #33517 [Yaml] properly catch legacy tag syntax usages (xabbuh)properly catch legacy tag syntax usagesMerge branch '4.3' into 4.4Merge branch '3.4' into 4.3don't dump a scalar tag value on its own lineRequire exact match when reading from stdin with a dashdeprecated not passing dash symbol (-) to STDIN commandsMerge branch '4.3' into 4.4Merge branch '3.4' into 4.3fix dumping not inlined scalar tag valuesAdd return types to tests and final|internal|private methodsAdd return types to internal|final|private methodsMerge branch '4.3' into 4.4Fix inconsistent return points.Merge branch '3.4' into 4.3Fix inconsistent return points.Merge branch '4.3' into 4.4Merge branch '3.4' into 4.3Merge branch '4.3' into 4.4Disable phpunit typehint patch on 4.3 branchTurned return type annotations of private methods into php return types.Merge branch '4.3' into 4.4Merge branch '3.4' into 4.3Use assertStringContainsString when neededUse namespaced Phpunit classes[Yaml] Removed unused $nullAsTilde propertyfeature #32669 [Yaml] Add flag to dump NULL as ~ (OskarStark)Merge branch '4.3' into 4.4Merge branch '3.4' into 4.3bug #32910 [Yaml] PHP-8: Uncaught TypeError: abs() expects parameter 1 to be int or float, string given (Aleksandr Dankovtsev)Merge branch '4.3' into 4.4Merge branch '3.4' into 4.3Remove use of ForwardCompatTrait[Yaml] PHP-8: Uncaught TypeError: abs() expects parameter 1 to be int or float, string givenMerge branch '4.3' into 4.4Merge branch '3.4' into 4.3Adopt@PHPUnit55Migration:riskyrule of php-cs-fixerMerge branch '4.3' into 4.4Merge branch '3.4' into 4.3Fix deprecated phpunit annotationMerge branch '4.3' into 4.4Merge branch '3.4' into 4.3Replace calls to setExpectedException by PollyfillMerge branch '4.3' into 4.4Merge branch '3.4' into 4.3[Yaml] fix test for PHP 7.4Merge branch '4.3' into 4.4Ensure signatures for setUp|tearDown|setUpAfterClass|tearDownAfterClass methods in tests are compatible with phpunit 8.2Merge branch '4.3' into 4.4Merge branch '3.4' into 4.3[Yaml] Add flag to dump NULL as ~minor #32786 add parameter type declarations to private methods (xabbuh)Fix assertInternalType deprecation in phpunit 9Merge branch '4.3' into 4.4Merge branch '3.4' into 4.3Make tests support phpunit 8add parameter type declarations to private methodsMerge branch '4.3' into 4.4Merge branch '3.4' into 4.3fix(yml): fix comment in milti line valueMerge branch '4.3' into 4.4Merge branch '4.2' into 4.3Merge branch '3.4' into 4.2fix inline handling when dumping tagged valuesAllow Symfony 5.0updated version to 4.4Merge branch '4.2'Merge branch '3.4' into 4.2use behavior instead of behaviourMerge branch '4.2'Merge branch '3.4' into 4.2Apply php-cs-fixer rule for array_key_exists()Added deprecation notice when mapping keys are found in multi-line blocksMerge branch '4.2' into short-array-masterMerge branch '4.2'Merge branch '4.2'Merge branch '4.2'updated version to 4.3This 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.