Skip to content

Build(deps): Bump symfony/string from 5.2.4 to 5.4.9 - #355

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/composer/symfony/string-5.4.9
Closed

Build(deps): Bump symfony/string from 5.2.4 to 5.4.9#355
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/composer/symfony/string-5.4.9

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 27, 2022

Copy link
Copy Markdown

Bumps symfony/string from 5.2.4 to 5.4.9.

Release notes

Sourced from symfony/string's releases.

v5.4.9

Changelog (symfony/string@v5.4.8...v5.4.9)

  • no significant changes

v5.4.8

Changelog (symfony/string@v5.4.7...v5.4.8)

  • bug #46106 Fix ansi escape sequences regex (fancyweb)

v5.4.3

Changelog (symfony/string@v5.4.2...v5.4.3)

  • no significant changes

v5.4.2

Changelog (symfony/string@v5.4.1...v5.4.2)

  • bug #44469 Fix requiring wcswitch table several times (fancyweb)

v5.4.0

Changelog (symfony/string@v5.4.0-RC1...v5.4.0)

  • no significant changes

v5.4.0-RC1

Changelog (symfony/string@v5.4.0-BETA3...v5.4.0-RC1)

  • no significant changes

v5.4.0-BETA1

Changelog (symfony/string@v5.3.10...v5.4.0-BETA1)

  • feature #43481 Add trimSuffix() and trimPrefix() methods (nicolas-grekas)

v5.3.14

Changelog (symfony/string@v5.3.13...v5.3.14)

  • no significant changes

v5.3.13

Changelog (symfony/string@v5.3.12...v5.3.13)

  • bug #44469 Fix requiring wcswitch table several times (fancyweb)

v5.3.10

Changelog (symfony/string@v5.3.9...v5.3.10)

  • bug #43790 Fix inflector for "zombies" (acodispo)

... (truncated)

Changelog

Sourced from symfony/string's changelog.

CHANGELOG

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
  • 985e6a9 [String] Fix ansi escape sequences regex
  • 854343f Add missing license header
  • 840773d Merge branch '5.3' into 5.4
  • e6f3c89 Bump license year
  • 9e0bf08 Merge branch '5.3' into 5.4
  • 895c6aa [5.3] cs fixes
  • f36880a Merge branch '5.3' into 5.4
  • b33c01b [String] Fix requiring wcswitch table several times
  • 09b6c52 [String] Add conflict with symfony/translation-contracts >= 3
  • 0052dcb Merge branch '5.3' into 5.4
  • Additional commits viewable in compare view

Dependabot compatibility score

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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [symfony/string](https://github.com/symfony/string) from 5.2.4 to 5.4.9.
- [Release notes](https://github.com/symfony/string/releases)
- [Changelog](https://github.com/symfony/string/blob/6.1/CHANGELOG.md)
- [Commits](symfony/string@v5.2.4...v5.4.9)

---
updated-dependencies:
- dependency-name: symfony/string
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label May 27, 2022
@codecov-commenter

Copy link
Copy Markdown

Codecov Report

Merging #355 (4cce627) into master (d632a09) will decrease coverage by 7.00%.
The diff coverage is n/a.

@@             Coverage Diff              @@
##             master     #355      +/-   ##
============================================
- Coverage     43.45%   36.44%   -7.01%     
  Complexity      634      634              
============================================
  Files            84       84              
  Lines          1979     2258     +279     
============================================
- Hits            860      823      -37     
- Misses         1119     1435     +316     
Impacted Files Coverage Δ
src/Domain/Value/Project.php 82.90% <0.00%> (-1.13%) ⬇️
src/Github/Domain/Value/PullRequest.php 91.40% <0.00%> (-0.07%) ⬇️
src/Domain/Value/Branch.php 97.91% <0.00%> (-0.05%) ⬇️
src/Config/Projects.php 0.00% <0.00%> (ø)
src/Github/Api/Hooks.php 0.00% <0.00%> (ø)
src/Github/Api/Checks.php 0.00% <0.00%> (ø)
src/Github/Api/Issues.php 0.00% <0.00%> (ø)
src/Github/Api/Labels.php 0.00% <0.00%> (ø)
src/Github/Api/Topics.php 0.00% <0.00%> (ø)
src/Github/Api/Commits.php 0.00% <0.00%> (ø)
... and 46 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a3151a2...4cce627. Read the comment docs.

@dependabot @github

dependabot Bot commented on behalf of github Jun 27, 2022

Copy link
Copy Markdown
Author

Superseded by #365.

@dependabot dependabot Bot closed this Jun 27, 2022
@dependabot
dependabot Bot deleted the dependabot/composer/symfony/string-5.4.9 branch June 27, 2022 15:07
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant