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

Update gettext/gettext requirement from ^4.6.1 to ^5.7.0 in /lizmap #49

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Aug 10, 2022

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)

Updates the requirements on [gettext/gettext](https://github.com/oscarotero/Gettext) to permit the latest version.
- [Release notes](https://github.com/oscarotero/Gettext/releases)
- [Changelog](https://github.com/php-gettext/Gettext/blob/master/CHANGELOG.md)
- [Commits](php-gettext/Gettext@v4.6.1...v5.7.0)

---
updated-dependencies:
- dependency-name: gettext/gettext
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Aug 10, 2022
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.

0 participants