Uh oh!
There was an error while loading. Please reload this page.
chore(deps-dev): bump @faker-js/faker from 6.3.1 to 10.5.0 - #209
chore(deps-dev): bump @faker-js/faker from 6.3.1 to 10.5.0#209dependabot[bot] wants to merge 1 commit into
Conversation
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>
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 2 potential issues.
❌ 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.
| }, | ||
| "devDependencies": { | ||
| "@faker-js/faker": "6.3.1", | ||
| "@faker-js/faker": "10.5.0", |
There was a problem hiding this comment.
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.
Reviewed by Cursor Bugbot for commit 0c4f64d. Configure here.
| }, | ||
| "devDependencies": { | ||
| "@faker-js/faker": "6.3.1", | ||
| "@faker-js/faker": "10.5.0", |
There was a problem hiding this comment.
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.
Reviewed by Cursor Bugbot for commit 0c4f64d. Configure here.


Bumps @faker-js/faker from 6.3.1 to 10.5.0.
Release notes
Sourced from @faker-js/faker's releases.
... (truncated)
Changelog
Sourced from @faker-js/faker's changelog.
... (truncated)
Commits
5fb3b2dchore(release): 10.5.0 (#3898)f89348fchore(deps): lock file maintenance (#3861)e157511chore(deps): pin dependencies (#3896)77dbfaechore(deps): update prettier to v3.8.4 (#3893)123193achore(deps): update pnpm/action-setup action to v6 (#3894)8244a24chore(deps): update devdependencies (#3871)68bc79achore(deps): update eslint (major) (#3875)e43b21bchore(deps): update all non-major dependencies (#3870)b6aca31chore(deps): update vitest (#3872)a7e8c4fchore(deps): update mcr.microsoft.com/devcontainers/typescript-node:24 docker...Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for
@faker-js/fakersince your current version.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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.