Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/fix-test-runner-globals.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/modernize-dependencies.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/tidy-dingos-type.md

This file was deleted.

14 changes: 14 additions & 0 deletions packages/cli-testing-library/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# cli-testing-library

## 4.0.0

### Major Changes

- 1caf209: Upgrade runtime dependencies to their latest major versions, require Node.js 22.18 or newer, publish ESM-only output built with tsdown, and spawn commands without a shell by default.

### Patch Changes

- 654a64f: Stop overriding test-runner globals in TypeScript consumers.
- b99a257: Write printable and Unicode text without manual key-map entries, support Ctrl
chords through descriptors such as `[Ctrl+C]`, and add common terminal keys to
`userEvent.keyboard`.
2 changes: 1 addition & 1 deletion packages/cli-testing-library/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cli-testing-library",
"version": "3.0.1",
"version": "4.0.0",
"description": "Simple and complete CLI testing utilities that encourage good testing practices.",
"keywords": [
"testing",
Expand Down
Loading
Loading