chore(deps-dev): bump @typescript-eslint/parser from 7.15.0 to 7.16.0 (#16126)
* chore(deps-dev): bump @typescript-eslint/parser from 7.15.0 to 7.16.0 Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 7.15.0 to 7.16.0. - [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/v7.16.0/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * chore: fix pnpm install --------- 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
d2ac9ceeed
commit
75c196d680
|
|
@ -164,7 +164,7 @@
|
|||
"@types/tough-cookie": "4.0.5",
|
||||
"@types/uuid": "10.0.0",
|
||||
"@typescript-eslint/eslint-plugin": "7.15.0",
|
||||
"@typescript-eslint/parser": "7.15.0",
|
||||
"@typescript-eslint/parser": "7.16.0",
|
||||
"@vercel/nft": "0.27.2",
|
||||
"@vitest/coverage-v8": "1.6.0",
|
||||
"eslint": "9.6.0",
|
||||
|
|
|
|||
|
|
@ -344,10 +344,10 @@ importers:
|
|||
version: 10.0.0
|
||||
'@typescript-eslint/eslint-plugin':
|
||||
specifier: 7.15.0
|
||||
version: 7.15.0(@typescript-eslint/parser@7.15.0(eslint@9.6.0)(typescript@5.5.3))(eslint@9.6.0)(typescript@5.5.3)
|
||||
version: 7.15.0(@typescript-eslint/parser@7.16.0(eslint@9.6.0)(typescript@5.5.3))(eslint@9.6.0)(typescript@5.5.3)
|
||||
'@typescript-eslint/parser':
|
||||
specifier: 7.15.0
|
||||
version: 7.15.0(eslint@9.6.0)(typescript@5.5.3)
|
||||
specifier: 7.16.0
|
||||
version: 7.16.0(eslint@9.6.0)(typescript@5.5.3)
|
||||
'@vercel/nft':
|
||||
specifier: 0.27.2
|
||||
version: 0.27.2
|
||||
|
|
@ -2130,8 +2130,8 @@ packages:
|
|||
typescript:
|
||||
optional: true
|
||||
|
||||
'@typescript-eslint/parser@7.15.0':
|
||||
resolution: {integrity: sha512-k9fYuQNnypLFcqORNClRykkGOMOj+pV6V91R4GO/l1FDGwpqmSwoOQrOHo3cGaH63e+D3ZiCAOsuS/D2c99j/A==}
|
||||
'@typescript-eslint/parser@7.16.0':
|
||||
resolution: {integrity: sha512-ar9E+k7CU8rWi2e5ErzQiC93KKEFAXA2Kky0scAlPcxYblLt8+XZuHUZwlyfXILyQa95P6lQg+eZgh/dDs3+Vw==}
|
||||
engines: {node: ^18.18.0 || >=20.0.0}
|
||||
peerDependencies:
|
||||
eslint: ^8.56.0
|
||||
|
|
@ -8933,10 +8933,10 @@ snapshots:
|
|||
'@types/node': 20.14.10
|
||||
optional: true
|
||||
|
||||
'@typescript-eslint/eslint-plugin@7.15.0(@typescript-eslint/parser@7.15.0(eslint@9.6.0)(typescript@5.5.3))(eslint@9.6.0)(typescript@5.5.3)':
|
||||
'@typescript-eslint/eslint-plugin@7.15.0(@typescript-eslint/parser@7.16.0(eslint@9.6.0)(typescript@5.5.3))(eslint@9.6.0)(typescript@5.5.3)':
|
||||
dependencies:
|
||||
'@eslint-community/regexpp': 4.11.0
|
||||
'@typescript-eslint/parser': 7.15.0(eslint@9.6.0)(typescript@5.5.3)
|
||||
'@typescript-eslint/parser': 7.16.0(eslint@9.6.0)(typescript@5.5.3)
|
||||
'@typescript-eslint/scope-manager': 7.15.0
|
||||
'@typescript-eslint/type-utils': 7.15.0(eslint@9.6.0)(typescript@5.5.3)
|
||||
'@typescript-eslint/utils': 7.15.0(eslint@9.6.0)(typescript@5.5.3)
|
||||
|
|
@ -8951,12 +8951,12 @@ snapshots:
|
|||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
'@typescript-eslint/parser@7.15.0(eslint@9.6.0)(typescript@5.5.3)':
|
||||
'@typescript-eslint/parser@7.16.0(eslint@9.6.0)(typescript@5.5.3)':
|
||||
dependencies:
|
||||
'@typescript-eslint/scope-manager': 7.15.0
|
||||
'@typescript-eslint/types': 7.15.0
|
||||
'@typescript-eslint/typescript-estree': 7.15.0(typescript@5.5.3)
|
||||
'@typescript-eslint/visitor-keys': 7.15.0
|
||||
'@typescript-eslint/scope-manager': 7.16.0
|
||||
'@typescript-eslint/types': 7.16.0
|
||||
'@typescript-eslint/typescript-estree': 7.16.0(typescript@5.5.3)
|
||||
'@typescript-eslint/visitor-keys': 7.16.0
|
||||
debug: 4.3.5
|
||||
eslint: 9.6.0
|
||||
optionalDependencies:
|
||||
|
|
|
|||
Loading…
Reference in New Issue