mirror of
https://github.com/ahmadk953/tasko.git
synced 2025-01-31 00:53:37 +00:00
Bump @typescript-eslint/parser from 8.8.0 to 8.8.1
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 8.8.0 to 8.8.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.8.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>
This commit is contained in:
parent
5bacbaef79
commit
a7b94ca0f0
2 changed files with 56 additions and 10 deletions
|
@ -59,7 +59,7 @@
|
|||
"@types/react": "npm:types-react@rc",
|
||||
"@types/react-dom": "npm:types-react-dom@rc",
|
||||
"@typescript-eslint/eslint-plugin": "^8.8.0",
|
||||
"@typescript-eslint/parser": "^8.8.0",
|
||||
"@typescript-eslint/parser": "^8.8.1",
|
||||
"autoprefixer": "^10.4.20",
|
||||
"eslint": "^8.57.0",
|
||||
"eslint-config-next": "^15.0.0-rc.0",
|
||||
|
|
64
yarn.lock
64
yarn.lock
|
@ -1834,21 +1834,21 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/parser@npm:^8.8.0":
|
||||
version: 8.8.0
|
||||
resolution: "@typescript-eslint/parser@npm:8.8.0"
|
||||
"@typescript-eslint/parser@npm:^8.8.1":
|
||||
version: 8.8.1
|
||||
resolution: "@typescript-eslint/parser@npm:8.8.1"
|
||||
dependencies:
|
||||
"@typescript-eslint/scope-manager": "npm:8.8.0"
|
||||
"@typescript-eslint/types": "npm:8.8.0"
|
||||
"@typescript-eslint/typescript-estree": "npm:8.8.0"
|
||||
"@typescript-eslint/visitor-keys": "npm:8.8.0"
|
||||
"@typescript-eslint/scope-manager": "npm:8.8.1"
|
||||
"@typescript-eslint/types": "npm:8.8.1"
|
||||
"@typescript-eslint/typescript-estree": "npm:8.8.1"
|
||||
"@typescript-eslint/visitor-keys": "npm:8.8.1"
|
||||
debug: "npm:^4.3.4"
|
||||
peerDependencies:
|
||||
eslint: ^8.57.0 || ^9.0.0
|
||||
peerDependenciesMeta:
|
||||
typescript:
|
||||
optional: true
|
||||
checksum: 10c0/cf72a644b89c62cd55b09fa1d22b51a2c726714aac344a797f0c2ad80bfbabcb7567000fadd4ea8188aa1d923675bebdca06acc1d28ac1b8360bf28a36b46f3a
|
||||
checksum: 10c0/2afd147ccec6754316d6837d6108a5d822eb6071e1a7355073288c232530bc3e49901d3f08755ce02d497110c531f3b3658eb46d0ff875a69d4f360b5f938cb4
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
@ -1872,6 +1872,16 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/scope-manager@npm:8.8.1":
|
||||
version: 8.8.1
|
||||
resolution: "@typescript-eslint/scope-manager@npm:8.8.1"
|
||||
dependencies:
|
||||
"@typescript-eslint/types": "npm:8.8.1"
|
||||
"@typescript-eslint/visitor-keys": "npm:8.8.1"
|
||||
checksum: 10c0/6f697baf087aedc3f0f228ff964fd108a9dd33fe4e5cc6c914be6367c324cee55629e099832668042bedfec8cdc72c6ef2ca960ee26966dbcc75753059a1352f
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/type-utils@npm:8.8.0":
|
||||
version: 8.8.0
|
||||
resolution: "@typescript-eslint/type-utils@npm:8.8.0"
|
||||
|
@ -1901,6 +1911,13 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/types@npm:8.8.1":
|
||||
version: 8.8.1
|
||||
resolution: "@typescript-eslint/types@npm:8.8.1"
|
||||
checksum: 10c0/4b44857332a0b1bfafbeccb8be157f8266d9e226ac723f6af1272b9b670b49444423ddac733655163eb3b90e8c88393a68ab2d7f326f5775371eaf4b9ca31d7b
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/typescript-estree@npm:7.2.0":
|
||||
version: 7.2.0
|
||||
resolution: "@typescript-eslint/typescript-estree@npm:7.2.0"
|
||||
|
@ -1939,6 +1956,25 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/typescript-estree@npm:8.8.1":
|
||||
version: 8.8.1
|
||||
resolution: "@typescript-eslint/typescript-estree@npm:8.8.1"
|
||||
dependencies:
|
||||
"@typescript-eslint/types": "npm:8.8.1"
|
||||
"@typescript-eslint/visitor-keys": "npm:8.8.1"
|
||||
debug: "npm:^4.3.4"
|
||||
fast-glob: "npm:^3.3.2"
|
||||
is-glob: "npm:^4.0.3"
|
||||
minimatch: "npm:^9.0.4"
|
||||
semver: "npm:^7.6.0"
|
||||
ts-api-utils: "npm:^1.3.0"
|
||||
peerDependenciesMeta:
|
||||
typescript:
|
||||
optional: true
|
||||
checksum: 10c0/e3b9bc1e925c07833237044271cdc9bd8bdba3e2143dcfc5bf3bf481c89731b666a6fad25333a4b1980ac2f4c6f5e6e42c71206f73f3704e319f6b3b67463a6a
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/utils@npm:8.8.0":
|
||||
version: 8.8.0
|
||||
resolution: "@typescript-eslint/utils@npm:8.8.0"
|
||||
|
@ -1973,6 +2009,16 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/visitor-keys@npm:8.8.1":
|
||||
version: 8.8.1
|
||||
resolution: "@typescript-eslint/visitor-keys@npm:8.8.1"
|
||||
dependencies:
|
||||
"@typescript-eslint/types": "npm:8.8.1"
|
||||
eslint-visitor-keys: "npm:^3.4.3"
|
||||
checksum: 10c0/6f917090b61277bd443aa851c532c4a9cc91ad57aedf185c5dff0c530f158cce84ef815833bd8deffa87f0bbf7a9f1abd1e02e30af2463c4e7f27c0c08f59080
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@ungap/structured-clone@npm:^1.2.0":
|
||||
version: 1.2.0
|
||||
resolution: "@ungap/structured-clone@npm:1.2.0"
|
||||
|
@ -6303,7 +6349,7 @@ __metadata:
|
|||
"@types/react": "npm:types-react@rc"
|
||||
"@types/react-dom": "npm:types-react-dom@rc"
|
||||
"@typescript-eslint/eslint-plugin": "npm:^8.8.0"
|
||||
"@typescript-eslint/parser": "npm:^8.8.0"
|
||||
"@typescript-eslint/parser": "npm:^8.8.1"
|
||||
"@vercel/analytics": "npm:^1.3.1"
|
||||
"@vercel/speed-insights": "npm:^1.0.12"
|
||||
autoprefixer: "npm:^10.4.20"
|
||||
|
|
Loading…
Reference in a new issue