element-hq / element-call

Group calls powered by Matrix
https://call.element.io
GNU Affero General Public License v3.0
561 stars 90 forks source link

Bump js-sdk #2638

Closed hughns closed 2 weeks ago

hughns commented 2 weeks ago

This brings in the change to only send the current/latest encryption keys when running in per-participant end-to-end encrypted media mode.

https://github.com/matrix-org/matrix-js-sdk/compare/169e8f86139111574a3738f8557c6fa4b2a199db...414ac9d8cc28330718236b90ad67a1507e146932

The pinned version is to resolve an eslint error: https://github.com/eslint/eslint/discussions/17215

Error: require() of ES Module /home/runner/work/element-call/element-call/node_modules/strip-ansi/index.js from /home/runner/work/element-call/element-call/node_modules/eslint/lib/cli-engine/formatters/stylish.js not supported.
Instead change the require of index.js in /home/runner/work/element-call/element-call/node_modules/eslint/lib/cli-engine/formatters/stylish.js to a dynamic import() which is available in all CommonJS modules.