renovate[bot]
cf24a95d31
Update dependency electron to v24 ( #611 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-06 13:31:04 +01:00
renovate[bot]
34d1c6fc24
Update dependency @types/node to v16.18.23 ( #617 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-06 08:06:04 +00:00
renovate[bot]
fdfeb0454f
Update dependency typescript to v5 ( #612 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-05 20:07:37 +00:00
renovate[bot]
8be59eba56
Update all non-major dependencies ( #619 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-05 17:31:39 +00:00
RiotRobot
19fd0b99f5
Merge branch 'master' into develop
2023-03-31 15:41:56 +01:00
RiotRobot
60171c780c
v1.11.28
2023-03-31 15:39:31 +01:00
RiotRobot
2ca8b7be61
Merge branch 'master' into develop
2023-03-31 12:44:40 +01:00
RiotRobot
349b5e0081
v1.11.27
2023-03-31 11:24:13 +01:00
Michael Telatynski
f8aba49155
Enable gatekeeperAssess ( #600 )
2023-03-31 09:18:13 +01:00
renovate[bot]
439760f8ee
Update dependency @types/node to v16.18.21 ( #569 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-31 08:50:13 +01:00
Michael Telatynski
40058d36c4
Remove element-builder specific scripts ( #586 )
2023-03-29 14:23:34 +01:00
Andy Balaam
62e6851250
Backport package.json changes from develop
2023-03-28 17:32:29 +01:00
RiotRobot
694015f7db
Merge branch 'master' into develop
2023-03-28 14:50:40 +01:00
RiotRobot
722e5ff0ac
v1.11.26
2023-03-28 14:50:26 +01:00
Michael Telatynski
204945299e
Use notarize support built into electron-builder ( #558 )
2023-03-22 09:40:39 +00:00
Michael Telatynski
775b03572c
Correctly specify minimum Node version ( #582 )
2023-03-20 09:22:00 +01:00
Michael Telatynski
18d80e4e9c
Clear electron data when logging out ( #578 )
2023-03-17 15:33:19 +00:00
Michael Telatynski
8235275d2c
Send Electron crashpad reports to Sentry from Nightly ( #579 )
...
* Send Electron crashpad reports to Sentry from Nightly
* Update electron-main.ts
* Increase timeout
* Fix preload injection breaking things
* Iterate
* Iterate
* Iterate
* iterate
2023-03-16 10:31:06 +00:00
RiotRobot
ef91afa057
Merge branch 'master' into develop
2023-03-15 13:14:42 +00:00
RiotRobot
bb0ccfdbab
v1.11.25
2023-03-15 13:14:27 +00:00
RiotRobot
51941ed766
v1.11.25-rc.3
2023-03-14 11:50:28 +00:00
renovate[bot]
1b6c9092f5
Update dependency eslint-plugin-unicorn to v46 ( #574 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-13 08:43:06 +13:00
RiotRobot
9926ebe89e
v1.11.25-rc.2
2023-03-10 15:20:00 +00:00
RiotRobot
fa6e7ce0a5
v1.11.25-rc.1
2023-03-07 12:09:39 +00:00
RiotRobot
144d04a5ae
Merge branch 'master' into develop
2023-02-28 11:24:52 +00:00
RiotRobot
75e3ea6818
v1.11.24
2023-02-28 11:24:38 +00:00
Michael Telatyński
65a7871d45
Let electron-builder correctly set StartupWMClass ( #526 )
2023-02-27 18:04:55 +00:00
renovate[bot]
58f7c2534c
Update dependency eslint-plugin-matrix-org to v1 ( #551 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-24 14:27:25 +01:00
renovate[bot]
12c6f2c268
Update all non-major dependencies ( #529 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-24 11:11:19 +00:00
Andy Balaam
a528d8c7c5
Merge pull request #546 from vector-im/andybalaam/harmonise-eslintrc-tsconfig
...
Separate linting and compiling src+test, scripts and hak
2023-02-24 10:31:38 +00:00
Andy Balaam
3eeb8c14a9
Lint the test directory
2023-02-24 09:39:14 +00:00
Andy Balaam
f960700a2a
Exclude test from eslint checking since it always was excluded, and I can't get it to check
2023-02-23 17:10:06 +00:00
RiotRobot
c4b753c680
v1.11.24-rc.2
2023-02-22 11:48:00 +00:00
RiotRobot
710f86abcd
v1.11.24-rc.1
2023-02-21 13:23:56 +00:00
Michael Telatynski
cdbb7763bf
Build & Package signed Linux builds ( #527 )
2023-02-20 12:09:45 +00:00
Andy Balaam
1271c22aee
Separate linting and compiling src+test, scripts and hak
...
Inspired by the failure of https://github.com/vector-im/element-desktop/pull/529
to lint our code with the @typescript-eslint/no-base-to-string rule
turned on, I found we needed to add a parserOptions.project to our
.eslintrc.js, pointing to the tsconfig.json.
This led to more fixes, because we have 3 tsconfig.json files for
src+test, scripts and hak and the single eslintrc was complaining that
it could see more files than the tsconfig file knew about.
So, I think the right split is to have one eslintrc file and one
tsconfig for each of the three projects.
2023-02-17 12:17:42 +00:00
renovate[bot]
1462e87945
Update dependency electron to v23 ( #541 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-16 19:43:29 +00:00
renovate[bot]
ea688abe3b
Update dependency mkdirp to v2 ( #539 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-16 15:16:56 +01:00
renovate[bot]
d6350a56dc
Update dependency @types/node to v16.18.12 ( #534 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-16 15:14:42 +01:00
RiotRobot
913a40bacd
v1.11.23
2023-02-14 10:52:29 +00:00
RiotRobot
7e87dd6996
v1.11.23-rc.1
2023-02-07 12:29:16 +00:00
Michael Telatynski
2ad46704af
Update to Electron 22.2.0 - fix tray icons in Linux ( #530 )
2023-02-03 10:11:57 +00:00
RiotRobot
72dfdda0e5
v1.11.22
2023-01-31 15:06:24 +00:00
RiotRobot
7f3bbc2156
v1.11.21
2023-01-31 11:22:12 +00:00
RiotRobot
fb7a43569c
v1.11.21-rc.1
2023-01-24 11:49:51 +00:00
RiotRobot
93331da979
v1.11.20
2023-01-20 13:04:34 +00:00
RiotRobot
a23c6162f3
v1.11.19
2023-01-20 10:14:08 +00:00
RiotRobot
c3781b9ee4
v1.11.18
2023-01-18 14:06:08 +00:00
RiotRobot
f4be3bcda2
v1.11.18-rc.4
2023-01-17 09:50:57 +00:00
RiotRobot
92e61681a9
v1.11.18-rc.3
2023-01-13 11:00:44 +00:00