wp-cli / i18n-command

Provides internationalization tools for WordPress projects.
MIT License
96 stars 52 forks source link

Update gettext/gettext requirement from ^4.8 to ^5.7 #335

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Updates the requirements on gettext/gettext to permit the latest version.

Release notes

Sourced from gettext/gettext's releases.

5.7.0

See CHANGELOG

Changelog

Sourced from gettext/gettext's changelog.

[5.7.0] - 2022-07-27

Added

  • StrictPoLoader, a stricter PO loader more aligned with the syntax of the GNU gettext tooling #282.
  • Previous attributes (msgctxt, msgid, msgid_plural) to the Translation class and the PO generator #282.

Changed

  • Minor performance improvements to the Translations class #282.

[5.6.1] - 2021-12-04

Fixed

  • PHP 8.1 support #278.

[5.6.0] - 2021-11-05

Added

  • New method addFlag to ParsedFunction, that allows to assign flags by scanners.
  • The FunctionsHandlersTrait has an abstract addFlags method.

Fixed

  • Subsequent load file fails #257 #276
  • Upgraded some dependencies in dev.

[5.5.4] - 2020-12-20

Fixed

  • TypeError in which numeric entries were converted to integers #265

[5.5.3] - 2020-12-01

Fixed

  • Add PHP 8 to composer.json

[5.5.2] - 2020-11-17

Fixed

  • Parse of multiline disabled translations #262 #263

[5.5.1] - 2020-06-08

Fixed

  • Type error in which numeric filenames were converted to integers #260

[5.5.0] - 2020-05-23

Added

  • New option addReferences() to configure the code scanners whether add or not references #258

Changed

  • BREAKING: Moved some code from CodeScanner to the new FunctionsHandlersTrait in order to better reuse.

[5.4.1] - 2020-03-15

Fixed

  • PoGenerator includes the description and flags of the translations #253

[5.4.0] - 2020-03-07

Added

... (truncated)

Commits
  • 8657e58 minor code style fixes
  • 648b757 updated changelog
  • 5ee2a4c Merge pull request #283 from jonasraoni/feature/master/282-add-strict-po-loader
  • 4af3d90 #282 Updated README and CHANGELOG
  • 8d1b18f #282 Added public properties throwOnWarning and displayErrorLine (switch if t...
  • 8700676 #282 Updated StrictPoLoader to use more native functions
  • cea017b #282 Minor updates to the Translations class
  • 1830ea4 #282 Formatting
  • 10ca616 #282 Updated/added tests
  • d70bb1b #282 Added warning for dangling comments in the end of the file, added method...
  • Additional commits viewable in compare view


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)
dependabot[bot] commented 2 years ago

The following labels could not be found: scope:distribution.

dependabot[bot] commented 2 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.