Skip to content

Commit 3bc1e85

Browse files
authored
Merge pull request #4910 from DSpace/dependabot/npm_and_yarn/eslint-21933f8eae
Bump the eslint group across 1 directory with 5 updates
2 parents 28ecbee + 41a051e commit 3bc1e85

File tree

3 files changed

+90
-73
lines changed

3 files changed

+90
-73
lines changed

.eslintrc.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,7 @@
224224
"@typescript-eslint/no-unsafe-call": "off",
225225
"@typescript-eslint/no-unsafe-argument": "off",
226226
"@typescript-eslint/no-unsafe-return": "off",
227+
"@typescript-eslint/no-redundant-type-constituents": "off",
227228
"@typescript-eslint/restrict-template-expressions": "off",
228229
"@typescript-eslint/require-await": "off",
229230
"@typescript-eslint/no-base-to-string": [

package-lock.json

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

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -181,9 +181,9 @@
181181
"@types/js-cookie": "3.0.6",
182182
"@types/lodash-es": "^4.17.12",
183183
"@types/node": "^20.19.25",
184-
"@typescript-eslint/eslint-plugin": "^8.47.0",
185-
"@typescript-eslint/parser": "^8.47.0",
186-
"@typescript-eslint/rule-tester": "^8.47.0",
184+
"@typescript-eslint/eslint-plugin": "^8.48.0",
185+
"@typescript-eslint/parser": "^8.48.0",
186+
"@typescript-eslint/rule-tester": "^8.48.0",
187187
"@typescript-eslint/utils": "^8.47.0",
188188
"axe-core": "^4.11.0",
189189
"commander": "^14.0.2",
@@ -198,7 +198,7 @@
198198
"eslint-plugin-dspace-angular-ts": "file:./lint/dist/src/rules/ts",
199199
"eslint-plugin-import": "^2.32.0",
200200
"eslint-plugin-import-newlines": "^1.4.0",
201-
"eslint-plugin-jsdoc": "^61.2.1",
201+
"eslint-plugin-jsdoc": "^61.4.1",
202202
"eslint-plugin-jsonc": "^2.21.0",
203203
"eslint-plugin-lodash": "^7.4.0",
204204
"@smarttools/eslint-plugin-rxjs": "^1.0.22",

0 commit comments

Comments
 (0)