aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2024-12-11feat(finance): use fake patterns for transactionDescription (#3202)ST-DDT5-12/+27
2024-12-11chore: improve parameter naming of internet module (#3317)ST-DDT1-2/+2
2024-12-09chore: align coding style of lorem module (#3313)ST-DDT1-2/+5
2024-12-09chore: align coding style of word module (#3319)ST-DDT1-14/+35
2024-12-09chore(deps): lock file maintenance (#3331)renovate[bot]1-216/+309
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-07refactor(locale): fix various locale data with trailing spaces (#3329)Matt Mayer14-24/+22
* fix: fix various locale data with trailing spaces in the case of ar/location/state and hr/location/street_name, this was also a duplicate of a line without a space, so removed. * Delete test file
2024-12-06chore: align coding style of deprecated.ts (#3312)ST-DDT1-8/+9
2024-12-06docs(helpers): add missing example results to uniqueArray (#3321)ST-DDT1-3/+3
2024-12-06fix(location): fix bad uz street_name_part data (#3328)Matt Mayer1-2/+2
2024-12-06fix(music): fix truncated song names with commas (#3327)Matt Mayer1-23/+23
likely accidentally lost when originally imported ref #996 and https://manghammath.com/80s%20Hits/The%20Top%201000%20Songs%20of%20AllTime.pdf
2024-12-06fix(animal): re-moo-ved some incorrect cow data (#3326)Matt Mayer2-28/+3
My guess is when this was introduced in 1914b965c22b61a82e0aaf97e560899cd81bfee9 this was a copy-paste from something like Wikipedia, and there were some alphabetical markers like “A - edit” “B - edit” which made their way into the data
2024-12-04chore: improve variable naming of system module (#3315)ST-DDT2-22/+22
* chore: improve variable naming of system module * chore: rename variables in tests
2024-12-03refactor: replace MersenneTwister with pure-rand based one one (#3288)ST-DDT3-326/+173
2024-12-03chore(release): 9.3.0 (#3307)FakerJS 🤖3-2/+26
2024-12-02chore(deps): lock file maintenance (#3311)renovate[bot]1-8/+8
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-02chore(deps): update vitest to v2.1.7 (#3310)renovate[bot]2-72/+56
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-02chore(deps): update dependency @vitest/ui to v2.1.7 (#3309)renovate[bot]2-14/+30
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-02refactor(locale): update Polish city name (#3306)krpogorzelski1-1/+1
* Update city_name.ts In accordance with the regulation of the Minister of Internal Affairs and Administration of 29 December 2015, the name of the city "Stargard Szczeciński" is changed to "Stargard". * Update city_name.ts --------- Co-authored-by: ST-DDT <[email protected]>
2024-12-02infra(unicorn): prefer-export-from (#3272)ST-DDT7-156/+160
2024-12-02chore(deps): update dependency prettier to v3.4.1 (#3295)renovate[bot]2-15/+15
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-02chore(deps): update vitest (#3294)renovate[bot]2-79/+73
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-02chore(deps): update dependency vitepress to v1.5.0 (#3297)renovate[bot]2-6/+19
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-02chore(deps): update devdependencies (#3298)renovate[bot]2-279/+132
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-02chore(deps): update eslint (#3293)renovate[bot]2-175/+106
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-02chore(deps): update dependency @vueuse/core to v12 (#3300)renovate[bot]2-28/+103
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-02chore(deps): update dependency typescript to v5.7.2 (#3296)renovate[bot]2-90/+90
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-02chore(deps): update codecov/codecov-action action to v5 (#3299)renovate[bot]1-1/+1
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-02chore(deps): update all non-major dependencies (#3292)renovate[bot]2-3/+3
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-02chore(deps): lock file maintenance (#3305)renovate[bot]1-217/+221
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-02docs: improve example output for replaceSymbols (#3304)Matt Mayer1-1/+1
2024-11-30refactor(locale): sort person data (#3269)ST-DDT124-19120/+19120
2024-11-30docs: add missing example return value for internet.jwt (#3286)DivisionByZero1-1/+1
2024-11-30docs(guide): correct broken URL for `helpers` module (#3289)yoshi2no1-1/+1
2024-11-27refactor(locale): split up Spanish generic first names (#3279)ST-DDT2-109/+92
* refactor(locale): split up Spanish generic first names * chore: remove duplicates * chore: fix failing tests
2024-11-25fix(locale): add Isadora to female names in pt_BR for consistency (#3282)Matt Mayer1-0/+1
2024-11-25test(image): improve error text (#3278)ST-DDT1-2/+2
2024-11-25fix(locale): fix incorrect accents in it first_name (#3281)Matt Mayer1-6/+6
Co-authored-by: DivisionByZero <[email protected]>
2024-11-25chore(deps): lock file maintenance (#3277)renovate[bot]1-333/+368
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-21chore: import validator functions individually (#3274)ST-DDT8-76/+86
2024-11-21chore: fix import styling (#3273)ST-DDT2-6/+6
2024-11-21chore(word): cleanup word filtering (#3262)ST-DDT1-6/+4
2024-11-21infra(CI): skip required CI steps in merge_queues (#3265)ST-DDT2-0/+2
2024-11-19refactor(locale): split en_AU_ocker first_names by sex (#3270)ST-DDT1-1/+3
2024-11-19chore(test): cleanup usages of randomSeed (#3260)ST-DDT3-14/+2
2024-11-19chore(deps): lock file maintenance (#3271)renovate[bot]1-371/+421
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-16chore(deps): bump @eslint/plugin-kit from 0.2.2 to 0.2.3 (#3268)dependabot[bot]1-4/+4
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-14infra(unicorn): consistent-function-scoping (#3255)ST-DDT9-90/+132
2024-11-14infra(commit-and-tag-version): auto-bump version in usage-guide (#3250)ST-DDT2-1/+4
2024-11-14docs: expose documentation for all utilities (#3242)ST-DDT4-13/+453
2024-11-13docs(guide): faker.animal.type now has 44 possible animals (#3258)WH Cheang1-1/+1