mirror of
https://github.com/ahmadk953/tasko.git
synced 2025-01-31 00:53:37 +00:00
Bump @typescript-eslint/parser from 8.5.0 to 8.6.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 8.5.0 to 8.6.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/v8.6.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>
This commit is contained in:
parent
8254a2ce20
commit
eab0bb6cf1
2 changed files with 10 additions and 56 deletions
|
@ -59,7 +59,7 @@
|
|||
"@types/react": "npm:types-react@rc",
|
||||
"@types/react-dom": "npm:types-react-dom@rc",
|
||||
"@typescript-eslint/eslint-plugin": "^8.6.0",
|
||||
"@typescript-eslint/parser": "^8.5.0",
|
||||
"@typescript-eslint/parser": "^8.6.0",
|
||||
"autoprefixer": "^10.4.20",
|
||||
"eslint": "^8.57.0",
|
||||
"eslint-config-next": "^15.0.0-rc.0",
|
||||
|
|
64
yarn.lock
64
yarn.lock
|
@ -1814,21 +1814,21 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/parser@npm:^8.5.0":
|
||||
version: 8.5.0
|
||||
resolution: "@typescript-eslint/parser@npm:8.5.0"
|
||||
"@typescript-eslint/parser@npm:^8.6.0":
|
||||
version: 8.6.0
|
||||
resolution: "@typescript-eslint/parser@npm:8.6.0"
|
||||
dependencies:
|
||||
"@typescript-eslint/scope-manager": "npm:8.5.0"
|
||||
"@typescript-eslint/types": "npm:8.5.0"
|
||||
"@typescript-eslint/typescript-estree": "npm:8.5.0"
|
||||
"@typescript-eslint/visitor-keys": "npm:8.5.0"
|
||||
"@typescript-eslint/scope-manager": "npm:8.6.0"
|
||||
"@typescript-eslint/types": "npm:8.6.0"
|
||||
"@typescript-eslint/typescript-estree": "npm:8.6.0"
|
||||
"@typescript-eslint/visitor-keys": "npm:8.6.0"
|
||||
debug: "npm:^4.3.4"
|
||||
peerDependencies:
|
||||
eslint: ^8.57.0 || ^9.0.0
|
||||
peerDependenciesMeta:
|
||||
typescript:
|
||||
optional: true
|
||||
checksum: 10c0/509fdd605b86c7d025928f20e1035712c2fc268c34b1af84248ed0b53d699034f19caf98e085c5c758d3025e29939dd12eea427c72cae9e5ea79274364851f0a
|
||||
checksum: 10c0/3f280d289b486359194d422d89df9896b3f10a6d45cdf851d1d5f3200489271a31ab503c127cb5656f9b0ad6d795dd708b960f21fb105750aac19f41f8f815d1
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
@ -1842,16 +1842,6 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/scope-manager@npm:8.5.0":
|
||||
version: 8.5.0
|
||||
resolution: "@typescript-eslint/scope-manager@npm:8.5.0"
|
||||
dependencies:
|
||||
"@typescript-eslint/types": "npm:8.5.0"
|
||||
"@typescript-eslint/visitor-keys": "npm:8.5.0"
|
||||
checksum: 10c0/868602f9324a6e15fcae017acd3b0832e9f2c8c8cd315667df37c2e7c765cda5fba7c4bede931f32cc04819ba97cf74a5fddb085c6f1c7993f1fb085ba126422
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/scope-manager@npm:8.6.0":
|
||||
version: 8.6.0
|
||||
resolution: "@typescript-eslint/scope-manager@npm:8.6.0"
|
||||
|
@ -1884,13 +1874,6 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/types@npm:8.5.0":
|
||||
version: 8.5.0
|
||||
resolution: "@typescript-eslint/types@npm:8.5.0"
|
||||
checksum: 10c0/f0b666b5c001b9779bfd9e4c7d031843d07264429d5bcf5d636f26f96cd5d949a33f5d6a645b8d74b93daf565a468476a6a4935dd7135a200250fb03acbe4988
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/types@npm:8.6.0":
|
||||
version: 8.6.0
|
||||
resolution: "@typescript-eslint/types@npm:8.6.0"
|
||||
|
@ -1917,25 +1900,6 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/typescript-estree@npm:8.5.0":
|
||||
version: 8.5.0
|
||||
resolution: "@typescript-eslint/typescript-estree@npm:8.5.0"
|
||||
dependencies:
|
||||
"@typescript-eslint/types": "npm:8.5.0"
|
||||
"@typescript-eslint/visitor-keys": "npm:8.5.0"
|
||||
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/f62f03d0c5dc57b2b54dbe1cbd027966f774f241279655f46c64145abb54b765176a0cd40447583ba56ada306181da9a82e39b777c78128e105e4ea98c609350
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/typescript-estree@npm:8.6.0":
|
||||
version: 8.6.0
|
||||
resolution: "@typescript-eslint/typescript-estree@npm:8.6.0"
|
||||
|
@ -1979,16 +1943,6 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/visitor-keys@npm:8.5.0":
|
||||
version: 8.5.0
|
||||
resolution: "@typescript-eslint/visitor-keys@npm:8.5.0"
|
||||
dependencies:
|
||||
"@typescript-eslint/types": "npm:8.5.0"
|
||||
eslint-visitor-keys: "npm:^3.4.3"
|
||||
checksum: 10c0/8b9e81968ad36e8af18ac17b63c4e0764612451ca085676c939b723549052243f63577d2706bc2da48174f11bf47587ab47e6e0b7c5b28d9f3c1ef7b9aad322d
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/visitor-keys@npm:8.6.0":
|
||||
version: 8.6.0
|
||||
resolution: "@typescript-eslint/visitor-keys@npm:8.6.0"
|
||||
|
@ -6314,7 +6268,7 @@ __metadata:
|
|||
"@types/react": "npm:types-react@rc"
|
||||
"@types/react-dom": "npm:types-react-dom@rc"
|
||||
"@typescript-eslint/eslint-plugin": "npm:^8.6.0"
|
||||
"@typescript-eslint/parser": "npm:^8.5.0"
|
||||
"@typescript-eslint/parser": "npm:^8.6.0"
|
||||
"@vercel/analytics": "npm:^1.3.1"
|
||||
"@vercel/speed-insights": "npm:^1.0.12"
|
||||
autoprefixer: "npm:^10.4.20"
|
||||
|
|
Loading…
Reference in a new issue