Skip to content

Commit 12b12b8

Browse files
authored
chore: bump jest-serialiser-ansi-escapes (#13004)
1 parent fd4bfbd commit 12b12b8

File tree

19 files changed

+1190
-1190
lines changed

19 files changed

+1190
-1190
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88

99
- `[jest-changed-files]` Fix a lock-up after repeated invocations ([#12757](https://github.com/facebook/jest/issues/12757))
1010
- `[@jest/expect-utils]` Fix deep equality of ImmutableJS OrderedSets ([#12977](https://github.com/facebook/jest/pull/12977))
11-
- `[jest-snapshot]` Fix indendation of awaited inline snapshots ([#12986](https://github.com/facebook/jest/pull/12986))
11+
- `[jest-snapshot]` Fix indentation of awaited inline snapshots ([#12986](https://github.com/facebook/jest/pull/12986))
1212

1313
### Chore & Maintenance
1414

15-
- `[*]` Replace internal usage of `pretty-format/ConvertAnsi` with `jest-serializer-ansi-escapes` ([#12935](https://github.com/facebook/jest/pull/12935))
15+
- `[*]` Replace internal usage of `pretty-format/ConvertAnsi` with `jest-serializer-ansi-escapes` ([#12935](https://github.com/facebook/jest/pull/12935), [#13004](https://github.com/facebook/jest/pull/13004))
1616

1717
### Performance
1818

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"jest-junit": "^13.0.0",
5656
"jest-mock": "workspace:*",
5757
"jest-runner-tsd": "^3.1.0",
58-
"jest-serializer-ansi-escapes": "^1.0.0",
58+
"jest-serializer-ansi-escapes": "^2.0.1",
5959
"jest-silent-reporter": "^0.5.0",
6060
"jest-snapshot": "workspace:*",
6161
"jest-watch-typeahead": "^1.1.0",

0 commit comments

Comments
 (0)