From a1ba919e541cbba74dc9aa5d277405f7e2e1c7f2 Mon Sep 17 00:00:00 2001 From: Simen Bekkhus Date: Sun, 24 Dec 2023 12:25:49 +0100 Subject: [PATCH] chore: upgrade typebox --- CHANGELOG.md | 1 + packages/jest-schemas/package.json | 2 +- yarn.lock | 10 +++++----- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 023069f47135..a24a100ebd79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -59,6 +59,7 @@ - `[jest-cli, jest-config, @jest/types]` [**BREAKING**] Remove deprecated `--init` argument ([#14490](https://github.com/jestjs/jest/pull/14490)) - `[jest-config, @jest/core, jest-util]` Upgrade `ci-info` ([#14655](https://github.com/jestjs/jest/pull/14655)) - `[jest-mock]` [**BREAKING**] Remove `MockFunctionMetadataType`, `MockFunctionMetadata` and `SpyInstance` types ([#14621](https://github.com/jestjs/jest/pull/14621)) +- `[jest-schemas]` Upgrade `@sinclair/typebox` ([#14775](https://github.com/jestjs/jest/pull/14775)) - `[jest-transform]` Upgrade `write-file-atomic` ([#14274](https://github.com/jestjs/jest/pull/14274)) - `[jest-util]` Upgrade `picomatch` to v3 ([#14653](https://github.com/jestjs/jest/pull/14653)) - `[docs] Append to NODE_OPTIONS, not overwrite ([#14730](https://github.com/jestjs/jest/pull/14730))` diff --git a/packages/jest-schemas/package.json b/packages/jest-schemas/package.json index fa59f398733f..657530a7c265 100644 --- a/packages/jest-schemas/package.json +++ b/packages/jest-schemas/package.json @@ -19,7 +19,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@sinclair/typebox": "^0.31.0" + "@sinclair/typebox": "^0.32.1" }, "engines": { "node": "^16.10.0 || ^18.12.0 || >=20.0.0" diff --git a/yarn.lock b/yarn.lock index bb02e2bea7a3..e797c2a91eeb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3131,7 +3131,7 @@ __metadata: version: 0.0.0-use.local resolution: "@jest/schemas@workspace:packages/jest-schemas" dependencies: - "@sinclair/typebox": ^0.31.0 + "@sinclair/typebox": ^0.32.1 languageName: unknown linkType: soft @@ -4451,10 +4451,10 @@ __metadata: languageName: node linkType: hard -"@sinclair/typebox@npm:^0.31.0": - version: 0.31.21 - resolution: "@sinclair/typebox@npm:0.31.21" - checksum: 33b57ba3f5db070d9834095b7ab0e3599851105585356392612bccc00cf4d5e8b3f16c7cf8578bdd980c0fe995f22a04f161ebb6d94acf09a83ef6c7a9d25189 +"@sinclair/typebox@npm:^0.32.1": + version: 0.32.1 + resolution: "@sinclair/typebox@npm:0.32.1" + checksum: 685f7e45769daf07a99c9016bf1f1fda838db6dedc616e2b294454ba112f4eb817e44ffebcb65980d72ec85f4b34acdf3d05740b6f5bd5a36b20ae32a3ef5a0f languageName: node linkType: hard