Skip to content

Commit

Permalink
Bump fakerphp/faker from 1.23.1 to 1.24.1 (#2596)
Browse files Browse the repository at this point in the history
Bumps [fakerphp/faker](https://github.com/FakerPHP/Faker) from 1.23.1 to
1.24.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/FakerPHP/Faker/releases">fakerphp/faker's
releases</a>.</em></p>
<blockquote>
<h2>v1.24.1</h2>
<h2>What's Changed</h2>
<ul>
<li>Changelog 1.24 by <a
href="https://github.com/pimjansen"><code>@​pimjansen</code></a> in <a
href="https://redirect.github.com/FakerPHP/Faker/pull/908">FakerPHP/Faker#908</a></li>
<li>remove gmail.com.au from free email domains by <a
href="https://github.com/da-mask"><code>@​da-mask</code></a> in <a
href="https://redirect.github.com/FakerPHP/Faker/pull/911">FakerPHP/Faker#911</a></li>
<li>Fix internal deprecations in Faker\Guesser\Name by <a
href="https://github.com/gnutix"><code>@​gnutix</code></a> in <a
href="https://redirect.github.com/FakerPHP/Faker/pull/912">FakerPHP/Faker#912</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/da-mask"><code>@​da-mask</code></a> made
their first contribution in <a
href="https://redirect.github.com/FakerPHP/Faker/pull/911">FakerPHP/Faker#911</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/FakerPHP/Faker/compare/v1.24.0...v1.24.1">https://github.com/FakerPHP/Faker/compare/v1.24.0...v1.24.1</a></p>
<h2>v1.24.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Fix internal deprecations in Doctrine's populator by <a
href="https://github.com/gnutix"><code>@​gnutix</code></a> in <a
href="https://redirect.github.com/FakerPHP/Faker/pull/889">FakerPHP/Faker#889</a></li>
<li>Fix mobile phone number pattern for France by <a
href="https://github.com/ker0x"><code>@​ker0x</code></a> in <a
href="https://redirect.github.com/FakerPHP/Faker/pull/859">FakerPHP/Faker#859</a></li>
<li>PHP 8.4 Support by <a
href="https://github.com/Jubeki"><code>@​Jubeki</code></a> in <a
href="https://redirect.github.com/FakerPHP/Faker/pull/904">FakerPHP/Faker#904</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/gnutix"><code>@​gnutix</code></a> made
their first contribution in <a
href="https://redirect.github.com/FakerPHP/Faker/pull/889">FakerPHP/Faker#889</a></li>
<li><a href="https://github.com/Jubeki"><code>@​Jubeki</code></a> made
their first contribution in <a
href="https://redirect.github.com/FakerPHP/Faker/pull/904">FakerPHP/Faker#904</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/FakerPHP/Faker/compare/v1.23.1...v1.24.0">https://github.com/FakerPHP/Faker/compare/v1.23.1...v1.24.0</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/FakerPHP/Faker/blob/v1.24.1/CHANGELOG.md">fakerphp/faker's
changelog</a>.</em></p>
<blockquote>
<h1>CHANGELOG</h1>
<h2><a
href="https://github.com/FakerPHP/Faker/compare/v1.24.0...1.24.1">Unreleased</a></h2>
<ul>
<li>Removed domain <code>gmail.com.au</code> from
<code>Provider\en_AU\Internet</code> (<a
href="https://redirect.github.com/FakerPHP/Faker/issues/886">#886</a>)</li>
</ul>
<h2><a
href="https://github.com/FakerPHP/Faker/compare/v1.23.1..v1.24.0">2024-11-09,
v1.24.0</a></h2>
<ul>
<li>
<p>Fix internal deprecations in Doctrine's populator by <a
href="https://github.com/gnutix"><code>@​gnutix</code></a> in (<a
href="https://redirect.github.com/FakerPHP/Faker/issues/889">#889</a>)</p>
</li>
<li>
<p>Fix mobile phone number pattern for France by <a
href="https://github.com/ker0x"><code>@​ker0x</code></a> in (<a
href="https://redirect.github.com/FakerPHP/Faker/issues/859">#859</a>)</p>
</li>
<li>
<p>PHP 8.4 Support by <a
href="https://github.com/Jubeki"><code>@​Jubeki</code></a> in (<a
href="https://redirect.github.com/FakerPHP/Faker/issues/904">#904</a>)</p>
</li>
<li>
<p>Added support for PHP 8.4 (<a
href="https://redirect.github.com/FakerPHP/Faker/issues/904">#904</a>)</p>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/FakerPHP/Faker/commit/e0ee18eb1e6dc3cda3ce9fd97e5a0689a88a64b5"><code>e0ee18e</code></a>
Fix internal deprecations in Faker\Guesser\Name (<a
href="https://redirect.github.com/FakerPHP/Faker/issues/912">#912</a>)</li>
<li><a
href="https://github.com/FakerPHP/Faker/commit/faeb8b3051537b718c88ed59149ab9faccc61459"><code>faeb8b3</code></a>
remove gmail.com.au from free email domains and updated CHANGELOG (<a
href="https://redirect.github.com/FakerPHP/Faker/issues/911">#911</a>)</li>
<li><a
href="https://github.com/FakerPHP/Faker/commit/8d75fae10175d6112c3180307b432da8a4ecebb0"><code>8d75fae</code></a>
Changelog 1.24 (<a
href="https://redirect.github.com/FakerPHP/Faker/issues/908">#908</a>)</li>
<li><a
href="https://github.com/FakerPHP/Faker/commit/a136842a532bac9ecd8a1c723852b09915d7db50"><code>a136842</code></a>
PHP 8.4 Support (<a
href="https://redirect.github.com/FakerPHP/Faker/issues/904">#904</a>)</li>
<li><a
href="https://github.com/FakerPHP/Faker/commit/5c89067b137ce6a9918889649f515bd1cf7a622f"><code>5c89067</code></a>
Fix mobile phone number pattern for France (<a
href="https://redirect.github.com/FakerPHP/Faker/issues/859">#859</a>)</li>
<li><a
href="https://github.com/FakerPHP/Faker/commit/4dae775c9fbd5d734f5307b73e29d34adf289e50"><code>4dae775</code></a>
Fix internal deprecations in ColumnTypeGuesser.php (<a
href="https://redirect.github.com/FakerPHP/Faker/issues/889">#889</a>)</li>
<li>See full diff in <a
href="https://github.com/FakerPHP/Faker/compare/v1.23.1...v1.24.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=fakerphp/faker&package-manager=composer&previous-version=1.23.1&new-version=1.24.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 Dec 2, 2024
1 parent 21a8e41 commit 53bcf18
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"ext-dom": "*",
"ext-gd": "*",
"ext-xdebug": "*",
"fakerphp/faker": "1.23.1",
"fakerphp/faker": "1.24.1",
"friendsofphp/php-cs-fixer": "3.65.0",
"larastan/larastan": "^2.7",
"mockery/mockery": "1.6.12",
Expand Down
14 changes: 7 additions & 7 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 53bcf18

Please sign in to comment.