From 6ca6426ffcb6413b676614d2108044bb0e031004 Mon Sep 17 00:00:00 2001 From: Putro <29204244+Pewtro@users.noreply.github.com> Date: Thu, 17 Oct 2024 19:30:03 +0200 Subject: [PATCH] [ESLint] Update eslint-plugin-perfectionist to 3.9.1 --- .changeset/gentle-spiders-work.md | 5 +++++ packages/eslint-config-typescript/package.json | 2 +- pnpm-lock.yaml | 18 ++++++------------ 3 files changed, 12 insertions(+), 13 deletions(-) create mode 100644 .changeset/gentle-spiders-work.md diff --git a/.changeset/gentle-spiders-work.md b/.changeset/gentle-spiders-work.md new file mode 100644 index 0000000..bf881f9 --- /dev/null +++ b/.changeset/gentle-spiders-work.md @@ -0,0 +1,5 @@ +--- +'@putstack/eslint-config-typescript': minor +--- + +Update eslint-plugin-perfectionist to 3.9.1 diff --git a/packages/eslint-config-typescript/package.json b/packages/eslint-config-typescript/package.json index 4a63006..4137e2a 100644 --- a/packages/eslint-config-typescript/package.json +++ b/packages/eslint-config-typescript/package.json @@ -37,7 +37,7 @@ "@eslint/js": "9.12.0", "@typescript-eslint/utils": "8.10.0", "eslint-plugin-depend": "0.11.0", - "eslint-plugin-perfectionist": "3.8.0", + "eslint-plugin-perfectionist": "3.9.1", "eslint-plugin-sonarjs": "1.0.4", "eslint-plugin-unicorn": "56.0.0", "typescript-eslint": "8.10.0" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a1156f2..ff1fc06 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -66,8 +66,8 @@ importers: specifier: 0.11.0 version: 0.11.0 eslint-plugin-perfectionist: - specifier: 3.8.0 - version: 3.8.0(eslint@9.12.0)(typescript@5.6.2) + specifier: 3.9.1 + version: 3.9.1(eslint@9.12.0)(typescript@5.6.2) eslint-plugin-sonarjs: specifier: 1.0.4 version: 1.0.4(eslint@9.12.0) @@ -715,10 +715,6 @@ packages: resolution: {integrity: sha512-k/E48uzsfJCRRbGLapdZgrX52csmWJ2rcowwPvOZ8lwPUv3xW6CcFeJAXgx4uJm+Ge4+a4tFOkdYvSpxhRhg1w==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@typescript-eslint/types@8.8.0': - resolution: {integrity: sha512-QJwc50hRCgBd/k12sTykOJbESe1RrzmX6COk8Y525C9l7oweZ+1lw9JiU56im7Amm8swlz00DRIlxMYLizr2Vw==} - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@typescript-eslint/typescript-estree@8.10.0': resolution: {integrity: sha512-3OE0nlcOHaMvQ8Xu5gAfME3/tWVDpb/HxtpUZ1WeOAksZ/h/gwrBzCklaGzwZT97/lBbbxJ16dMA98JMEngW4w==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} @@ -1054,8 +1050,8 @@ packages: eslint-plugin-depend@0.11.0: resolution: {integrity: sha512-IwF06BrcdYoELuFd18sdVHhvDfF23xbr8pG/ONqrwB4gXjJ7281mEDEmACKWyvMY63afph8+2aOLbeuvr9mbdg==} - eslint-plugin-perfectionist@3.8.0: - resolution: {integrity: sha512-BYJWbQVOjvIGK9V1xUfn790HuvkePjxti8epOi1H6sdzo0N4RehBmQ8coHPbgA/f12BUG1NIoDtQhI9mUm+o2A==} + eslint-plugin-perfectionist@3.9.1: + resolution: {integrity: sha512-9WRzf6XaAxF4Oi5t/3TqKP5zUjERhasHmLFHin2Yw6ZAp/EP/EVA2dr3BhQrrHWCm5SzTMZf0FcjDnBkO2xFkA==} engines: {node: ^18.0.0 || >=20.0.0} peerDependencies: astro-eslint-parser: ^1.0.2 @@ -2799,8 +2795,6 @@ snapshots: '@typescript-eslint/types@8.10.0': {} - '@typescript-eslint/types@8.8.0': {} - '@typescript-eslint/typescript-estree@8.10.0(typescript@5.6.2)': dependencies: '@typescript-eslint/types': 8.10.0 @@ -3184,9 +3178,9 @@ snapshots: module-replacements: 2.1.0 semver: 7.6.3 - eslint-plugin-perfectionist@3.8.0(eslint@9.12.0)(typescript@5.6.2): + eslint-plugin-perfectionist@3.9.1(eslint@9.12.0)(typescript@5.6.2): dependencies: - '@typescript-eslint/types': 8.8.0 + '@typescript-eslint/types': 8.10.0 '@typescript-eslint/utils': 8.10.0(eslint@9.12.0)(typescript@5.6.2) eslint: 9.12.0 minimatch: 9.0.5