Bump faker from 3.4.1 to 3.4.2 #1015

Merged
dependabot[bot] merged 1 commits from dependabot/bundler/faker-3.4.2 into main 2024-07-22 21:51:12 +08:00
dependabot[bot] commented 2024-07-22 15:48:54 +08:00 (Migrated from github.com)

Bumps faker from 3.4.1 to 3.4.2.

Release notes

Sourced from faker's releases.

v3.4.2

Happy July with a new faker-ruby release.

This version:

  • introduces a breaking change for Faker::NationalHealthService.british_number (more details below)
  • adds translation for some generators
  • fixes bugs

Breaking changes

The NHS sets aside a range of numbers from 999 000 0000 to 999 999 9999 for test purposes. The old range could produce NHS numbers that were in use by real patients in the UK/England and Wales. In this version, Faker::NationalHealthService.british_number uses the test range for creating NHS numbers rather than the previous 400 000 0010 to 499 999 9999 range.

Breaking change was introduced in "Add test range param to NHS numbers" by @​neanias in faker-ruby/faker#2947

Improvements & Bug fixes

Update local dependencies

New Contributors

Full Changelog: https://github.com/faker-ruby/faker/compare/v.3.4.1...v3.4.2

Changelog

Sourced from faker's changelog.

v3.4.2 (2024-07-16)

Happy July with a new faker-ruby release.

This version:

  • introduces a breaking change for Faker::NationalHealthService.british_number (more details below)
  • adds translation for some generators
  • fixes bugs

Breaking changes

The NHS sets aside a range of numbers from 999 000 0000 to 999 999 9999 for test purposes. The old range could produce NHS numbers that were in use by real patients in the UK/England and Wales. In this version, Faker::NationalHealthService.british_number uses the test range for creating NHS numbers rather than the previous 400 000 0010 to 499 999 9999 range.

Breaking change was introduced in "Add test range param to NHS numbers" by @​neanias in faker-ruby/faker#2947

Improvements & Bug fixes

Update local dependencies

New Contributors

Full Changelog: https://github.com/faker-ruby/faker/compare/v.3.4.1...v3.4.2


Commits

Dependabot compatibility score

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 commands and options

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)
Bumps [faker](https://github.com/faker-ruby/faker) from 3.4.1 to 3.4.2. <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.4.2</h2> <p>Happy July with a new faker-ruby release.</p> <p>This version:</p> <ul> <li>introduces a breaking change for <code>Faker::NationalHealthService.british_number</code> (more details below)</li> <li>adds translation for some generators</li> <li>fixes bugs</li> </ul> <h3>Breaking changes</h3> <p>The NHS sets aside a range of numbers from 999 000 0000 to 999 999 9999 for test purposes. The old range could produce NHS numbers that were in use by real patients in the UK/England and Wales. In this version, <code>Faker::NationalHealthService.british_number</code> uses the test range for creating NHS numbers rather than the previous 400 000 0010 to 499 999 9999 range.</p> <p>Breaking change was introduced in &quot;Add test range param to NHS numbers&quot; by <a href="https://github.com/neanias"><code>@​neanias</code></a> in <a href="https://redirect.github.com/faker-ruby/faker/pull/2947">faker-ruby/faker#2947</a></p> <h3>Improvements &amp; Bug fixes</h3> <ul> <li>Add Bank and Sport to Swedish locale by <a href="https://github.com/twk-mn"><code>@​twk-mn</code></a> in <a href="https://redirect.github.com/faker-ruby/faker/pull/2961">faker-ruby/faker#2961</a></li> <li>docs: update with notes about validity for zips by <a href="https://github.com/garrettgregor"><code>@​garrettgregor</code></a> in <a href="https://redirect.github.com/faker-ruby/faker/pull/2963">faker-ruby/faker#2963</a></li> <li><code>Faker::Games::Dota</code> missing quotes and new heroes by <a href="https://github.com/arthurka-o"><code>@​arthurka-o</code></a> in <a href="https://redirect.github.com/faker-ruby/faker/pull/2907">faker-ruby/faker#2907</a></li> <li>Add phone_number.country_code and address.full_address in locale sv by <a href="https://github.com/larkro"><code>@​larkro</code></a> in <a href="https://redirect.github.com/faker-ruby/faker/pull/2965">faker-ruby/faker#2965</a></li> <li>Fix typo by <a href="https://github.com/fynsta"><code>@​fynsta</code></a> in <a href="https://redirect.github.com/faker-ruby/faker/pull/2968">faker-ruby/faker#2968</a></li> <li>fix: <code>Faker::Internet.username</code> should not generate duplicated punctuation by <a href="https://github.com/thdaraujo"><code>@​thdaraujo</code></a> in <a href="https://redirect.github.com/faker-ruby/faker/pull/2970">faker-ruby/faker#2970</a></li> <li>Update dog breed names for <code>en-US</code> locale by <a href="https://github.com/mononoken"><code>@​mononoken</code></a> in <a href="https://redirect.github.com/faker-ruby/faker/pull/2972">faker-ruby/faker#2972</a></li> <li>Add <code>Deprecator.skip_warning?</code> ability to silence deprecators on tests by <a href="https://github.com/keshavbiswa"><code>@​keshavbiswa</code></a> in <a href="https://redirect.github.com/faker-ruby/faker/pull/2956">faker-ruby/faker#2956</a></li> </ul> <h3>Update local dependencies</h3> <ul> <li>Bump timecop from 0.9.9 to 0.9.10 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/faker-ruby/faker/pull/2969">faker-ruby/faker#2969</a></li> <li>Bump minitest from 5.23.1 to 5.24.1 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/faker-ruby/faker/pull/2975">faker-ruby/faker#2975</a></li> <li>Bump bundler version to <code>2.4.22</code> by <a href="https://github.com/thdaraujo"><code>@​thdaraujo</code></a> in <a href="https://redirect.github.com/faker-ruby/faker/pull/2978">faker-ruby/faker#2978</a></li> <li>Bump rubocop from 1.64.1 to 1.65.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/faker-ruby/faker/pull/2979">faker-ruby/faker#2979</a></li> <li>Bump rubocop-minitest from 0.35.0 to 0.35.1 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/faker-ruby/faker/pull/2980">faker-ruby/faker#2980</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/twk-mn"><code>@​twk-mn</code></a> made their first contribution in <a href="https://redirect.github.com/faker-ruby/faker/pull/2961">faker-ruby/faker#2961</a></li> <li><a href="https://github.com/neanias"><code>@​neanias</code></a> made their first contribution in <a href="https://redirect.github.com/faker-ruby/faker/pull/2947">faker-ruby/faker#2947</a></li> <li><a href="https://github.com/garrettgregor"><code>@​garrettgregor</code></a> made their first contribution in <a href="https://redirect.github.com/faker-ruby/faker/pull/2963">faker-ruby/faker#2963</a></li> <li><a href="https://github.com/arthurka-o"><code>@​arthurka-o</code></a> made their first contribution in <a href="https://redirect.github.com/faker-ruby/faker/pull/2907">faker-ruby/faker#2907</a></li> <li><a href="https://github.com/larkro"><code>@​larkro</code></a> made their first contribution in <a href="https://redirect.github.com/faker-ruby/faker/pull/2965">faker-ruby/faker#2965</a></li> <li><a href="https://github.com/fynsta"><code>@​fynsta</code></a> made their first contribution in <a href="https://redirect.github.com/faker-ruby/faker/pull/2968">faker-ruby/faker#2968</a></li> <li><a href="https://github.com/mononoken"><code>@​mononoken</code></a> made their first contribution in <a href="https://redirect.github.com/faker-ruby/faker/pull/2972">faker-ruby/faker#2972</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/faker-ruby/faker/compare/v.3.4.1...v3.4.2">https://github.com/faker-ruby/faker/compare/v.3.4.1...v3.4.2</a></p> </blockquote> </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.4.2">v3.4.2</a> (2024-07-16)</h2> <p>Happy July with a new faker-ruby release.</p> <p>This version:</p> <ul> <li>introduces a breaking change for <code>Faker::NationalHealthService.british_number</code> (more details below)</li> <li>adds translation for some generators</li> <li>fixes bugs</li> </ul> <h3>Breaking changes</h3> <p>The NHS sets aside a range of numbers from 999 000 0000 to 999 999 9999 for test purposes. The old range could produce NHS numbers that were in use by real patients in the UK/England and Wales. In this version, <code>Faker::NationalHealthService.british_number</code> uses the test range for creating NHS numbers rather than the previous 400 000 0010 to 499 999 9999 range.</p> <p>Breaking change was introduced in &quot;Add test range param to NHS numbers&quot; by <a href="https://github.com/neanias"><code>@​neanias</code></a> in <a href="https://redirect.github.com/faker-ruby/faker/pull/2947">faker-ruby/faker#2947</a></p> <h3>Improvements &amp; Bug fixes</h3> <ul> <li>Add Bank and Sport to Swedish locale by <a href="https://github.com/twk-mn"><code>@​twk-mn</code></a> in <a href="https://redirect.github.com/faker-ruby/faker/pull/2961">faker-ruby/faker#2961</a></li> <li>docs: update with notes about validity for zips by <a href="https://github.com/garrettgregor"><code>@​garrettgregor</code></a> in <a href="https://redirect.github.com/faker-ruby/faker/pull/2963">faker-ruby/faker#2963</a></li> <li><code>Faker::Games::Dota</code> missing quotes and new heroes by <a href="https://github.com/arthurka-o"><code>@​arthurka-o</code></a> in <a href="https://redirect.github.com/faker-ruby/faker/pull/2907">faker-ruby/faker#2907</a></li> <li>Add phone_number.country_code and address.full_address in locale sv by <a href="https://github.com/larkro"><code>@​larkro</code></a> in <a href="https://redirect.github.com/faker-ruby/faker/pull/2965">faker-ruby/faker#2965</a></li> <li>Fix typo by <a href="https://github.com/fynsta"><code>@​fynsta</code></a> in <a href="https://redirect.github.com/faker-ruby/faker/pull/2968">faker-ruby/faker#2968</a></li> <li>fix: <code>Faker::Internet.username</code> should not generate duplicated punctuation by <a href="https://github.com/thdaraujo"><code>@​thdaraujo</code></a> in <a href="https://redirect.github.com/faker-ruby/faker/pull/2970">faker-ruby/faker#2970</a></li> <li>Update dog breed names for <code>en-US</code> locale by <a href="https://github.com/mononoken"><code>@​mononoken</code></a> in <a href="https://redirect.github.com/faker-ruby/faker/pull/2972">faker-ruby/faker#2972</a></li> <li>Add <code>Deprecator.skip_warning?</code> ability to silence deprecators on tests by <a href="https://github.com/keshavbiswa"><code>@​keshavbiswa</code></a> in <a href="https://redirect.github.com/faker-ruby/faker/pull/2956">faker-ruby/faker#2956</a></li> </ul> <h3>Update local dependencies</h3> <ul> <li>Bump timecop from 0.9.9 to 0.9.10 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/faker-ruby/faker/pull/2969">faker-ruby/faker#2969</a></li> <li>Bump minitest from 5.23.1 to 5.24.1 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/faker-ruby/faker/pull/2975">faker-ruby/faker#2975</a></li> <li>Bump bundler version to <code>2.4.22</code> by <a href="https://github.com/thdaraujo"><code>@​thdaraujo</code></a> in <a href="https://redirect.github.com/faker-ruby/faker/pull/2978">faker-ruby/faker#2978</a></li> <li>Bump rubocop from 1.64.1 to 1.65.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/faker-ruby/faker/pull/2979">faker-ruby/faker#2979</a></li> <li>Bump rubocop-minitest from 0.35.0 to 0.35.1 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/faker-ruby/faker/pull/2980">faker-ruby/faker#2980</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/twk-mn"><code>@​twk-mn</code></a> made their first contribution in <a href="https://redirect.github.com/faker-ruby/faker/pull/2961">faker-ruby/faker#2961</a></li> <li><a href="https://github.com/neanias"><code>@​neanias</code></a> made their first contribution in <a href="https://redirect.github.com/faker-ruby/faker/pull/2947">faker-ruby/faker#2947</a></li> <li><a href="https://github.com/garrettgregor"><code>@​garrettgregor</code></a> made their first contribution in <a href="https://redirect.github.com/faker-ruby/faker/pull/2963">faker-ruby/faker#2963</a></li> <li><a href="https://github.com/arthurka-o"><code>@​arthurka-o</code></a> made their first contribution in <a href="https://redirect.github.com/faker-ruby/faker/pull/2907">faker-ruby/faker#2907</a></li> <li><a href="https://github.com/larkro"><code>@​larkro</code></a> made their first contribution in <a href="https://redirect.github.com/faker-ruby/faker/pull/2965">faker-ruby/faker#2965</a></li> <li><a href="https://github.com/fynsta"><code>@​fynsta</code></a> made their first contribution in <a href="https://redirect.github.com/faker-ruby/faker/pull/2968">faker-ruby/faker#2968</a></li> <li><a href="https://github.com/mononoken"><code>@​mononoken</code></a> made their first contribution in <a href="https://redirect.github.com/faker-ruby/faker/pull/2972">faker-ruby/faker#2972</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/faker-ruby/faker/compare/v.3.4.1...v3.4.2">https://github.com/faker-ruby/faker/compare/v.3.4.1...v3.4.2</a></p> <hr /> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/faker-ruby/faker/commit/fde2f3c310ea74a2390f2685ed7f2095e411aa5f"><code>fde2f3c</code></a> Bump version to 3.4.2 (<a href="https://redirect.github.com/faker-ruby/faker/issues/2981">#2981</a>)</li> <li><a href="https://github.com/faker-ruby/faker/commit/1400987ee0a764713b87ad774ee0f22aae16536e"><code>1400987</code></a> Bump rubocop-minitest from 0.35.0 to 0.35.1 (<a href="https://redirect.github.com/faker-ruby/faker/issues/2980">#2980</a>)</li> <li><a href="https://github.com/faker-ruby/faker/commit/4f2ecfb7c3b82551feae71a34430d69328638029"><code>4f2ecfb</code></a> Bump rubocop from 1.64.1 to 1.65.0 (<a href="https://redirect.github.com/faker-ruby/faker/issues/2979">#2979</a>)</li> <li><a href="https://github.com/faker-ruby/faker/commit/95cc54dd48afa9043428584facd0d7ec8e52a738"><code>95cc54d</code></a> Bump bundler version (<a href="https://redirect.github.com/faker-ruby/faker/issues/2978">#2978</a>)</li> <li><a href="https://github.com/faker-ruby/faker/commit/2b5df1704a574193644fe2f79bed59e47cccb762"><code>2b5df17</code></a> Add <code>Deprecator.skip_warning?</code> ability to silence deprecators on tests (<a href="https://redirect.github.com/faker-ruby/faker/issues/2956">#2956</a>)</li> <li><a href="https://github.com/faker-ruby/faker/commit/f7a839b21226bc2ea47a0f9be8bc20379535fa21"><code>f7a839b</code></a> Bump minitest from 5.23.1 to 5.24.1 (<a href="https://redirect.github.com/faker-ruby/faker/issues/2975">#2975</a>)</li> <li><a href="https://github.com/faker-ruby/faker/commit/264cc0c23bdd68eac78ac6915c70f6e72c87e69e"><code>264cc0c</code></a> Update locale en dog breed names (<a href="https://redirect.github.com/faker-ruby/faker/issues/2972">#2972</a>)</li> <li><a href="https://github.com/faker-ruby/faker/commit/3eaedf4c74e943b8e36bf1d9a02c6fdde287b2ba"><code>3eaedf4</code></a> Include note about console output of translations</li> <li><a href="https://github.com/faker-ruby/faker/commit/0812ef04463ee9024abbfaaf959ae7759aa82c1e"><code>0812ef0</code></a> fix: <code>Faker::Internet.username</code> should not generate duplicated punctuation (#...</li> <li><a href="https://github.com/faker-ruby/faker/commit/37a7ea2cdceae530d79197d887a347a877cd3dd4"><code>37a7ea2</code></a> Fix typo (<a href="https://redirect.github.com/faker-ruby/faker/issues/2968">#2968</a>)</li> <li>Additional commits viewable in <a href="https://github.com/faker-ruby/faker/compare/v3.4.1...v3.4.2">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.4.1&new-version=3.4.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>
Sign in to join this conversation.