aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-10-24infra(unicorn): no-for-loop (#2490)ST-DDT3-6/+5
2023-10-24docs: fix typo in usage.md (#2502)Lacy Morrow1-1/+1
2023-10-23chore(deps): update actions/checkout digest to 1e31de5 (#2498)renovate[bot]2-7/+7
2023-10-23infra(unicorn): prefer-native-coercion-functions (#2445)ST-DDT2-3/+2
2023-10-23chore(deps): update devdependencies (#2499)renovate[bot]2-252/+264
2023-10-23refactor(finance): simplify litecoin address implementation (#2495)ST-DDT1-6/+6
2023-10-23chore: substrings of length one (#2496)ST-DDT2-2/+2
2023-10-23chore(deps): update typescript-eslint to ~6.8.0 (#2500)renovate[bot]2-26/+87
2023-10-22infra(unicorn): prefer-optional-catch-binding (#2491)ST-DDT1-1/+0
2023-10-22infra(unicorn): no-zero-fractions (#2453)ST-DDT1-1/+1
2023-10-21infra(unicorn): prefer-number-properties (#2452)ST-DDT6-24/+26
2023-10-21docs: fix deprecated text for internet.password (#2486)Eric Beyer1-1/+1
2023-10-20infra: implement inactive locales content generation enhancement (#2265)DivisionByZero1-11/+113
2023-10-17infra(unicorn): escape-case (#2469)ST-DDT4-4/+3
2023-10-17infra(unicorn): no-instanceof-array (#2459)ST-DDT1-1/+0
2023-10-17infra(typescript-eslint): prefer-regexp-exec (#2466)ST-DDT3-15/+16
2023-10-17infra(unicorn): prefer-spread (#2421)Shinigami16-80/+71
2023-10-17chore(deps): update dependency @actions/github to v6 (#2482)renovate[bot]2-86/+55
2023-10-16chore(deps): update devdependencies (#2480)renovate[bot]2-39/+45
2023-10-16chore(deps): update typescript-eslint to ~6.7.5 (#2481)renovate[bot]2-87/+26
2023-10-15chore(release): 8.2.0 (#2478)DivisionByZero3-221/+223
2023-10-14docs(number): improve documentation regarding number bounds (#2474)ST-DDT1-0/+8
2023-10-14infra(unicorn): catch-error-name (#2471)ST-DDT3-6/+5
2023-10-14docs: fix bad Promise usage (#2475)ST-DDT5-24/+59
2023-10-12infra(unicorn): text-encoding-identifier-case (#2465)ST-DDT2-2/+7
2023-10-11infra(unicorn): consistent-destructuring (#2462)ST-DDT2-11/+8
2023-10-11infra(unicorn): prefer-includes (#2463)ST-DDT4-6/+5
2023-10-11infra(unicorn): no-array-for-each (#2461)ST-DDT10-76/+65
2023-10-10infra(unicorn): explicit-length-check (#2455)ST-DDT4-5/+4
2023-10-09infra(unicorn): no-array-push-push (#2454)ST-DDT3-12/+15
2023-10-09infra(unicorn): use hashbang for scripts (#2448)ST-DDT5-1/+9
2023-10-09infra(unicorn): no-hex-escape (#2440)ST-DDT2-2/+3
2023-10-09chore(deps): update devdependencies (#2449)renovate[bot]2-147/+121
2023-10-09chore(deps): update typescript-eslint to ~6.7.4 (#2450)renovate[bot]2-44/+44
2023-10-09docs: improve wording regarding locale selection (#2436)ST-DDT2-2/+2
2023-10-09infra(unicorn): no-new-array (#2441)ST-DDT2-2/+1
2023-10-09infra(unicorn): prefer-string-starts-ends-with (#2442)ST-DDT2-2/+1
2023-10-08infra(unicorn): prefer-object-from-entries (#2443)ST-DDT4-12/+4
2023-10-08infra(unicorn): prefer-array-flat-map (#2446)ST-DDT3-5/+4
2023-10-08infra(unicorn): no-console-spaces (#2447)ST-DDT2-3/+2
2023-10-08chore: fix iban test typos (#2438)ST-DDT1-7/+7
2023-10-07infra(eslint): enable no-useless-escape eslint rule (#2434)ST-DDT11-33/+29
2023-10-07docs: fix outdated comment regarding multiple faker locales (#2433)ST-DDT1-6/+0
2023-10-07infra(unicorn): prefer-date-now (#2419)Shinigami4-5/+4
2023-10-07infra(unicorn): prefer-node-protocol (#2420)Shinigami2-2/+1
2023-10-07chore(deps-dev): bump postcss from 8.4.30 to 8.4.31 (#2437)dependabot[bot]1-5/+5
2023-10-06infra(deps): add eslint unicorn (#2418)Shinigami3-0/+122
2023-10-06chore: randomizer cleanup (#2431)ST-DDT4-8/+16
2023-10-05feat(locale): add street_name to `en_US`, `en_GB` and `en` (#2371)DivisionByZero12-54/+1557
2023-10-04feat: support custom randomizer (#2284)ST-DDT15-88/+331