Commit Graph

21 Commits

Author SHA1 Message Date
yanas
28b111ce71 refactor(suite-native): simplify usage of requestPrioritizedDeviceAccess 2026-02-02 16:42:55 +01:00
brantalikp
cde81b1c79 chore(suite-native): dependencies update 2026-01-09 12:50:23 +01:00
tomasklim
2393763310 chore: change "fail" in test names to "error" to find fails easier 2025-11-24 20:23:46 +01:00
Jiri Zbytovsky
2617fce807 chore: bump uuid 2025-11-21 18:15:01 +01:00
brantalikp
6a1176a102 chore(suite-native): expo 54: dependencies update 2025-10-20 11:35:17 +02:00
Petr Knetl
972ba574bf chore(suite-native): bump expo packages (2025.08) 2025-08-28 10:37:40 +02:00
Petr Knetl
451de6b157 feat(suite-native): keep screen awake while interacting with device 2025-07-07 09:13:44 +02:00
yanas
04988b2deb chore(suite-native): autofix for sort-imports eslint rule 2025-01-30 15:03:34 +01:00
Peter Sanderson
abb41f8033 chore: remove glboal nx/workspace link scripts (it shall be run only globally) + resolve ugly igonores for devDependencies in import/no-extraneous-dependencies 2024-11-13 10:36:38 +01:00
Martin Vytick Vytrhlík
af34896eb9 fix(suite-native): unlock device mutex on callback rejection 2024-07-10 14:28:37 +02:00
Petr Knetl
2206f19f2e chore(suite): depcheck enabled 2024-06-18 13:07:58 +02:00
Daniel Suchý
44fa12a79d chore(repo): ESLint refactor + speed up 70% (#11143)
* chore: eslint speedup

* chore: disable some react rules for class components

* chore: fix startup command

* chore(deps): dedupe
2024-02-12 20:18:19 +01:00
Jan Komarek
84bc9b8bd3 chore: update typescript and use global tsc 2024-02-12 11:56:09 +01:00
Jan Komarek
01e33b7145 chore: remove test scripts for packages without tests 2024-02-12 11:56:09 +01:00
Jan Komarek
a7e68797da chore: use global jest 2024-02-12 11:56:09 +01:00
Jan Komarek
3c656dc0b2 chore: upgrade jest to 29.7.0 2024-02-12 11:56:09 +01:00
Jan Komarek
004938e24b chore: upgrade jest 2024-02-12 11:56:09 +01:00
Daniel Suchý
acf9a7f19c chore(repo): config cleanups and improvements (TS, Nx...) (#11096)
* chore(repo): config cleanups and improvements (TS, Nx...)

* fix connect e2e

* chore: add eslin cache file to nx cache

* chore: add stylelint cache file to nx

* chore: add ts-node config for to base.tsconfig.json
2024-02-09 13:11:35 +01:00
Szymon Lesisz
b8a321c837 chore: update jest and related dependency
- jest: 29.5.0
- babel-jest: 29.5.0
- jest-watch-typeahead: 2.2.2
- @types/jest: 29.5.0

removed:
- @jest/types
- jest-environment-jsdom
- jest-environment-node
- ts-jest
2023-12-12 15:03:47 +01:00
Petr Knetl
28238c609f Fix/multiple discovery runs (#10154)
* fix(suite-native): wipe device access queue on device disconnect

* fix(suite-native): dispatch authorizeDevice action only once
2023-12-04 10:10:58 +00:00
Petr Knetl
ca3907070d feat(suite-native): native device access mutex (#9987)
- new package @suite-native/device with a suite-native global device mutex creted
- only `requestDeviceAccess` and `requestPrioritizedDeviceMutex` functions exported from this package to ensure that mutex is not manipulated in any other way

Closes #9986
2023-11-19 11:51:09 +00:00