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 symfony/string from 5.2.3 to 5.4.3 #32

Merged
merged 1 commit into from
Mar 16, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 16, 2022

Bumps symfony/string from 5.2.3 to 5.4.3.

Release notes

Sourced from symfony/string's releases.

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)

v5.3.7

Changelog (symfony/string@v5.3.6...v5.3.7)

  • no significant changes

v5.3.3

Changelog (symfony/string@v5.3.2...v5.3.3)

  • no significant changes

... (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
  • 92043b7 Merge branch '5.3' into 5.4
  • e438cf5 Bump license year
  • e6a5d5e Merge branch '5.3' into 5.4
  • 71e9700 [5.3] cs fixes
  • 1a03b5b Merge branch '5.3' into 5.4
  • 47bc56d [String] Fix requiring wcswitch table several times
  • 9ffaaba [String] Add conflict with symfony/translation-contracts >= 3
  • dad92b1 Merge branch '5.3' into 5.4
  • d70c35b [String] Add PLURAL_MAP "zombies" -- fix #43789
  • 37db45d [String] Add trimSuffix() and trimPrefix() methods
  • 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.3 to 5.4.3.
- [Release notes](https://github.com/symfony/string/releases)
- [Changelog](https://github.com/symfony/string/blob/5.4/CHANGELOG.md)
- [Commits](symfony/string@v5.2.3...v5.4.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Mar 16, 2022
@Ocramius Ocramius added this to the 1.2.0 milestone Mar 16, 2022
@Ocramius Ocramius merged commit 21a31a2 into 1.2.x Mar 16, 2022
@Ocramius Ocramius deleted the dependabot/composer/symfony/string-5.4.3 branch March 16, 2022 18:37
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