Skip to content

Commit c8cc0ed

Browse files
Merge pull request #2483 from Accenture/Bump-@eslint_js-from-9.28.0-to-9.39.2
Bump @eslint/js from 9.28.0 to 9.39.2
2 parents cbb3681 + 57a84cf commit c8cc0ed

3 files changed

Lines changed: 7 additions & 20 deletions

File tree

lib/metadataTypes/Event.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1067,7 +1067,7 @@ class Event extends MetadataType {
10671067
if (errors.length > 1) {
10681068
errors.unshift(``);
10691069
}
1070-
throw new Error(errors.join('\n · ')); // eslint-disable-line unicorn/error-message
1070+
throw new Error(errors.join('\n · '));
10711071
}
10721072
if (warnings?.length) {
10731073
// add a line break
@@ -1220,7 +1220,7 @@ class Event extends MetadataType {
12201220
if (errors.length > 1) {
12211221
errors.unshift(``);
12221222
}
1223-
throw new Error(errors.join('\n · ')); // eslint-disable-line unicorn/error-message
1223+
throw new Error(errors.join('\n · '));
12241224
}
12251225
}
12261226

package-lock.json

Lines changed: 4 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
"yocto-spinner": "1.1.0"
9191
},
9292
"devDependencies": {
93-
"@eslint/js": "9.28.0",
93+
"@eslint/js": "9.39.2",
9494
"@types/fs-extra": "11.0.4",
9595
"@types/inquirer": "9.0.7",
9696
"@types/mocha": "10.0.8",

0 commit comments

Comments
 (0)