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 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)) `
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments