Skip to content

Commit f2fe35a

Browse files
build(deps): bump @faker-js/faker from 9.3.0 to 9.4.0 (#628)
Bumps [@faker-js/faker](https://github.com/faker-js/faker) from 9.3.0 to 9.4.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/faker-js/faker/releases"><code>@​faker-js/faker</code>'s releases</a>.</em></p> <blockquote> <h2>v9.4.0</h2> <h2>What's Changed</h2> <ul> <li>refactor: replace MersenneTwister implementation with a pure-rand based one by <a href="https://github.com/ST-DDT"><code>@​ST-DDT</code></a> in <a href="https://redirect.github.com/faker-js/faker/pull/3288">faker-js/faker#3288</a></li> <li>chore: improve variable naming of system module by <a href="https://github.com/ST-DDT"><code>@​ST-DDT</code></a> in <a href="https://redirect.github.com/faker-js/faker/pull/3315">faker-js/faker#3315</a></li> <li>refactor(locale): re-moo-ved some incorrect <code>cow</code> data by <a href="https://github.com/matthewmayer"><code>@​matthewmayer</code></a> in <a href="https://redirect.github.com/faker-js/faker/pull/3326">faker-js/faker#3326</a></li> <li>refactor(locale): fix truncated song names with commas by <a href="https://github.com/matthewmayer"><code>@​matthewmayer</code></a> in <a href="https://redirect.github.com/faker-js/faker/pull/3327">faker-js/faker#3327</a></li> <li>refactor(locale): fix bad uz street_name_part data by <a href="https://github.com/matthewmayer"><code>@​matthewmayer</code></a> in <a href="https://redirect.github.com/faker-js/faker/pull/3328">faker-js/faker#3328</a></li> <li>docs(helpers): add missing example results to uniqueArray by <a href="https://github.com/ST-DDT"><code>@​ST-DDT</code></a> in <a href="https://redirect.github.com/faker-js/faker/pull/3321">faker-js/faker#3321</a></li> <li>chore: align coding style of deprecated.ts by <a href="https://github.com/ST-DDT"><code>@​ST-DDT</code></a> in <a href="https://redirect.github.com/faker-js/faker/pull/3312">faker-js/faker#3312</a></li> <li>refactor(locale): fix various locale data with trailing spaces by <a href="https://github.com/matthewmayer"><code>@​matthewmayer</code></a> in <a href="https://redirect.github.com/faker-js/faker/pull/3329">faker-js/faker#3329</a></li> <li>chore(deps): lock file maintenance by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/faker-js/faker/pull/3331">faker-js/faker#3331</a></li> <li>chore: align coding style of word module by <a href="https://github.com/ST-DDT"><code>@​ST-DDT</code></a> in <a href="https://redirect.github.com/faker-js/faker/pull/3319">faker-js/faker#3319</a></li> <li>chore: align coding style of lorem module by <a href="https://github.com/ST-DDT"><code>@​ST-DDT</code></a> in <a href="https://redirect.github.com/faker-js/faker/pull/3313">faker-js/faker#3313</a></li> <li>chore: improve parameter naming of internet module by <a href="https://github.com/ST-DDT"><code>@​ST-DDT</code></a> in <a href="https://redirect.github.com/faker-js/faker/pull/3317">faker-js/faker#3317</a></li> <li>feat(finance): use fake patterns for transactionDescription by <a href="https://github.com/ST-DDT"><code>@​ST-DDT</code></a> in <a href="https://redirect.github.com/faker-js/faker/pull/3202">faker-js/faker#3202</a></li> <li>feat(locale): add german animal types by <a href="https://github.com/motz0815"><code>@​motz0815</code></a> in <a href="https://redirect.github.com/faker-js/faker/pull/3334">faker-js/faker#3334</a></li> <li>feat(internet): update to simplified modern user-agent list by <a href="https://github.com/matthewmayer"><code>@​matthewmayer</code></a> in <a href="https://redirect.github.com/faker-js/faker/pull/3324">faker-js/faker#3324</a></li> <li>feat(location): add list of spoken languages by <a href="https://github.com/UmairJibran"><code>@​UmairJibran</code></a> in <a href="https://redirect.github.com/faker-js/faker/pull/3333">faker-js/faker#3333</a></li> <li>chore: improve variable naming of helpers module by <a href="https://github.com/ST-DDT"><code>@​ST-DDT</code></a> in <a href="https://redirect.github.com/faker-js/faker/pull/3316">faker-js/faker#3316</a></li> <li>docs: fix link to randomizer guide by <a href="https://github.com/ST-DDT"><code>@​ST-DDT</code></a> in <a href="https://redirect.github.com/faker-js/faker/pull/3332">faker-js/faker#3332</a></li> <li>chore(deps): lock file maintenance by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/faker-js/faker/pull/3337">faker-js/faker#3337</a></li> <li>fix(finance): correct Discover card number format by <a href="https://github.com/julsql"><code>@​julsql</code></a> in <a href="https://redirect.github.com/faker-js/faker/pull/3336">faker-js/faker#3336</a></li> <li>docs: improve examples for objectKey,objectValue,objectEntry by <a href="https://github.com/matthewmayer"><code>@​matthewmayer</code></a> in <a href="https://redirect.github.com/faker-js/faker/pull/3339">faker-js/faker#3339</a></li> <li>infra(unicorn): prevent-abbreviations by <a href="https://github.com/ST-DDT"><code>@​ST-DDT</code></a> in <a href="https://redirect.github.com/faker-js/faker/pull/3320">faker-js/faker#3320</a></li> <li>chore(deps): lock file maintenance by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/faker-js/faker/pull/3340">faker-js/faker#3340</a></li> <li>fix: basic wildcard range handling + add more tests by <a href="https://github.com/ST-DDT"><code>@​ST-DDT</code></a> in <a href="https://redirect.github.com/faker-js/faker/pull/3322">faker-js/faker#3322</a></li> <li>docs(api): add refresh button to examples by <a href="https://github.com/ST-DDT"><code>@​ST-DDT</code></a> in <a href="https://redirect.github.com/faker-js/faker/pull/3301">faker-js/faker#3301</a></li> <li>fix(system): semver parts should not be limited to 0-9 by <a href="https://github.com/matthewmayer"><code>@​matthewmayer</code></a> in <a href="https://redirect.github.com/faker-js/faker/pull/3349">faker-js/faker#3349</a></li> <li>fix(image): dataUri should return random type by <a href="https://github.com/matthewmayer"><code>@​matthewmayer</code></a> in <a href="https://redirect.github.com/faker-js/faker/pull/3347">faker-js/faker#3347</a></li> <li>refactor(image): deprecate urlPlaceholder by <a href="https://github.com/ST-DDT"><code>@​ST-DDT</code></a> in <a href="https://redirect.github.com/faker-js/faker/pull/3341">faker-js/faker#3341</a></li> <li>docs: fix examples which return string/number by <a href="https://github.com/matthewmayer"><code>@​matthewmayer</code></a> in <a href="https://redirect.github.com/faker-js/faker/pull/3348">faker-js/faker#3348</a></li> <li>docs(image): improve urlPlaceholder alternatives by <a href="https://github.com/ST-DDT"><code>@​ST-DDT</code></a> in <a href="https://redirect.github.com/faker-js/faker/pull/3351">faker-js/faker#3351</a></li> <li>chore: update LICENSE file by <a href="https://github.com/ST-DDT"><code>@​ST-DDT</code></a> in <a href="https://redirect.github.com/faker-js/faker/pull/3350">faker-js/faker#3350</a></li> <li>chore(deps): update mcr.microsoft.com/devcontainers/typescript-node:22 docker digest to 9791f4a by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/faker-js/faker/pull/3354">faker-js/faker#3354</a></li> <li>chore(deps): update dependency prettier to v3.4.2 by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/faker-js/faker/pull/3355">faker-js/faker#3355</a></li> <li>chore(deps): update all non-major dependencies by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/faker-js/faker/pull/3359">faker-js/faker#3359</a></li> <li>chore(deps): update dependency ts-morph to v25 by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/faker-js/faker/pull/3360">faker-js/faker#3360</a></li> <li>chore(deps): update eslint by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/faker-js/faker/pull/3357">faker-js/faker#3357</a></li> <li>chore(deps): update devdependencies by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/faker-js/faker/pull/3356">faker-js/faker#3356</a></li> <li>chore(deps): lock file maintenance by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/faker-js/faker/pull/3353">faker-js/faker#3353</a></li> <li>chore(deps): update vitest by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/faker-js/faker/pull/3358">faker-js/faker#3358</a></li> <li>chore(deps): lock file maintenance by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/faker-js/faker/pull/3366">faker-js/faker#3366</a></li> <li>docs(finance): add seeAlsos by <a href="https://github.com/ST-DDT"><code>@​ST-DDT</code></a> in <a href="https://redirect.github.com/faker-js/faker/pull/3344">faker-js/faker#3344</a></li> <li>chore(deps): update eslint by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/faker-js/faker/pull/3369">faker-js/faker#3369</a></li> <li>docs: use embedded build for preview examples by <a href="https://github.com/ST-DDT"><code>@​ST-DDT</code></a> in <a href="https://redirect.github.com/faker-js/faker/pull/3343">faker-js/faker#3343</a></li> <li>chore(deps): lock file maintenance by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/faker-js/faker/pull/3370">faker-js/faker#3370</a></li> <li>refactor(locales): fix chemical element names in zh_CN by <a href="https://github.com/tuanzisama"><code>@​tuanzisama</code></a> in <a href="https://redirect.github.com/faker-js/faker/pull/3371">faker-js/faker#3371</a></li> <li>refactor(locale): improve product_name data in en and tr by <a href="https://github.com/k-salih"><code>@​k-salih</code></a> in <a href="https://redirect.github.com/faker-js/faker/pull/3372">faker-js/faker#3372</a></li> <li>chore(release): 9.4.0 by <a href="https://github.com/fakerjs-bot"><code>@​fakerjs-bot</code></a> in <a href="https://redirect.github.com/faker-js/faker/pull/3362">faker-js/faker#3362</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-js/faker/blob/next/CHANGELOG.md"><code>@​faker-js/faker</code>'s changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/faker-js/faker/compare/v9.3.0...v9.4.0">9.4.0</a> (2025-01-15)</h2> <h3>Features</h3> <ul> <li><strong>finance:</strong> use fake patterns for transactionDescription (<a href="https://redirect.github.com/faker-js/faker/issues/3202">#3202</a>) (<a href="https://github.com/faker-js/faker/commit/5ec4a6c9ddc037ae189ee93f339fa52065ac2a26">5ec4a6c</a>)</li> <li><strong>internet:</strong> update to simplified modern user-agent list (<a href="https://redirect.github.com/faker-js/faker/issues/3324">#3324</a>) (<a href="https://github.com/faker-js/faker/commit/3c7abb55e68fcbcf41560539a15845e7c8882765">3c7abb5</a>)</li> <li><strong>location:</strong> add list of spoken languages (<a href="https://redirect.github.com/faker-js/faker/issues/3333">#3333</a>) (<a href="https://github.com/faker-js/faker/commit/ff6dda94ddd312ebcff816cbb63e74df9857d091">ff6dda9</a>)</li> </ul> <h3>Changed Locales</h3> <ul> <li><strong>locale:</strong> fix various locale data with trailing spaces (<a href="https://redirect.github.com/faker-js/faker/issues/3329">#3329</a>) (<a href="https://github.com/faker-js/faker/commit/e5eec0ed848d298ccba1d6db9392a507c5ce2bc4">e5eec0e</a>)</li> <li><strong>locale:</strong> improve product_name data in en and tr (<a href="https://redirect.github.com/faker-js/faker/issues/3372">#3372</a>) (<a href="https://github.com/faker-js/faker/commit/773fc1f654a2ab57d048443e54761f0f288e7427">773fc1f</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>animal:</strong> re-moo-ved some incorrect cow data (<a href="https://redirect.github.com/faker-js/faker/issues/3326">#3326</a>) (<a href="https://github.com/faker-js/faker/commit/47f835bd0dc257e5d7b9d7e7e06c08854474a3a7">47f835b</a>)</li> <li>basic wildcard range handling + add more tests (<a href="https://redirect.github.com/faker-js/faker/issues/3322">#3322</a>) (<a href="https://github.com/faker-js/faker/commit/817f8a01d93378e00c03cf73154fcec34fd5feef">817f8a0</a>)</li> <li><strong>finance:</strong> update Discover card number format to ensure accuracy (<a href="https://redirect.github.com/faker-js/faker/issues/3336">#3336</a>) (<a href="https://github.com/faker-js/faker/commit/69c006344b8c54a9cd5f0adc36d49c88a223de4e">69c0063</a>)</li> <li><strong>image:</strong> dataUri should return random type (<a href="https://redirect.github.com/faker-js/faker/issues/3347">#3347</a>) (<a href="https://github.com/faker-js/faker/commit/eceb17d25741c5fb1bd56b8151067eed3708a076">eceb17d</a>)</li> <li><strong>locales:</strong> update chemical element names in zh_CN (<a href="https://redirect.github.com/faker-js/faker/issues/3371">#3371</a>) (<a href="https://github.com/faker-js/faker/commit/6ec6f84922a16a8489215ba152e683227f5c8262">6ec6f84</a>)</li> <li><strong>location:</strong> fix bad uz street_name_part data (<a href="https://redirect.github.com/faker-js/faker/issues/3328">#3328</a>) (<a href="https://github.com/faker-js/faker/commit/b6132cbee67ae7e53f57ffb344688d3980f91d3d">b6132cb</a>)</li> <li><strong>music:</strong> fix truncated song names with commas (<a href="https://redirect.github.com/faker-js/faker/issues/3327">#3327</a>) (<a href="https://github.com/faker-js/faker/commit/f36fc71ac4cce6d5a6c9e6b16d7a22a98a01db74">f36fc71</a>), closes <a href="https://redirect.github.com/faker-js/faker/issues/996">#996</a></li> <li><strong>system:</strong> semver parts should not be limited to 0-9 (<a href="https://redirect.github.com/faker-js/faker/issues/3349">#3349</a>) (<a href="https://github.com/faker-js/faker/commit/c0d92b8fa856d0c841f5aee57c6e08627025447a">c0d92b8</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/faker-js/faker/commit/192b540d70447d0bdeebf417b62f6224b8ba9db1"><code>192b540</code></a> chore(release): 9.4.0 (<a href="https://redirect.github.com/faker-js/faker/issues/3362">#3362</a>)</li> <li><a href="https://github.com/faker-js/faker/commit/773fc1f654a2ab57d048443e54761f0f288e7427"><code>773fc1f</code></a> refactor(locale): improve product_name data in en and tr (<a href="https://redirect.github.com/faker-js/faker/issues/3372">#3372</a>)</li> <li><a href="https://github.com/faker-js/faker/commit/6ec6f84922a16a8489215ba152e683227f5c8262"><code>6ec6f84</code></a> fix(locales): update chemical element names in zh_CN (<a href="https://redirect.github.com/faker-js/faker/issues/3371">#3371</a>)</li> <li><a href="https://github.com/faker-js/faker/commit/bddce72b499fc0b62fc527720e6804ca72884643"><code>bddce72</code></a> chore(deps): lock file maintenance (<a href="https://redirect.github.com/faker-js/faker/issues/3370">#3370</a>)</li> <li><a href="https://github.com/faker-js/faker/commit/3bb64a230a7012048ac742022af83f6d6369592e"><code>3bb64a2</code></a> docs: use embedded build for preview examples (<a href="https://redirect.github.com/faker-js/faker/issues/3343">#3343</a>)</li> <li><a href="https://github.com/faker-js/faker/commit/d2c67636c0f5bcb0886e1d217288a47b940ab284"><code>d2c6763</code></a> chore(deps): update eslint (<a href="https://redirect.github.com/faker-js/faker/issues/3369">#3369</a>)</li> <li><a href="https://github.com/faker-js/faker/commit/5d4754c51e2499df9e4a8e4684ad04d461066de7"><code>5d4754c</code></a> docs(finance): add seeAlsos (<a href="https://redirect.github.com/faker-js/faker/issues/3344">#3344</a>)</li> <li><a href="https://github.com/faker-js/faker/commit/42dade59d3f6ac756965ca3fd951618e9ac24327"><code>42dade5</code></a> chore(deps): lock file maintenance (<a href="https://redirect.github.com/faker-js/faker/issues/3366">#3366</a>)</li> <li><a href="https://github.com/faker-js/faker/commit/ece4f16dd28965a749353dd82be281934b74a334"><code>ece4f16</code></a> chore(deps): update vitest (<a href="https://redirect.github.com/faker-js/faker/issues/3358">#3358</a>)</li> <li><a href="https://github.com/faker-js/faker/commit/5b8356bbcb8db2a2989e590651eb48913aaeedcf"><code>5b8356b</code></a> chore(deps): lock file maintenance (<a href="https://redirect.github.com/faker-js/faker/issues/3353">#3353</a>)</li> <li>Additional commits viewable in <a href="https://github.com/faker-js/faker/compare/v9.3.0...v9.4.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@faker-js/faker&package-manager=npm_and_yarn&previous-version=9.3.0&new-version=9.4.0)](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>
1 parent 3a12ca6 commit f2fe35a

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"dependencies": {
77
"@egjs/flicking-plugins": "^4.7.1",
88
"@egjs/react-flicking": "^4.12.0",
9-
"@faker-js/faker": "9.3.0",
9+
"@faker-js/faker": "9.4.0",
1010
"@sentry/react": "^8.48.0",
1111
"@sentry/tracing": "^7.120.3",
1212
"@types/node": "^22.9.0",

0 commit comments

Comments
 (0)