File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 59
59
- ` [jest-cli, jest-config, @jest/types] ` [ ** BREAKING** ] Remove deprecated ` --init ` argument ([ #14490 ] ( https://github.com/jestjs/jest/pull/14490 ) )
60
60
- ` [jest-config, @jest/core, jest-util] ` Upgrade ` ci-info ` ([ #14655 ] ( https://github.com/jestjs/jest/pull/14655 ) )
61
61
- ` [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 ) )
62
63
- ` [jest-transform] ` Upgrade ` write-file-atomic ` ([ #14274 ] ( https://github.com/jestjs/jest/pull/14274 ) )
63
64
- ` [jest-util] ` Upgrade ` picomatch ` to v3 ([ #14653 ] ( https://github.com/jestjs/jest/pull/14653 ) )
64
65
- ` [docs] Append to NODE_OPTIONS, not overwrite ([#14730](https://github.com/jestjs/jest/pull/14730)) `
Original file line number Diff line number Diff line change 19
19
"./package.json" : " ./package.json"
20
20
},
21
21
"dependencies" : {
22
- "@sinclair/typebox" : " ^0.31.0 "
22
+ "@sinclair/typebox" : " ^0.32.1 "
23
23
},
24
24
"engines" : {
25
25
"node" : " ^16.10.0 || ^18.12.0 || >=20.0.0"
Original file line number Diff line number Diff line change @@ -3131,7 +3131,7 @@ __metadata:
3131
3131
version: 0.0.0-use.local
3132
3132
resolution: "@jest/schemas@workspace:packages/jest-schemas"
3133
3133
dependencies:
3134
- "@sinclair/typebox": ^0.31.0
3134
+ "@sinclair/typebox": ^0.32.1
3135
3135
languageName: unknown
3136
3136
linkType: soft
3137
3137
@@ -4451,10 +4451,10 @@ __metadata:
4451
4451
languageName: node
4452
4452
linkType: hard
4453
4453
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
4458
4458
languageName: node
4459
4459
linkType: hard
4460
4460
You can’t perform that action at this time.
0 commit comments