chore(deps-dev): bump @faker-js/faker from 8.4.1 to 10.5.0 in /redisinsight/api - #6473
Conversation
Bumps [@faker-js/faker](https://github.com/faker-js/faker) from 8.4.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@v8.4.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>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 996ed57ac6
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| "@babel/core": "^7.29.7", | ||
| "@babel/preset-env": "^7.29.7", | ||
| "@faker-js/faker": "^8.4.1", | ||
| "@faker-js/faker": "^10.5.0", |
There was a problem hiding this comment.
Configure Jest before upgrading Faker to ESM-only v10
When the API unit tests execute, the specs importing Faker are compiled by ts-jest to CommonJS, but Faker 10 is ESM-only and this package's transformIgnorePatterns still excludes it from Babel transformation by allow-listing only uuid. Those suites therefore abort while loading Faker before any tests run; keep Faker 8 or adapt the Jest ESM/transform configuration as part of this bump.
AGENTS.md reference: AGENTS.md:L86-L93
Useful? React with 👍 / 👎.
Bumps @faker-js/faker from 8.4.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.You can trigger a rebase of this PR 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.
Note
Low Risk
DevDependency-only version bump for test fixtures; no production runtime impact, with minor risk if CI uses an older Node than faker v10 requires.
Overview
Bumps the dev-only
@faker-js/fakerdependency inredisinsight/apifrom 8.4.1 to 10.5.0, with the matchingpackage-lock.jsonresolution and integrity hash.Faker v10 tightens supported runtimes (Node ^20.19, ^22.13, ^23.5, or ≥24, plus npm ≥10), so local/CI Node versions need to stay within that range when installing or running tests. Usage in this package is limited to Azure-related Jest specs (
faker.string,faker.internet,faker.person, etc.); no application source changes are included in this PR.Reviewed by Cursor Bugbot for commit 996ed57. Bugbot is set up for automated code reviews on this repo. Configure here.