Commit Graph

12 Commits

Author SHA1 Message Date
Maciej Jastrzębski 2a7f330f5a fix lint 2026-01-02 09:22:17 +01:00
Maciej Jastrzębski 0408e91b2c wip: replace basic types 2026-01-01 15:25:55 +01:00
Maciej Jastrzebski 0f5cc2e28f chore: Jest 30 support (#1781) 2025-06-20 12:57:15 +02:00
Maciej Jastrzebski d21dbb40a0 sort imports (#1729) 2025-01-08 22:38:02 +01:00
Maciej Jastrzebski 1219944bbf chore: ESLint 9 (#1728) 2025-01-08 22:30:01 +01:00
Maciej Jastrzebski e90360bfde refactor(v13): use react act if available (#1695)
* chore: tweak peer deps limits

* chore: sync act implementation with RTL

* chore: update yarn.lock
2024-10-25 11:01:13 +02:00
Maciej Jastrzebski b797cf4cc5 [v13] chore: remove react 16 & 17 code (#1602)
* chore: remove React 16 & 17 code

chore: remove more

chore: react version 18.3.1

docs: migration guide

* refactor: finish merge
2024-08-12 22:51:23 +02:00
Maciej Jastrzebski bab4097836 chore: update deps 2024-03-12 (#1570)
* chore: update 1

* chore: update @types/*

* chore: update react native

* chore: update eslint & typescript

* chore: fix lint

* chore: upgrade release it

* chore: reformat

* chore: disable flow validation
2024-03-12 11:37:06 +01:00
Maciej Jastrzebski 21254b059a chore: reformat source using prettier (#1550)
* chore: reformat source using prettier
* chore: fix lint
2024-01-03 22:31:12 +01:00
Maciej Jastrzebski 4decd45f5e fix: force cast await to proper type (#1293)
* fix: force cast await to proper type

* fix: ci

* refactor: remove support for mock act

* refactor: tweaks

* chore: remove unused test

* chore: fix lint

* refactor: code review changes
2023-01-26 22:28:10 +01:00
Augustin Le Fèvre 807898e792 Switch to IS_REACT_ACT_ENVIRONMENT instead of act when needed when using react 18 (#1131) 2022-09-22 23:44:09 +02:00
Augustin Le Fèvre 1360b73295 feat(breaking): migrate Flow to TS; remove some deprecated functions and aliases (#881)
* Port types to TS

* Fix CI commands

* Fix typo in yml file

* Address PR comments

* Remove aliased accessibility queries

* Add flow types

* Update build to support TS

* Clean up removed aliased queries

* Move @babel/plugin-transform-flow-strip-types to test config

* Address PR comments

* Delete flow tests

* Retrigger pipeline

* Update src/helpers/timers.ts

Co-authored-by: Michał Pierzchała <thymikee@gmail.com>
2022-03-25 16:54:30 +01:00