Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump @typescript-eslint/parser from 5.58.0 to 6.0.0 #1217

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"@types/valid-url": "^1.0.4",
"@types/validator": "^13.7.15",
"@typescript-eslint/eslint-plugin": "^5.57.1",
"@typescript-eslint/parser": "^5.58.0",
"@typescript-eslint/parser": "^6.0.0",
"@vercel/webpack-asset-relocator-loader": "1.7.3",
"casual": "^1.6.2",
"css-loader": "^6.7.3",
Expand Down
91 changes: 82 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2695,20 +2695,21 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/parser@npm:^5.58.0":
version: 5.58.0
resolution: "@typescript-eslint/parser@npm:5.58.0"
"@typescript-eslint/parser@npm:^6.0.0":
version: 6.0.0
resolution: "@typescript-eslint/parser@npm:6.0.0"
dependencies:
"@typescript-eslint/scope-manager": 5.58.0
"@typescript-eslint/types": 5.58.0
"@typescript-eslint/typescript-estree": 5.58.0
"@typescript-eslint/scope-manager": 6.0.0
"@typescript-eslint/types": 6.0.0
"@typescript-eslint/typescript-estree": 6.0.0
"@typescript-eslint/visitor-keys": 6.0.0
debug: ^4.3.4
peerDependencies:
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
eslint: ^7.0.0 || ^8.0.0
peerDependenciesMeta:
typescript:
optional: true
checksum: 38681da48a40132c0538579c818ceef9ba2793ab8f79236c3f64980ba1649bb87cb367cd79d37bf2982b8bfbc28f91846b8676f9bd333e8b691c9befffd8874a
checksum: a22f0c8f67eb244134f9d79d78faf1b6e2c0965495d78eef94a5680868f3d0fd9446a3ce5dc1e36dde02587da5d962944f3d83679c712d0b819ac99cdb9f7143
languageName: node
linkType: hard

Expand All @@ -2732,6 +2733,16 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/scope-manager@npm:6.0.0":
version: 6.0.0
resolution: "@typescript-eslint/scope-manager@npm:6.0.0"
dependencies:
"@typescript-eslint/types": 6.0.0
"@typescript-eslint/visitor-keys": 6.0.0
checksum: 450015be6454f953d0ea0da020ab47597e96a7a15c1002eed16c57430783bd7b045513d57a126606fb35e8971f1ce65fbefd845e3b5496bf75284cbe1681d0b9
languageName: node
linkType: hard

"@typescript-eslint/type-utils@npm:5.57.1":
version: 5.57.1
resolution: "@typescript-eslint/type-utils@npm:5.57.1"
Expand Down Expand Up @@ -2763,6 +2774,13 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/types@npm:6.0.0":
version: 6.0.0
resolution: "@typescript-eslint/types@npm:6.0.0"
checksum: a2e232b66b0b057152f4a94d7e0be75f32e389c9c1ec9ed9901ed5aab6e5df08c07bde9865710e315d835e4400ec2232f9c3c525b6edf8a85675ebfbfb69d3a5
languageName: node
linkType: hard

"@typescript-eslint/typescript-estree@npm:5.57.1":
version: 5.57.1
resolution: "@typescript-eslint/typescript-estree@npm:5.57.1"
Expand Down Expand Up @@ -2799,6 +2817,24 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/typescript-estree@npm:6.0.0":
version: 6.0.0
resolution: "@typescript-eslint/typescript-estree@npm:6.0.0"
dependencies:
"@typescript-eslint/types": 6.0.0
"@typescript-eslint/visitor-keys": 6.0.0
debug: ^4.3.4
globby: ^11.1.0
is-glob: ^4.0.3
semver: ^7.5.0
ts-api-utils: ^1.0.1
peerDependenciesMeta:
typescript:
optional: true
checksum: 6214ff9cc3c4fd7fe03f846e96a498ecf85916083bb60d419bc5a12142cff912670032b1de5ea52ab353ca7eeb4e1cc8fa475a22958b010043c88e274df49859
languageName: node
linkType: hard

"@typescript-eslint/utils@npm:5.57.1":
version: 5.57.1
resolution: "@typescript-eslint/utils@npm:5.57.1"
Expand Down Expand Up @@ -2855,6 +2891,16 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/visitor-keys@npm:6.0.0":
version: 6.0.0
resolution: "@typescript-eslint/visitor-keys@npm:6.0.0"
dependencies:
"@typescript-eslint/types": 6.0.0
eslint-visitor-keys: ^3.4.1
checksum: b0d9848a4490174db1d25b5f336548bb11dde4e0ce664c3dc341bed89fb3a3ada091aeb7f5d2d371433815332d93339c6cb77f7a24469c329c3d055b15237bfa
languageName: node
linkType: hard

"@vercel/webpack-asset-relocator-loader@npm:1.7.3":
version: 1.7.3
resolution: "@vercel/webpack-asset-relocator-loader@npm:1.7.3"
Expand Down Expand Up @@ -5635,6 +5681,13 @@ __metadata:
languageName: node
linkType: hard

"eslint-visitor-keys@npm:^3.4.1":
version: 3.4.1
resolution: "eslint-visitor-keys@npm:3.4.1"
checksum: f05121d868202736b97de7d750847a328fcfa8593b031c95ea89425333db59676ac087fa905eba438d0a3c5769632f828187e0c1a0d271832a2153c1d3661c2c
languageName: node
linkType: hard

"eslint@npm:^8.37.0":
version: 8.37.0
resolution: "eslint@npm:8.37.0"
Expand Down Expand Up @@ -11222,6 +11275,17 @@ __metadata:
languageName: node
linkType: hard

"semver@npm:^7.5.0":
version: 7.5.4
resolution: "semver@npm:7.5.4"
dependencies:
lru-cache: ^6.0.0
bin:
semver: bin/semver.js
checksum: 12d8ad952fa353b0995bf180cdac205a4068b759a140e5d3c608317098b3575ac2f1e09182206bf2eb26120e1c0ed8fb92c48c592f6099680de56bb071423ca3
languageName: node
linkType: hard

"send@npm:0.18.0":
version: 0.18.0
resolution: "send@npm:0.18.0"
Expand Down Expand Up @@ -11903,7 +11967,7 @@ __metadata:
"@types/valid-url": ^1.0.4
"@types/validator": ^13.7.15
"@typescript-eslint/eslint-plugin": ^5.57.1
"@typescript-eslint/parser": ^5.58.0
"@typescript-eslint/parser": ^6.0.0
"@vercel/webpack-asset-relocator-loader": 1.7.3
binarnia: ^3.1.3
casual: ^1.6.2
Expand Down Expand Up @@ -12252,6 +12316,15 @@ __metadata:
languageName: node
linkType: hard

"ts-api-utils@npm:^1.0.1":
version: 1.0.1
resolution: "ts-api-utils@npm:1.0.1"
peerDependencies:
typescript: ">=4.2.0"
checksum: 78794fc7270d295b36c1ac613465b5dc7e7226907a533125b30f177efef9dd630d4e503b00be31b44335eb2ebf9e136ebe97353f8fc5d383885d5fead9d54c09
languageName: node
linkType: hard

"ts-jest@npm:^27.1.4":
version: 27.1.5
resolution: "ts-jest@npm:27.1.5"
Expand Down
Loading