Commit fa40e05
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 />
[](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 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
385 | 385 | | |
386 | 386 | | |
387 | 387 | | |
388 | | - | |
| 388 | + | |
389 | 389 | | |
390 | 390 | | |
391 | 391 | | |
| |||
583 | 583 | | |
584 | 584 | | |
585 | 585 | | |
586 | | - | |
| 586 | + | |
587 | 587 | | |
588 | 588 | | |
589 | 589 | | |
| |||
866 | 866 | | |
867 | 867 | | |
868 | 868 | | |
869 | | - | |
| 869 | + | |
870 | 870 | | |
871 | 871 | | |
872 | 872 | | |
| |||
0 commit comments