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

chore: Bump symfony/translation from 5.2.2 to 5.3.11 #220

Closed

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Nov 29, 2021

Bumps symfony/translation from 5.2.2 to 5.3.11.

Release notes

Sourced from symfony/translation's releases.

v5.3.11

Changelog (symfony/translation@v5.3.10...v5.3.11)

  • bug #43990 Generate id parameter instead of letting Loco do it (welcoMattic)
  • bug #42361 correctly handle intl domains with TargetOperation (acran)

v5.3.10

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

  • bug #43364 Use symfony default locale when pulling translations from providers (Yoann MOROCUTTI)
  • bug #43312 do not export empty strings (taranovegor)

v5.3.9

Changelog (symfony/translation@v5.3.8...v5.3.9)

  • no significant changes

v5.3.7

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

  • bug #42576 Reverse fallback locales (ro0NL)
  • bug #42649 Fix message key handling for the Localise provider (xepozz)

v5.3.4

Changelog (symfony/translation@v5.3.3...v5.3.4)

  • bug #41504 Fix default value for locales in translation push|pull commands (welcoMattic)
  • bug #42243 Fix base_uri (welcoMattic, Nyholm)
  • bug #42174 Indicate compatibility with psr/log 2 and 3 (derrabus)
  • bug #42130 fix fallback to Locale::getDefault() (nicolas-grekas)
  • bug #42068 Add a Special Case for Translating Choices in en_US_POSIX (chrisguitarguy)
  • bug #40529 Missing translations from traits (insekticid)

v5.3.3

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

  • no significant changes

v5.3.2

Changelog (symfony/translation@v5.3.1...v5.3.2)

  • no significant changes

v5.3.0

Changelog (symfony/translation@v5.3.0-RC1...v5.3.0)

  • bug #41451 Remove PoEditor Provider (welcoMattic)

v5.3.0-RC1

Changelog (symfony/translation@v5.3.0-BETA4...v5.3.0-RC1)

... (truncated)

Changelog

Sourced from symfony/translation's changelog.

CHANGELOG

5.3

  • Add translation:pull and translation:push commands to manage translations with third-party providers
  • Add TranslatorBagInterface::getCatalogues method
  • Add support to load XLIFF string in XliffFileLoader

5.2.0

  • added support for calling trans with ICU formatted messages
  • added PseudoLocalizationTranslator
  • added TranslatableMessage objects that represent a message that can be translated
  • added the t() function to easily create TranslatableMessage objects
  • Added support for extracting messages from TranslatableMessage objects

5.1.0

  • added support for name attribute on unit element from xliff2 to be used as a translation key instead of always the source element

5.0.0

  • removed support for using null as the locale in Translator
  • removed TranslatorInterface
  • removed MessageSelector
  • removed ChoiceMessageFormatterInterface
  • removed PluralizationRule
  • removed Interval
  • removed transChoice() methods, use the trans() method instead with a %count% parameter
  • removed FileDumper::setBackup() and TranslationWriter::disableBackup()
  • removed MessageFormatter::choiceFormat()
  • added argument $filename to PhpExtractor::parseTokens()
  • removed support for implicit STDIN usage in the lint:xliff command, use lint:xliff - (append a dash) instead to make it explicit.

4.4.0

  • deprecated support for using null as the locale in Translator
  • deprecated accepting STDIN implicitly when using the lint:xliff command, use lint:xliff - (append a dash) instead to make it explicit.
  • Marked the TranslationDataCollector class as @final.

4.3.0

  • Improved Xliff 1.2 loader to load the original file's metadata

... (truncated)

Commits
  • 17a965c Merge branch '4.4' into 5.3
  • 26d3307 Fix CS
  • a121372 Merge branch '4.4' into 5.3
  • fec2602 minor #43816 [Intl] Update the ICU data to 70.1 - 4.4 (jderusse)
  • cd4a913 [Intl] Update the ICU data to 70.1
  • cb3b98a Merge branch '4.4' into 5.3
  • 6ef197a [Translation] Use symfony default locale when pulling translations from provi...
  • 97d460f [Translation] correctly handle intl domains with TargetOperation
  • 6e69f35 Merge branch '4.4' into 5.3
  • db0ba1e [Translation] Reverse fallback locales
  • 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/translation](https://github.com/symfony/translation) from 5.2.2 to 5.3.11.
- [Release notes](https://github.com/symfony/translation/releases)
- [Changelog](https://github.com/symfony/translation/blob/5.3/CHANGELOG.md)
- [Commits](symfony/translation@v5.2.2...v5.3.11)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Nov 29, 2021

The following labels could not be found: php, dependencies, auto-squash.

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Feb 28, 2022

Superseded by #259.

@dependabot dependabot bot closed this Feb 28, 2022
@dependabot dependabot bot deleted the dependabot/composer/symfony/translation-5.3.11 branch February 28, 2022 07:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
0 participants