diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2024-11-10 13:14:10 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-11-10 13:14:10 +0100 |
| commit | 4df0bed6c8895e9929e43f829d1513c8ca714514 (patch) | |
| tree | d1c69dcc835308bd01a6eaa6a825be49ef7d6f5e | |
| parent | 9ecf99b75763ed08e19f3115c01a5e58aeaf529c (diff) | |
| download | faker-4df0bed6c8895e9929e43f829d1513c8ca714514.tar.xz faker-4df0bed6c8895e9929e43f829d1513c8ca714514.zip | |
chore(deps): update dependency eslint-plugin-file-progress to v3 (#3252)
| -rw-r--r-- | eslint.config.ts | 2 | ||||
| -rw-r--r-- | package.json | 2 | ||||
| -rw-r--r-- | pnpm-lock.yaml | 10 |
3 files changed, 7 insertions, 7 deletions
diff --git a/eslint.config.ts b/eslint.config.ts index 2c80c005..aeebdf0e 100644 --- a/eslint.config.ts +++ b/eslint.config.ts @@ -208,7 +208,7 @@ const config: ReturnType<typeof tseslint.config> = tseslint.config( //#endregion //#region file-progress - eslintPluginFileProgress.configs.recommended, + eslintPluginFileProgress.configs['recommended-ci'], //#endregion //#region overrides diff --git a/package.json b/package.json index a0ccb6ac..9ee17832 100644 --- a/package.json +++ b/package.json @@ -120,7 +120,7 @@ "cypress": "13.15.1", "eslint": "9.14.0", "eslint-config-prettier": "9.1.0", - "eslint-plugin-file-progress": "2.1.1", + "eslint-plugin-file-progress": "3.0.1", "eslint-plugin-jsdoc": "50.4.3", "eslint-plugin-prettier": "5.2.1", "eslint-plugin-unicorn": "56.0.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ba9e0ef4..b04b7f45 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -57,8 +57,8 @@ importers: specifier: 9.1.0 version: 9.1.0([email protected]([email protected])) eslint-plugin-file-progress: - specifier: 2.1.1 - version: 2.1.1([email protected]([email protected])) + specifier: 3.0.1 + version: 3.0.1([email protected]([email protected])) eslint-plugin-jsdoc: specifier: 50.4.3 version: 50.4.3([email protected]([email protected])) @@ -1832,8 +1832,8 @@ packages: peerDependencies: eslint: '>=7.0.0' - resolution: {integrity: sha512-Sv4JXc3WRtNxxqRbgcGKbvGhgacEYoFaWqplMIJK2zrPhlmdGR2z9T9AZZv8Nhy1uh90O3t7dnSo/JsiLvVYnQ==} + resolution: {integrity: sha512-sPUOIifutW3Ehhmujt40IU5ytXL6HnuGVev2n9cp4d5fzVOoQp1K17DJ/I+cRdctmTpMcYit/fOuF9efjmD98A==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^9.0.0 @@ -5366,7 +5366,7 @@ snapshots: dependencies: eslint: 9.14.0([email protected]) dependencies: eslint: 9.14.0([email protected]) nanospinner: 1.2.0 |
