Skip to content

[ruby] Update gettext_i18n_rails_js 3.1.5 → 3.1.6 (patch) - #828

Merged
depfu[bot] merged 1 commit into
mainfrom
depfu/update/gettext_i18n_rails_js-3.1.6
Jul 27, 2026
Merged

[ruby] Update gettext_i18n_rails_js 3.1.5 → 3.1.6 (patch)#828
depfu[bot] merged 1 commit into
mainfrom
depfu/update/gettext_i18n_rails_js-3.1.6

Conversation

@depfu

@depfu depfu Bot commented Jul 27, 2026

Copy link
Copy Markdown
Contributor

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_i18n_rails_js (3.1.5 → 3.1.6) · Repo · Changelog

Release Notes

3.1.6

3.1.6 (2026-07-20)

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

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

↗️ erb (indirect, 6.0.4 → 6.0.6) · Repo · Changelog

Release Notes

6.0.6

What's Changed

New Contributors

Full Changelog: v6.0.5...v6.0.6

6.0.5

What's Changed

  • chore: fix dead link to now removed issue by @chadlwilson in #113
  • chore: forward-port NEWS/changelog entries for clarity by @chadlwilson in #114
  • Constrain RDoc below 8 for JRuby CI by @k0kubun in #122
  • Fix wrong receiver in eoutvar example for #src by @hsbt in #123
  • Avoid dispatch in ERB initialization guard by @k0kubun in #124

New Contributors

Full Changelog: v6.0.4...v6.0.5

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

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

↗️ globalid (indirect, 1.3.0 → 1.4.0) · Repo · Changelog

Release Notes

1.4.0

What's Changed

  • Add GlobalID::Locator.fetch with distinct not-found and unavailable errors by @rosa in #206
  • Change the underlying URI parser (from RFC2396 to RFC3986) by @Drowze in #202
  • Don't try to constantize GID's class too soon by @paulRbr in #204
  • Allow custom locators to override model class by @xijo in #203

New Contributors

Full Changelog: v1.3.0...v1.4.0

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

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

↗️ mail (indirect, 2.9.0 → 2.9.1) · Repo · Changelog

Release Notes

2.9.1

What's Changed

  • Add Ruby 3.4 to CI matrix in GitHub Actions workflow by @ydah in #1653

  • Improve decoding of Q- and B-encoded strings by @radar in #1664

  • Bump to 2.9.1 by @radar in #1665

  • @ydah made their first contribution in #1653

Full Changelog: 2.9.0...2.9.1

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

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

↗️ marcel (indirect, 1.1.0 → 1.2.1) · Repo · Changelog

Release Notes

1.2.1

  • Revert BMP images type to just image/bmp instead of image/bmp;format=compressed.
    The later is more precise, but cause backward compatibility issues with Active Storage.

Full Changelog: v1.2.0...v1.2.1

1.2.0

What's Changed

New Contributors

Full Changelog: v1.1.1...v1.2.0

1.1.1

What's Changed

  • Fix Ruby 3.4 frozen string literal warnings with StringIO by @andynu in #140

New Contributors

Full Changelog: v1.1.0...v1.1.1

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

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

↗️ net-imap (indirect, 0.6.4.1 → 0.6.6) · Repo · Changelog

Release Notes

0.6.6

What's Changed

Fixed

  • 🐛 Fix incorrect regexp for testing if string is quotable by @nevans in #723
    This bug was introduced by v0.6.5 as part of #712.
    It causes some valid string arguments (which should be sent as IMAP literal values) to raise a DataFormatError exception (without sending).

Full Changelog: v0.6.5...v0.6.6

0.6.5

What's Changed

Added

  • 🧵 Add thread join timeout to #disconnect by @nevans in #689
  • ✨ Add #utf8_enabled? by @nevans in #715
  • ✨ Remember set of enabled server capabilities by @nevans in #716
    Adds #enabled and #enabled? methods.

Fixed

  • 🥅 Fix premature tagged response guard for IDLE by @nevans in #688
  • 🥅 Test for NULL bytes before sending string args by @nevans in #712
  • 🐛 Use literal syntax for invalid UTF8 or non-UTF8 strings by @nevans in #713

Other Changes

  • 🧵🥅 Reraise receiver thread errors with caller's backtrace by @nevans in #691
  • 🧵🥅 Reraise #starttls receiver thread errors with caller's backtrace by @nevans in #711
  • ♻️ Extract InvalidTaggedResponseError error by @nevans in #687
  • 🧵 Refactor thread synchronization for sending commands by @nevans in #692
  • 🧵Refactor receive responses thread sync by @nevans in #694
  • ♻️ Extract handle_response from receive_responses by @nevans in #695

Miscellaneous

  • 🔀 Merge v0.6.4.1 patches by @nevans in #702
  • Fix flaky test_starttls_stripping_ok_sent_before_response by @hsbt in #709
  • ⬆️ Bump actions/checkout from 6 to 7 by @dependabot[bot] in #708
  • ✅⚡ Faster tests by @nevans in #714
  • Pin simplecov version by @nobu in #717
  • simplecov-{html,json} have been incorporated in SimpleCov 1.0.0 by @nobu in #718
  • ⬆️ Bump step-security/harden-runner from 2.19.4 to 2.20.0 by @dependabot[bot] in #719
  • ✅ Fix issues with simplecov v1.0 upgrade by @nevans in #721

Full Changelog: v0.6.4.1...v0.6.5

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

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

↗️ pp (indirect, 0.6.3 → 0.6.4) · Repo

Release Notes

0.6.4

What's Changed

  • Add a workflow to sync commits to ruby/ruby by @k0kubun in #62
  • [DOC] Suppress documentation for internals by @nobu in #65
  • Support private instance_variables_to_inspect by @hamajyotan in #70

New Contributors

Full Changelog: v0.6.3...v0.6.4

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

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

↗️ rdoc (indirect, 7.2.0 → 8.0.0) · Repo · Changelog

Release Notes

8.0.0

What's Changed

💥 Breaking Changes

  • Change default ruby parser to RDoc::Parser::PrismRuby by @tompng in #1581
  • Remove deprecated CLI options and directives by @st0012 in #1616
  • Refactor formatter options by @st0012 in #1623
  • Remove unused memoized caches from Context by @st0012 in #1644
  • Add server mode with live reload (rdoc --server) by @st0012 in #1620
  • Drop Ripper-based parser by @st0012 in #1690

✨ Enhancements

🐛 Bug Fixes

  • Stop generating a separate page file for main_page by @st0012 in #1624
  • Fix markdown table parser consuming lines without pipes as table rows by @st0012 in #1626
  • Fix section comments with the prism parser by @Earlopain in #1639
  • Fix deadlock on Ctrl+C in server mode by @st0012 in #1649
  • Fix server mode live reload for C files by @st0012 in #1647
  • Don't auto-link to non-text source files in cross-references by @st0012 in #1646
  • Fix encoding error when C parser reads external source files by @st0012 in #1657
  • Fix page links returning 404 in server mode by @st0012 in #1671
  • Fix indentation not being preserved on first line in code fences by @extern-c in #1672
  • Fix broken sidebar links for chained class aliases by @st0012 in #1675
  • Preserve # prefix for unresolved cross-references by @st0012 in #1676
  • Fix Markdown blockquote parsing by @st0012 in #1627
  • Stop lazy alias resolver from overwriting real classes (#1662) by @st0012 in #1689
  • Strip markdown HTML comments within paragraph by @tompng in #1698
  • Remove obsolete -V short flag from --visibility option by @st0012 in #1703
  • Change "check syntax" message when it isn't a ruby file by @rwstauner in #1715
  • Avoid detecting encoding comments in documentation text by @st0012 in #1727
  • Fix colorization of imaginary/rational numbers by @Earlopain in #1733
  • Simplify CrossReference resolve by @tompng in #1571

📚 Documentation

  • [DOC] Move RubygemsHook doc to the right place by @st0012 in #1629
  • Add comparison with GitHub Flavored Markdown spec by @st0012 in #1550
  • Add user-facing configuration reference by @st0012 in #1692
  • Add RDoc logo to documentation by @st0012 in #1734

🛠 Other Changes

New Contributors

Full Changelog: v7.2.0...v8.0.0

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

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

↗️ zeitwerk (indirect, 2.7.5 → 2.8.2) · Repo · Changelog

Release Notes

2.8.1 (from changelog)

  • Replace anonymous block parameters with regular named ones.

    Ruby 3.3.0 has a bug: it does not parse anonymous block parameters, which were introduced in Ruby 3.1.

    While this is a Ruby bug and people could upgrade to 3.3.1, I prefer users just do not hit this. At the end of the day, it is cosmetic.

2.8.0 (from changelog)

  • Adds support for namespace files, nsfiles for short.

    If a loader has an nsfile configured (nil by default):

    loader.nsfile = 'ns.rb' # must be set before setup

    explicit namespaces can be defined by such special file inside their directories:

    my_component/ns.rb     # MyComponent
    my_component/widget.rb # MyComponent::Widget
    

    This may be handy for self-contained units for which a my_component.rb file in the parent directory would feel unnatural.

    If an nsfile is set, you can still define explicit namespaces as always. Both styles can coexist in the project. However, it is an error condition to try to define the same namespace using both conventions.

    For further details, please check the documentation for nsfiles.

  • When a file is shadowed because the constant path it maps to already exists, the location of said constant is included in the log message.

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

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

🆕 rbs (added, 4.1.0)

🗑️ psych (removed)

🗑️ stringio (removed)


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 Jul 27, 2026
@depfu
depfu Bot merged commit 6a00421 into main Jul 27, 2026
6 checks passed
@depfu
depfu Bot deleted the depfu/update/gettext_i18n_rails_js-3.1.6 branch July 27, 2026 11:24
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