Skip to content

Commit 85e4f1f

Browse files
authored
Merge branch 'next' into refactor/string/sample-limit
2 parents e5be5d2 + 6df70bc commit 85e4f1f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

73 files changed

+429
-6144
lines changed

.eslintrc.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,7 @@ module.exports = defineConfig({
5050
'unicorn/consistent-function-scoping': 'off',
5151
'unicorn/import-style': 'off',
5252
'unicorn/no-array-callback-reference': 'off',
53-
'unicorn/no-array-reduce': 'off',
5453
'unicorn/no-await-expression-member': 'off',
55-
'unicorn/no-negated-condition': 'off',
5654
'unicorn/no-object-as-default-parameter': 'off',
5755
'unicorn/no-useless-switch-case': 'off',
5856
'unicorn/numeric-separators-style': 'off',

docs/guide/localization.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ In this example there are 5 locales. Each of these is checked in order, and the
108108
| `fr_CA` | French (Canada) | `fakerFR_CA` |
109109
| `fr_CH` | French (Switzerland) | `fakerFR_CH` |
110110
| `fr_LU` | French (Luxembourg) | `fakerFR_LU` |
111+
| `fr_SN` | French (Senegal) | `fakerFR_SN` |
111112
| `he` | Hebrew | `fakerHE` |
112113
| `hr` | Croatian | `fakerHR` |
113114
| `hu` | Hungarian | `fakerHU` |

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -89,28 +89,28 @@
8989
"devDependencies": {
9090
"@actions/github": "~6.0.0",
9191
"@algolia/client-search": "~4.19.1",
92-
"@types/markdown-it": "~13.0.4",
93-
"@types/node": "~20.8.7",
92+
"@types/markdown-it": "~13.0.5",
93+
"@types/node": "~20.8.10",
9494
"@types/sanitize-html": "~2.9.3",
9595
"@types/semver": "~7.5.4",
9696
"@types/validator": "~13.11.5",
97-
"@typescript-eslint/eslint-plugin": "~6.9.0",
98-
"@typescript-eslint/parser": "~6.9.0",
97+
"@typescript-eslint/eslint-plugin": "~6.9.1",
98+
"@typescript-eslint/parser": "~6.9.1",
9999
"@vitest/coverage-v8": "~0.34.6",
100100
"@vitest/ui": "~0.34.7",
101101
"@vueuse/core": "~10.5.0",
102102
"conventional-changelog-cli": "~4.1.0",
103-
"cypress": "~13.3.2",
103+
"cypress": "~13.4.0",
104104
"esbuild": "~0.19.5",
105-
"eslint": "~8.52.0",
105+
"eslint": "~8.53.0",
106106
"eslint-config-prettier": "~9.0.0",
107107
"eslint-define-config": "~1.24.1",
108108
"eslint-gitignore": "~0.1.0",
109109
"eslint-plugin-deprecation": "~2.0.0",
110110
"eslint-plugin-jsdoc": "~46.8.2",
111111
"eslint-plugin-prettier": "~5.0.1",
112112
"eslint-plugin-unicorn": "~49.0.0",
113-
"eslint-plugin-vitest": "~0.3.8",
113+
"eslint-plugin-vitest": "~0.3.9",
114114
"glob": "~10.3.10",
115115
"npm-run-all": "~4.1.5",
116116
"prettier": "3.0.3",
@@ -126,7 +126,7 @@
126126
"vite": "~4.5.0",
127127
"vitepress": "1.0.0-beta.7",
128128
"vitest": "~0.34.6",
129-
"vue": "~3.3.6"
129+
"vue": "~3.3.7"
130130
},
131131
"packageManager": "[email protected]",
132132
"engines": {

0 commit comments

Comments
 (0)