Skip to content

Commit a1ba919

Browse files
committed
chore: upgrade typebox
1 parent 6ead171 commit a1ba919

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
- `[jest-cli, jest-config, @jest/types]` [**BREAKING**] Remove deprecated `--init` argument ([#14490](https://github.com/jestjs/jest/pull/14490))
6060
- `[jest-config, @jest/core, jest-util]` Upgrade `ci-info` ([#14655](https://github.com/jestjs/jest/pull/14655))
6161
- `[jest-mock]` [**BREAKING**] Remove `MockFunctionMetadataType`, `MockFunctionMetadata` and `SpyInstance` types ([#14621](https://github.com/jestjs/jest/pull/14621))
62+
- `[jest-schemas]` Upgrade `@sinclair/typebox` ([#14775](https://github.com/jestjs/jest/pull/14775))
6263
- `[jest-transform]` Upgrade `write-file-atomic` ([#14274](https://github.com/jestjs/jest/pull/14274))
6364
- `[jest-util]` Upgrade `picomatch` to v3 ([#14653](https://github.com/jestjs/jest/pull/14653))
6465
- `[docs] Append to NODE_OPTIONS, not overwrite ([#14730](https://github.com/jestjs/jest/pull/14730))`

packages/jest-schemas/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"./package.json": "./package.json"
2020
},
2121
"dependencies": {
22-
"@sinclair/typebox": "^0.31.0"
22+
"@sinclair/typebox": "^0.32.1"
2323
},
2424
"engines": {
2525
"node": "^16.10.0 || ^18.12.0 || >=20.0.0"

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3131,7 +3131,7 @@ __metadata:
31313131
version: 0.0.0-use.local
31323132
resolution: "@jest/schemas@workspace:packages/jest-schemas"
31333133
dependencies:
3134-
"@sinclair/typebox": ^0.31.0
3134+
"@sinclair/typebox": ^0.32.1
31353135
languageName: unknown
31363136
linkType: soft
31373137

@@ -4451,10 +4451,10 @@ __metadata:
44514451
languageName: node
44524452
linkType: hard
44534453

4454-
"@sinclair/typebox@npm:^0.31.0":
4455-
version: 0.31.21
4456-
resolution: "@sinclair/typebox@npm:0.31.21"
4457-
checksum: 33b57ba3f5db070d9834095b7ab0e3599851105585356392612bccc00cf4d5e8b3f16c7cf8578bdd980c0fe995f22a04f161ebb6d94acf09a83ef6c7a9d25189
4454+
"@sinclair/typebox@npm:^0.32.1":
4455+
version: 0.32.1
4456+
resolution: "@sinclair/typebox@npm:0.32.1"
4457+
checksum: 685f7e45769daf07a99c9016bf1f1fda838db6dedc616e2b294454ba112f4eb817e44ffebcb65980d72ec85f4b34acdf3d05740b6f5bd5a36b20ae32a3ef5a0f
44584458
languageName: node
44594459
linkType: hard
44604460

0 commit comments

Comments
 (0)