mirror of
https://git.freecumextremist.com/grumbulon/pomme.git
synced 2024-11-22 10:43:47 +00:00
chore(deps): update typescript-eslint monorepo to v6.2.1
This commit is contained in:
parent
f5da8a6c58
commit
8f5c35458d
2 changed files with 43 additions and 53 deletions
|
@ -18,8 +18,8 @@
|
|||
"@sveltejs/adapter-auto": "2.1.0",
|
||||
"@sveltejs/adapter-static": "2.0.3",
|
||||
"@sveltejs/kit": "1.22.4",
|
||||
"@typescript-eslint/eslint-plugin": "6.2.0",
|
||||
"@typescript-eslint/parser": "6.2.0",
|
||||
"@typescript-eslint/eslint-plugin": "6.2.1",
|
||||
"@typescript-eslint/parser": "6.2.1",
|
||||
"carbon-components-svelte": "0.79.0",
|
||||
"carbon-icons-svelte": "12.1.0",
|
||||
"carbon-preprocess-svelte": "0.10.0",
|
||||
|
|
|
@ -14,11 +14,11 @@ devDependencies:
|
|||
specifier: 1.22.4
|
||||
version: 1.22.4(svelte@4.1.2)(vite@4.4.7)
|
||||
'@typescript-eslint/eslint-plugin':
|
||||
specifier: 6.2.0
|
||||
version: 6.2.0(@typescript-eslint/parser@6.2.0)(eslint@8.46.0)(typescript@5.1.6)
|
||||
specifier: 6.2.1
|
||||
version: 6.2.1(@typescript-eslint/parser@6.2.1)(eslint@8.46.0)(typescript@5.1.6)
|
||||
'@typescript-eslint/parser':
|
||||
specifier: 6.2.0
|
||||
version: 6.2.0(eslint@8.46.0)(typescript@5.1.6)
|
||||
specifier: 6.2.1
|
||||
version: 6.2.1(eslint@8.46.0)(typescript@5.1.6)
|
||||
carbon-components-svelte:
|
||||
specifier: 0.79.0
|
||||
version: 0.79.0
|
||||
|
@ -288,11 +288,6 @@ packages:
|
|||
eslint-visitor-keys: 3.4.2
|
||||
dev: true
|
||||
|
||||
/@eslint-community/regexpp@4.5.1:
|
||||
resolution: {integrity: sha512-Z5ba73P98O1KUYCCJTUeVpja9RcGoMdncZ6T49FCUl2lN38JtCJ+3WgIDBv0AuY4WChU5PmtJmOCTlN6FZTFKQ==}
|
||||
engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0}
|
||||
dev: true
|
||||
|
||||
/@eslint-community/regexpp@4.6.2:
|
||||
resolution: {integrity: sha512-pPTNuaAG3QMH+buKyBIGJs3g/S5y0caxw0ygM3YyE6yJFySwiGGSzA+mM3KJ8QQvzeLh3blwgSonkFjgQdxzMw==}
|
||||
engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0}
|
||||
|
@ -535,8 +530,8 @@ packages:
|
|||
resolution: {integrity: sha512-G8hZ6XJiHnuhQKR7ZmysCeJWE08o8T0AXtk5darsCaTVsYZhhgUrq53jizaR2FvsoeCwJhlmwTjkXBY5Pn/ZHw==}
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/eslint-plugin@6.2.0(@typescript-eslint/parser@6.2.0)(eslint@8.46.0)(typescript@5.1.6):
|
||||
resolution: {integrity: sha512-rClGrMuyS/3j0ETa1Ui7s6GkLhfZGKZL3ZrChLeAiACBE/tRc1wq8SNZESUuluxhLj9FkUefRs2l6bCIArWBiQ==}
|
||||
/@typescript-eslint/eslint-plugin@6.2.1(@typescript-eslint/parser@6.2.1)(eslint@8.46.0)(typescript@5.1.6):
|
||||
resolution: {integrity: sha512-iZVM/ALid9kO0+I81pnp1xmYiFyqibAHzrqX4q5YvvVEyJqY+e6rfTXSCsc2jUxGNqJqTfFSSij/NFkZBiBzLw==}
|
||||
engines: {node: ^16.0.0 || >=18.0.0}
|
||||
peerDependencies:
|
||||
'@typescript-eslint/parser': ^6.0.0 || ^6.0.0-alpha
|
||||
|
@ -546,12 +541,12 @@ packages:
|
|||
typescript:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@eslint-community/regexpp': 4.5.1
|
||||
'@typescript-eslint/parser': 6.2.0(eslint@8.46.0)(typescript@5.1.6)
|
||||
'@typescript-eslint/scope-manager': 6.2.0
|
||||
'@typescript-eslint/type-utils': 6.2.0(eslint@8.46.0)(typescript@5.1.6)
|
||||
'@typescript-eslint/utils': 6.2.0(eslint@8.46.0)(typescript@5.1.6)
|
||||
'@typescript-eslint/visitor-keys': 6.2.0
|
||||
'@eslint-community/regexpp': 4.6.2
|
||||
'@typescript-eslint/parser': 6.2.1(eslint@8.46.0)(typescript@5.1.6)
|
||||
'@typescript-eslint/scope-manager': 6.2.1
|
||||
'@typescript-eslint/type-utils': 6.2.1(eslint@8.46.0)(typescript@5.1.6)
|
||||
'@typescript-eslint/utils': 6.2.1(eslint@8.46.0)(typescript@5.1.6)
|
||||
'@typescript-eslint/visitor-keys': 6.2.1
|
||||
debug: 4.3.4
|
||||
eslint: 8.46.0
|
||||
graphemer: 1.4.0
|
||||
|
@ -565,8 +560,8 @@ packages:
|
|||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/parser@6.2.0(eslint@8.46.0)(typescript@5.1.6):
|
||||
resolution: {integrity: sha512-igVYOqtiK/UsvKAmmloQAruAdUHihsOCvplJpplPZ+3h4aDkC/UKZZNKgB6h93ayuYLuEymU3h8nF1xMRbh37g==}
|
||||
/@typescript-eslint/parser@6.2.1(eslint@8.46.0)(typescript@5.1.6):
|
||||
resolution: {integrity: sha512-Ld+uL1kYFU8e6btqBFpsHkwQ35rw30IWpdQxgOqOh4NfxSDH6uCkah1ks8R/RgQqI5hHPXMaLy9fbFseIe+dIg==}
|
||||
engines: {node: ^16.0.0 || >=18.0.0}
|
||||
peerDependencies:
|
||||
eslint: ^7.0.0 || ^8.0.0
|
||||
|
@ -575,10 +570,10 @@ packages:
|
|||
typescript:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/scope-manager': 6.2.0
|
||||
'@typescript-eslint/types': 6.2.0
|
||||
'@typescript-eslint/typescript-estree': 6.2.0(typescript@5.1.6)
|
||||
'@typescript-eslint/visitor-keys': 6.2.0
|
||||
'@typescript-eslint/scope-manager': 6.2.1
|
||||
'@typescript-eslint/types': 6.2.1
|
||||
'@typescript-eslint/typescript-estree': 6.2.1(typescript@5.1.6)
|
||||
'@typescript-eslint/visitor-keys': 6.2.1
|
||||
debug: 4.3.4
|
||||
eslint: 8.46.0
|
||||
typescript: 5.1.6
|
||||
|
@ -586,16 +581,16 @@ packages:
|
|||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/scope-manager@6.2.0:
|
||||
resolution: {integrity: sha512-1ZMNVgm5nnHURU8ZSJ3snsHzpFeNK84rdZjluEVBGNu7jDymfqceB3kdIZ6A4xCfEFFhRIB6rF8q/JIqJd2R0Q==}
|
||||
/@typescript-eslint/scope-manager@6.2.1:
|
||||
resolution: {integrity: sha512-UCqBF9WFqv64xNsIEPfBtenbfodPXsJ3nPAr55mGPkQIkiQvgoWNo+astj9ZUfJfVKiYgAZDMnM6dIpsxUMp3Q==}
|
||||
engines: {node: ^16.0.0 || >=18.0.0}
|
||||
dependencies:
|
||||
'@typescript-eslint/types': 6.2.0
|
||||
'@typescript-eslint/visitor-keys': 6.2.0
|
||||
'@typescript-eslint/types': 6.2.1
|
||||
'@typescript-eslint/visitor-keys': 6.2.1
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/type-utils@6.2.0(eslint@8.46.0)(typescript@5.1.6):
|
||||
resolution: {integrity: sha512-DnGZuNU2JN3AYwddYIqrVkYW0uUQdv0AY+kz2M25euVNlujcN2u+rJgfJsBFlUEzBB6OQkUqSZPyuTLf2bP5mw==}
|
||||
/@typescript-eslint/type-utils@6.2.1(eslint@8.46.0)(typescript@5.1.6):
|
||||
resolution: {integrity: sha512-fTfCgomBMIgu2Dh2Or3gMYgoNAnQm3RLtRp+jP7A8fY+LJ2+9PNpi5p6QB5C4RSP+U3cjI0vDlI3mspAkpPVbQ==}
|
||||
engines: {node: ^16.0.0 || >=18.0.0}
|
||||
peerDependencies:
|
||||
eslint: ^7.0.0 || ^8.0.0
|
||||
|
@ -604,8 +599,8 @@ packages:
|
|||
typescript:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/typescript-estree': 6.2.0(typescript@5.1.6)
|
||||
'@typescript-eslint/utils': 6.2.0(eslint@8.46.0)(typescript@5.1.6)
|
||||
'@typescript-eslint/typescript-estree': 6.2.1(typescript@5.1.6)
|
||||
'@typescript-eslint/utils': 6.2.1(eslint@8.46.0)(typescript@5.1.6)
|
||||
debug: 4.3.4
|
||||
eslint: 8.46.0
|
||||
ts-api-utils: 1.0.1(typescript@5.1.6)
|
||||
|
@ -614,13 +609,13 @@ packages:
|
|||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/types@6.2.0:
|
||||
resolution: {integrity: sha512-1nRRaDlp/XYJQLvkQJG5F3uBTno5SHPT7XVcJ5n1/k2WfNI28nJsvLakxwZRNY5spuatEKO7d5nZWsQpkqXwBA==}
|
||||
/@typescript-eslint/types@6.2.1:
|
||||
resolution: {integrity: sha512-528bGcoelrpw+sETlyM91k51Arl2ajbNT9L4JwoXE2dvRe1yd8Q64E4OL7vHYw31mlnVsf+BeeLyAZUEQtqahQ==}
|
||||
engines: {node: ^16.0.0 || >=18.0.0}
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/typescript-estree@6.2.0(typescript@5.1.6):
|
||||
resolution: {integrity: sha512-Mts6+3HQMSM+LZCglsc2yMIny37IhUgp1Qe8yJUYVyO6rHP7/vN0vajKu3JvHCBIy8TSiKddJ/Zwu80jhnGj1w==}
|
||||
/@typescript-eslint/typescript-estree@6.2.1(typescript@5.1.6):
|
||||
resolution: {integrity: sha512-G+UJeQx9AKBHRQBpmvr8T/3K5bJa485eu+4tQBxFq0KoT22+jJyzo1B50JDT9QdC1DEmWQfdKsa8ybiNWYsi0Q==}
|
||||
engines: {node: ^16.0.0 || >=18.0.0}
|
||||
peerDependencies:
|
||||
typescript: '*'
|
||||
|
@ -628,8 +623,8 @@ packages:
|
|||
typescript:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/types': 6.2.0
|
||||
'@typescript-eslint/visitor-keys': 6.2.0
|
||||
'@typescript-eslint/types': 6.2.1
|
||||
'@typescript-eslint/visitor-keys': 6.2.1
|
||||
debug: 4.3.4
|
||||
globby: 11.1.0
|
||||
is-glob: 4.0.3
|
||||
|
@ -640,8 +635,8 @@ packages:
|
|||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/utils@6.2.0(eslint@8.46.0)(typescript@5.1.6):
|
||||
resolution: {integrity: sha512-RCFrC1lXiX1qEZN8LmLrxYRhOkElEsPKTVSNout8DMzf8PeWoQG7Rxz2SadpJa3VSh5oYKGwt7j7X/VRg+Y3OQ==}
|
||||
/@typescript-eslint/utils@6.2.1(eslint@8.46.0)(typescript@5.1.6):
|
||||
resolution: {integrity: sha512-eBIXQeupYmxVB6S7x+B9SdBeB6qIdXKjgQBge2J+Ouv8h9Cxm5dHf/gfAZA6dkMaag+03HdbVInuXMmqFB/lKQ==}
|
||||
engines: {node: ^16.0.0 || >=18.0.0}
|
||||
peerDependencies:
|
||||
eslint: ^7.0.0 || ^8.0.0
|
||||
|
@ -649,9 +644,9 @@ packages:
|
|||
'@eslint-community/eslint-utils': 4.4.0(eslint@8.46.0)
|
||||
'@types/json-schema': 7.0.12
|
||||
'@types/semver': 7.5.0
|
||||
'@typescript-eslint/scope-manager': 6.2.0
|
||||
'@typescript-eslint/types': 6.2.0
|
||||
'@typescript-eslint/typescript-estree': 6.2.0(typescript@5.1.6)
|
||||
'@typescript-eslint/scope-manager': 6.2.1
|
||||
'@typescript-eslint/types': 6.2.1
|
||||
'@typescript-eslint/typescript-estree': 6.2.1(typescript@5.1.6)
|
||||
eslint: 8.46.0
|
||||
semver: 7.5.4
|
||||
transitivePeerDependencies:
|
||||
|
@ -659,12 +654,12 @@ packages:
|
|||
- typescript
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/visitor-keys@6.2.0:
|
||||
resolution: {integrity: sha512-QbaYUQVKKo9bgCzpjz45llCfwakyoxHetIy8CAvYCtd16Zu1KrpzNHofwF8kGkpPOxZB2o6kz+0nqH8ZkIzuoQ==}
|
||||
/@typescript-eslint/visitor-keys@6.2.1:
|
||||
resolution: {integrity: sha512-iTN6w3k2JEZ7cyVdZJTVJx2Lv7t6zFA8DCrJEHD2mwfc16AEvvBWVhbFh34XyG2NORCd0viIgQY1+u7kPI0WpA==}
|
||||
engines: {node: ^16.0.0 || >=18.0.0}
|
||||
dependencies:
|
||||
'@typescript-eslint/types': 6.2.0
|
||||
eslint-visitor-keys: 3.4.1
|
||||
'@typescript-eslint/types': 6.2.1
|
||||
eslint-visitor-keys: 3.4.2
|
||||
dev: true
|
||||
|
||||
/@vitest/expect@0.33.0:
|
||||
|
@ -1081,11 +1076,6 @@ packages:
|
|||
estraverse: 5.3.0
|
||||
dev: true
|
||||
|
||||
/eslint-visitor-keys@3.4.1:
|
||||
resolution: {integrity: sha512-pZnmmLwYzf+kWaM/Qgrvpen51upAktaaiI01nsJD/Yr3lMOdNtq0cxkrrg16w64VtisN6okbs7Q8AfGqj4c9fA==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
dev: true
|
||||
|
||||
/eslint-visitor-keys@3.4.2:
|
||||
resolution: {integrity: sha512-8drBzUEyZ2llkpCA67iYrgEssKDUu68V8ChqqOfFupIaG/LCVPUT+CoGJpT77zJprs4T/W7p07LP7zAIMuweVw==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
|
|
Loading…
Reference in a new issue