e8848e4746
Update dependency postcss to v8.5.23 ( #34439 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-07-28 22:39:53 +00:00
04208eae44
Update dependency @testing-library/jest-dom to v7 ( #34418 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-07-24 10:49:58 +00:00
671b1258fe
Update dependency @element-hq/element-call-embedded to v0.22.0 ( #34415 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-07-24 09:15:42 +00:00
2430e0ab8b
Move some of the slowest tests from jest to vitest ( #34277 )
...
* Remove doubled-up I18n Provider. ModalManager already provides this.
* Reconfigure svgr into a vite-friendly `?react` resource query
* Move InviteDialog test to vitest
* Move RoomHeader tests to Vitest
* Share serializer between Jest & Vitest
* Attempt to stabilise InviteDialog test
* Fix async leaks
* Iterate based on copilot review
* Fix InviteDialog throttle
* Iterate
* Apply suggestions from code review
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com >
* Fix lockfile
* Iterate
---------
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com >
2026-07-22 13:18:04 +00:00
5603ae02d9
Update npm non-major dependencies ( #34377 )
...
* Update npm non-major dependencies
* Iterate
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com >
2026-07-22 12:00:53 +00:00
Michael Telatynski
c80d39a182
Reset matrix-js-sdk back to develop branch
2026-07-21 15:32:18 +00:00
Michael Telatynski
bc76609239
Merge remote-tracking branch 'origin/master' into develop
...
# Conflicts:
# pnpm-lock.yaml
2026-07-21 15:31:08 +00:00
RiotRobot
dea10bf390
v1.12.24
2026-07-21 14:06:59 +00:00
RiotRobot
79e46aa8e7
Upgrade dependency to matrix-js-sdk@42.0.0
2026-07-21 13:52:07 +00:00
67fc33ad98
Update npm non-major dependencies ( #34320 )
...
* Update npm non-major dependencies
* Oxfmt
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com >
2026-07-17 14:14:07 +00:00
7ad619e693
Update dependency postcss to v8.5.19 ( #34312 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-07-16 18:16:33 +00:00
4973825b68
Update dependency postcss to v8.5.18 ( #34286 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-07-15 22:26:21 +00:00
86b5a28a32
Update npm non-major dependencies ( #34263 )
...
* Update npm non-major dependencies
* Fix pcss comments
* Run oxfmt
* Fix lockfile
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com >
2026-07-15 09:15:58 +00:00
5803106244
Update dependency sanitize-html to v2.17.6 ( #34262 )
...
* Update dependency sanitize-html to v2.17.6
* Update jest config
* Slow laptop be slow
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com >
2026-07-15 08:41:41 +00:00
RiotRobot
eebdc77379
v1.12.24-rc.1
2026-07-14 15:13:32 +00:00
RiotRobot
14b438a749
v1.12.24-rc.0
2026-07-14 14:21:36 +00:00
RiotRobot
023bb0289e
Upgrade dependency to matrix-js-sdk@42.0.0-rc.0
2026-07-14 14:18:50 +00:00
Michael Telatynski and GitHub
b6859885a3
Upgrade to TypeScript 7 ( #34208 )
...
* Upgrade to TypeScript 7
for massive tsc speed gains
Those on WebStorm will want to upgrade to EAP to reap the benefits of the new TSGo compiler
Some things (module-api & shared-components) which utilise unplugin-dts (and api-extractor) need to hold a copy of ts6 for its conventional lib format and API. TS7 ships with no API until TS7.1.
Other things which use eslint also need ts6 for typescript-eslint.
Some type changes were necessary as TS7 caught some issues.
* Add knip exception
* Fix bad merge
2026-07-14 08:09:03 +00:00
1625a6aeaf
Update dependency @element-hq/element-call-embedded to v0.21.0 ( #34222 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-07-13 07:37:56 +00:00
Michael Telatynski and GitHub
15c85ec50f
Switch from eslint to oxlint ( #34166 )
...
* Fix type imports
* Fix jsdoc
* Fixup types
* Fix stray awaits on non-thenables
* Fixup imports
* Fix splats
* Fix this-context on callbacks
* Memoise react contexts
* Prefer find/flatMap
* Make oxlint happier about our React keys
* Avoid unsafe default function params
* Fixup jsdoc
* Fixup contexts
* Switch from eslint to oxlint
* Some oxlint-related tweaks
* Iterate
* Partial revert to defer some changes and shrink diff
* Iterate
* Add eslint-plugin-element-call and enable the copyright rule
* Set strictStorePkgContentCheck
* Iterate
* Make sonar happy
* Fix new lints
2026-07-10 09:47:41 +00:00
2bc9656957
Adapt OAuth2 implementation to Matrix Spec v1.18 ( #34026 )
...
* Adapt OAuth2 implementation to Matrix Spec v1.18
* Handle more cases of oidc->oauth
* Fix test
* Fix read back of oauth2 context
* Iterate
* Fix tests
* Discard changes to apps/web/playwright/e2e/settings/account-user-settings-tab.spec.ts
* Fix test
* Fix test
* Fix test
* Potential fix for pull request finding 'Unused variable, import, function or class'
Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com>
* Iterate
* Iterate
* Fix test
---------
Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com>
2026-07-08 08:02:25 +00:00
RiotRobot
7cdb4ab720
Reset matrix-js-sdk back to develop branch
2026-07-07 13:01:43 +00:00
RiotRobot
2ee42a002e
Merge branch 'master' into develop
2026-07-07 13:00:37 +00:00
RiotRobot
3a219ab356
v1.12.23
2026-07-07 12:56:48 +00:00
RiotRobot
7d9cad2574
Upgrade dependency to matrix-js-sdk@41.9.0
2026-07-07 12:51:52 +00:00
3da74a98e3
Update dependency webpack-dev-server to v6 ( #34156 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-07-06 16:34:34 +00:00
Michael Telatynski and GitHub
d5164acb50
Migrate batch of tests to vitest ( #34111 )
...
* Migrate batch of tests tro vitest
* Iterate
* Migrate another test
* Fix lockfile
2026-07-06 14:10:50 +00:00
Michael Telatynski and GitHub
d4f72dfa69
Start consolidating shared types in the monorepo ( #34062 )
...
* Start consolidating shared types in the monorepo
* Iterate
* Simplify api-extractor
* Iterate
* Fix lockfile
2026-07-06 13:49:32 +00:00
6027ec5142
Update npm non-major dependencies ( #34135 )
...
* Update npm non-major dependencies
* Hold back oxfmt due to postcss support being broken
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com >
2026-07-06 11:37:09 +00:00
de4d7c5c0f
Update css ( #34132 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com >
2026-07-06 08:03:57 +00:00
7058f7da8e
Update dependency @element-hq/element-call-embedded to v0.20.3 ( #34133 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-07-03 16:35:19 +00:00
20dad858c5
Update npm non-major dependencies ( #34073 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-07-02 09:09:55 +00:00
392fcf5eea
Update dependency pako to v3 ( #34080 )
...
* Update dependency pako to v3
* Handle breaking changes
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com >
2026-07-01 10:38:44 +00:00
e836eb04e2
Update dependency @element-hq/element-call-embedded to v0.20.2 ( #34070 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-07-01 09:56:36 +00:00
RiotRobot
e49064d374
v1.12.23-rc.0
2026-06-30 13:07:03 +00:00
RiotRobot
5dc16843fb
Upgrade dependency to matrix-js-sdk@41.9.0-rc.0
2026-06-30 12:58:37 +00:00
b2bed9a473
Update npm non-major dependencies ( #33944 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-06-29 14:41:41 +00:00
RiotRobot
d1dfd3a7ca
Reset matrix-js-sdk back to develop branch
2026-06-23 13:36:51 +00:00
RiotRobot
39f3d70759
Merge branch 'master' into develop
2026-06-23 13:35:39 +00:00
RiotRobot
94636e8d4d
v1.12.22
2026-06-23 13:31:56 +00:00
RiotRobot
8882d88c39
Upgrade dependency to matrix-js-sdk@41.8.0
2026-06-23 13:20:31 +00:00
Michael Telatynski and GitHub
45234b9c94
Migrate more jest tests to vitest ( #33898 )
...
* Migrate more jest tests to vitest
* Fix jest config
* Fix jest config
* Make remaining jest tests type-happy
2026-06-19 15:34:18 +00:00
Michael Telatynski and GitHub
5002f2929f
Fix CI/CD pnpm error around minimumReleaseAge ( #33908 )
...
* Update pnpm
* Fix @types/node dep reference
* disable allowBuilds for js-sdk
* disable allowBuilds for js-sdk for git too
* Iterate
* Iterate
2026-06-19 11:12:59 +00:00
90fb221a8e
Update zxcvbn-ts monorepo to v4 ( #33880 )
...
* Update zxcvbn-ts monorepo to v4
* Handle breaking changes
* Improve coverage
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com >
2026-06-18 11:17:50 +00:00
Michael Telatynski and GitHub
7bb842e8d4
Replace override raw-loader with ?raw query ( #33854 )
...
* Replace override raw-loader with `?raw` query
For compatibility with vite/st
* Make knip happy
* Fix icon in Jitsi lobby
* Fix jest config for `?raw`
* Remove stale `$webapp` alias
* Ensure css files loaded as `?raw` do not get bundled
2026-06-18 09:36:07 +00:00
Michael Telatynski and GitHub
7a1a3f518c
Make codebase comply to knip --strict ( #33893 )
...
* Make codebase comply to `knip --strict`
Deletes a few bits of dead code
* Trim i18n strings
* Fix missing export
* Remove test of dead code
2026-06-18 09:35:47 +00:00
8be053c5aa
Update npm non-major dependencies ( #33876 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-06-17 10:20:09 +00:00
102afd21d5
Update sanitize to v2.17.5 ( #33866 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-06-16 22:12:51 +00:00
213fd4bfed
Update css to v11.3.1 ( #33871 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-06-16 22:11:12 +00:00
5318a22372
Update matrix-org to ^0.37.0 ( #33875 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-06-16 14:40:01 +00:00