28 Commits

Author SHA1 Message Date
Matan Borenkraout
cd6a175a28 chore: fix action permissions (#1436) 2025-12-13 22:34:40 +02:00
Matan Borenkraout
22b8c280f4 chore: fix release (#1435)
* chore: fix release

* fix pipeline release

* run format
2025-12-13 22:21:54 +02:00
Matan Borenkraout
d996673698 chore: new release workflow (#1434)
* chore: new release workflow

* add id-token for npm trusted publishing
2025-12-13 15:53:22 +02:00
Sebastian "Sebbie" Silbermann
65bc994e7d test: Run with relevant React stable types (#1352) 2025-03-17 22:24:31 +01:00
Sebastian Sebbie Silbermann
eab6e679a3 [ci] Codecov fix follow-up
Accidentally removed the token which is still required for protected branches.
2025-01-16 00:11:07 +01:00
Sebastian "Sebbie" Silbermann
7134e5d7ad [ci] Fix codecov action (#1376) 2025-01-16 00:09:31 +01:00
Matan Borenkraout
787cb85f8b Release: 15.0.0 (#1295)
BREAKING CHANGE: Minimum supported Node.js version is 18.0
BREAKING CHANGE: New version of `@testing-library/dom` changes various roles. Check out the changed tests in 2c570553d8 to get an overview about what changed.
2024-04-10 17:18:28 +02:00
Sebastian Silbermann
9c4a46d5b9 feat: Add support for React 19 Canary (#1294) 2024-04-08 16:07:24 +02:00
Sebastian Silbermann
cf045b4743 chore: Update Codecov configuration to latest (#1289) 2024-03-20 00:08:40 +01:00
Matan Borenkraout
5dc81dc790 chore: rename next channel to canary (#1207)
* chore: add canary to our test matrix

* chore: rename next to canary
2023-05-04 15:17:31 +03:00
Michaël De Boey
f6c6d9610d chore: remove styfle/cancel-workflow-action usage (#1204) 2023-04-26 12:56:53 +02:00
Sebastian Silbermann
153a095369 chore: Allow semantic-release to post updates in issues (#1176) 2023-02-16 23:34:19 +01:00
Sebastian Silbermann
9b7a1e2bea feat: Drop support for Node.js 12.x (#1169)
BREAKING CHANGE: Minimum supported Node.js version is now 14.x
2023-01-31 05:58:01 +01:00
Alex
c43512a927 GitHub Workflows security hardening (#1162) 2022-12-12 18:33:05 +01:00
Sebastian Silbermann
185e3142a3 test: Add Node.js 18.x to test matrix (#1138) 2022-10-08 13:22:18 +02:00
Sebastian Silbermann
f176285e4e chore: Run with latest Node 16 again (#1071) 2022-05-17 20:51:03 +02:00
Sebastian Silbermann
2c451b3468 chore: Run release from 12.x branch (#1044) (#1045) 2022-04-13 16:38:43 +02:00
Sebastian Silbermann
ccd8a0d97d feat: Add support for React 18 (#1031)
BREAKING CHANGE: Drop support for React 17 and earlier. We'll use the new [`createRoot` API](reactwg/react-18#5) by default which comes with a set of [changes while also enabling support for concurrent features](reactwg/react-18#4).
To can opt-out of this change by using `render(ui, { legacyRoot: true } )`. But be aware that the legacy root API is deprecated in React 18 and its usage will trigger console warnings.

Co-authored-by: Philipp Fritsche <ph.fritsche@gmail.com>
2022-03-31 06:55:38 +02:00
Sebastian Silbermann
071a6fdc1d test: Format codebase with prettier (#959) 2021-09-11 11:42:24 +02:00
Sebastian Silbermann
68fd459149 test: Ensure broken node 16.9.0 isn't used (#960) 2021-09-11 11:38:50 +02:00
Sebastian Silbermann
42dad789af feat: Drop support for node 10 (#930)
BREAKING CHANGE: node 10 is no longer supported. It reached its end-of-life on 30.04.2021.
2021-06-12 11:27:17 +02:00
Sebastian Silbermann
875ee5b5c2 chore: Don't test with node 15 (#922) 2021-06-08 10:55:05 +02:00
Matan Borenkraout
fe163763bb chore: rename master to main in all references (#901)
Co-authored-by: Sebastian Silbermann <silbermann.sebastian@gmail.com>
2021-04-25 11:51:27 +02:00
Nick McCurdy
657e106cca chore: continue testing on Node 15 (#902) 2021-04-23 15:09:27 +02:00
Michaël De Boey
57b3287c00 chore: add tests for Node 16 (#900) 2021-04-21 17:31:06 +02:00
Michaël De Boey
03bea9fd76 chore: Add 'Cancel Previous Runs' step (#840)
Co-authored-by: Kent C. Dodds <me+github@kentcdodds.com>
2020-12-02 12:08:37 -07:00
Michaël De Boey
96b9aebe96 chore: Update validate.yml (#827) 2020-11-16 07:02:29 -07:00
Nick McCurdy
3af1b4ba12 chore: switch to github actions (#826)
Co-authored-by: Kent C. Dodds <me+github@kentcdodds.com>
2020-11-14 09:19:21 -07:00