arduino / arduino-cli

Arduino command line tool
https://arduino.github.io/arduino-cli/latest/
GNU General Public License v3.0
4.33k stars 374 forks source link

Bump github.com/leonelquinteros/gotext from 1.4.0 to 1.6.0 #2580

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 5 months ago

Bumps github.com/leonelquinteros/gotext from 1.4.0 to 1.6.0.

Release notes

Sourced from github.com/leonelquinteros/gotext's releases.

v1.6.0

What's Changed

New Contributors

Full Changelog: https://github.com/leonelquinteros/gotext/compare/v1.5.2...v1.6.0

v1.5.2

Bump golang.org/x/text from 0.3.7 to 0.3.8

v1.5.1

Small release with minor improvements, mainly related to dependencies.

v1.5.0

Long release with small additions. We're pretty much releasing all small changes and refactoring that have been implemented since the last release.

I think the most important addition is the CLI tool to extract translation strings into .po files. It has been worked for a while in the master branch, but now it's officially included (as is) in a release.

For those who wants to know the exact changes since last release, here is a diff for you: https://github.com/leonelquinteros/gotext/compare/v1.4.0...1b8a993ae40a69bc9e9ed20a93b526c1e6b7d457

Enjoy, contribute, create issues and send PRs!

Commits
  • c7c2135 Merge pull request #85 from m-horky/multilang
  • 8979030 Rename 'storage' to 'locale'
  • f7ff9bf Fix a typo in documentation for SetLibrary
  • 4ec5f39 Add support for multiple languages
  • 12a9914 Merge pull request #87 from der-lyse/fix-typo
  • d160694 Fix typo in documentation
  • 6f739b6 Merge pull request #86 from der-lyse/master
  • 2f11fcd Remove unused dependency
  • 37f474c Merge pull request #84 from leonelquinteros/revert-73-multilang
  • 4c92353 Revert "Add support for multiple languages"
  • Additional commits viewable in compare view


Dependabot compatibility score

You can trigger a rebase of this PR 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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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)

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

cmaglie commented 4 months ago

@dependabot recreate

dependabot[bot] commented 3 months ago

Superseded by #2631.