chore(deps-dev): bump @typescript-eslint/parser from 8.18.0 to 8.18.1 (#17920)
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 8.18.0 to 8.18.1. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.18.1/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
efbaf06671
commit
eb95f5bd22
|
|
@ -168,7 +168,7 @@
|
|||
"@types/title": "3.4.3",
|
||||
"@types/uuid": "10.0.0",
|
||||
"@typescript-eslint/eslint-plugin": "8.18.1",
|
||||
"@typescript-eslint/parser": "8.18.0",
|
||||
"@typescript-eslint/parser": "8.18.1",
|
||||
"@vercel/nft": "0.27.9",
|
||||
"@vitest/coverage-v8": "2.0.5",
|
||||
"discord-api-types": "0.37.111",
|
||||
|
|
|
|||
|
|
@ -363,10 +363,10 @@ importers:
|
|||
version: 10.0.0
|
||||
'@typescript-eslint/eslint-plugin':
|
||||
specifier: 8.18.1
|
||||
version: 8.18.1(@typescript-eslint/parser@8.18.0(eslint@9.17.0)(typescript@5.7.2))(eslint@9.17.0)(typescript@5.7.2)
|
||||
version: 8.18.1(@typescript-eslint/parser@8.18.1(eslint@9.17.0)(typescript@5.7.2))(eslint@9.17.0)(typescript@5.7.2)
|
||||
'@typescript-eslint/parser':
|
||||
specifier: 8.18.0
|
||||
version: 8.18.0(eslint@9.17.0)(typescript@5.7.2)
|
||||
specifier: 8.18.1
|
||||
version: 8.18.1(eslint@9.17.0)(typescript@5.7.2)
|
||||
'@vercel/nft':
|
||||
specifier: 0.27.9
|
||||
version: 0.27.9(rollup@4.24.4)
|
||||
|
|
@ -2003,8 +2003,8 @@ packages:
|
|||
eslint: ^8.57.0 || ^9.0.0
|
||||
typescript: '>=4.8.4 <5.8.0'
|
||||
|
||||
'@typescript-eslint/parser@8.18.0':
|
||||
resolution: {integrity: sha512-hgUZ3kTEpVzKaK3uNibExUYm6SKKOmTU2BOxBSvOYwtJEPdVQ70kZJpPjstlnhCHcuc2WGfSbpKlb/69ttyN5Q==}
|
||||
'@typescript-eslint/parser@8.18.1':
|
||||
resolution: {integrity: sha512-rBnTWHCdbYM2lh7hjyXqxk70wvon3p2FyaniZuey5TrcGBpfhVp0OxOa6gxr9Q9YhZFKyfbEnxc24ZnVbbUkCA==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
peerDependencies:
|
||||
eslint: ^8.57.0 || ^9.0.0
|
||||
|
|
@ -7370,10 +7370,10 @@ snapshots:
|
|||
'@types/node': 22.10.2
|
||||
optional: true
|
||||
|
||||
'@typescript-eslint/eslint-plugin@8.18.1(@typescript-eslint/parser@8.18.0(eslint@9.17.0)(typescript@5.7.2))(eslint@9.17.0)(typescript@5.7.2)':
|
||||
'@typescript-eslint/eslint-plugin@8.18.1(@typescript-eslint/parser@8.18.1(eslint@9.17.0)(typescript@5.7.2))(eslint@9.17.0)(typescript@5.7.2)':
|
||||
dependencies:
|
||||
'@eslint-community/regexpp': 4.12.1
|
||||
'@typescript-eslint/parser': 8.18.0(eslint@9.17.0)(typescript@5.7.2)
|
||||
'@typescript-eslint/parser': 8.18.1(eslint@9.17.0)(typescript@5.7.2)
|
||||
'@typescript-eslint/scope-manager': 8.18.1
|
||||
'@typescript-eslint/type-utils': 8.18.1(eslint@9.17.0)(typescript@5.7.2)
|
||||
'@typescript-eslint/utils': 8.18.1(eslint@9.17.0)(typescript@5.7.2)
|
||||
|
|
@ -7387,13 +7387,13 @@ snapshots:
|
|||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
'@typescript-eslint/parser@8.18.0(eslint@9.17.0)(typescript@5.7.2)':
|
||||
'@typescript-eslint/parser@8.18.1(eslint@9.17.0)(typescript@5.7.2)':
|
||||
dependencies:
|
||||
'@typescript-eslint/scope-manager': 8.18.0
|
||||
'@typescript-eslint/types': 8.18.0
|
||||
'@typescript-eslint/typescript-estree': 8.18.0(typescript@5.7.2)
|
||||
'@typescript-eslint/visitor-keys': 8.18.0
|
||||
debug: 4.3.7
|
||||
'@typescript-eslint/scope-manager': 8.18.1
|
||||
'@typescript-eslint/types': 8.18.1
|
||||
'@typescript-eslint/typescript-estree': 8.18.1(typescript@5.7.2)
|
||||
'@typescript-eslint/visitor-keys': 8.18.1
|
||||
debug: 4.4.0
|
||||
eslint: 9.17.0
|
||||
typescript: 5.7.2
|
||||
transitivePeerDependencies:
|
||||
|
|
|
|||
Loading…
Reference in New Issue