You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update NPM packages
This is the result of running `npm up` across the board.
* Allow suppressImplicitAnyIndexErrors config in TS
The suppressImplicitAnyIndexErrors config is deprecated in Typescript
5.0 and above, and will be removed in Typescript 5.5. For now, we can
still use it by setting "ignoreDeprecations": "5.0", but we'll need to
go through our JS code and switch to individual @ts-ignore lines at
every occurrence of implicit "any" before we can update to TS 5.5.
0 commit comments