From 9a5bda5c1803767ba9c15415455be85334bd1687 Mon Sep 17 00:00:00 2001 From: Simen Bekkhus Date: Tue, 19 Sep 2023 21:58:34 +0200 Subject: [PATCH] fix: upgrade typebox (#14072) --- 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 c11760bdec13..de6fdf0fdd37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ - `[@jest/core, @jest/test-sequencer]` [**BREAKING**] Exposes `globalConfig` & `contexts` to `TestSequencer` ([#14535](https://github.com/jestjs/jest/pull/14535), & [#14543](https://github.com/jestjs/jest/pull/14543)) - `[jest-environment-jsdom]` [**BREAKING**] Upgrade JSDOM to v22 ([#13825](https://github.com/jestjs/jest/pull/13825)) - `[@jest/fake-timers]` [**BREAKING**] Upgrade `@sinonjs/fake-timers` to v11 ([#14544](https://github.com/jestjs/jest/pull/14544)) +- `[@jest/schemas]` Upgrade `@sinclair/typebox` to v0.31 ([#14072](https://github.com/jestjs/jest/pull/14072)) - `[pretty-format]` [**BREAKING**] Do not render empty string children (`''`) in React plugin ([#14470](https://github.com/facebook/jest/pull/14470)) ### Fixes diff --git a/packages/jest-schemas/package.json b/packages/jest-schemas/package.json index 7ed94363463e..3ca09f866b5a 100644 --- a/packages/jest-schemas/package.json +++ b/packages/jest-schemas/package.json @@ -17,7 +17,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@sinclair/typebox": "^0.27.8" + "@sinclair/typebox": "^0.31.0" }, "engines": { "node": "^16.10.0 || ^18.12.0 || >=20.0.0" diff --git a/yarn.lock b/yarn.lock index 1eec41c0736c..4c9a3b7ac56b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3058,7 +3058,7 @@ __metadata: version: 0.0.0-use.local resolution: "@jest/schemas@workspace:packages/jest-schemas" dependencies: - "@sinclair/typebox": ^0.27.8 + "@sinclair/typebox": ^0.31.0 languageName: unknown linkType: soft @@ -4319,10 +4319,10 @@ __metadata: languageName: node linkType: hard -"@sinclair/typebox@npm:^0.27.8": - version: 0.27.8 - resolution: "@sinclair/typebox@npm:0.27.8" - checksum: 00bd7362a3439021aa1ea51b0e0d0a0e8ca1351a3d54c606b115fdcc49b51b16db6e5f43b4fe7a28c38688523e22a94d49dd31168868b655f0d4d50f032d07a1 +"@sinclair/typebox@npm:^0.31.0": + version: 0.31.15 + resolution: "@sinclair/typebox@npm:0.31.15" + checksum: 5dea8975a5a7b124252baf61c5a6871b1efc28f61550427335b0a3d522ff80db350fbda21c5a0dc69d5620ddfb9f38ccf492f0ec83b7478898f08b97d46ed387 languageName: node linkType: hard