ruffle/web/packages
relrelb 696514862d extension: Migrate to TypeScript 4.8
Per https://devblogs.microsoft.com/typescript/announcing-typescript-4-8/#unconstrained-generics-no-longer-assignable-to,
`Object.entries()` no longer accepts nullable objects.
The suggested fix is to add a `T extends {}` constraint, but that's
disallowed by https://typescript-eslint.io/rules/ban-types/. So instead
change the parameter types from `T` to `NonNull<T>`.
2022-09-02 15:58:28 +03:00
..
core build(deps-dev): bump typescript from 4.7.3 to 4.8.2 in /web 2022-09-02 15:58:28 +03:00
demo demo: Make open-modal kebab-case 2022-08-19 16:20:06 -07:00
extension extension: Migrate to TypeScript 4.8 2022-09-02 15:58:28 +03:00
selfhosted build(deps-dev): bump @wdio/cli from 7.20.1 to 7.24.0 in /web 2022-09-01 16:55:47 -07:00