Skip to content

Commit a7f355a

Browse files
Publish Next Version
1 parent c6ab34c commit a7f355a

11 files changed

+33
-52
lines changed

.changeset/calm-windows-retire.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/chilly-camels-obey.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/dirty-dolls-live.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/fuzzy-boxes-scream.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

.changeset/proud-spies-taste.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/real-teachers-reply.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/rotten-ads-do.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/silver-countries-fail.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/stale-bananas-yell.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,37 @@
11
# pleasantest
22

3+
## 5.0.0
4+
5+
### Major Changes
6+
7+
- [#749](https://github.com/cloudfour/pleasantest/pull/749) [`10bee94`](https://github.com/cloudfour/pleasantest/commit/10bee945d3b07e10897e6c567d7f7e2198a6247f) Thanks [@calebeby](https://github.com/calebeby)! - Drop support for node 16
8+
9+
- [#715](https://github.com/cloudfour/pleasantest/pull/715) [`78cecbe`](https://github.com/cloudfour/pleasantest/commit/78cecbe3f3a990d84f720db9a47c686a0996b0d7) Thanks [@renovate](https://github.com/apps/renovate)! - `aria-query` was updated to `5.3.0`.
10+
This update provides updated alignment with the ARIA spec,
11+
and will affect Testing Library queries and `getAccessibilityTree` results.
12+
13+
- [#715](https://github.com/cloudfour/pleasantest/pull/715) [`78cecbe`](https://github.com/cloudfour/pleasantest/commit/78cecbe3f3a990d84f720db9a47c686a0996b0d7) Thanks [@renovate](https://github.com/apps/renovate)! - We are now using `@testing-library/jest-dom@6`.
14+
We now support all of the jest-dom matchers, except for the deprecated ones.
15+
16+
- `toHaveErrorMessage` was deprecated, use `toHaveAccessibleErrorMessage` instead
17+
- `toHaveRole` was added
18+
19+
### Minor Changes
20+
21+
- [#726](https://github.com/cloudfour/pleasantest/pull/726) [`e71e259`](https://github.com/cloudfour/pleasantest/commit/e71e2590e6c205006b36d2c92a67517ab8bb383d) Thanks [@calebeby](https://github.com/calebeby)! - Fix fork URL for ESM use
22+
23+
- [#732](https://github.com/cloudfour/pleasantest/pull/732) [`29b8671`](https://github.com/cloudfour/pleasantest/commit/29b8671d7ef710ad54cbb35faaea35468a5fd081) Thanks [@calebeby](https://github.com/calebeby)! - Allow returning non-serializable values from `waitFor`
24+
25+
- [#754](https://github.com/cloudfour/pleasantest/pull/754) [`6f8ba78`](https://github.com/cloudfour/pleasantest/commit/6f8ba78f9ccabd10c6aa207224c94e46fef3e0dd) Thanks [@renovate](https://github.com/apps/renovate)! - Update `puppeteer` to `v22`. [The Puppeteer changelog is available here](https://github.com/puppeteer/puppeteer/blob/main/packages/puppeteer/CHANGELOG.md#2200-2024-02-05)
26+
27+
- [#728](https://github.com/cloudfour/pleasantest/pull/728) [`76f1862`](https://github.com/cloudfour/pleasantest/commit/76f1862acd328f4ef5ea51c69f787df9fd427eb1) Thanks [@calebeby](https://github.com/calebeby)! - Re-export devices from `puppeteer.KnownDevices` instead of deprecated `puppeteer.devices`
28+
29+
- [#749](https://github.com/cloudfour/pleasantest/pull/749) [`10bee94`](https://github.com/cloudfour/pleasantest/commit/10bee945d3b07e10897e6c567d7f7e2198a6247f) Thanks [@calebeby](https://github.com/calebeby)! - Add support for node 22
30+
31+
### Patch Changes
32+
33+
- [#725](https://github.com/cloudfour/pleasantest/pull/725) [`24b347d`](https://github.com/cloudfour/pleasantest/commit/24b347d229894ec61fc4b6b457c8bdcfa45dfb1d) Thanks [@calebeby](https://github.com/calebeby)! - Fix types in export map
34+
335
## 4.0.0
436

537
### Major Changes

0 commit comments

Comments
 (0)