Skip to content

Commit

Permalink
Replace dependency babel-eslint with @babel/eslint-parser ^7.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 17, 2024
1 parent a700a7f commit 868c670
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 23 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"allure-commandline": "^2.17.2",
"babel-eslint": "^10.1.0",
"@babel/eslint-parser": "^7.11.0",
"codeceptjs": "^3.5.2",
"cross-env": "^7.0.3",
"eslint": "^8.44.0",
Expand Down
27 changes: 5 additions & 22 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1160,7 +1160,7 @@ __metadata:
languageName: node
linkType: hard

"@babel/parser@npm:^7.14.7, @babel/parser@npm:^7.22.15, @babel/parser@npm:^7.22.5, @babel/parser@npm:^7.22.7, @babel/parser@npm:^7.23.0, @babel/parser@npm:^7.4.3, @babel/parser@npm:^7.6.0, @babel/parser@npm:^7.7.0, @babel/parser@npm:^7.8.3, @babel/parser@npm:^7.9.6":
"@babel/parser@npm:^7.14.7, @babel/parser@npm:^7.22.15, @babel/parser@npm:^7.22.5, @babel/parser@npm:^7.22.7, @babel/parser@npm:^7.23.0, @babel/parser@npm:^7.4.3, @babel/parser@npm:^7.6.0, @babel/parser@npm:^7.8.3, @babel/parser@npm:^7.9.6":
version: 7.23.0
resolution: "@babel/parser@npm:7.23.0"
bin:
Expand Down Expand Up @@ -2193,7 +2193,7 @@ __metadata:
languageName: node
linkType: hard

"@babel/types@npm:^7.22.15, @babel/types@npm:^7.22.19, @babel/types@npm:^7.22.5, @babel/types@npm:^7.23.0, @babel/types@npm:^7.4.0, @babel/types@npm:^7.4.4, @babel/types@npm:^7.6.1, @babel/types@npm:^7.7.0, @babel/types@npm:^7.8.3, @babel/types@npm:^7.9.6":
"@babel/types@npm:^7.22.15, @babel/types@npm:^7.22.19, @babel/types@npm:^7.22.5, @babel/types@npm:^7.23.0, @babel/types@npm:^7.4.0, @babel/types@npm:^7.4.4, @babel/types@npm:^7.6.1, @babel/types@npm:^7.8.3, @babel/types@npm:^7.9.6":
version: 7.23.0
resolution: "@babel/types@npm:7.23.0"
dependencies:
Expand Down Expand Up @@ -6112,22 +6112,6 @@ __metadata:
languageName: node
linkType: hard

"babel-eslint@npm:^10.1.0":
version: 10.1.0
resolution: "babel-eslint@npm:10.1.0"
dependencies:
"@babel/code-frame": ^7.0.0
"@babel/parser": ^7.7.0
"@babel/traverse": ^7.7.0
"@babel/types": ^7.7.0
eslint-visitor-keys: ^1.0.0
resolve: ^1.12.0
peerDependencies:
eslint: ">= 4.12.1"
checksum: bdc1f62b6b0f9c4d5108c96d835dad0c0066bc45b7c020fcb2d6a08107cf69c9217a99d3438dbd701b2816896190c4283ba04270ed9a8349ee07bd8dafcdc050
languageName: node
linkType: hard

"babel-loader@npm:9.1.3":
version: 9.1.3
resolution: "babel-loader@npm:9.1.3"
Expand Down Expand Up @@ -6807,7 +6791,6 @@ __metadata:
allure-commandline: ^2.17.2
applicationinsights: ^1.1.0
applicationinsights-js: ^1.0.20
babel-eslint: ^10.1.0
client-request: ^2.3.0
codeceptjs: ^3.5.2
config: ^3.3.9
Expand Down Expand Up @@ -9722,7 +9705,7 @@ __metadata:
languageName: node
linkType: hard

"eslint-visitor-keys@npm:^1.0.0, eslint-visitor-keys@npm:^1.1.0":
"eslint-visitor-keys@npm:^1.1.0":
version: 1.3.0
resolution: "eslint-visitor-keys@npm:1.3.0"
checksum: 37a19b712f42f4c9027e8ba98c2b06031c17e0c0a4c696cd429bd9ee04eb43889c446f2cd545e1ff51bef9593fcec94ecd2c2ef89129fcbbf3adadbef520376a
Expand Down Expand Up @@ -18567,7 +18550,7 @@ __metadata:
languageName: node
linkType: hard

"resolve@npm:^1.12.0, resolve@npm:^1.22.1":
"resolve@npm:^1.22.1":
version: 1.22.8
resolution: "resolve@npm:1.22.8"
dependencies:
Expand Down Expand Up @@ -18606,7 +18589,7 @@ __metadata:
languageName: node
linkType: hard

"resolve@patch:resolve@^1.12.0#~builtin<compat/resolve>, resolve@patch:resolve@^1.22.1#~builtin<compat/resolve>":
"resolve@patch:resolve@^1.22.1#~builtin<compat/resolve>":
version: 1.22.8
resolution: "resolve@patch:resolve@npm%3A1.22.8#~builtin<compat/resolve>::version=1.22.8&hash=c3c19d"
dependencies:
Expand Down

0 comments on commit 868c670

Please sign in to comment.