Commit Graph

68 Commits

Author SHA1 Message Date
karliatto
3ee271d220 fix(scripts): get connect packages recursively
The script was not properly using the method to get dependencies
recursively so it was not getting @trezor dependencies of the 2nd level
dependencies.
2026-02-02 17:46:12 +01:00
Tomas Martykan
7e0a549871 ci(connect): always bump all packages at once
ci(github): simplify connect-bump versions

We are moving to release all npm packages under same version as connect,
so all of them are going to be released every time, that means we can
get rid of all the code that was checking what packages required release
and instead release all of them which is simpler.

Co-authored-by: karliatto <yo@karliatto.com>
2026-01-23 11:11:12 +01:00
karliatto
355ca0404a build(scripts): extend bablel plugins for ESM
Add cases where babel plugins were not handling properly adding js
extension for ESM and where some packages imports were not modified at
all because they were imported dynamically.
2026-01-20 16:37:46 +01:00
karliatto
e17ec94c84 feat(scripts): builb local packages 2026-01-16 14:57:18 +01:00
Marek Polak
a4a272ec89 refactor(connect): remove override 2026-01-15 14:09:47 +01:00
Tomas Martykan
57eec2f1a2 feat(connect): tronSignTransaction 2026-01-14 09:39:26 +01:00
Tomas Martykan
f5a2bfb6cb feat(connect): tronGetAddress 2026-01-14 09:39:26 +01:00
Martin Varmuza
16da7214cc feat(connect): remove EOS support 2026-01-07 16:21:51 +01:00
Martin Varmuza
b9e7b55832 feat(connect): remove NEM support 2026-01-07 10:14:15 +01:00
Jiri Zbytovsky
404e7d7141 chore(scripts): use import.meta.dirname 2025-12-15 12:26:27 +01:00
Jiri Zbytovsky
ac5a00426b chore(scripts): convention to import from node:packages 2025-12-15 12:26:27 +01:00
Jiri Zbytovsky
e3c3950120 chore(scripts): ESM 2025-12-15 12:26:27 +01:00
karliatto
f8489c16dd fix(scripts): mistaken variable name 2025-12-12 10:37:35 +01:00
Martin Varmuza
049ce42159 test(connect): only test one legacy bridge version 2025-12-04 13:37:07 +01:00
Jiri Zbytovsky
2128d273f3 refactor(connect): new replace-imports.sh script using babel 2025-12-04 11:55:30 +01:00
Tomas Martykan
7e4e42c9da feat(connect): monero support 2025-11-11 11:25:28 +01:00
karliatto
f2eeef56d5 chore(scripts): move connect-bump-version.md to scripts/templates 2025-11-04 15:14:50 +01:00
Jan Komarek
e6c1240d36 chore(scripts): reorganize dependency lists 2025-10-30 18:39:34 +01:00
Matěj Husák
6ce6ae69c6 feat(ci): updated check-connect-data to pull correct data 2025-09-25 00:52:32 +02:00
Peter Jaško
f873c7079f fix(ci): add cardanoSignMessage to connect tests 2025-09-02 14:59:37 +02:00
Martin Varmuza
8b4bbaf224 ci(connect): exclude thp from older firmware 2025-08-25 11:20:47 +02:00
Martin Varmuza
2fb35f71c7 ci(connect): exlude t3w1 unspupported coin groups during matrix generation 2025-08-25 11:20:47 +02:00
Martin Varmuza
d2c2482b35 test(connect): add basic thp tests 2025-08-18 19:29:58 +02:00
Jan Komarek
3253e7f01a test(connect): fix caPubKey for T3B1, remove unused part of the config 2025-06-17 16:19:12 +02:00
Carlos Garcia Ortiz karliatto
de9975bc74 ci(scripts): include connect-mobile in release process 2025-06-02 12:34:03 +02:00
Peter Sanderson
97a2dfd8fa chore: remove Binance code from Connect 2025-05-16 09:56:42 +02:00
Jan Komarek
3d5876e9ae chore(scripts): distribute remaining common dependencies 2025-04-22 15:48:10 +02:00
Carlos Garcia Ortiz karliatto
b2c7a86fbc fix(scripts): t3w1 empty config to avoid error 2025-04-22 10:00:30 +02:00
Jan Komarek
1cb3e521ab chore(scripts): add T3W1 to authenticityPaths 2025-04-17 19:21:19 +02:00
Carlos Garcia Ortiz karliatto
e81e3925ca chore(scripts): add comment so it is clear dependency used 2025-04-01 15:14:55 +02:00
Carlos Garcia Ortiz karliatto
60df8f154d ci(scripts): add new line to be updated so it does not duplicate 2025-02-27 12:56:44 +01:00
Vojtěch Tranta
a6bdc9d481 Update depns patch minor 225 (#16982)
* fix(suite): remove redundat css value according to the stylelint

* chore(suite): update deps svgo and style-components to the latest minor / patch

* chore(suite): update simple-git

* chore(suite): update recharts

* chore(suite): update react-markdown

* chore(suite): update react-helmet-async

* chore(suite): update autoprefixer

* chore(suite): update stylelint

* chore(suite): rename dependencies management team usability -> engagement
2025-02-17 16:22:03 +01:00
Carlos Garcia Ortiz karliatto
390942e036 fix(scripts): handle asych properly in bump version connect 2025-02-17 13:57:47 +01:00
Carlos Garcia Ortiz karliatto
b9b4b19388 ci(scripts): moving add label to differnt GH request 2025-02-17 13:57:10 +01:00
Carlos Garcia Ortiz karliatto
2ae804dcf7 feat(scripts): add timestamp update to check-connect-data 2025-02-14 18:08:50 +01:00
Carlos Garcia Ortiz karliatto
447b22d6f2 ci(scripts): fix add label argument for create pr 2025-02-10 12:13:18 +01:00
Carlos Garcia Ortiz karliatto
4c306d29fe ci(scripts): add connect plugins to release process 2025-02-04 12:17:36 +01:00
Carlos Garcia Ortiz karliatto
f6fe0b48df ci(script): fix connect test generator 2025-02-03 10:26:19 +01:00
Carlos Garcia Ortiz karliatto
dba2b5107e ci(scripts): add no-project label to connect-data pr 2025-01-24 14:47:56 +01:00
Tomas Martykan
0c02e51e0c test(connect): add solana to connect test matrix 2025-01-14 12:52:23 +01:00
Szymon Lesisz
332e33dbd4 test(connect): add resetDevice e2e test 2025-01-07 16:06:15 +01:00
Carlos Garcia Ortiz karliatto
fd5253177a ci(github): add eth and stellar connect plugin to release process 2024-12-12 15:47:53 +01:00
Carlos Garcia Ortiz karliatto
36ee616180 chore(connect): add connect-mobile to changelog table 2024-12-10 06:29:03 +01:00
Martin Varmuza
6a869712c9 ci(connect): move init test to the api-flaky group 2024-12-03 09:59:39 +01:00
Martin Varmuza
8eebaae942 test(connect): specify transport 2024-11-25 15:59:50 +01:00
Carlos Garcia Ortiz karliatto
3578b27f1b ci(github): improvement to check config data 2024-11-18 10:51:41 +01:00
Jiri Zbytovsky
fdd9f7c625 chore: rename mission to foundation 2024-11-07 11:06:56 +01:00
Martin Varmuza
6aa26429ea ci(connect): use t3w1 in nigthly tests 2024-11-05 18:36:38 +01:00
Martin Varmuza
3400c549ef ci(connect): rework how tests matrix is generated; reorganize connect tests jobs 2024-10-29 16:21:19 +01:00
Carlos Garcia Ortiz karliatto
d710912951 ci(scripts): add loadDevice to connet core ci tests 2024-10-25 16:56:47 +02:00