Skip to content

Commit bf72984

Browse files
authored
Merge pull request #1526 from oasisprotocol/renovate/lint-dependencies
Update lint dependencies
2 parents 16c15f2 + 2a20788 commit bf72984

4 files changed

Lines changed: 189 additions & 186 deletions

File tree

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@
111111
"@types/valid-url": "1.0.4",
112112
"@types/w3c-web-usb": "1.0.6",
113113
"@types/webextension-polyfill": "0.10.1",
114-
"@typescript-eslint/eslint-plugin": "5.60.1",
115-
"@typescript-eslint/parser": "5.60.1",
114+
"@typescript-eslint/eslint-plugin": "5.62.0",
115+
"@typescript-eslint/parser": "5.62.0",
116116
"babel-plugin-istanbul": "6.1.1",
117117
"cypress": "12.17.1",
118118
"eslint": "8.44.0",
@@ -139,7 +139,7 @@
139139
"serve-handler": "6.1.5",
140140
"stream-browserify": "3.0.0",
141141
"string_decoder": "1.3.0",
142-
"stylelint": "15.9.0",
142+
"stylelint": "15.10.1",
143143
"stylelint-config-recommended": "13.0.0",
144144
"ts-jest": "29.1.1",
145145
"typescript": "5.1.6",
@@ -149,7 +149,7 @@
149149
"resolutions": {
150150
"@ledgerhq/hw-transport": "^6.27.6",
151151
"@testing-library/dom": "9.3.1",
152-
"@typescript-eslint/eslint-plugin": "5.60.1",
152+
"@typescript-eslint/eslint-plugin": "5.62.0",
153153
"bip39": "3.1.0",
154154
"eslint-plugin-react": "7.32.2",
155155
"grommet-icons": "4.11.0",

src/app/state/persist/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { RootState } from 'types'
2-
2+
// eslint-disable-next-line @typescript-eslint/ban-types
33
interface PreserveAliasName extends String {}
44

55
export interface KeyWithSalt {

src/types/StringifiedBigInt.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/** Redux can't serialize bigint fields, so we stringify them, and mark them. */
22
export type StringifiedBigInt = string & PreserveAliasName
3+
// eslint-disable-next-line @typescript-eslint/ban-types
34
interface PreserveAliasName extends String {}
45

56
// Hover to check if inferred variable type is StringifiedBigInt (not string)

0 commit comments

Comments
 (0)