Commit Graph

123 Commits

Author SHA1 Message Date
juriczech
8b38c5ff65 feat(suite-native): Implement test utils (#5862)
* feat(suite-native): Implement test utils

* chore(suite-native): Deduplicate deps

* feat(suite-native): Implement time switch test

* refactor(suite-native): Rename test

* fix(suite-native): Circular deps

* refactor(suite-native): Test ids

* fix(suite-native): Remove state from test utils

* refactor(suite-native): Remove scripts

* refactor(suite-native): Move tests store

* refactor(suite-native): Use root config
2022-07-29 13:49:05 +02:00
Daniel Suchý
df338cf757 chore: move suite types to common package (#5799)
* chore: suite type utils package

* chore: add temporary suite-common/intl-types package

* chore: create wallet-networks-config package

* chore: move SendFormProps to place where its used

* chore: eslint import sort for suite-common packages

* chore: move suite wallet types and constants to common packages

* chore: suite metadata types to common packages

* chore: fix suite tests

* chore: rename wallet-networks-config package to wallet-config

* chore: fix wallet-types connect version
2022-07-28 15:52:38 +02:00
vdovhanych
469c16025a chore(all): update to nodejs version 16 2022-06-29 10:47:51 +02:00
mroz
723ddf00c2 deps: update yarn-deduplicate to 5.0.0 (major) 2022-06-27 17:09:25 +02:00
Daniel Suchý
1cd4f5d7bf chore: separate suite native to its own packges folder (#5685) 2022-06-26 22:02:40 +02:00
mroz
be6eb2ebc9 ci: improve npm releases 2022-06-21 15:23:43 +02:00
juriczech
8eeb404421 chore: ⬆️ Upgrade react native version (#5365) 2022-05-10 12:43:41 +02:00
Daniel Suchý
7d19c1d71f chore(suite-native): Add basic components for mob app (#5345) 2022-05-10 10:42:11 +02:00
Daniel Suchý
eaa94602cd feat(theme): Add styling + theme package (#5259) 2022-04-26 17:54:02 +02:00
Daniel Suchý
e4b515eb42 feat: new suite-native app boilerplate (#5186) 2022-04-06 12:31:09 +02:00
mroz
cd474f1858 chore: move submodules to root 2022-03-29 17:09:51 +02:00
mroz
4e5163ddca feat(transport): messages.json and types 2022-03-24 10:43:36 +01:00
Daniel Suchý
b5f3b76868 chore(scripts): Add package generator script (#5045) 2022-03-14 21:02:09 +01:00
mroz
2ae9d0b3f7 chore: update tsconfig-paths 2022-03-08 13:00:34 +01:00
mroz
1d16a700ec chore: update ts-node 2022-03-08 13:00:34 +01:00
Daniel Suchý
182439a7f1 chore: TS refactor to composite project, upgrade to TS 4.5 (#4851) 2022-02-24 10:49:03 +01:00
Daniel Suchý
6253be3f9f chore: Prettier refactor, update, add CI check (#4950)
* chore: remove redundant prettier, gitignore files

* fix: Fix missign html opening tag

* chore: upgrade prettier

* chore(ci): Add prettier check to CI

* chore(eslint): turn off prettier-eslint

* chore: fix formatting of translations

* chore: run prettier over whole codebase
2022-02-17 18:15:59 +01:00
Daniel Suchý
c887db9274 chore: Less restrictive node version hotfix 2022-02-01 14:01:29 +01:00
Daniel Suchy
ce95404e0f chore(code): Deduplicate 2022-01-24 17:46:43 +01:00
Daniel Suchy
30c4856661 chore(ci): Add deduplicate check to CI 2022-01-24 17:46:43 +01:00
Daniel Suchý
e83e095ead chore(code): refactor base eslint config 2022-01-24 14:52:35 +01:00
Daniel Suchý
26ec449409 chore(code): Upgrade Eslint 2022-01-24 14:52:35 +01:00
Daniel Suchý
78aed220a1 chore(build/ci): Use exact version of Node 2022-01-20 22:02:55 +01:00
Matej Kriz
4ae0afb5a3 chore(dependencies): update ts-node and remove no more needed config with comments in json files (invalid syntax) 2021-10-21 11:25:55 +02:00
Matej Kriz
5fe2b6d65c chore(dependencies): upgrade typescript on latest version to get newest features
- see https://www.typescriptlang.org/docs/handbook/release-notes/typescript-4-4.html
- unknown in catch variables turned off for now, we could turn it on later but we need to add `if (err instanceof Error)` in almost every catch clause
2021-10-21 11:25:55 +02:00
Szymon Lesisz
da93a756b0 fix(blockchain-link): revert adding peer dependencies
10332ee2b7
2021-10-04 09:25:54 +02:00
Szymon Lesisz
9954543094 fix(blockchain-link): add missing peer dependency of "ws" lib 2021-10-01 15:13:21 +02:00
Matej Kriz
d6768d6c32 feat(dx): script for local lint of staged files only 2021-09-27 09:29:00 +02:00
tomasklima
97a610b455 chore(suite): bump required node version 2021-09-24 16:15:12 +02:00
Jen Tak
2213d63098 chore(all): #3335 Consolidate Suite App version
The suite version is now duplicated across several packages which makes
the release process more complicated and error-prone.

Use constant 1.0.0 version for all private packages and track the Suite
version in the root package.json only.

Edit the build and CI scripts to read the version from there.

Document this new setup.
2021-08-27 11:50:59 +02:00
Szymon Lesisz
a7c5f6052c chore: remove trezor-connect build from suite-data package 2021-08-23 16:59:13 +02:00
Szymon Lesisz
c6694afef6 chore: update prettier and eslint 2021-08-12 15:34:23 +02:00
Szymon Lesisz
999fe10b7e chore: update typescript@4.3.5
- fixed electron (suite-desktop) menu

- idb dependency update required (typescipt related fixes in their lib)

- fixed Intl.DateTimeFormat default values
2021-08-10 10:32:49 +02:00
Rafael Keramidas
0390b4354e chore(suite): move from NextJS to custom build pipeline 2021-08-05 10:48:18 +02:00
vdovhanych
79b42e4d45 chore(all): bump version to 21.9.0 beta 2021-08-03 21:10:43 +02:00
Tomas Susanka
28369bb55b chore(all): bump version to 21.8.0 beta 2021-07-06 19:59:20 +02:00
Tomas Susanka
c64c682ff6 chore(all): bump version to 21.7.0 beta 2021-06-01 21:50:55 +02:00
Tomas Susanka
a9491e93df chore(libs): remove release-it 2021-05-24 08:44:03 +02:00
Tomas Susanka
12aa5cedad chore(all): bump versions to 21.6.0 2021-05-07 09:43:25 +02:00
Szymon Lesisz
78736782fb chore: update eslint 2021-04-15 10:56:18 +02:00
Szymon Lesisz
1c2e16fca4 chore: update babel dependencies 2021-04-15 10:56:18 +02:00
Tomas Susanka
9f167bea1d chore(all): bump versions to 21.5.0 2021-04-06 21:08:42 +02:00
Tomas Susanka
11551266ad chore(all): bump version to 21.4.0 2021-03-02 16:08:21 +01:00
Tomas Susanka
d434f5f4ce feat(ci): add release-it bumper to easily bump packages' versions 2021-02-26 20:39:25 +01:00
Tomas Susanka
947a3edf7d feat(ci): add release-it for release automation 2021-02-26 20:39:25 +01:00
Tomas Susanka
dc2e18e3bc chore(all): bump versions to 21.3.0 2021-02-03 15:54:58 +01:00
slowbackspace
b0b7982b22 chore: upgrade react 17, next 10, react-native 0.63.4 and other deps
test
2021-01-14 12:04:04 +01:00
Szymon Lesisz
86e8dc61b3 chore(deps): update typescript and related deps 2021-01-11 15:49:01 +01:00
mroz22
7368df78d0 ci: remove build:libs from postinstall 2020-12-02 12:48:13 +01:00
Tomas Susanka
0844047b3f chore: bump versions to 21.1.0 2020-12-02 11:21:26 +01:00