Skip to content

Commit

Permalink
chore(root): update typescript-eslint monorepo to v8 (major) (#9642)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 25, 2024
2 parents 0dc1e8d + 4f61501 commit 59e8a1e
Show file tree
Hide file tree
Showing 5 changed files with 62 additions and 62 deletions.
2 changes: 2 additions & 0 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ overrides:
'@typescript-eslint/no-empty-interface': off
'@typescript-eslint/no-explicit-any': off
'@typescript-eslint/no-namespace': off
'@typescript-eslint/no-require-imports': off
'@typescript-eslint/no-restricted-types': error
'@typescript-eslint/no-this-alias': off
'@typescript-eslint/no-unsafe-declaration-merging': off
'@typescript-eslint/no-unused-vars': error
Expand Down
2 changes: 1 addition & 1 deletion libs/ng-mocks/src/lib/common/core.types.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// istanbul ignore file
/* eslint-disable @typescript-eslint/ban-types */
/* eslint-disable @typescript-eslint/no-unsafe-function-type */

import { DebugNode, InjectionToken } from '@angular/core';
import { ComponentFixture } from '@angular/core/testing';
Expand Down
1 change: 1 addition & 0 deletions libs/ng-mocks/src/lib/mock-builder/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ export interface IMockBuilder extends Promise<IMockBuilderResult> {
*
* @see https://ng-mocks.sudo.eu/api/MockBuilder#extending-mockbuilder
*/
// eslint-disable-next-line @typescript-eslint/no-empty-object-type
export interface IMockBuilderExtended extends IMockBuilder {}

/**
Expand Down
115 changes: 56 additions & 59 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -245,8 +245,8 @@
"@types/karma-junit-reporter": "2.0.4",
"@types/karma-webpack": "4.0.0",
"@types/node": "20.16.1",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"@typescript-eslint/eslint-plugin": "8.2.0",
"@typescript-eslint/parser": "8.2.0",
"codecov": "3.8.3",
"core-js": "3.38.1",
"coverage-istanbul-loader": "3.0.5",
Expand Down

0 comments on commit 59e8a1e

Please sign in to comment.