aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2024-11-03 08:55:58 +0100
committerGitHub <[email protected]>2024-11-03 08:55:58 +0100
commit290e7c9660ff059920a2bff922f06d7bd7cf53e8 (patch)
tree09ac54c032ebe585ff41e94a7b40f8820877a9b3
parent99d81bed28b36ab525340e32a7349799cbe88eca (diff)
downloadfaker-290e7c9660ff059920a2bff922f06d7bd7cf53e8.tar.xz
faker-290e7c9660ff059920a2bff922f06d7bd7cf53e8.zip
chore(deps): update eslint (#3238)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: ST-DDT <[email protected]>
-rw-r--r--eslint.config.ts5
-rw-r--r--package.json10
-rw-r--r--pnpm-lock.yaml258
3 files changed, 149 insertions, 124 deletions
diff --git a/eslint.config.ts b/eslint.config.ts
index e4dc76bb..6ec1f0db 100644
--- a/eslint.config.ts
+++ b/eslint.config.ts
@@ -115,7 +115,10 @@ const config: ReturnType<typeof tseslint.config> = tseslint.config(
],
'@typescript-eslint/switch-exhaustiveness-check': [
'error',
- { requireDefaultForNonUnion: true },
+ {
+ considerDefaultExhaustiveForUnions: true, // we consider default cases for unions valid
+ requireDefaultForNonUnion: true,
+ },
],
'@typescript-eslint/unbound-method': 'off',
'@typescript-eslint/unified-signatures': 'off', // incompatible with our api docs generation
diff --git a/package.json b/package.json
index 820c45dd..67f99c80 100644
--- a/package.json
+++ b/package.json
@@ -104,9 +104,9 @@
],
"devDependencies": {
"@actions/github": "6.0.0",
- "@eslint/compat": "1.2.1",
- "@eslint/js": "9.13.0",
- "@stylistic/eslint-plugin": "2.9.0",
+ "@eslint/compat": "1.2.2",
+ "@eslint/js": "9.14.0",
+ "@stylistic/eslint-plugin": "2.10.1",
"@types/eslint__js": "8.42.3",
"@types/node": "22.8.6",
"@types/sanitize-html": "2.13.0",
@@ -118,7 +118,7 @@
"@vueuse/core": "11.2.0",
"commit-and-tag-version": "12.5.0",
"cypress": "13.15.1",
- "eslint": "9.13.0",
+ "eslint": "9.14.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-jsdoc": "50.4.3",
"eslint-plugin-prettier": "5.2.1",
@@ -135,7 +135,7 @@
"tsup": "8.3.5",
"tsx": "4.19.2",
"typescript": "5.6.3",
- "typescript-eslint": "8.11.0",
+ "typescript-eslint": "8.12.2",
"validator": "13.12.0",
"vitepress": "1.4.3",
"vitest": "2.1.4",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 5bb1a979..b52f86eb 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -12,14 +12,14 @@ importers:
specifier: 6.0.0
version: 6.0.0
'@eslint/compat':
- specifier: 1.2.1
+ specifier: 1.2.2
'@eslint/js':
- specifier: 9.13.0
- version: 9.13.0
+ specifier: 9.14.0
+ version: 9.14.0
'@stylistic/eslint-plugin':
- specifier: 2.9.0
+ specifier: 2.10.1
'@types/eslint__js':
specifier: 8.42.3
version: 8.42.3
@@ -40,7 +40,7 @@ importers:
version: 2.1.4([email protected])
'@vitest/eslint-plugin':
specifier: 1.1.7
'@vitest/ui':
specifier: 2.1.4
version: 2.1.4([email protected])
@@ -54,20 +54,20 @@ importers:
specifier: 13.15.1
version: 13.15.1
eslint:
- specifier: 9.13.0
- version: 9.13.0([email protected])
+ specifier: 9.14.0
+ version: 9.14.0([email protected])
eslint-config-prettier:
specifier: 9.1.0
eslint-plugin-jsdoc:
specifier: 50.4.3
eslint-plugin-prettier:
specifier: 5.2.1
eslint-plugin-unicorn:
specifier: 56.0.0
jiti:
specifier: 2.3.3
version: 2.3.3
@@ -105,8 +105,8 @@ importers:
specifier: 5.6.3
version: 5.6.3
typescript-eslint:
- specifier: 8.11.0
+ specifier: 8.12.2
validator:
specifier: 13.12.0
version: 13.12.0
@@ -698,8 +698,8 @@ packages:
resolution: {integrity: sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==}
engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0}
- '@eslint/[email protected]':
- resolution: {integrity: sha512-JbHG2TWuCeNzh87fXo+/46Z1LEo9DBA9T188d0fZgGxAD+cNyS6sx9fdiyxjGPBMyQVRlCutTByZ6a5+YMkF7g==}
+ '@eslint/[email protected]':
+ resolution: {integrity: sha512-jhgiIrsw+tRfcBQ4BFl2C3vCrIUw2trCY0cnDvGZpwTtKCEDmZhAtMfrEUP/KpnwM6PrO0T+Ltm+ccW74olG3Q==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
eslint: ^9.10.0
@@ -719,8 +719,8 @@ packages:
resolution: {integrity: sha512-4Bfj15dVJdoy3RfZmmo86RK1Fwzn6SstsvK9JS+BaVKqC6QQQQyXekNaC+g+LKNgkQ+2VhGAzm6hO40AhMR3zQ==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
- '@eslint/[email protected]':
- resolution: {integrity: sha512-IFLyoY4d72Z5y/6o/BazFBezupzI/taV8sGumxTAVw3lXG9A6md1Dc34T9s1FoD/an9pJH8RHbAxsaEbBed9lA==}
+ '@eslint/[email protected]':
+ resolution: {integrity: sha512-pFoEtFWCPyDOl+C6Ift+wC7Ro89otjigCf5vcuWqWgqNSQbRrpjSvdeE6ofLz4dHmyxD5f7gIdGT4+p36L6Twg==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
'@eslint/[email protected]':
@@ -735,12 +735,12 @@ packages:
resolution: {integrity: sha512-vBZP4NlzfOlerQTnba4aqZoMhE/a9HY7HRqoOPaETQcSQuWEIyZMHGfVu6w9wGtGK5fED5qRs2DteVCjOH60sA==}
engines: {node: '>=14'}
- '@humanfs/[email protected]':
- resolution: {integrity: sha512-2cbWIHbZVEweE853g8jymffCA+NCMiuqeECeBBLm8dg2oFdjuGJhgN4UAbI+6v0CKbbhvtXA4qV8YR5Ji86nmw==}
+ '@humanfs/[email protected]':
+ resolution: {integrity: sha512-5DyQ4+1JEUzejeK1JGICcideyfUbGixgS9jNgex5nqkW+cY7WZhxBigmieN5Qnw9ZosSNVC9KQKyb+GUaGyKUA==}
engines: {node: '>=18.18.0'}
- '@humanfs/[email protected]':
- resolution: {integrity: sha512-KSPA4umqSG4LHYRodq31VDwKAvaTF4xmVlzM8Aeh4PlU1JQ3IG0wiA8C25d3RQ9nJyM3mBHyI53K06VVL/oFFg==}
+ '@humanfs/[email protected]':
+ resolution: {integrity: sha512-YuI2ZHQL78Q5HbhDiBA1X4LmYdXCKCMQIfw0pw7piHJwyREFebJUvrQN4cMssyES6x+vfUbx1CIpaQUKYdQZOw==}
engines: {node: '>=18.18.0'}
'@humanwhocodes/[email protected]':
@@ -751,6 +751,10 @@ packages:
resolution: {integrity: sha512-JBxkERygn7Bv/GbN5Rv8Ul6LVknS+5Bp6RgDC/O8gEBU/yeH5Ui5C/OlWrTb6qct7LjjfT6Re2NxB0ln0yYybA==}
engines: {node: '>=18.18'}
+ '@humanwhocodes/[email protected]':
+ resolution: {integrity: sha512-xnRgu9DxZbkWak/te3fcytNyp8MTbuiZIaueg2rgEvBuN55n04nwLYLU9TX/VVlusc9L2ZNXi99nUFNkHXtr5g==}
+ engines: {node: '>=18.18'}
+
'@hutson/[email protected]':
resolution: {integrity: sha512-H9XAx3hc0BQHY6l+IFSWHDySypcXsvsuLhgYLUGywmJ5pswRVQJUHpOsobnLYp2ZUaUlKiKDrgWWhosOwAEM8Q==}
engines: {node: '>=6.9.0'}
@@ -960,8 +964,8 @@ packages:
'@shikijs/[email protected]':
resolution: {integrity: sha512-jn7/7ky30idSkd/O5yDBfAnVt+JJpepofP/POZ1iMOxK59cOfqIgg/Dj0eFsjOTMw+4ycJN0uhZH/Eb0bs/EUA==}
- '@stylistic/[email protected]':
- resolution: {integrity: sha512-OrDyFAYjBT61122MIY1a3SfEgy3YCMgt2vL4eoPmvTwDBwyQhAXurxNQznlRD/jESNfYWfID8Ej+31LljvF7Xg==}
+ '@stylistic/[email protected]':
+ resolution: {integrity: sha512-U+4yzNXElTf9q0kEfnloI9XbOyD4cnEQCxjUI94q0+W++0GAEQvJ/slwEj9lwjDHfGADRSr+Tco/z0XJvmDfCQ==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
eslint: '>=8.40.0'
@@ -1029,8 +1033,8 @@ packages:
resolution: {integrity: sha512-oJoftv0LSuaDZE3Le4DbKX+KS9G36NzOeSap90UIK0yMA/NhKJhqlSGtNDORNRaIbQfzjXDrQa0ytJ6mNRGz/Q==}
- '@typescript-eslint/[email protected]':
- resolution: {integrity: sha512-KhGn2LjW1PJT2A/GfDpiyOfS4a8xHQv2myUagTM5+zsormOmBlYsnQ6pobJ8XxJmh6hnHwa2Mbe3fPrDJoDhbA==}
+ '@typescript-eslint/[email protected]':
+ resolution: {integrity: sha512-gQxbxM8mcxBwaEmWdtLCIGLfixBMHhQjBqR8sVWNTPpcj45WlYL2IObS/DNMLH1DBP0n8qz+aiiLTGfopPEebw==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
'@typescript-eslint/parser': ^8.0.0 || ^8.0.0-alpha.0
@@ -1040,8 +1044,8 @@ packages:
typescript:
optional: true
- '@typescript-eslint/[email protected]':
- resolution: {integrity: sha512-lmt73NeHdy1Q/2ul295Qy3uninSqi6wQI18XwSpm8w0ZbQXUpjCAWP1Vlv/obudoBiIjJVjlztjQ+d/Md98Yxg==}
+ '@typescript-eslint/[email protected]':
+ resolution: {integrity: sha512-MrvlXNfGPLH3Z+r7Tk+Z5moZAc0dzdVjTgUgwsdGweH7lydysQsnSww3nAmsq8blFuRD5VRlAr9YdEFw3e6PBw==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
eslint: ^8.57.0 || ^9.0.0
@@ -1050,12 +1054,12 @@ packages:
typescript:
optional: true
- '@typescript-eslint/[email protected]':
- resolution: {integrity: sha512-Uholz7tWhXmA4r6epo+vaeV7yjdKy5QFCERMjs1kMVsLRKIrSdM6o21W2He9ftp5PP6aWOVpD5zvrvuHZC0bMQ==}
+ '@typescript-eslint/[email protected]':
+ resolution: {integrity: sha512-gPLpLtrj9aMHOvxJkSbDBmbRuYdtiEbnvO25bCMza3DhMjTQw0u7Y1M+YR5JPbMsXXnSPuCf5hfq0nEkQDL/JQ==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
- '@typescript-eslint/[email protected]':
- resolution: {integrity: sha512-ItiMfJS6pQU0NIKAaybBKkuVzo6IdnAhPFZA/2Mba/uBjuPQPet/8+zh5GtLHwmuFRShZx+8lhIs7/QeDHflOg==}
+ '@typescript-eslint/[email protected]':
+ resolution: {integrity: sha512-bwuU4TAogPI+1q/IJSKuD4shBLc/d2vGcRT588q+jzayQyjVK2X6v/fbR4InY2U2sgf8MEvVCqEWUzYzgBNcGQ==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
typescript: '*'
@@ -1063,12 +1067,12 @@ packages:
typescript:
optional: true
- '@typescript-eslint/[email protected]':
- resolution: {integrity: sha512-tn6sNMHf6EBAYMvmPUaKaVeYvhUsrE6x+bXQTxjQRp360h1giATU0WvgeEys1spbvb5R+VpNOZ+XJmjD8wOUHw==}
+ '@typescript-eslint/[email protected]':
+ resolution: {integrity: sha512-VwDwMF1SZ7wPBUZwmMdnDJ6sIFk4K4s+ALKLP6aIQsISkPv8jhiw65sAK6SuWODN/ix+m+HgbYDkH+zLjrzvOA==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
- '@typescript-eslint/[email protected]':
- resolution: {integrity: sha512-yHC3s1z1RCHoCz5t06gf7jH24rr3vns08XXhfEqzYpd6Hll3z/3g23JRi0jM8A47UFKNc3u/y5KIMx8Ynbjohg==}
+ '@typescript-eslint/[email protected]':
+ resolution: {integrity: sha512-mME5MDwGe30Pq9zKPvyduyU86PH7aixwqYR2grTglAdB+AN8xXQ1vFGpYaUSJ5o5P/5znsSBeNcs5g5/2aQwow==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
typescript: '*'
@@ -1076,14 +1080,14 @@ packages:
typescript:
optional: true
- '@typescript-eslint/[email protected]':
- resolution: {integrity: sha512-CYiX6WZcbXNJV7UNB4PLDIBtSdRmRI/nb0FMyqHPTQD1rMjA0foPLaPUV39C/MxkTd/QKSeX+Gb34PPsDVC35g==}
+ '@typescript-eslint/[email protected]':
+ resolution: {integrity: sha512-UTTuDIX3fkfAz6iSVa5rTuSfWIYZ6ATtEocQ/umkRSyC9O919lbZ8dcH7mysshrCdrAM03skJOEYaBugxN+M6A==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
eslint: ^8.57.0 || ^9.0.0
- '@typescript-eslint/[email protected]':
- resolution: {integrity: sha512-EaewX6lxSjRJnc+99+dqzTeoDZUfyrA52d2/HRrkI830kgovWsmIiTfmr0NZorzqic7ga+1bS60lRBUgR3n/Bw==}
+ '@typescript-eslint/[email protected]':
+ resolution: {integrity: sha512-PChz8UaKQAVNHghsHcPyx1OMHoFRUEA7rJSK/mDhdq85bk+PLsUHUBqTQTFt18VJZbmxBovM65fezlheQRsSDA==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
@@ -1913,8 +1917,8 @@ packages:
peerDependencies:
eslint: '>=8.56.0'
- resolution: {integrity: sha512-14dSvlhaVhKKsa9Fx1l8A17s7ah7Ef7wCakJ10LYk6+GYmP9yDti2oq2SEwcyndt6knfcZyhyxwY3i9yL78EQw==}
+ resolution: {integrity: sha512-PHlWUfG6lvPc3yvP5A4PNyBL1W8fkDUccmI21JUu/+GKZBoH/W5u6usENXUrWFRsyoW5ACUjFGgAFQp5gUlb/A==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
@@ -1925,8 +1929,12 @@ packages:
resolution: {integrity: sha512-Q7lok0mqMUSf5a/AdAZkA5a/gHcO6snwQClVNNvFKCAVlxXucdU8pKydU5ZVZjBx5xr37vGbFFWtLQYreLzrZg==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
- resolution: {integrity: sha512-EYZK6SX6zjFHST/HRytOdA/zE72Cq/bfw45LSyuwrdvcclb/gqV8RRQxywOBEWO2+WDpva6UZa4CcDeJKzUCFA==}
+ resolution: {integrity: sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==}
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
+
+ resolution: {integrity: sha512-c2FHsVBr87lnUtjP4Yhvk4yEhKrQavGafRA/Se1ouse8PfbfC/Qh9Mxa00yWsZRlqeUB9raXip0aiiUZkgnr9g==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
hasBin: true
peerDependencies:
@@ -1939,6 +1947,10 @@ packages:
resolution: {integrity: sha512-upbkBJbckcCNBDBDXEbuhjbP68n+scUd3k/U2EkyM9nw+I/jPiL4cLF/Al06CF96wRltFda16sxDFrxsI1v0/g==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
+ resolution: {integrity: sha512-0QYC8b24HWY8zjRnDTL6RiHfDbAWn63qb4LMj1Z4b076A4une81+z03Kg7l7mn/48PUTqoLptSXez8oknU8Clg==}
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
+
resolution: {integrity: sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==}
engines: {node: '>=0.10'}
@@ -3452,8 +3464,8 @@ packages:
resolution: {integrity: sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==}
- resolution: {integrity: sha512-cBRGnW3FSlxaYwU8KfAewxFK5uzeOAp0l2KebIlPDOT5olVi65KDG/yjBooPBG0kGW/HLkoz1c/iuBFehcS3IA==}
+ resolution: {integrity: sha512-UbuVUWSrHVR03q9CWx+JDHeO6B/Hr9p4U5lRH++5tq/EbFq1faYZe50ZSBePptgfIKLEti0aPQ3hFgnPVcd8ZQ==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
typescript: '*'
@@ -4187,16 +4199,16 @@ snapshots:
'@esbuild/[email protected]':
optional: true
dependencies:
- eslint: 9.13.0([email protected])
+ eslint: 9.14.0([email protected])
eslint-visitor-keys: 3.4.3
'@eslint-community/[email protected]': {}
optionalDependencies:
- eslint: 9.13.0([email protected])
+ eslint: 9.14.0([email protected])
'@eslint/[email protected]':
dependencies:
@@ -4212,7 +4224,7 @@ snapshots:
dependencies:
ajv: 6.12.6
debug: 4.3.7([email protected])
- espree: 10.2.0
+ espree: 10.3.0
globals: 14.0.0
ignore: 5.3.2
import-fresh: 3.3.0
@@ -4222,7 +4234,7 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@eslint/[email protected]': {}
+ '@eslint/[email protected]': {}
'@eslint/[email protected]': {}
@@ -4232,17 +4244,19 @@ snapshots:
'@fastify/[email protected]': {}
- '@humanfs/[email protected]': {}
+ '@humanfs/[email protected]': {}
- '@humanfs/[email protected]':
+ '@humanfs/[email protected]':
dependencies:
- '@humanfs/core': 0.19.0
+ '@humanfs/core': 0.19.1
'@humanwhocodes/retry': 0.3.1
'@humanwhocodes/[email protected]': {}
'@humanwhocodes/[email protected]': {}
+ '@humanwhocodes/[email protected]': {}
+
'@hutson/[email protected]': {}
'@isaacs/[email protected]':
@@ -4435,12 +4449,12 @@ snapshots:
'@shikijs/[email protected]': {}
dependencies:
- '@typescript-eslint/utils': 8.11.0([email protected]([email protected]))([email protected])
- eslint: 9.13.0([email protected])
- eslint-visitor-keys: 4.1.0
- espree: 10.2.0
+ '@typescript-eslint/utils': 8.12.2([email protected]([email protected]))([email protected])
+ eslint: 9.14.0([email protected])
+ eslint-visitor-keys: 4.2.0
+ espree: 10.3.0
estraverse: 5.3.0
picomatch: 4.0.2
transitivePeerDependencies:
@@ -4512,15 +4526,15 @@ snapshots:
'@types/node': 22.8.6
optional: true
dependencies:
'@eslint-community/regexpp': 4.12.1
- '@typescript-eslint/parser': 8.11.0([email protected]([email protected]))([email protected])
- '@typescript-eslint/scope-manager': 8.11.0
- '@typescript-eslint/type-utils': 8.11.0([email protected]([email protected]))([email protected])
- '@typescript-eslint/utils': 8.11.0([email protected]([email protected]))([email protected])
- '@typescript-eslint/visitor-keys': 8.11.0
- eslint: 9.13.0([email protected])
+ '@typescript-eslint/parser': 8.12.2([email protected]([email protected]))([email protected])
+ '@typescript-eslint/scope-manager': 8.12.2
+ '@typescript-eslint/type-utils': 8.12.2([email protected]([email protected]))([email protected])
+ '@typescript-eslint/utils': 8.12.2([email protected]([email protected]))([email protected])
+ '@typescript-eslint/visitor-keys': 8.12.2
+ eslint: 9.14.0([email protected])
graphemer: 1.4.0
ignore: 5.3.2
natural-compare: 1.4.0
@@ -4530,28 +4544,28 @@ snapshots:
transitivePeerDependencies:
- supports-color
dependencies:
- '@typescript-eslint/scope-manager': 8.11.0
- '@typescript-eslint/types': 8.11.0
- '@typescript-eslint/typescript-estree': 8.11.0([email protected])
- '@typescript-eslint/visitor-keys': 8.11.0
+ '@typescript-eslint/scope-manager': 8.12.2
+ '@typescript-eslint/types': 8.12.2
+ '@typescript-eslint/typescript-estree': 8.12.2([email protected])
+ '@typescript-eslint/visitor-keys': 8.12.2
debug: 4.3.7([email protected])
- eslint: 9.13.0([email protected])
+ eslint: 9.14.0([email protected])
optionalDependencies:
typescript: 5.6.3
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/[email protected]':
+ '@typescript-eslint/[email protected]':
dependencies:
- '@typescript-eslint/types': 8.11.0
- '@typescript-eslint/visitor-keys': 8.11.0
+ '@typescript-eslint/types': 8.12.2
+ '@typescript-eslint/visitor-keys': 8.12.2
dependencies:
- '@typescript-eslint/typescript-estree': 8.11.0([email protected])
- '@typescript-eslint/utils': 8.11.0([email protected]([email protected]))([email protected])
+ '@typescript-eslint/typescript-estree': 8.12.2([email protected])
+ '@typescript-eslint/utils': 8.12.2([email protected]([email protected]))([email protected])
debug: 4.3.7([email protected])
ts-api-utils: 1.3.0([email protected])
optionalDependencies:
@@ -4560,12 +4574,12 @@ snapshots:
- eslint
- supports-color
- '@typescript-eslint/[email protected]': {}
+ '@typescript-eslint/[email protected]': {}
- '@typescript-eslint/[email protected]([email protected])':
+ '@typescript-eslint/[email protected]([email protected])':
dependencies:
- '@typescript-eslint/types': 8.11.0
- '@typescript-eslint/visitor-keys': 8.11.0
+ '@typescript-eslint/types': 8.12.2
+ '@typescript-eslint/visitor-keys': 8.12.2
debug: 4.3.7([email protected])
fast-glob: 3.3.2
is-glob: 4.0.3
@@ -4577,20 +4591,20 @@ snapshots:
transitivePeerDependencies:
- supports-color
dependencies:
- '@eslint-community/eslint-utils': 4.4.1([email protected]([email protected]))
- '@typescript-eslint/scope-manager': 8.11.0
- '@typescript-eslint/types': 8.11.0
- '@typescript-eslint/typescript-estree': 8.11.0([email protected])
- eslint: 9.13.0([email protected])
+ '@eslint-community/eslint-utils': 4.4.1([email protected]([email protected]))
+ '@typescript-eslint/scope-manager': 8.12.2
+ '@typescript-eslint/types': 8.12.2
+ '@typescript-eslint/typescript-estree': 8.12.2([email protected])
+ eslint: 9.14.0([email protected])
transitivePeerDependencies:
- supports-color
- typescript
- '@typescript-eslint/[email protected]':
+ '@typescript-eslint/[email protected]':
dependencies:
- '@typescript-eslint/types': 8.11.0
+ '@typescript-eslint/types': 8.12.2
eslint-visitor-keys: 3.4.3
'@ungap/[email protected]': {}
@@ -4618,10 +4632,10 @@ snapshots:
transitivePeerDependencies:
- supports-color
dependencies:
- '@typescript-eslint/utils': 8.11.0([email protected]([email protected]))([email protected])
- eslint: 9.13.0([email protected])
+ '@typescript-eslint/utils': 8.12.2([email protected]([email protected]))([email protected])
+ eslint: 9.14.0([email protected])
optionalDependencies:
typescript: 5.6.3
@@ -5528,18 +5542,18 @@ snapshots:
dependencies:
- eslint: 9.13.0([email protected])
+ eslint: 9.14.0([email protected])
dependencies:
'@es-joy/jsdoccomment': 0.49.0
are-docs-informative: 0.0.2
comment-parser: 1.4.1
debug: 4.3.7([email protected])
escape-string-regexp: 4.0.0
- eslint: 9.13.0([email protected])
+ eslint: 9.14.0([email protected])
espree: 10.2.0
esquery: 1.6.0
parse-imports: 2.2.1
@@ -5549,24 +5563,24 @@ snapshots:
transitivePeerDependencies:
- supports-color
dependencies:
- eslint: 9.13.0([email protected])
+ eslint: 9.14.0([email protected])
prettier: 3.3.3
prettier-linter-helpers: 1.0.0
synckit: 0.9.2
optionalDependencies:
'@types/eslint': 9.6.1
- eslint-config-prettier: 9.1.0([email protected]([email protected]))
+ eslint-config-prettier: 9.1.0([email protected]([email protected]))
dependencies:
'@babel/helper-validator-identifier': 7.25.9
- '@eslint-community/eslint-utils': 4.4.1([email protected]([email protected]))
+ '@eslint-community/eslint-utils': 4.4.1([email protected]([email protected]))
ci-info: 4.0.0
clean-regexp: 1.0.0
core-js-compat: 3.38.1
- eslint: 9.13.0([email protected])
+ eslint: 9.14.0([email protected])
esquery: 1.6.0
globals: 15.11.0
indent-string: 4.0.0
@@ -5579,7 +5593,7 @@ snapshots:
semver: 7.6.3
strip-indent: 3.0.0
dependencies:
esrecurse: 4.3.0
estraverse: 5.3.0
@@ -5588,18 +5602,20 @@ snapshots:
+
dependencies:
- '@eslint-community/eslint-utils': 4.4.1([email protected]([email protected]))
+ '@eslint-community/eslint-utils': 4.4.1([email protected]([email protected]))
'@eslint-community/regexpp': 4.12.1
'@eslint/config-array': 0.18.0
'@eslint/core': 0.7.0
'@eslint/eslintrc': 3.1.0
- '@eslint/js': 9.13.0
+ '@eslint/js': 9.14.0
'@eslint/plugin-kit': 0.2.1
- '@humanfs/node': 0.16.5
+ '@humanfs/node': 0.16.6
'@humanwhocodes/module-importer': 1.0.1
- '@humanwhocodes/retry': 0.3.1
+ '@humanwhocodes/retry': 0.4.0
'@types/estree': 1.0.6
'@types/json-schema': 7.0.15
ajv: 6.12.6
@@ -5607,9 +5623,9 @@ snapshots:
cross-spawn: 7.0.3
debug: 4.3.7([email protected])
escape-string-regexp: 4.0.0
- eslint-scope: 8.1.0
- eslint-visitor-keys: 4.1.0
- espree: 10.2.0
+ eslint-scope: 8.2.0
+ eslint-visitor-keys: 4.2.0
+ espree: 10.3.0
esquery: 1.6.0
esutils: 2.0.3
fast-deep-equal: 3.1.3
@@ -5636,6 +5652,12 @@ snapshots:
acorn-jsx: 5.3.2([email protected])
eslint-visitor-keys: 4.1.0
+ dependencies:
+ acorn: 8.14.0
+ acorn-jsx: 5.3.2([email protected])
+ eslint-visitor-keys: 4.2.0
+
dependencies:
estraverse: 5.3.0
@@ -7128,11 +7150,11 @@ snapshots:
dependencies:
- '@typescript-eslint/parser': 8.11.0([email protected]([email protected]))([email protected])
- '@typescript-eslint/utils': 8.11.0([email protected]([email protected]))([email protected])
+ '@typescript-eslint/parser': 8.12.2([email protected]([email protected]))([email protected])
+ '@typescript-eslint/utils': 8.12.2([email protected]([email protected]))([email protected])
optionalDependencies:
typescript: 5.6.3
transitivePeerDependencies: