mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-20 00:18:45 +01:00
Update typescript to 4.8.4
This commit is contained in:
@@ -22,13 +22,6 @@
|
||||
"reasonCategory": "falseMatch",
|
||||
"updated": "2018-09-19T18:13:29.628Z"
|
||||
},
|
||||
{
|
||||
"rule": "React-useRef",
|
||||
"path": "ts/components/conversation/TimelineMessage.tsx",
|
||||
"line": " const menuTriggerRef = useRef<Trigger | null>(null);",
|
||||
"reasonCategory": "usageTrusted",
|
||||
"updated": "2022-11-03T14:21:47.456Z"
|
||||
},
|
||||
{
|
||||
"rule": "jQuery-globalEval(",
|
||||
"path": "components/mp3lameencoder/lib/Mp3LameEncoder.js",
|
||||
@@ -644,42 +637,42 @@
|
||||
{
|
||||
"rule": "React-useRef",
|
||||
"path": "node_modules/@react-spring/shared/dist/react-spring-shared.cjs.dev.js",
|
||||
"line": " const committed = React.useRef();",
|
||||
"line": " const committed = react.useRef();",
|
||||
"reasonCategory": "usageTrusted",
|
||||
"updated": "2021-09-27T21:37:06.339Z"
|
||||
},
|
||||
{
|
||||
"rule": "React-useRef",
|
||||
"path": "node_modules/@react-spring/shared/dist/react-spring-shared.cjs.dev.js",
|
||||
"line": " const prevRef = React.useRef();",
|
||||
"line": " const prevRef = react.useRef();",
|
||||
"reasonCategory": "usageTrusted",
|
||||
"updated": "2021-09-27T21:37:06.339Z"
|
||||
},
|
||||
{
|
||||
"rule": "React-useRef",
|
||||
"path": "node_modules/@react-spring/shared/dist/react-spring-shared.cjs.dev.js",
|
||||
"line": " const isMounted = React.useRef(false);",
|
||||
"line": " const isMounted = react.useRef(false);",
|
||||
"reasonCategory": "usageTrusted",
|
||||
"updated": "2022-06-01T22:57:44.591Z"
|
||||
},
|
||||
{
|
||||
"rule": "React-useRef",
|
||||
"path": "node_modules/@react-spring/shared/dist/react-spring-shared.cjs.prod.js",
|
||||
"line": " const committed = React.useRef();",
|
||||
"line": " const committed = react.useRef();",
|
||||
"reasonCategory": "usageTrusted",
|
||||
"updated": "2021-09-27T21:37:06.339Z"
|
||||
},
|
||||
{
|
||||
"rule": "React-useRef",
|
||||
"path": "node_modules/@react-spring/shared/dist/react-spring-shared.cjs.prod.js",
|
||||
"line": " const prevRef = React.useRef();",
|
||||
"line": " const prevRef = react.useRef();",
|
||||
"reasonCategory": "usageTrusted",
|
||||
"updated": "2021-09-27T21:37:06.339Z"
|
||||
},
|
||||
{
|
||||
"rule": "React-useRef",
|
||||
"path": "node_modules/@react-spring/shared/dist/react-spring-shared.cjs.prod.js",
|
||||
"line": " const isMounted = React.useRef(false);",
|
||||
"line": " const isMounted = react.useRef(false);",
|
||||
"reasonCategory": "usageTrusted",
|
||||
"updated": "2022-06-01T22:57:44.591Z"
|
||||
},
|
||||
@@ -9466,6 +9459,13 @@
|
||||
"updated": "2021-01-20T21:30:08.430Z",
|
||||
"reasonDetail": "Doesn't touch the DOM."
|
||||
},
|
||||
{
|
||||
"rule": "React-useRef",
|
||||
"path": "ts/components/conversation/TimelineMessage.tsx",
|
||||
"line": " const menuTriggerRef = useRef<Trigger | null>(null);",
|
||||
"reasonCategory": "usageTrusted",
|
||||
"updated": "2022-11-03T14:21:47.456Z"
|
||||
},
|
||||
{
|
||||
"rule": "React-useRef",
|
||||
"path": "ts/components/conversation/conversation-details/AddGroupMembersModal/ChooseGroupMembersModal.tsx",
|
||||
|
||||
Reference in New Issue
Block a user