Commit 8622b77
authored
Bump faker from 3.4.2 to 3.5.1 (#674)
Bumps [faker](https://github.com/faker-ruby/faker) from 3.4.2 to 3.5.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/faker-ruby/faker/releases">faker's
releases</a>.</em></p>
<blockquote>
<h2>v3.5.1</h2>
<p>Happy October! 🎃</p>
<p>This version <strong>drops support for Ruby < 3.0</strong>. We
only support one EOL Ruby version at a time. Please upgrade to Ruby 3.0
to update to this and future versions of faker-ruby.</p>
<p>Besides that, this version removes deprecated generators, fixes some
bugs, and adds a Security Policy.</p>
<p>Thanks to all contributors!</p>
<h2>Breaking Changes</h2>
<ul>
<li>Drop support for Ruby 2.7 by <a
href="https://github.com/tatheerf02"><code>@tatheerf02</code></a> in <a
href="https://redirect.github.com/faker-ruby/faker/pull/3006">faker-ruby/faker#3006</a></li>
<li>Removes deprecated generators by <a
href="https://github.com/stefannibrasil"><code>@stefannibrasil</code></a>
in <a
href="https://redirect.github.com/faker-ruby/faker/pull/3014">faker-ruby/faker#3014</a></li>
</ul>
<p>The following deprecated generators are being removed. Please use the
new generators:</p>
<table>
<thead>
<tr>
<th>Deprecated</th>
<th>New</th>
</tr>
</thead>
<tbody>
<tr>
<td>Faker::TvShows::TheFreshPrinceOfBelAir.celebrity</td>
<td>Faker::TvShows::TheFreshPrinceOfBelAir.actor</td>
</tr>
<tr>
<td>Faker::TvShows::Buffy.celebrity</td>
<td>Faker::TvShows::Buffy.actor</td>
</tr>
<tr>
<td>Faker::TvShows::DrWho.villian</td>
<td>Faker::TvShows::DrWho.villain</td>
</tr>
<tr>
<td>Faker::Games::HeroesOfTheStorm.class</td>
<td>Faker::Games::HeroesOfTheStorm.class_name</td>
</tr>
<tr>
<td>Faker::JapaneseMedia::FmaBrotherhood</td>
<td>Faker::JapaneseMedia::FullmetalAlchemistBrotherhood</td>
</tr>
<tr>
<td>Faker::Show</td>
<td>Faker::Theater</td>
</tr>
<tr>
<td>Faker::Australia</td>
<td>Faker::Locations::Australia</td>
</tr>
<tr>
<td>Faker::IDNumber</td>
<td>Faker::IdNumber</td>
</tr>
</tbody>
</table>
<h3>Improvements & Bug fixes</h3>
<ul>
<li>Fix typos by <a
href="https://github.com/tagliala"><code>@tagliala</code></a> in <a
href="https://redirect.github.com/faker-ruby/faker/pull/2982">faker-ruby/faker#2982</a></li>
<li>Fix benchmark:all_methods task by excluding Faker::Deprecator module
from benchmark target by <a
href="https://github.com/amatsuda"><code>@amatsuda</code></a> in <a
href="https://redirect.github.com/faker-ruby/faker/pull/2988">faker-ruby/faker#2988</a></li>
<li>Add Brazilian Portuguese translations for
<code>Faker::Subscription</code> by <a
href="https://github.com/murichristopher"><code>@murichristopher</code></a>
in <a
href="https://redirect.github.com/faker-ruby/faker/pull/2960">faker-ruby/faker#2960</a></li>
<li>Deprecator improvements by <a
href="https://github.com/stefannibrasil"><code>@stefannibrasil</code></a>
in <a
href="https://redirect.github.com/faker-ruby/faker/pull/2997">faker-ruby/faker#2997</a></li>
<li>Faker::Alphanumeric.alphanumeric determinism fix by <a
href="https://github.com/admtnnr"><code>@admtnnr</code></a> in <a
href="https://redirect.github.com/faker-ruby/faker/pull/2996">faker-ruby/faker#2996</a></li>
<li>Remove CodeClimate badges by <a
href="https://github.com/tagliala"><code>@tagliala</code></a> in <a
href="https://redirect.github.com/faker-ruby/faker/pull/3003">faker-ruby/faker#3003</a></li>
<li>Update Company.logo example url by <a
href="https://github.com/dirschn"><code>@dirschn</code></a> in <a
href="https://redirect.github.com/faker-ruby/faker/pull/3007">faker-ruby/faker#3007</a></li>
<li>fix(music.band): removes leading whitespace by <a
href="https://github.com/JeremasPosta"><code>@JeremasPosta</code></a>
in <a
href="https://redirect.github.com/faker-ruby/faker/pull/3015">faker-ruby/faker#3015</a></li>
<li>Create SECURITY.md by <a
href="https://github.com/stefannibrasil"><code>@stefannibrasil</code></a>
in <a
href="https://redirect.github.com/faker-ruby/faker/pull/3016">faker-ruby/faker#3016</a></li>
</ul>
<h3>Update local dependencies</h3>
<ul>
<li>Bump i18n from 1.14.5 to 1.14.6 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a> in <a
href="https://redirect.github.com/faker-ruby/faker/pull/3005">faker-ruby/faker#3005</a></li>
<li>Bump minitest from 5.24.1 to 5.25.0 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a> in <a
href="https://redirect.github.com/faker-ruby/faker/pull/2991">faker-ruby/faker#2991</a></li>
<li>Bump rubocop-minitest from 0.35.1 to 0.36.0 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a> in <a
href="https://redirect.github.com/faker-ruby/faker/pull/2999">faker-ruby/faker#2999</a></li>
<li>Bump yard from 0.9.36 to 0.9.37 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a> in <a
href="https://redirect.github.com/faker-ruby/faker/pull/3000">faker-ruby/faker#3000</a></li>
<li>Bump rubocop from 1.65.1 to 1.66.1 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a> in <a
href="https://redirect.github.com/faker-ruby/faker/pull/3001">faker-ruby/faker#3001</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/murichristopher"><code>@murichristopher</code></a>
made their first contribution in <a
href="https://redirect.github.com/faker-ruby/faker/pull/2960">faker-ruby/faker#2960</a></li>
<li><a href="https://github.com/admtnnr"><code>@admtnnr</code></a> made
their first contribution in <a
href="https://redirect.github.com/faker-ruby/faker/pull/2996">faker-ruby/faker#2996</a></li>
<li><a href="https://github.com/dirschn"><code>@dirschn</code></a> made
their first contribution in <a
href="https://redirect.github.com/faker-ruby/faker/pull/3007">faker-ruby/faker#3007</a></li>
<li><a
href="https://github.com/tatheerf02"><code>@tatheerf02</code></a> made
their first contribution in <a
href="https://redirect.github.com/faker-ruby/faker/pull/3006">faker-ruby/faker#3006</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/faker-ruby/faker/blob/main/CHANGELOG.md">faker's
changelog</a>.</em></p>
<blockquote>
<h2><a href="https://github.com/faker-ruby/faker/tree/v3.5.1">v3.5.1</a>
(2024-10-18)</h2>
<p>Happy October! 🎃</p>
<p>This version <strong>drops support for Ruby < 3.0</strong>. We
only support one EOL Ruby version at a time. Please upgrade to Ruby 3.0
to update to this and future versions of faker-ruby.</p>
<p>Besides that, this version removes deprecated generators, fixes some
bugs, and adds a Security Policy.</p>
<p>Thanks to all contributors!</p>
<h2>Breaking Changes</h2>
<ul>
<li>Drop support for Ruby 2.7 by <a
href="https://github.com/tatheerf02"><code>@tatheerf02</code></a> in <a
href="https://redirect.github.com/faker-ruby/faker/pull/3006">faker-ruby/faker#3006</a></li>
<li>Removes deprecated generators by <a
href="https://github.com/stefannibrasil"><code>@stefannibrasil</code></a>
in <a
href="https://redirect.github.com/faker-ruby/faker/pull/3014">faker-ruby/faker#3014</a></li>
</ul>
<p>The following deprecated generators are being removed. Please use the
new generators:</p>
<table>
<thead>
<tr>
<th>Deprecated</th>
<th>New</th>
</tr>
</thead>
<tbody>
<tr>
<td>Faker::TvShows::TheFreshPrinceOfBelAir.celebrity</td>
<td>Faker::TvShows::TheFreshPrinceOfBelAir.actor</td>
</tr>
<tr>
<td>Faker::TvShows::Buffy.celebrity</td>
<td>Faker::TvShows::Buffy.actor</td>
</tr>
<tr>
<td>Faker::TvShows::DrWho.villian</td>
<td>Faker::TvShows::DrWho.villain</td>
</tr>
<tr>
<td>Faker::Games::HeroesOfTheStorm.class</td>
<td>Faker::Games::HeroesOfTheStorm.class_name</td>
</tr>
<tr>
<td>Faker::JapaneseMedia::FmaBrotherhood</td>
<td>Faker::JapaneseMedia::FullmetalAlchemistBrotherhood</td>
</tr>
<tr>
<td>Faker::Show</td>
<td>Faker::Theater</td>
</tr>
<tr>
<td>Faker::Australia</td>
<td>Faker::Locations::Australia</td>
</tr>
<tr>
<td>Faker::IDNumber</td>
<td>Faker::IdNumber</td>
</tr>
</tbody>
</table>
<h3>Improvements & Bug fixes</h3>
<ul>
<li>Fix typos by <a
href="https://github.com/tagliala"><code>@tagliala</code></a> in <a
href="https://redirect.github.com/faker-ruby/faker/pull/2982">faker-ruby/faker#2982</a></li>
<li>Fix benchmark:all_methods task by excluding Faker::Deprecator module
from benchmark target by <a
href="https://github.com/amatsuda"><code>@amatsuda</code></a> in <a
href="https://redirect.github.com/faker-ruby/faker/pull/2988">faker-ruby/faker#2988</a></li>
<li>Add Brazilian Portuguese translations for
<code>Faker::Subscription</code> by <a
href="https://github.com/murichristopher"><code>@murichristopher</code></a>
in <a
href="https://redirect.github.com/faker-ruby/faker/pull/2960">faker-ruby/faker#2960</a></li>
<li>Deprecator improvements by <a
href="https://github.com/stefannibrasil"><code>@stefannibrasil</code></a>
in <a
href="https://redirect.github.com/faker-ruby/faker/pull/2997">faker-ruby/faker#2997</a></li>
<li>Faker::Alphanumeric.alphanumeric determinism fix by <a
href="https://github.com/admtnnr"><code>@admtnnr</code></a> in <a
href="https://redirect.github.com/faker-ruby/faker/pull/2996">faker-ruby/faker#2996</a></li>
<li>Remove CodeClimate badges by <a
href="https://github.com/tagliala"><code>@tagliala</code></a> in <a
href="https://redirect.github.com/faker-ruby/faker/pull/3003">faker-ruby/faker#3003</a></li>
<li>Update Company.logo example url by <a
href="https://github.com/dirschn"><code>@dirschn</code></a> in <a
href="https://redirect.github.com/faker-ruby/faker/pull/3007">faker-ruby/faker#3007</a></li>
<li>fix(music.band): removes leading whitespace by <a
href="https://github.com/JeremasPosta"><code>@JeremasPosta</code></a>
in <a
href="https://redirect.github.com/faker-ruby/faker/pull/3015">faker-ruby/faker#3015</a></li>
<li>Create SECURITY.md by <a
href="https://github.com/stefannibrasil"><code>@stefannibrasil</code></a>
in <a
href="https://redirect.github.com/faker-ruby/faker/pull/3016">faker-ruby/faker#3016</a></li>
</ul>
<h3>Update local dependencies</h3>
<ul>
<li>Bump i18n from 1.14.5 to 1.14.6 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a> in <a
href="https://redirect.github.com/faker-ruby/faker/pull/3005">faker-ruby/faker#3005</a></li>
<li>Bump minitest from 5.24.1 to 5.25.0 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a> in <a
href="https://redirect.github.com/faker-ruby/faker/pull/2991">faker-ruby/faker#2991</a></li>
<li>Bump rubocop-minitest from 0.35.1 to 0.36.0 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a> in <a
href="https://redirect.github.com/faker-ruby/faker/pull/2999">faker-ruby/faker#2999</a></li>
<li>Bump yard from 0.9.36 to 0.9.37 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a> in <a
href="https://redirect.github.com/faker-ruby/faker/pull/3000">faker-ruby/faker#3000</a></li>
<li>Bump rubocop from 1.65.1 to 1.66.1 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a> in <a
href="https://redirect.github.com/faker-ruby/faker/pull/3001">faker-ruby/faker#3001</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/murichristopher"><code>@murichristopher</code></a>
made their first contribution in <a
href="https://redirect.github.com/faker-ruby/faker/pull/2960">faker-ruby/faker#2960</a></li>
<li><a href="https://github.com/admtnnr"><code>@admtnnr</code></a> made
their first contribution in <a
href="https://redirect.github.com/faker-ruby/faker/pull/2996">faker-ruby/faker#2996</a></li>
<li><a href="https://github.com/dirschn"><code>@dirschn</code></a> made
their first contribution in <a
href="https://redirect.github.com/faker-ruby/faker/pull/3007">faker-ruby/faker#3007</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/faker-ruby/faker/commit/46130d9212932c5ad3e5523413ef2189937f55af"><code>46130d9</code></a>
Merge pull request <a
href="https://redirect.github.com/faker-ruby/faker/issues/3017">#3017</a>
from faker-ruby/bump-to-v-3.5.1</li>
<li><a
href="https://github.com/faker-ruby/faker/commit/656f96f540c431474d49113c68440d73b3944409"><code>656f96f</code></a>
Bump faker to 3.5.1</li>
<li><a
href="https://github.com/faker-ruby/faker/commit/0aa5963fa4b66a79d2dc42b548a7324d55252ec8"><code>0aa5963</code></a>
Remove unused rake task</li>
<li><a
href="https://github.com/faker-ruby/faker/commit/a9a7652c10cd09af763f8713d73ff1f64efab2f8"><code>a9a7652</code></a>
Merge pull request <a
href="https://redirect.github.com/faker-ruby/faker/issues/3016">#3016</a>
from faker-ruby/sb-add-security-policy</li>
<li><a
href="https://github.com/faker-ruby/faker/commit/f39b41db16e67583b3167403b6cc98394b879c8e"><code>f39b41d</code></a>
Update SECURITY.md</li>
<li><a
href="https://github.com/faker-ruby/faker/commit/ca7c33602014b731c1aee9afc7f75ada9c85dca8"><code>ca7c336</code></a>
Update SECURITY.md</li>
<li><a
href="https://github.com/faker-ruby/faker/commit/6a8ad8dc328bbc27250df6fdc83c409f0a2b0162"><code>6a8ad8d</code></a>
Create SECURITY.md</li>
<li><a
href="https://github.com/faker-ruby/faker/commit/6795451533e97182f7e105588a959598f351b3b1"><code>6795451</code></a>
Merge pull request <a
href="https://redirect.github.com/faker-ruby/faker/issues/3015">#3015</a>
from JeremasPosta/fix/remove_example_with_leading_wh...</li>
<li><a
href="https://github.com/faker-ruby/faker/commit/efb26b4d778eff8e1e9959c327371feacd6cc229"><code>efb26b4</code></a>
Merge branch 'main' into fix/remove_example_with_leading_whitespace</li>
<li><a
href="https://github.com/faker-ruby/faker/commit/65fca9f6345507d7ae5fa36fd8522ac5cd0e5472"><code>65fca9f</code></a>
feat(music.band): reorder alphabetically</li>
<li>Additional commits viewable in <a
href="https://github.com/faker-ruby/faker/compare/v3.4.2...v3.5.1">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>1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
279 | 279 | | |
280 | 280 | | |
281 | 281 | | |
282 | | - | |
| 282 | + | |
283 | 283 | | |
284 | 284 | | |
285 | 285 | | |
| |||
0 commit comments