Skip to content

Commit

Permalink
Bump faker from 3.2.0 to 3.3.1 (#132)
Browse files Browse the repository at this point in the history
Bumps [faker](https://github.com/faker-ruby/faker) from 3.2.0 to 3.3.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.3.1</h2>
<h2><a href="https://github.com/faker-ruby/faker/tree/v3.3.1">v3.3.1</a>
(2024-04-02)</h2>
<h3>Bug fixes</h3>
<ul>
<li>Fix bug on phone number generator for <code>en-US</code> locale
caused by incorrect <code>.yml</code> file structure by <a
href="https://github.com/aprescott"><code>@​aprescott</code></a> in <a
href="https://redirect.github.com/faker-ruby/faker/pull/2924">faker-ruby/faker#2924</a></li>
</ul>
<h3>What's Changed</h3>
<ul>
<li>Added docs for Deprecator in CONTRIBUTING.md by <a
href="https://github.com/keshavbiswa"><code>@​keshavbiswa</code></a> in
<a
href="https://redirect.github.com/faker-ruby/faker/pull/2919">faker-ruby/faker#2919</a></li>
<li>Rename Faker::show to Faker::Theater by <a
href="https://github.com/keshavbiswa"><code>@​keshavbiswa</code></a> in
<a
href="https://redirect.github.com/faker-ruby/faker/pull/2921">faker-ruby/faker#2921</a></li>
<li>renamed nhs to national_health_service by <a
href="https://github.com/keshavbiswa"><code>@​keshavbiswa</code></a> in
<a
href="https://redirect.github.com/faker-ruby/faker/pull/2923">faker-ruby/faker#2923</a></li>
</ul>
<h3>New Contributors</h3>
<ul>
<li><a href="https://github.com/aprescott"><code>@​aprescott</code></a>
made their first contribution in <a
href="https://redirect.github.com/faker-ruby/faker/pull/2924">faker-ruby/faker#2924</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/faker-ruby/faker/compare/v3.3.0...v3.3.1">https://github.com/faker-ruby/faker/compare/v3.3.0...v3.3.1</a></p>
<h2>v3.3.0</h2>
<h2><a href="https://github.com/faker-ruby/faker/tree/v3.3.0">v3.3.0</a>
(2024-03-25)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>Remove the duplicate method Faker::Commerce.material description by
<a href="https://github.com/mmarusyk"><code>@​mmarusyk</code></a> in <a
href="https://redirect.github.com/faker-ruby/faker/pull/2914">faker-ruby/faker#2914</a></li>
</ul>
<h3>Features</h3>
<ul>
<li>Add Kenya to supported countries by <a
href="https://github.com/AndrewNduati"><code>@​AndrewNduati</code></a>
in <a
href="https://redirect.github.com/faker-ruby/faker/pull/2871">faker-ruby/faker#2871</a></li>
<li>Benchmarking loading JSON file vs YML file by <a
href="https://github.com/salochara"><code>@​salochara</code></a> in <a
href="https://redirect.github.com/faker-ruby/faker/pull/2897">faker-ruby/faker#2897</a></li>
</ul>
<h3>What's changed</h3>
<ul>
<li>Fix/Deprecate <code>Faker::IDNumber</code> to
<code>Faker::IdNumber</code> to be more consistent with other
generator's naming convention. by <a
href="https://github.com/Jamal-A-Mohamed"><code>@​Jamal-A-Mohamed</code></a>
in <a
href="https://redirect.github.com/faker-ruby/faker/pull/2858">faker-ruby/faker#2858</a></li>
<li>Fix/Deprecate FmaBrotherhood Generator by <a
href="https://github.com/kirkkwang"><code>@​kirkkwang</code></a> in <a
href="https://redirect.github.com/faker-ruby/faker/pull/2856">faker-ruby/faker#2856</a></li>
<li>Fix/Deprecate Faker::Australia to Faker::Locations::Australia by <a
href="https://github.com/keshavbiswa"><code>@​keshavbiswa</code></a> in
<a
href="https://redirect.github.com/faker-ruby/faker/pull/2869">faker-ruby/faker#2869</a></li>
<li>Add note about EOL dependencies by <a
href="https://github.com/stefannibrasil"><code>@​stefannibrasil</code></a>
in <a
href="https://redirect.github.com/faker-ruby/faker/pull/2890">faker-ruby/faker#2890</a></li>
</ul>
<h3>Update local dependencies</h3>
<ul>
<li>Bump test-unit from 3.6.1 to 3.6.2 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/faker-ruby/faker/pull/2906">faker-ruby/faker#2906</a></li>
<li>Bump i18n from 1.14.1 to 1.14.4 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/faker-ruby/faker/pull/2913">faker-ruby/faker#2913</a></li>
<li>Bump rubocop from 1.60.2 to 1.62.1 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/faker-ruby/faker/pull/2916">faker-ruby/faker#2916</a></li>
<li>Bump yard from 0.9.34 to 0.9.36 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/faker-ruby/faker/pull/2909">faker-ruby/faker#2909</a></li>
<li>Bump minitest from 5.22.2 to 5.22.3 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/faker-ruby/faker/pull/2917">faker-ruby/faker#2917</a></li>
</ul>
<h3>New Contributors</h3>
<ul>
<li><a
href="https://github.com/AndrewNduati"><code>@​AndrewNduati</code></a>
made their first contribution in <a
href="https://redirect.github.com/faker-ruby/faker/pull/2871">faker-ruby/faker#2871</a></li>
<li><a
href="https://github.com/Jamal-A-Mohamed"><code>@​Jamal-A-Mohamed</code></a>
made their first contribution in <a
href="https://redirect.github.com/faker-ruby/faker/pull/2858">faker-ruby/faker#2858</a></li>
<li><a href="https://github.com/mmarusyk"><code>@​mmarusyk</code></a>
made their first contribution in <a
href="https://redirect.github.com/faker-ruby/faker/pull/2914">faker-ruby/faker#2914</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.3.1">v3.3.1</a>
(2024-04-02)</h2>
<h3>Bug fixes</h3>
<ul>
<li>Fix bug on phone number generator for <code>en-US</code> locale
caused by incorrect <code>.yml</code> file structure by <a
href="https://github.com/aprescott"><code>@​aprescott</code></a> in <a
href="https://redirect.github.com/faker-ruby/faker/pull/2924">faker-ruby/faker#2924</a></li>
</ul>
<h3>What's Changed</h3>
<ul>
<li>Added docs for Deprecator in CONTRIBUTING.md by <a
href="https://github.com/keshavbiswa"><code>@​keshavbiswa</code></a> in
<a
href="https://redirect.github.com/faker-ruby/faker/pull/2919">faker-ruby/faker#2919</a></li>
<li>Rename Faker::show to Faker::Theater by <a
href="https://github.com/keshavbiswa"><code>@​keshavbiswa</code></a> in
<a
href="https://redirect.github.com/faker-ruby/faker/pull/2921">faker-ruby/faker#2921</a></li>
<li>renamed nhs to national_health_service by <a
href="https://github.com/keshavbiswa"><code>@​keshavbiswa</code></a> in
<a
href="https://redirect.github.com/faker-ruby/faker/pull/2923">faker-ruby/faker#2923</a></li>
</ul>
<h3>New Contributors</h3>
<ul>
<li><a href="https://github.com/aprescott"><code>@​aprescott</code></a>
made their first contribution in <a
href="https://redirect.github.com/faker-ruby/faker/pull/2924">faker-ruby/faker#2924</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/faker-ruby/faker/compare/v3.3.0...v3.3.1">https://github.com/faker-ruby/faker/compare/v3.3.0...v3.3.1</a></p>
<hr />
<h2><a href="https://github.com/faker-ruby/faker/tree/v3.3.0">v3.3.0</a>
(2024-03-25)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>Remove the duplicate method Faker::Commerce.material description by
<a href="https://github.com/mmarusyk"><code>@​mmarusyk</code></a> in <a
href="https://redirect.github.com/faker-ruby/faker/pull/2914">faker-ruby/faker#2914</a></li>
</ul>
<h3>Features</h3>
<ul>
<li>Add Kenya to supported countries by <a
href="https://github.com/AndrewNduati"><code>@​AndrewNduati</code></a>
in <a
href="https://redirect.github.com/faker-ruby/faker/pull/2871">faker-ruby/faker#2871</a></li>
<li>Benchmarking loading JSON file vs YML file by <a
href="https://github.com/salochara"><code>@​salochara</code></a> in <a
href="https://redirect.github.com/faker-ruby/faker/pull/2897">faker-ruby/faker#2897</a></li>
</ul>
<h3>What's changed</h3>
<ul>
<li>Fix/Deprecate <code>Faker::IDNumber</code> to
<code>Faker::IdNumber</code> to be more consistent with other
generator's naming convention. by <a
href="https://github.com/Jamal-A-Mohamed"><code>@​Jamal-A-Mohamed</code></a>
in <a
href="https://redirect.github.com/faker-ruby/faker/pull/2858">faker-ruby/faker#2858</a></li>
<li>Fix/Deprecate FmaBrotherhood Generator by <a
href="https://github.com/kirkkwang"><code>@​kirkkwang</code></a> in <a
href="https://redirect.github.com/faker-ruby/faker/pull/2856">faker-ruby/faker#2856</a></li>
<li>Fix/Deprecate Faker::Australia to Faker::Locations::Australia by <a
href="https://github.com/keshavbiswa"><code>@​keshavbiswa</code></a> in
<a
href="https://redirect.github.com/faker-ruby/faker/pull/2869">faker-ruby/faker#2869</a></li>
<li>Add note about EOL dependencies by <a
href="https://github.com/stefannibrasil"><code>@​stefannibrasil</code></a>
in <a
href="https://redirect.github.com/faker-ruby/faker/pull/2890">faker-ruby/faker#2890</a></li>
</ul>
<h3>Update local dependencies</h3>
<ul>
<li>Bump test-unit from 3.6.1 to 3.6.2 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/faker-ruby/faker/pull/2906">faker-ruby/faker#2906</a></li>
<li>Bump i18n from 1.14.1 to 1.14.4 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/faker-ruby/faker/pull/2913">faker-ruby/faker#2913</a></li>
<li>Bump rubocop from 1.60.2 to 1.62.1 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/faker-ruby/faker/pull/2916">faker-ruby/faker#2916</a></li>
<li>Bump yard from 0.9.34 to 0.9.36 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/faker-ruby/faker/pull/2909">faker-ruby/faker#2909</a></li>
<li>Bump minitest from 5.22.2 to 5.22.3 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/faker-ruby/faker/pull/2917">faker-ruby/faker#2917</a></li>
</ul>
<h3>New Contributors</h3>
<ul>
<li><a
href="https://github.com/AndrewNduati"><code>@​AndrewNduati</code></a>
made their first contribution in <a
href="https://redirect.github.com/faker-ruby/faker/pull/2871">faker-ruby/faker#2871</a></li>
<li><a
href="https://github.com/Jamal-A-Mohamed"><code>@​Jamal-A-Mohamed</code></a>
made their first contribution in <a
href="https://redirect.github.com/faker-ruby/faker/pull/2858">faker-ruby/faker#2858</a></li>
<li><a href="https://github.com/mmarusyk"><code>@​mmarusyk</code></a>
made their first contribution in <a
href="https://redirect.github.com/faker-ruby/faker/pull/2914">faker-ruby/faker#2914</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/49fa02c9b4c4429591ca6d772d0283fa5afffbdd"><code>49fa02c</code></a>
New patch release (<a
href="https://redirect.github.com/faker-ruby/faker/issues/2925">#2925</a>)</li>
<li><a
href="https://github.com/faker-ruby/faker/commit/52e5d4333984cd34b18902548c0e129356be588c"><code>52e5d43</code></a>
renamed nhs to national_health_service (<a
href="https://redirect.github.com/faker-ruby/faker/issues/2923">#2923</a>)</li>
<li><a
href="https://github.com/faker-ruby/faker/commit/dd8c88c0b5b5ba2117a0cbb2ab838f238bb2745b"><code>dd8c88c</code></a>
Rename Faker::show to Faker::Theater (<a
href="https://redirect.github.com/faker-ruby/faker/issues/2921">#2921</a>)</li>
<li><a
href="https://github.com/faker-ruby/faker/commit/e15e606d7afcac499f08e0b88fab3f494239174f"><code>e15e606</code></a>
Move en-US.yml's cell_phone entry to the correct position (<a
href="https://redirect.github.com/faker-ruby/faker/issues/2924">#2924</a>)</li>
<li><a
href="https://github.com/faker-ruby/faker/commit/3c853215773d883d1747ab61dac4957b1f1f1f8a"><code>3c85321</code></a>
Added docs for Deprecator in CONTRIBUTING.md (<a
href="https://redirect.github.com/faker-ruby/faker/issues/2919">#2919</a>)</li>
<li><a
href="https://github.com/faker-ruby/faker/commit/5b27fe4b367fcd0dec4df1cd1def17f0609e2715"><code>5b27fe4</code></a>
Bump rubocop-minitest from 0.34.4 to 0.35.0 (<a
href="https://redirect.github.com/faker-ruby/faker/issues/2918">#2918</a>)</li>
<li><a
href="https://github.com/faker-ruby/faker/commit/a21875f1f96071012d6035dae722d06d91474309"><code>a21875f</code></a>
Bump version to v3.3.0 (<a
href="https://redirect.github.com/faker-ruby/faker/issues/2920">#2920</a>)</li>
<li><a
href="https://github.com/faker-ruby/faker/commit/fcf41f1c6448f6b6309dc8959fb628e24ca53d1e"><code>fcf41f1</code></a>
Update Faker::Australia to Faker::Locations::Australia (<a
href="https://redirect.github.com/faker-ruby/faker/issues/2869">#2869</a>)</li>
<li><a
href="https://github.com/faker-ruby/faker/commit/e89579a2c3bbc776c99cc4b83cb558379ccc6d14"><code>e89579a</code></a>
Bump minitest from 5.22.2 to 5.22.3 (<a
href="https://redirect.github.com/faker-ruby/faker/issues/2917">#2917</a>)</li>
<li><a
href="https://github.com/faker-ruby/faker/commit/6754225e1b88d6feabc1d5d8293f6989462fe954"><code>6754225</code></a>
Benchmarking loading JSON file vs YML file (<a
href="https://redirect.github.com/faker-ruby/faker/issues/2897">#2897</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/faker-ruby/faker/compare/v3.2.0...v3.3.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=faker&package-manager=bundler&previous-version=3.2.0&new-version=3.3.1)](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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 10, 2024
1 parent b86fc4f commit 69aabdd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -101,12 +101,12 @@ GEM
factory_bot_rails (6.4.3)
factory_bot (~> 6.4)
railties (>= 5.0.0)
faker (3.2.0)
faker (3.3.1)
i18n (>= 1.8.11, < 2)
ffi (1.15.5)
globalid (1.2.1)
activesupport (>= 6.1)
i18n (1.14.1)
i18n (1.14.4)
concurrent-ruby (~> 1.0)
io-console (0.7.2)
irb (1.11.2)
Expand Down

0 comments on commit 69aabdd

Please sign in to comment.