Skip to content

Update gettext 3.4.3 → 3.5.2 (minor)#509

Open
depfu[bot] wants to merge 1 commit intomasterfrom
depfu/update/gettext-3.5.2
Open

Update gettext 3.4.3 → 3.5.2 (minor)#509
depfu[bot] wants to merge 1 commit intomasterfrom
depfu/update/gettext-3.5.2

Conversation

@depfu
Copy link
Copy Markdown
Contributor

@depfu depfu bot commented Feb 26, 2026

Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.

What changed?

✳️ gettext (3.4.3 → 3.5.2) · Repo · Changelog

Release Notes

3.5.1

Improvements

  • rmsginit: Added support for replacing charset.

Thanks

  • Abe Tomoaki

3.5.0

Improvements

  • Suppressed warnings with Ruby 3.4.0.

3.4.9

Improvements

  • rmsgcat, rmsgmerge, rxgettext: Added
    --use-one-line-per-reference option.

3.4.8

Fixes

  • doc: Fixed a wrong description for interpolation.

    • GH-102
    • Patch by Ilmari Karonen
  • po: Fixed a parser bug that flags aren't parsed correctly. If a
    normal comment has "fuzzy", the entry is also treated as a fuzzy
    entry.

  • po: Fixed an output bug that flags aren't formatted correctly.

    • GH-105
    • Patch by Yoshikazu Nojima

Thanks

  • Ilmari Karonen

  • Yoshikazu Nojima

3.4.7

Fixes

  • po: Fixed a parser bug that it may add a fuzzy flag to non-fuzzy
    entry with ignore_fuzzy: true.

    Example PO:

    #, fuzzy
    #: file.rb:10
    msgid "hello"
    msgstr "bonjour"
    

    msgid "non-fuzzy"
    msgstr "non-fuzzy string"

    hello entry is ignored because ignore_fuzzy is true. The
    fuzzy flag in the hello entry is added to non-fuzzy entry.

3.4.6

Fixes

  • po: Fixed a bug that parsed msgid/msgstr/msgctxt in .po
    may be too much unescaped.

3.4.5

Improvements

  • po: Added support for escaping \r in msgid/msgstr.

3.4.4

Improvements

  • Added racc to runtime dependencies because Ruby 3.3 doesn't
    include racc/parser.

Does any of this look wrong? Please let us know.

↗️ erubi (indirect, 1.12.0 → 1.13.1) · Repo · Changelog

Release Notes

1.13.1 (from changelog)

* Avoid spurious frozen string literal warnings for chilled strings when using Ruby 3.4 (jeremyevans)

1.13.0 (from changelog)

* Define Erubi.h as a module function (jeremyevans)
  • Add erubi/capture_block, supporting capturing block output via standard <%= and <%== tags (jeremyevans)

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 15 commits:

↗️ forwardable (indirect, 1.3.2 → 1.4.0) · Repo

Release Notes

1.4.0

What's Changed

  • Migrate set-output to $GITHUB_OUTPUT by @bobby02832 in #26
  • Use reusing workflow by @hsbt in #27
  • Update test libraries from ruby/ruby 2023-03-24 by @hsbt in #28
  • Exclude Ruby 2.4-2.6 from windows-latest by @hsbt in #29
  • Use test-unit-ruby-core gem by @hsbt in #31
  • [Feature #16495] Do not include a backtick in error messages and backtraces by @hsbt in #32
  • Exclude older than 2.6 on macos-14 by @nobu in #33
  • Add a workflow to sync commits to ruby/ruby by @k0kubun in #37
  • [DOC] Missing documents by @nobu in #38
  • Use generic argument forwarding (...) instead of ruby2_keywords on Ruby 2.7+ by @jeremyevans in #34
  • Simpler and faster check for the delegation fastpath by @byroot in #39

New Contributors

Full Changelog: v1.3.3...v1.4.0

1.3.3

What's Changed

New Contributors

Full Changelog: v1.3.2...v1.3.3

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 55 commits:

↗️ locale (indirect, 2.1.3 → 2.1.5) · Repo · Changelog

Release Notes

2.1.5

Improvements

  • Use SPDX license identifier in gemspec.

    • GH-18
    • Patch by Dan Čermák
  • Add Fiddle as a runtime dependency for Ruby 4.0. Ruby 4.0 or later
    doesn't ship Fiddle as a default gem.

Thanks

  • Dan Čermák
  • Mamoru TASAKA

2.1.4

Fixes

  • Locale::Middleware: Fixed a bug that lang cookie and
    Accept-Language/Accept-Charset HTTP headers never used.

Thanks

  • OZAWA Sakuro

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 31 commits:

↗️ prime (indirect, 0.1.2 → 0.1.4) · Repo

Release Notes

0.1.4

What's Changed

  • Exclude Ruby 2.5 on macos-latest by @hsbt in #31
  • Bump rubygems/release-gem from 612653d273a73bdae1df8453e090060bb4db5f31 to 9e85cb11501bebc2ae661c1500176316d3987059 by @dependabot in #30
  • Bump step-security/harden-runner from 2.10.1 to 2.10.2 by @dependabot in #29
  • Bump rubygems/release-gem from 1.1.0 to 1.1.1 by @dependabot in #32
  • Gemfile: add logger to avoid Ruby 3.5 issues by @olleolleolle in #34
  • Bump step-security/harden-runner from 2.10.2 to 2.10.3 by @dependabot in #33
  • Bump step-security/harden-runner from 2.10.3 to 2.10.4 by @dependabot in #35
  • Bump step-security/harden-runner from 2.10.4 to 2.11.0 by @dependabot in #36
  • Bump step-security/harden-runner from 2.11.0 to 2.11.1 by @dependabot in #37
  • Bump step-security/harden-runner from 2.11.1 to 2.12.0 by @dependabot in #38
  • Use Ractor#value as Ractor#take is removed by @ko1 in #39
  • Bump step-security/harden-runner from 2.12.0 to 2.12.1 by @dependabot in #40

New Contributors

Full Changelog: v0.1.3...v0.1.4

0.1.3

What's Changed

New Contributors

Full Changelog: v0.1.2...v0.1.3

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 67 commits:

↗️ singleton (indirect, 0.1.1 → 0.3.0) · Repo

Release Notes

0.3.0

What's Changed

  • Tweak GitHub Actions by @hsbt in #12
  • Create RactorLocalSingleton by @rm155 in #4
  • Fixed double assignment by @hsbt in #13
  • Add TruffleRuby and JRuby to CI by @eregon in #14

New Contributors

Full Changelog: v0.2.0...v0.3.0

0.2.0

What's Changed

  • Added dependabot.yml for actions by @hsbt in #5
  • simplify by @dpep in #7
  • simplify retry by @dpep in #9
  • ruby version testing by @dpep in #8
  • Use reusing workflow for all tested versions by @hsbt in #10

New Contributors

  • @dpep made their first contribution in #7

Full Changelog: v0.1.1...v0.2.0

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 36 commits:

🆕 fiddle (added, 1.1.8)


Depfu Status

Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.

All Depfu comment commands
@​depfu rebase
Rebases against your default branch and redoes this update
@​depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@​depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@​depfu cancel merge
Cancels automatic merging of this PR
@​depfu close
Closes this PR and deletes the branch
@​depfu reopen
Restores the branch and reopens this PR (if it's closed)
@​depfu pause
Ignores all future updates for this dependency and closes this PR
@​depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@​depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)

@depfu depfu bot added the depfu label Feb 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants