[Snyk] Upgrade @faker-js/faker from 9.2.0 to 9.3.0 #72
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Snyk has created this PR to upgrade @faker-js/faker from 9.2.0 to 9.3.0.
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
The recommended version is 1 version ahead of your current version.
The recommended version was released 2 months ago.
Release notes
Package name: @faker-js/faker
-
9.3.0 - 2024-12-03
- chore(deps): lock file maintenance by @ renovate in #3246
- infra: show eslint progress by @ Shinigami92 in #3172
- infra(unicorn): prefer-string-slice by @ ST-DDT in #3247
- infra: name eslint config groups for inspection by @ ST-DDT in #3249
- infra(ci): prepare CI for GitHub merge queues by @ ST-DDT in #3245
- fix(internet): ensure domainWord always returns a valid value in all locales by @ matthewmayer in #3253
- infra: remove preflight failure comment by @ ST-DDT in #3188
- docs(guide): remove esModuleInterop flag from config by @ ST-DDT in #3192
- test: fix vite import warning by @ ST-DDT in #3248
- refactor(locale): lowercase Mexican color names by @ ST-DDT in #3200
- test: verify the generated image links are working by @ ST-DDT in #3127
- chore(deps): update dependency eslint-plugin-file-progress to v3 by @ renovate in #3252
- chore(deps): lock file maintenance by @ renovate in #3257
- refactor(locale): improve zh_CN vehicle manufacturers by @ Heuluck in #3254
- refactor(finance): deprecate maskedNumber for removal by @ ST-DDT in #3201
- feat: add initial seed parameter to constructors by @ ST-DDT in #3220
- docs: faker.animal.type now has 44 possible animals by @ s-inu in #3258
- docs: expose documentation for all utilities by @ ST-DDT in #3242
- infra(commit-and-tag-version): auto-bump version in usage-guide by @ ST-DDT in #3250
- infra(unicorn): consistent-function-scoping by @ ST-DDT in #3255
- chore(deps): bump @ eslint/plugin-kit from 0.2.2 to 0.2.3 by @ dependabot in #3268
- chore(deps): lock file maintenance by @ renovate in #3271
- chore(test): cleanup usages of randomSeed by @ ST-DDT in #3260
- refactor(locale): split en_AU_ocker first_names by sex by @ ST-DDT in #3270
- infra(CI): skip required CI steps in merge_queues by @ ST-DDT in #3265
- refactor(word): cleanup filter-word-list-by-length.ts by @ ST-DDT in #3262
- chore: fix import styling by @ ST-DDT in #3273
- chore: import validator functions individually by @ ST-DDT in #3274
- chore(deps): lock file maintenance by @ renovate in #3277
- fix(locale): fix incorrect accents in it first_name by @ matthewmayer in #3281
- test(image): improve error text by @ ST-DDT in #3278
- fix(locale): add Isadora to female names in pt_BR for consistency by @ matthewmayer in #3282
- refactor(locale): split up Spanish generic first names by @ ST-DDT in #3279
- docs(guide): fix link to
- docs: add missing example return value for internet.jwt by @ xDivisionByZerox in #3286
- refactor(locale): sort person data by @ ST-DDT in #3269
- docs: improve example output for replaceSymbols by @ matthewmayer in #3304
- chore(deps): lock file maintenance by @ renovate in #3305
- chore(deps): update all non-major dependencies by @ renovate in #3292
- chore(deps): update codecov/codecov-action action to v5 by @ renovate in #3299
- chore(deps): update dependency typescript to v5.7.2 by @ renovate in #3296
- chore(deps): update dependency @ vueuse/core to v12 by @ renovate in #3300
- chore(deps): update eslint by @ renovate in #3293
- chore(deps): update devdependencies by @ renovate in #3298
- chore(deps): update dependency vitepress to v1.5.0 by @ renovate in #3297
- chore(deps): update vitest by @ renovate in #3294
- chore(deps): update dependency prettier to v3.4.1 by @ renovate in #3295
- infra(unicorn): prefer-export-from by @ ST-DDT in #3272
- refactor(locale): update Polish city name by @ krpogorzelski in #3306
- chore(deps): update vitest to v2.1.7 by @ renovate in #3309
- chore(deps): update vitest to v2.1.7 by @ renovate in #3310
- chore(deps): lock file maintenance by @ renovate in #3311
- chore(release): 9.3.0 by @ fakerjs-bot in #3307
- @ Heuluck made their first contribution in #3254
- @ s-inu made their first contribution in #3258
- @ yoshi2no made their first contribution in #3289
- @ krpogorzelski made their first contribution in #3306
-
9.2.0 - 2024-11-03
- infra: remove unused dependencies by @ ST-DDT in #3227
- chore(deps): lock file maintenance by @ renovate in #3231
- feat(animal): add petName method by @ suyashgulati in #3196
- feat(number): add romanNumeral method by @ AmaanRS in #3070
- infra(renovate): cleanup config by @ ST-DDT in #3226
- infra(renovate): disable rimraf update for now by @ ST-DDT in #3228
- chore(deps): update devdependencies by @ renovate in #3240
- chore(deps): update devdependencies (major) by @ renovate in #3241
- chore(deps): update all non-major dependencies by @ renovate in #3236
- chore(deps): update vitest to v2.1.4 by @ renovate in #3239
- chore(deps): update dependency vitepress to v1.4.3 by @ renovate in #3237
- test: patch and filter seeded run stacktraces by @ ST-DDT in #3229
- refactor(locale): improve Spanish color names by @ rasputino in #3230
- chore(deps): update eslint by @ renovate in #3238
- docs: add required twitter meta tags by @ ST-DDT in #3232
- docs: expose documentation for randomizers by @ ST-DDT in #3221
- docs(string): improve documentation for length parameters by @ ST-DDT in #3216
- infra(unicorn): permanently disable no-object-as-default-parameter by @ ST-DDT in #3203
- chore(release): 9.2.0 by @ fakerjs-bot in #3243
- @ AmaanRS made their first contribution in #3070
from @faker-js/faker GitHub release notesWhat's Changed
helpersmodule by @ yoshi2no in #3289New Contributors
Full Changelog: v9.2.0...v9.3.0
What's Changed
New Contributors
Full Changelog: v9.1.0...v9.2.0
Important
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.
For more information: