Skip to content

Commit fa40e05

Browse files
authored
chore(deps-dev): bump i18n-tasks from 1.1.0 to 1.1.2 (#1159)
Bumps [i18n-tasks](https://github.com/glebm/i18n-tasks) from 1.1.0 to 1.1.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/glebm/i18n-tasks/releases">i18n-tasks's releases</a>.</em></p> <blockquote> <h2>v1.1.1</h2> <ul> <li>Prism: Fixes <code>translate</code> calls on non-I18n receivers being processed.</li> <li>Prism: Adds candidate keys for model_name.human and human_attribute_name. <ul> <li><code>Event.human_attribute_name(:title)</code> will now match <code>activerecord.attributes.event.title</code> or <code>attributes.title</code>.</li> </ul> </li> <li>Prism: Candidate keys were not added to the <code>used_tree</code>.</li> <li>Works around a concurrency bug by reverting to serial scanning.</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/glebm/i18n-tasks/compare/v1.1.0...v1.1.1">https://github.com/glebm/i18n-tasks/compare/v1.1.0...v1.1.1</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/glebm/i18n-tasks/blob/main/CHANGES.md">i18n-tasks's changelog</a>.</em></p> <blockquote> <h2>v1.1.2</h2> <ul> <li>Prism: Missing <code>require 'prism'</code> in the scanners fixed.</li> </ul> <h2>v1.1.1</h2> <ul> <li>Prism: Fixes <code>translate</code> calls on non-I18n receivers being processed. (<a href="https://redirect.github.com/glebm/i18n-tasks/pull/684">glebm/i18n-tasks#684</a>)</li> <li>Prism: Adds candidate keys for model_name.human and human_attribute_name. (<a href="https://redirect.github.com/glebm/i18n-tasks/pull/684">glebm/i18n-tasks#684</a>) <ul> <li><code>Event.human_attribute_name(:title)</code> will now match <code>activerecord.attributes.event.title</code> or <code>attributes.title</code>.</li> </ul> </li> <li>Prism: Candidate keys were not added to the <code>used_tree</code>. (<a href="https://redirect.github.com/glebm/i18n-tasks/pull/684">glebm/i18n-tasks#684</a>)</li> <li>Works around a concurrency bug by reverting to serial scanning. (<a href="https://redirect.github.com/glebm/i18n-tasks/pull/687">glebm/i18n-tasks#687</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/glebm/i18n-tasks/commit/9e174db71468efbac96b7a3f9862088c52a30576"><code>9e174db</code></a> Bump to v1.1.2</li> <li><a href="https://github.com/glebm/i18n-tasks/commit/62ef67476c4a733b4ef22aea9da4208c095e0a1b"><code>62ef674</code></a> Adds <code>require 'prism'</code> to scanners using Prism</li> <li><a href="https://github.com/glebm/i18n-tasks/commit/48d3095a4c16aea51ff0c3bc2daa23d3addea045"><code>48d3095</code></a> Bump to v1.1.1</li> <li><a href="https://github.com/glebm/i18n-tasks/commit/6b67f06cd769f809d823314e3b104f1f27304046"><code>6b67f06</code></a> Prism: Candidate keys and parser fixes (<a href="https://redirect.github.com/glebm/i18n-tasks/issues/684">#684</a>)</li> <li><a href="https://github.com/glebm/i18n-tasks/commit/06e3479f3078177b0aff6757df8a58032f7c803c"><code>06e3479</code></a> ScannerMultiplexer: Removes concurrency due to bug</li> <li><a href="https://github.com/glebm/i18n-tasks/commit/f1a2b3fb817261d44e045304b9c3f0f8d204b27b"><code>f1a2b3f</code></a> chore(deps): bump actions/checkout from 5 to 6 (<a href="https://redirect.github.com/glebm/i18n-tasks/issues/686">#686</a>)</li> <li><a href="https://github.com/glebm/i18n-tasks/commit/f0c62e9f8847a7da7ae60cae0ed0e654d5e2d7a3"><code>f0c62e9</code></a> Gemfile: Removes bundler, rbx and byebug (<a href="https://redirect.github.com/glebm/i18n-tasks/issues/685">#685</a>)</li> <li>See full diff in <a href="https://github.com/glebm/i18n-tasks/compare/v1.1.0...v1.1.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=i18n-tasks&package-manager=bundler&previous-version=1.1.0&new-version=1.1.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 <dependency name> 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) </details>
2 parents 216c28d + d9007a4 commit fa40e05

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ group :development, :test do
6262
# Fuubar for fancy test progress bar
6363
gem 'fuubar'
6464
# Help with managing translation databasde
65-
gem 'i18n-tasks', '~> 1.1.0'
65+
gem 'i18n-tasks', '~> 1.1.2'
6666
# Pry for a powerful shell alternative to IRB
6767
gem 'pry'
6868
# RuboCop for static code analysis

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ GEM
385385
i18n
386386
i18n (1.14.7)
387387
concurrent-ruby (~> 1.0)
388-
i18n-tasks (1.1.0)
388+
i18n-tasks (1.1.2)
389389
activesupport (>= 4.0.2)
390390
ast (>= 2.1.0)
391391
erubi
@@ -583,7 +583,7 @@ GEM
583583
rails-html-sanitizer (1.6.2)
584584
loofah (~> 2.21)
585585
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
586-
rails-i18n (8.0.2)
586+
rails-i18n (8.1.0)
587587
i18n (>= 0.7, < 2)
588588
railties (>= 8.0.0, < 9)
589589
railties (8.0.3)
@@ -866,7 +866,7 @@ DEPENDENCIES
866866
faker
867867
fog-aws
868868
fuubar
869-
i18n-tasks (~> 1.1.0)
869+
i18n-tasks (~> 1.1.2)
870870
i18n_generators
871871
listen (>= 3.0.5, < 3.10)
872872
pg (>= 0.18, < 2.0)

0 commit comments

Comments
 (0)