RiotRobot
c309fe6942
Merge branch 'master' into develop
2023-01-20 12:28:33 +00:00
RiotRobot
8408f36c12
v23.1.1
2023-01-20 12:26:59 +00:00
RiotRobot
2fcc4811dd
Resetting package fields for development
2023-01-18 13:38:53 +00:00
RiotRobot
c392bc455d
Merge branch 'master' into develop
2023-01-18 13:36:45 +00:00
RiotRobot
b8711f15fd
v23.1.0
2023-01-18 13:30:21 +00:00
RiotRobot
4179f2978d
v23.1.0-rc.4
2023-01-17 09:11:54 +00:00
RiotRobot
94f1eda830
v23.1.0-rc.3
2023-01-13 10:40:31 +00:00
RiotRobot
c10152e098
v23.1.0-rc.2
2023-01-12 13:31:20 +00:00
renovate[bot]
de176dbd66
Update all non-major dependencies ( #3053 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-11 16:55:07 +00:00
Michael Telatynski
f35298a326
[Release] Fix browser entrypoint ( #3052 )
2023-01-11 16:31:02 +00:00
Michael Telatynski
d7bf0f85c0
Fix browser entrypoint ( #3051 )
2023-01-11 15:17:55 +00:00
RiotRobot
1d87f5b163
v23.1.0-rc.1
2023-01-11 13:29:05 +00:00
Michael Telatynski
3e48c76a77
Avoid use of mkdirp ( #3050 )
2023-01-11 12:02:56 +00:00
Clark Fischer
c3d422f5fb
Remove 'qs' dependency ( #3033 )
...
'qs' appears to be unused since 34c5598 (PR #2719 ).
Signed-off-by: Clark Fischer <clark.fischer@gmail.com >
Signed-off-by: Clark Fischer <clark.fischer@gmail.com >
2023-01-06 22:37:05 +00:00
RiotRobot
1ebcac37cc
Resetting package fields for development
2022-12-21 16:49:19 +00:00
RiotRobot
48baa6315c
Merge branch 'master' into develop
...
# Conflicts:
# release.sh
# spec/integ/matrix-client-event-timeline.spec.ts
2022-12-21 16:48:43 +00:00
RiotRobot
efc87d8084
v23.0.0
2022-12-21 16:40:30 +00:00
renovate[bot]
c973b26fa2
Update all non-major dependencies ( #2981 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-15 22:06:40 -07:00
renovate[bot]
f8bf6083de
Update dependency uuid to v9 ( #2988 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-15 22:05:05 -07:00
Richard van der Hoff
15ef8fabb7
Introduce a mechanism for using the rust-crypto-sdk ( #2969 )
...
This PR introduces MatrixClient.initRustCrypto, which is similar to initCrypto, except that it will use the Rust crypto SDK instead of the old libolm-based implementation.
This is very much not something you want to use in production code right now, because the integration with the rust sdk is extremely skeletal and almost everything crypto-related will raise an exception rather than doing anything useful.
It is, however, enough to demonstrate the loading of the wasmified rust sdk in element web, and a react sdk with light modifications can successfully log in and out.
Part of vector-im/element-web#21972 .
2022-12-14 11:02:02 +00:00
RiotRobot
6cc8e4436c
v23.0.0-rc.1
2022-12-14 08:49:15 +00:00
Michael Weimann
6e0901258c
Switch to eslint-plugin-matrix-org 0.9
2022-12-09 10:51:15 +01:00
Michael Weimann
349c2c2587
Apply prettier formatting
2022-12-09 09:38:20 +01:00
Michael Weimann
08a9073bd5
Add prettier
2022-12-09 09:34:01 +01:00
Michael Telatynski
c4006d752a
Improve tsdoc types ( #2940 )
...
* Install eslint-plugin-jsdoc
* Enable lint rule jsdoc/no-types
* Make tsdoc more valid, add required hyphens and s/return/returns/g
* Stash tsdoc work
* Fix mistypes
* Stash
* Stash
* More tsdoc work
* Remove useless doc params
* Fixup docs
* Apply suggestions from code review
Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com >
* Update src/crypto/verification/request/ToDeviceChannel.ts
Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com >
* Update src/client.ts
Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com >
* Update src/client.ts
Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com >
* Update src/client.ts
Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com >
* Apply suggestions from code review
Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com >
* Iterate
Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com >
2022-12-07 18:01:54 +00:00
Michael Telatynski
8d018f9c2d
Enable noImplicitAny ( #2895 )
...
* Stash noImplicitAny work
* Enable noImplicitAny
* Update olm
* Fun
* Fix msgid stuff
* Fix tests
* Attempt to fix Browserify
2022-12-06 18:21:44 +00:00
RiotRobot
ccab6985ad
Resetting package fields for development
2022-12-06 12:34:38 +00:00
RiotRobot
569adc7b0c
Merge branch 'master' into develop
2022-12-06 12:34:35 +00:00
RiotRobot
b6369cc2bd
v22.0.0
2022-12-06 12:32:58 +00:00
Richard van der Hoff
683e7fba4a
Add a message ID on each to-device message ( #2938 )
...
To make it easier to track down where to-device messages are getting lost,
add a custom property to each one, and log its value. Synapse will also log
this property.
2022-12-06 10:31:48 +00:00
Michael Telatynski
7799804762
Move @types deps into devDeps ( #2927 )
2022-12-02 16:27:59 +00:00
RiotRobot
83a1e07380
v22.0.0-rc.2
2022-12-02 16:23:53 +00:00
RiotRobot
31c4f6c16b
v22.0.0-rc.1
2022-11-29 15:33:50 +00:00
RiotRobot
b318a77ece
Resetting package fields for development
2022-11-22 11:25:53 +00:00
RiotRobot
1a90259326
Merge branch 'master' into develop
2022-11-22 11:25:49 +00:00
RiotRobot
3702ac56f4
v21.2.0
2022-11-22 11:24:19 +00:00
renovate[bot]
7217f83db9
Update all (major) ( #2890 )
...
* Update all
* Pin p-retry
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com >
2022-11-21 08:58:04 +00:00
renovate[bot]
37ea905faa
Update all ( #2899 )
...
* Update all
* Update webrtc.ts
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com >
2022-11-21 08:57:49 +00:00
Michael Telatynski
c0f7df8c3b
Update eslint-plugin-matrix-org and improve visibilities & types ( #2887 )
2022-11-18 09:20:53 +00:00
renovate[bot]
5d6ff6c7f9
Update dependency jest-environment-jsdom to v29 ( #2891 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-11-17 18:20:34 -07:00
RiotRobot
d4601d9910
v21.2.0-rc.1
2022-11-15 17:41:32 +00:00
Richard van der Hoff
67f343d6f0
Switch to typedoc for documentation ( #2869 )
...
This seems to give *much* better results than jsdoc, and means that we can
start to get rid of all the duplicated type information.
2022-11-11 11:38:04 +00:00
Michael Telatynski
c6ee258789
Remove patch-package and update matrix-events-sdk ( #2863 )
2022-11-08 17:01:38 +00:00
RiotRobot
b628cabe58
Resetting package fields for development
2022-11-08 14:36:10 +00:00
RiotRobot
b7d925f5ec
Merge branch 'master' into develop
...
# Conflicts:
# package.json
2022-11-08 14:36:02 +00:00
RiotRobot
47b729f085
v21.1.0
2022-11-08 14:31:37 +00:00
Robin Townsend
885ec1fc73
Move patch-package out of dev dependencies
...
patch-package is used as a postinstall hook, but since it was in devDependencies, upstream packages would not install it. Moving it to dependencies isn't ideal since it's not needed at runtime, but the patch-package approach is only a temporary workaround for https://github.com/matrix-org/matrix-events-sdk/pull/16#pullrequestreview-1166721652 anyways.
2022-11-07 15:24:04 -05:00
David Baker
fff4cdab7c
Merge remote-tracking branch 'origin/develop' into dbkr/gcmerge_20221104
2022-11-04 14:05:48 +00:00
Michael Telatynski
27bb79a29a
Switch to @casualbot/jest-sonar-reporter
2022-11-03 13:47:36 +00:00
Michael Telatynski
db49cd8d13
Make the js-sdk conform to tsc --strict ( #2835 )
...
Co-authored-by: Faye Duxovni <fayed@matrix.org >
2022-11-03 12:50:05 +00:00