Commit Graph

14 Commits

Author SHA1 Message Date
Maciej Jastrzebski 54dee927c5 v14: switch to test-renderer & async functions 2026-01-07 13:04:16 +01:00
Maciej Jastrzebski c419a700d8 fix: cleanup async (#1817) 2025-08-26 13:47:54 +02:00
Maciej Jastrzebski 2e5238af04 feat: ensure proper react-test-renderer version (#1755) 2025-03-05 18:00:47 +01:00
Maciej Jastrzebski a1d2a15f03 fix: RNGH dep (#1754) 2025-03-05 17:50:39 +01:00
Maciej Jastrzebski c872048849 feat: peer deps check (#1752) 2025-03-03 17:41:58 +01:00
Maciej Jastrzebski 315afca61a chore: reformat imports (#1742) 2025-01-29 12:47:41 +01: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 7455b21618 feat: automatically extend matchers (#1684) 2024-10-24 10:30:42 +02:00
Maciej Jastrzebski 398f09a1c9 [v13] chore: remove deprecated stuff (#1603)
* chore: remove flush microtask legacy

* chore: remove deprecated *ByAccessibilityState, *ByAccessibilityValue queries

* chore: add docs

* docs: add docs
2024-08-12 22:50:25 +02:00
Maciej Jastrzebski aad0849038 Dependabot/npm and yarn/callstack/eslint config 14.0.0 (#1526)
* chore(deps-dev): bump @callstack/eslint-config from 13.0.2 to 14.0.0

Bumps [@callstack/eslint-config](https://github.com/callstack/eslint-config-callstack) from 13.0.2 to 14.0.0.
- [Release notes](https://github.com/callstack/eslint-config-callstack/releases)
- [Commits](https://github.com/callstack/eslint-config-callstack/compare/v13.0.2...v14.0.0)

---
updated-dependencies:
- dependency-name: "@callstack/eslint-config"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* refactor: fix lint issues

* refactor: fix lint issues

* refactor: fix lint issues

* refactor: fix lint issues

* chore: update callstack-eslint config

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-13 18:04:55 +01:00
Maciej Jastrzebski 918be8c198 refactor: flush microtask queue implementation (#1374)
* refactor: flush microtask queue implementation

* refactor: code review changes

* refactor: restore original flush function as legacy version

* chore: rename file
2023-06-09 16:35:14 +02: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