Skip to content

chore(deps-dev): bump @faker-js/faker from 6.3.1 to 10.5.0 - #209

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/faker-js/faker-10.5.0
Open

chore(deps-dev): bump @faker-js/faker from 6.3.1 to 10.5.0#209
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/faker-js/faker-10.5.0

Conversation

@dependabot

@dependabotdependabotBot commented on behalf of githubSep 2, 2026

Copy link
Copy Markdown
Contributor

Bumps @faker-js/faker from 6.3.1 to 10.5.0.

Release notes

Sourced from @​faker-js/faker's releases.

v10.5.0

What's Changed

... (truncated)

Changelog

Sourced from @​faker-js/faker's changelog.

10.5.0 (2026-06-17)

New Locales

Features

Bug Fixes

  • date: incorrect date boundary in past and future (#3827) (0446411)
  • finance: routingNumber now uses real FederalReserveRoutingSymbol from lookup table. (#3429) (c53c1fe)
  • food: correct fruit and vegetable locale data (#3800) (30a812a)
  • handle single-character fromRegExp patterns (#3877) (ec6cc3b)
  • helpers: ignore wrapper characters in fromRegExp (#3795) (9e2c0e3)

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​faker-js/faker since your current version.


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 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [@faker-js/faker](https://github.com/faker-js/faker) from 6.3.1 to 10.5.0.
- [Release notes](https://github.com/faker-js/faker/releases)
- [Changelog](https://github.com/faker-js/faker/blob/next/CHANGELOG.md)
- [Commits](faker-js/faker@v6.3.1...v10.5.0)
---
updated-dependencies:
- dependency-name: "@faker-js/faker"
dependency-version: 10.5.0
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotBot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 2, 2026
@vercel

vercelBot commented Sep 2, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

ProjectDeploymentActionsUpdated
vanguardReadyReadyPreviewSep 2, 2026 10:23pm UTC

Request Review

@cursorcursorBot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 2 potential issues.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit 0c4f64d. Configure here.

Comment threadpackage.json
},
"devDependencies": {
"@faker-js/faker": "6.3.1",
"@faker-js/faker": "10.5.0",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed faker.name API breaks tests

High Severity

Bumping @faker-js/faker to 10.5.0 removes the faker.name module, so faker.name.firstName() throws when User fixtures run. Tests that create users, posts, or comments fail, and @ts-nocheck hides the type error.

Fix in CursorFix in Web

Reviewed by Cursor Bugbot for commit 0c4f64d. Configure here.

Comment threadpackage.json
},
"devDependencies": {
"@faker-js/faker": "6.3.1",
"@faker-js/faker": "10.5.0",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Faker date.recent signature is invalid

Medium Severity

faker.date.recent(7) uses the v6 positional days argument, which v9+ removed. After this bump the seed script no longer produces dates in the last 7 days and can throw when it destructures a number as options.

Fix in CursorFix in Web

Reviewed by Cursor Bugbot for commit 0c4f64d. Configure here.

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependenciesPull requests that update a dependency filejavascriptPull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants