fix: move stakingTypes into wallet types
after: rebase fix
fix: more bad typing in staking
fix: more types fixies
chore: add script for File Watcher to fix Webstorm libs imports
feat: implement unsuported modal for suite sync
fix: tests for fw upgrde needed
fix: text for unsupported device
fix: typings
feat: split flow into separate modals
fix: condition for labeling
fix: extract logic for labeling action selector + test
test: add test-cases for legacy labeling
fix: no device selected
chore: improve static mock typing
fix: tests, format
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>
- Include provider for React and React Native app.
- Since the configuration and related libraries differ, it does make sense to divide them.
- Define mutation and query keys (common, desktop, mobile).
- Re-export @tanstack/react-query hooks.
We are already running replace-imports.sh from build:libs that is run
before publishing to NPM so callingit when "prepublish" is a redundancy,
besides prepublish.js was only building for cjs and now we are going to
have cjs and 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.
- remove re-exports, use direct imports from @suite/intl
- resolve cir. dep. between suite-data and package/suite
- update imports from @suite-common/intl-types to @suite/intl
- update imports from src/support/messages to @suite/intl
- remove @suite-common/intl-types
- move Translation from @trezor/suite to the new package