aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2025-01-12 13:39:01 +0100
committerGitHub <[email protected]>2025-01-12 12:39:01 +0000
commitd2c67636c0f5bcb0886e1d217288a47b940ab284 (patch)
tree8d923068702b1d4a5bf88fa4c92065f634a14296
parent5d4754c51e2499df9e4a8e4684ad04d461066de7 (diff)
downloadfaker-d2c67636c0f5bcb0886e1d217288a47b940ab284.tar.xz
faker-d2c67636c0f5bcb0886e1d217288a47b940ab284.zip
chore(deps): update eslint (#3369)
* chore(deps): update eslint * chore(deps): update eslint --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Shinigami92 <[email protected]>
-rw-r--r--.vscode/settings.json3
-rw-r--r--eslint.config.ts2
-rw-r--r--package.json10
-rw-r--r--pnpm-lock.yaml253
4 files changed, 169 insertions, 99 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index 5c9676d6..adff015a 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -1,7 +1,4 @@
{
- "eslint.options": {
- "flags": ["unstable_ts_config"]
- },
// Enable eslint validation for js and ts files
"eslint.validate": ["javascript", "typescript"],
diff --git a/eslint.config.ts b/eslint.config.ts
index 8c980b2c..2e24b6ce 100644
--- a/eslint.config.ts
+++ b/eslint.config.ts
@@ -27,7 +27,7 @@ const config: ReturnType<typeof tseslint.config> = tseslint.config(
'docs/.vitepress/components/api-docs/format.ts',
'docs/.vitepress/shared/utils/slugify.ts',
'docs/.vitepress/theme/index.ts',
- 'eslint.config.js',
+ 'eslint.config.ts',
],
},
{
diff --git a/package.json b/package.json
index 69680493..3f8b43c3 100644
--- a/package.json
+++ b/package.json
@@ -18,7 +18,7 @@
"docs:serve": "vitepress serve docs --port 5173",
"docs:diff": "tsx ./scripts/diff.ts",
"format": "prettier --cache --write .",
- "lint": "eslint --cache --cache-strategy content --flag unstable_ts_config .",
+ "lint": "eslint --cache --cache-strategy content .",
"ts-check": "tsc",
"test": "vitest",
"test:update-snapshots": "vitest run -u",
@@ -104,8 +104,8 @@
"dist"
],
"devDependencies": {
- "@eslint/compat": "1.2.4",
- "@eslint/js": "9.17.0",
+ "@eslint/compat": "1.2.5",
+ "@eslint/js": "9.18.0",
"@stylistic/eslint-plugin": "2.12.1",
"@types/eslint__js": "8.42.3",
"@types/node": "22.10.3",
@@ -118,7 +118,7 @@
"@vueuse/core": "12.2.0",
"commit-and-tag-version": "12.5.0",
"cypress": "13.17.0",
- "eslint": "9.17.0",
+ "eslint": "9.18.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-file-progress": "3.0.1",
"eslint-plugin-jsdoc": "50.6.1",
@@ -136,7 +136,7 @@
"tsup": "8.3.5",
"tsx": "4.19.2",
"typescript": "5.7.2",
- "typescript-eslint": "8.19.0",
+ "typescript-eslint": "8.19.1",
"validator": "13.12.0",
"vitepress": "1.5.0",
"vitest": "2.1.8",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index b9a7311d..88ecd192 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -9,14 +9,14 @@ importers:
.:
devDependencies:
'@eslint/compat':
- specifier: 1.2.4
+ specifier: 1.2.5
'@eslint/js':
- specifier: 9.17.0
- version: 9.17.0
+ specifier: 9.18.0
+ version: 9.18.0
'@stylistic/eslint-plugin':
specifier: 2.12.1
'@types/eslint__js':
specifier: 8.42.3
version: 8.42.3
@@ -37,7 +37,7 @@ importers:
version: 2.1.8([email protected])
'@vitest/eslint-plugin':
specifier: 1.1.20
'@vitest/ui':
specifier: 2.1.8
version: 2.1.8([email protected])
@@ -51,23 +51,23 @@ importers:
specifier: 13.17.0
version: 13.17.0
eslint:
- specifier: 9.17.0
- version: 9.17.0([email protected])
+ specifier: 9.18.0
+ version: 9.18.0([email protected])
eslint-config-prettier:
specifier: 9.1.0
eslint-plugin-file-progress:
specifier: 3.0.1
eslint-plugin-jsdoc:
specifier: 50.6.1
eslint-plugin-prettier:
specifier: 5.2.1
eslint-plugin-unicorn:
specifier: 56.0.1
jiti:
specifier: 2.4.2
version: 2.4.2
@@ -105,8 +105,8 @@ importers:
specifier: 5.7.2
version: 5.7.2
typescript-eslint:
- specifier: 8.19.0
+ specifier: 8.19.1
validator:
specifier: 13.12.0
version: 13.12.0
@@ -705,8 +705,8 @@ packages:
resolution: {integrity: sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==}
engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0}
- '@eslint/[email protected]':
- resolution: {integrity: sha512-S8ZdQj/N69YAtuqFt7653jwcvuUj131+6qGLUyDqfDg1OIoBQ66OCuXC473YQfO2AaxITTutiRQiDwoo7ZLYyg==}
+ '@eslint/[email protected]':
+ resolution: {integrity: sha512-5iuG/StT+7OfvhoBHPlmxkPA9om6aDUFgmD4+mWKAGsYt4vCe8rypneG03AuseyRHBmcCLXQtIH5S26tIoggLg==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
eslint: ^9.10.0
@@ -718,24 +718,24 @@ packages:
resolution: {integrity: sha512-fo6Mtm5mWyKjA/Chy1BYTdn5mGJoDNjC7C64ug20ADsRDGrA85bN3uK3MaKbeRkRuuIEAR5N33Jr1pbm411/PA==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
- '@eslint/[email protected]':
- resolution: {integrity: sha512-GuUdqkyyzQI5RMIWkHhvTWLCyLo1jNK3vzkSyaExH5kHPDHcuL2VOpHjmMY+y3+NC69qAKToBqldTBgYeLSr9Q==}
+ '@eslint/[email protected]':
+ resolution: {integrity: sha512-gFHJ+xBOo4G3WRlR1e/3G8A6/KZAH6zcE/hkLRCZTi/B9avAG365QhFA8uOGzTMqgTghpn7/fSnscW++dpMSAw==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
'@eslint/[email protected]':
resolution: {integrity: sha512-grOjVNN8P3hjJn/eIETF1wwd12DdnwFDoyceUJLYYdkpbwq3nLi+4fqrTAONx7XDALqlL220wC/RHSC/QTI/0w==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
- '@eslint/[email protected]':
- resolution: {integrity: sha512-Sxc4hqcs1kTu0iID3kcZDW3JHq2a77HO9P8CP6YEA/FpH3Ll8UXE2r/86Rz9YJLKme39S9vU5OWNjC6Xl0Cr3w==}
+ '@eslint/[email protected]':
+ resolution: {integrity: sha512-fK6L7rxcq6/z+AaQMtiFTkvbHkBLNlwyRxHpKawP0x3u9+NC6MQTnFW+AdpwC6gfHTW0051cokQgtTN2FqlxQA==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
'@eslint/[email protected]':
resolution: {integrity: sha512-o0bhxnL89h5Bae5T318nFoFzGy+YE5i/gGkoPAgkmTVdRKTiv3p8JHevPiPaMwoloKfEiiaHlawCqaZMqRm+XQ==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
- '@eslint/[email protected]':
- resolution: {integrity: sha512-zSkKow6H5Kdm0ZUQUB2kV5JIXqoG0+uH5YADhaEHswm664N9Db8dXSi0nMJpacpMf+MyyglF1vnZohpEg5yUtg==}
+ '@eslint/[email protected]':
+ resolution: {integrity: sha512-lB05FkqEdUg2AA0xEbUz0SnkXT1LcCTa438W4IWTUh4hdOnVbQyOJ81OrDXsJk/LSiJHubgGEFoR5EHq1NsH1A==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
'@humanfs/[email protected]':
@@ -1005,16 +1005,16 @@ packages:
resolution: {integrity: sha512-oJoftv0LSuaDZE3Le4DbKX+KS9G36NzOeSap90UIK0yMA/NhKJhqlSGtNDORNRaIbQfzjXDrQa0ytJ6mNRGz/Q==}
- '@typescript-eslint/[email protected]':
- resolution: {integrity: sha512-NggSaEZCdSrFddbctrVjkVZvFC6KGfKfNK0CU7mNK/iKHGKbzT4Wmgm08dKpcZECBu9f5FypndoMyRHkdqfT1Q==}
+ '@typescript-eslint/[email protected]':
+ resolution: {integrity: sha512-tJzcVyvvb9h/PB96g30MpxACd9IrunT7GF9wfA9/0TJ1LxGOJx1TdPzSbBBnNED7K9Ka8ybJsnEpiXPktolTLg==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
'@typescript-eslint/parser': ^8.0.0 || ^8.0.0-alpha.0
eslint: ^8.57.0 || ^9.0.0
typescript: '>=4.8.4 <5.8.0'
- '@typescript-eslint/[email protected]':
- resolution: {integrity: sha512-6M8taKyOETY1TKHp0x8ndycipTVgmp4xtg5QpEZzXxDhNvvHOJi5rLRkLr8SK3jTgD5l4fTlvBiRdfsuWydxBw==}
+ '@typescript-eslint/[email protected]':
+ resolution: {integrity: sha512-67gbfv8rAwawjYx3fYArwldTQKoYfezNUT4D5ioWetr/xCrxXxvleo3uuiFuKfejipvq+og7mjz3b0G2bVyUCw==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
eslint: ^8.57.0 || ^9.0.0
@@ -1024,8 +1024,12 @@ packages:
resolution: {integrity: sha512-hkoJiKQS3GQ13TSMEiuNmSCvhz7ujyqD1x3ShbaETATHrck+9RaDdUbt+osXaUuns9OFwrDTTrjtwsU8gJyyRA==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
- '@typescript-eslint/[email protected]':
- resolution: {integrity: sha512-TZs0I0OSbd5Aza4qAMpp1cdCYVnER94IziudE3JU328YUHgWu9gwiwhag+fuLeJ2LkWLXI+F/182TbG+JaBdTg==}
+ '@typescript-eslint/[email protected]':
+ resolution: {integrity: sha512-60L9KIuN/xgmsINzonOcMDSB8p82h95hoBfSBtXuO4jlR1R9L1xSkmVZKgCPVfavDlXihh4ARNjXhh1gGnLC7Q==}
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
+
+ '@typescript-eslint/[email protected]':
+ resolution: {integrity: sha512-Rp7k9lhDKBMRJB/nM9Ksp1zs4796wVNyihG9/TU9R6KCJDNkQbc2EOKjrBtLYh3396ZdpXLtr/MkaSEmNMtykw==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
eslint: ^8.57.0 || ^9.0.0
@@ -1035,12 +1039,22 @@ packages:
resolution: {integrity: sha512-8XQ4Ss7G9WX8oaYvD4OOLCjIQYgRQxO+qCiR2V2s2GxI9AUpo7riNwo6jDhKtTcaJjT8PY54j2Yb33kWtSJsmA==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
+ '@typescript-eslint/[email protected]':
+ resolution: {integrity: sha512-JBVHMLj7B1K1v1051ZaMMgLW4Q/jre5qGK0Ew6UgXz1Rqh+/xPzV1aW581OM00X6iOfyr1be+QyW8LOUf19BbA==}
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
+
'@typescript-eslint/[email protected]':
resolution: {integrity: sha512-WW9PpDaLIFW9LCbucMSdYUuGeFUz1OkWYS/5fwZwTA+l2RwlWFdJvReQqMUMBw4yJWJOfqd7An9uwut2Oj8sLw==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
typescript: '>=4.8.4 <5.8.0'
+ '@typescript-eslint/[email protected]':
+ resolution: {integrity: sha512-jk/TZwSMJlxlNnqhy0Eod1PNEvCkpY6MXOXE/WLlblZ6ibb32i2We4uByoKPv1d0OD2xebDv4hbs3fm11SMw8Q==}
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
+ peerDependencies:
+ typescript: '>=4.8.4 <5.8.0'
+
'@typescript-eslint/[email protected]':
resolution: {integrity: sha512-PTBG+0oEMPH9jCZlfg07LCB2nYI0I317yyvXGfxnvGvw4SHIOuRnQ3kadyyXY6tGdChusIHIbM5zfIbp4M6tCg==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
@@ -1048,10 +1062,21 @@ packages:
eslint: ^8.57.0 || ^9.0.0
typescript: '>=4.8.4 <5.8.0'
+ '@typescript-eslint/[email protected]':
+ resolution: {integrity: sha512-IxG5gLO0Ne+KaUc8iW1A+XuKLd63o4wlbI1Zp692n1xojCl/THvgIKXJXBZixTh5dd5+yTJ/VXH7GJaaw21qXA==}
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
+ peerDependencies:
+ eslint: ^8.57.0 || ^9.0.0
+ typescript: '>=4.8.4 <5.8.0'
+
'@typescript-eslint/[email protected]':
resolution: {integrity: sha512-mCFtBbFBJDCNCWUl5y6sZSCHXw1DEFEk3c/M3nRK2a4XUB8StGFtmcEMizdjKuBzB6e/smJAAWYug3VrdLMr1w==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
+ '@typescript-eslint/[email protected]':
+ resolution: {integrity: sha512-fzmjU8CHK853V/avYZAvuVut3ZTfwN5YtMaoi+X9Y9MA9keaWNHC3zEQ9zvyX/7Hj+5JkNyK1l7TOR2hevHB6Q==}
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
+
resolution: {integrity: sha512-fEzPV3hSkSMltkw152tJKNARhOupqbH96MZWyRjNaYZOMIzbrTeQDG+MTc6Mr2pgzFQzFxAfmhGDNP5QK++2ZA==}
@@ -1895,8 +1920,8 @@ packages:
resolution: {integrity: sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
- resolution: {integrity: sha512-evtlNcpJg+cZLcnVKwsai8fExnqjGPicK7gnUtlNuzu+Fv9bI0aLpND5T44VLQtoMEnI57LoXO9XAkIXwohKrA==}
+ resolution: {integrity: sha512-+waTfRWQlSbpt3KWE+CjrPPYnbq9kfZIYUqapc0uBXyjTp8aYXZDsUH16m39Ryq3NjAVP4tjuF7KaukeqoCoaA==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
hasBin: true
peerDependencies:
@@ -3345,6 +3370,12 @@ packages:
peerDependencies:
typescript: '>=4.2.0'
+ resolution: {integrity: sha512-xCt/TOAc+EOHS1XPnijD3/yzpH6qg2xppZO1YDqGoVsNXfQfzHpOdNuXwrwOU8u4ITXJyDCTyt8w5g1sZv9ynQ==}
+ engines: {node: '>=18.12'}
+ peerDependencies:
+ typescript: '>=4.8.4'
+
resolution: {integrity: sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==}
@@ -3407,8 +3438,8 @@ packages:
resolution: {integrity: sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==}
- resolution: {integrity: sha512-Ni8sUkVWYK4KAcTtPjQ/UTiRk6jcsuDhPpxULapUDi8A/l8TSBk+t1GtJA1RsCzIJg0q6+J7bf35AwQigENWRQ==}
+ resolution: {integrity: sha512-LKPUQpdEMVOeKluHi8md7rwLcoXHhwvWp3x+sJkMuq3gGm9yaYJtPo8sRZSblMFJ5pcOGCAak/scKf1mvZDlQw==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
eslint: ^8.57.0 || ^9.0.0
@@ -4118,16 +4149,16 @@ snapshots:
'@esbuild/[email protected]':
optional: true
dependencies:
- eslint: 9.17.0([email protected])
+ eslint: 9.18.0([email protected])
eslint-visitor-keys: 3.4.3
'@eslint-community/[email protected]': {}
optionalDependencies:
- eslint: 9.17.0([email protected])
+ eslint: 9.18.0([email protected])
'@eslint/[email protected]':
dependencies:
@@ -4137,7 +4168,7 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@eslint/[email protected]':
+ '@eslint/[email protected]':
dependencies:
'@types/json-schema': 7.0.15
@@ -4155,12 +4186,13 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@eslint/[email protected]': {}
+ '@eslint/[email protected]': {}
'@eslint/[email protected]': {}
- '@eslint/[email protected]':
+ '@eslint/[email protected]':
dependencies:
+ '@eslint/core': 0.10.0
levn: 0.4.1
'@humanfs/[email protected]': {}
@@ -4327,10 +4359,10 @@ snapshots:
'@shikijs/[email protected]': {}
dependencies:
- '@typescript-eslint/utils': 8.19.0([email protected]([email protected]))([email protected])
- eslint: 9.17.0([email protected])
+ '@typescript-eslint/utils': 8.19.0([email protected]([email protected]))([email protected])
+ eslint: 9.18.0([email protected])
eslint-visitor-keys: 4.2.0
espree: 10.3.0
estraverse: 5.3.0
@@ -4404,31 +4436,31 @@ snapshots:
'@types/node': 22.10.3
optional: true
dependencies:
'@eslint-community/regexpp': 4.12.1
- '@typescript-eslint/parser': 8.19.0([email protected]([email protected]))([email protected])
- '@typescript-eslint/scope-manager': 8.19.0
- '@typescript-eslint/type-utils': 8.19.0([email protected]([email protected]))([email protected])
- '@typescript-eslint/utils': 8.19.0([email protected]([email protected]))([email protected])
- '@typescript-eslint/visitor-keys': 8.19.0
- eslint: 9.17.0([email protected])
+ '@typescript-eslint/parser': 8.19.1([email protected]([email protected]))([email protected])
+ '@typescript-eslint/scope-manager': 8.19.1
+ '@typescript-eslint/type-utils': 8.19.1([email protected]([email protected]))([email protected])
+ '@typescript-eslint/utils': 8.19.1([email protected]([email protected]))([email protected])
+ '@typescript-eslint/visitor-keys': 8.19.1
+ eslint: 9.18.0([email protected])
graphemer: 1.4.0
ignore: 5.3.2
natural-compare: 1.4.0
- ts-api-utils: 1.4.3([email protected])
+ ts-api-utils: 2.0.0([email protected])
typescript: 5.7.2
transitivePeerDependencies:
- supports-color
dependencies:
- '@typescript-eslint/scope-manager': 8.19.0
- '@typescript-eslint/types': 8.19.0
- '@typescript-eslint/typescript-estree': 8.19.0([email protected])
- '@typescript-eslint/visitor-keys': 8.19.0
+ '@typescript-eslint/scope-manager': 8.19.1
+ '@typescript-eslint/types': 8.19.1
+ '@typescript-eslint/typescript-estree': 8.19.1([email protected])
+ '@typescript-eslint/visitor-keys': 8.19.1
debug: 4.4.0([email protected])
- eslint: 9.17.0([email protected])
+ eslint: 9.18.0([email protected])
typescript: 5.7.2
transitivePeerDependencies:
- supports-color
@@ -4438,19 +4470,26 @@ snapshots:
'@typescript-eslint/types': 8.19.0
'@typescript-eslint/visitor-keys': 8.19.0
+ '@typescript-eslint/[email protected]':
dependencies:
- '@typescript-eslint/typescript-estree': 8.19.0([email protected])
- '@typescript-eslint/utils': 8.19.0([email protected]([email protected]))([email protected])
+ '@typescript-eslint/types': 8.19.1
+ '@typescript-eslint/visitor-keys': 8.19.1
+
+ dependencies:
+ '@typescript-eslint/typescript-estree': 8.19.1([email protected])
+ '@typescript-eslint/utils': 8.19.1([email protected]([email protected]))([email protected])
debug: 4.4.0([email protected])
- eslint: 9.17.0([email protected])
- ts-api-utils: 1.4.3([email protected])
+ eslint: 9.18.0([email protected])
+ ts-api-utils: 2.0.0([email protected])
typescript: 5.7.2
transitivePeerDependencies:
- supports-color
'@typescript-eslint/[email protected]': {}
+ '@typescript-eslint/[email protected]': {}
+
'@typescript-eslint/[email protected]([email protected])':
dependencies:
'@typescript-eslint/types': 8.19.0
@@ -4465,13 +4504,38 @@ snapshots:
transitivePeerDependencies:
- supports-color
+ '@typescript-eslint/[email protected]([email protected])':
dependencies:
- '@eslint-community/eslint-utils': 4.4.1([email protected]([email protected]))
+ '@typescript-eslint/types': 8.19.1
+ '@typescript-eslint/visitor-keys': 8.19.1
+ debug: 4.4.0([email protected])
+ fast-glob: 3.3.3
+ is-glob: 4.0.3
+ minimatch: 9.0.5
+ semver: 7.6.3
+ ts-api-utils: 2.0.0([email protected])
+ typescript: 5.7.2
+ transitivePeerDependencies:
+ - supports-color
+
+ dependencies:
+ '@eslint-community/eslint-utils': 4.4.1([email protected]([email protected]))
'@typescript-eslint/scope-manager': 8.19.0
'@typescript-eslint/types': 8.19.0
'@typescript-eslint/typescript-estree': 8.19.0([email protected])
- eslint: 9.17.0([email protected])
+ eslint: 9.18.0([email protected])
+ typescript: 5.7.2
+ transitivePeerDependencies:
+ - supports-color
+
+ dependencies:
+ '@eslint-community/eslint-utils': 4.4.1([email protected]([email protected]))
+ '@typescript-eslint/scope-manager': 8.19.1
+ '@typescript-eslint/types': 8.19.1
+ '@typescript-eslint/typescript-estree': 8.19.1([email protected])
+ eslint: 9.18.0([email protected])
typescript: 5.7.2
transitivePeerDependencies:
- supports-color
@@ -4481,6 +4545,11 @@ snapshots:
'@typescript-eslint/types': 8.19.0
eslint-visitor-keys: 4.2.0
+ '@typescript-eslint/[email protected]':
+ dependencies:
+ '@typescript-eslint/types': 8.19.1
+ eslint-visitor-keys: 4.2.0
+
'@ungap/[email protected]': {}
@@ -4506,10 +4575,10 @@ snapshots:
transitivePeerDependencies:
- supports-color
dependencies:
- '@typescript-eslint/utils': 8.19.0([email protected]([email protected]))([email protected])
- eslint: 9.17.0([email protected])
+ '@typescript-eslint/utils': 8.19.1([email protected]([email protected]))([email protected])
+ eslint: 9.18.0([email protected])
optionalDependencies:
typescript: 5.7.2
@@ -5405,24 +5474,24 @@ snapshots:
dependencies:
- eslint: 9.17.0([email protected])
+ eslint: 9.18.0([email protected])
dependencies:
- eslint: 9.17.0([email protected])
+ eslint: 9.18.0([email protected])
nanospinner: 1.2.2
picocolors: 1.1.1
dependencies:
'@es-joy/jsdoccomment': 0.49.0
are-docs-informative: 0.0.2
comment-parser: 1.4.1
debug: 4.4.0([email protected])
escape-string-regexp: 4.0.0
- eslint: 9.17.0([email protected])
+ eslint: 9.18.0([email protected])
espree: 10.3.0
esquery: 1.6.0
parse-imports: 2.2.1
@@ -5432,24 +5501,24 @@ snapshots:
transitivePeerDependencies:
- supports-color
dependencies:
- eslint: 9.17.0([email protected])
+ eslint: 9.18.0([email protected])
prettier: 3.4.2
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.1.0
clean-regexp: 1.0.0
core-js-compat: 3.39.0
- eslint: 9.17.0([email protected])
+ eslint: 9.18.0([email protected])
esquery: 1.6.0
globals: 15.14.0
indent-string: 4.0.0
@@ -5471,15 +5540,15 @@ 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.19.1
- '@eslint/core': 0.9.1
+ '@eslint/core': 0.10.0
'@eslint/eslintrc': 3.2.0
- '@eslint/js': 9.17.0
- '@eslint/plugin-kit': 0.2.4
+ '@eslint/js': 9.18.0
+ '@eslint/plugin-kit': 0.2.5
'@humanfs/node': 0.16.6
'@humanwhocodes/module-importer': 1.0.1
'@humanwhocodes/retry': 0.4.1
@@ -6948,6 +7017,10 @@ snapshots:
dependencies:
typescript: 5.7.2
+ dependencies:
+ typescript: 5.7.2
+
@@ -7011,12 +7084,12 @@ snapshots:
dependencies:
- '@typescript-eslint/parser': 8.19.0([email protected]([email protected]))([email protected])
- '@typescript-eslint/utils': 8.19.0([email protected]([email protected]))([email protected])
- eslint: 9.17.0([email protected])
+ '@typescript-eslint/parser': 8.19.1([email protected]([email protected]))([email protected])
+ '@typescript-eslint/utils': 8.19.1([email protected]([email protected]))([email protected])
+ eslint: 9.18.0([email protected])
typescript: 5.7.2
transitivePeerDependencies:
- supports-color