Skip to content

Commit b572e3b

Browse files
authored
Merge pull request #1001 from dodona-edu/renovate/eslint-8.x
Update dependency eslint to v8.31.0
2 parents baf4469 + 1027f9f commit b572e3b

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@types/node": "18.11.18",
3232
"@typescript-eslint/eslint-plugin": "5.47.0",
3333
"@typescript-eslint/parser": "5.47.0",
34-
"eslint": "8.30.0",
34+
"eslint": "8.31.0",
3535
"np": "7.6.3",
3636
"ts-node": "10.9.1",
3737
"typescript": "4.9.4"

lib/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@typescript-eslint/parser": "5.47.0",
3333
"ava": "5.1.0",
3434
"benchmark": "2.1.4",
35-
"eslint": "8.30.0",
35+
"eslint": "8.31.0",
3636
"np": "7.6.3",
3737
"nyc": "15.1.0",
3838
"ts-node": "10.9.1",

web/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@vue/eslint-config-typescript": "11.0.2",
2727
"assert": "2.0.0",
2828
"core-js": "3.27.1",
29-
"eslint": "8.30.0",
29+
"eslint": "8.31.0",
3030
"eslint-plugin-import": "2.26.0",
3131
"eslint-plugin-node": "11.1.0",
3232
"eslint-plugin-promise": "6.1.1",

yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -1147,10 +1147,10 @@
11471147
dependencies:
11481148
nan "^2.16.0"
11491149

1150-
"@eslint/eslintrc@^1.4.0":
1151-
version "1.4.0"
1152-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.4.0.tgz#8ec64e0df3e7a1971ee1ff5158da87389f167a63"
1153-
integrity sha512-7yfvXy6MWLgWSFsLhz5yH3iQ52St8cdUY6FoGieKkRDVxuxmrNuUetIuu6cmjNWwniUHiWXjxCr5tTXDrbYS5A==
1150+
"@eslint/eslintrc@^1.4.1":
1151+
version "1.4.1"
1152+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.4.1.tgz#af58772019a2d271b7e2d4c23ff4ddcba3ccfb3e"
1153+
integrity sha512-XXrH9Uarn0stsyldqDYq8r++mROmWRI1xKMXa640Bb//SY1+ECYX6VzT6Lcx5frD0V30XieqJ0oX9I2Xj5aoMA==
11541154
dependencies:
11551155
ajv "^6.12.4"
11561156
debug "^4.3.2"
@@ -5660,12 +5660,12 @@ eslint-webpack-plugin@^3.1.0:
56605660
normalize-path "^3.0.0"
56615661
schema-utils "^4.0.0"
56625662

5663-
eslint@8.30.0:
5664-
version "8.30.0"
5665-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.30.0.tgz#83a506125d089eef7c5b5910eeea824273a33f50"
5666-
integrity sha512-MGADB39QqYuzEGov+F/qb18r4i7DohCDOfatHaxI2iGlPuC65bwG2gxgO+7DkyL38dRFaRH7RaRAgU6JKL9rMQ==
5663+
eslint@8.31.0:
5664+
version "8.31.0"
5665+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.31.0.tgz#75028e77cbcff102a9feae1d718135931532d524"
5666+
integrity sha512-0tQQEVdmPZ1UtUKXjX7EMm9BlgJ08G90IhWh0PKDCb3ZLsgAOHI8fYSIzYVZej92zsgq+ft0FGsxhJ3xo2tbuA==
56675667
dependencies:
5668-
"@eslint/eslintrc" "^1.4.0"
5668+
"@eslint/eslintrc" "^1.4.1"
56695669
"@humanwhocodes/config-array" "^0.11.8"
56705670
"@humanwhocodes/module-importer" "^1.0.1"
56715671
"@nodelib/fs.walk" "^1.2.8"

0 commit comments

Comments
 (0)