DOM Testing Library v10.0.0

v10.0.0
Added 1
  • add support for Node.js 20.x
Changed 1
  • upgrade aria-query to 5.3.0
Fixed 1
  • use defineProperty on the error object instead of setting the message directly
Removed 1
  • Drop support for Node.js 14.x and Node.js 16.x

From DOM Testing Library

10.0.0 (2024-04-08)

Bug Fixes
  • use defineProperty on the error object instead of setting the message directly (#1268) (3580f25), closes #1259
Features
  • Drop support for Node.js 14.x and Node.js 16.x and add support for Node 20.x (#1255) (452097b)
  • upgrade aria-query to 5.3.0 (#1241) (2c57055), closes #1240
BREAKING CHANGES
  • Minimum supported Node.js version is 18.0
  • New version of aria-query changes various roles. Check out the changed tests in 2c57055 to get an overview about what changed.
View original

Upgraded? How did it go?

Discussion