Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump @faker-js/faker from 8.4.1 to 9.0.0 #27179

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 6 additions & 7 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
},
"dependencies": {
"@eslint/js": "9.9.1",
"@faker-js/faker": "8.4.1",
"@faker-js/faker": "9.0.0",
"@iarna/toml": "3.0.0",
"@types/ejs": "3.1.5",
"@types/lodash-es": "4.17.12",
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

/* Modules */
"module": "node16" /* Specify what module code is generated. */,
"moduleResolution": "node10",

Check failure on line 12 in tsconfig.json

View workflow job for this annotation

GitHub Actions / check-npm-test

Option 'moduleResolution' must be set to 'Node16' (or left unspecified) when option 'module' is set to 'Node16'.
"rootDir": "./" /* Specify the root folder within your source files. */,
"resolveJsonModule": true,

Expand Down
Loading