From 128f0eeaf46c3508fe1420d470dabca59fc1fbb8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 13:56:24 +0000 Subject: [PATCH] fix(deps): update dependency io-ts to v2.2.21 (#994) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [io-ts](https://togithub.com/gcanti/io-ts) | [`2.2.16` -> `2.2.21`](https://renovatebot.com/diffs/npm/io-ts/2.2.16/2.2.21) | [![age](https://developer.mend.io/api/mc/badges/age/npm/io-ts/2.2.21?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/io-ts/2.2.21?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/io-ts/2.2.16/2.2.21?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/io-ts/2.2.16/2.2.21?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
gcanti/io-ts (io-ts) ### [`v2.2.21`](https://togithub.com/gcanti/io-ts/blob/HEAD/CHANGELOG.md#2221) [Compare Source](https://togithub.com/gcanti/io-ts/compare/2.2.20...0a0b0c3a4e8f88b00a4825586fb661ceef58e659) - **Bug Fix** - Handle `record` keys outside `domain`, [#​705](https://togithub.com/gcanti/io-ts/issues/705) ([@​tgfisher4](https://togithub.com/tgfisher4)) ### [`v2.2.20`](https://togithub.com/gcanti/io-ts/blob/HEAD/CHANGELOG.md#2220) [Compare Source](https://togithub.com/gcanti/io-ts/compare/2.2.19...2.2.20) - undeprecate `FunctionType`, `FunctionC`, `Function` - undeprecate `NeverType`, `NeverC`, `never` - undeprecate `AnyType`, `AnyC`, `any` - undeprecate `RefinementC`, `refinement`, `Integer` - add refinement overload to allow custom branding, closes [#​373](https://togithub.com/gcanti/io-ts/issues/373) ### [`v2.2.19`](https://togithub.com/gcanti/io-ts/blob/HEAD/CHANGELOG.md#2219) [Compare Source](https://togithub.com/gcanti/io-ts/compare/2.2.18...2.2.19) - **Bug Fix** - allow `Error` to be decoded with `UnknownRecord`, [#​664](https://togithub.com/gcanti/io-ts/issues/664) ([@​mlegenhausen](https://togithub.com/mlegenhausen)) ### [`v2.2.18`](https://togithub.com/gcanti/io-ts/blob/HEAD/CHANGELOG.md#2218) [Compare Source](https://togithub.com/gcanti/io-ts/compare/2.2.17...2.2.18) - **Bug Fix** - fix `typescript@4.8` errors, closes [#​656](https://togithub.com/gcanti/io-ts/issues/656), closes [#​647](https://togithub.com/gcanti/io-ts/issues/647) ([@​gcanti](https://togithub.com/gcanti)) ### [`v2.2.17`](https://togithub.com/gcanti/io-ts/blob/HEAD/CHANGELOG.md#2217) [Compare Source](https://togithub.com/gcanti/io-ts/compare/2.2.16...2.2.17) - **Bug Fix** - Don't throw a TypeError when trying to decode a sum value that contains a dangerous string, [#​650](https://togithub.com/gcanti/io-ts/issues/650) ([@​thewilkybarkid](https://togithub.com/thewilkybarkid))
--- ### Configuration 📅 **Schedule**: Branch creation - "every weekday" in timezone Etc/UTC, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/ScaleLeap/amazon-advertising-api-sdk). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index dbf65ed1d..78aeffcf0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "client-oauth2": "4.3.3", "fp-ts": "2.12.1", "http-status-codes": "2.2.0", - "io-ts": "2.2.16", + "io-ts": "2.2.21", "io-ts-promise": "2.0.2", "io-ts-reporters": "1.2.2", "io-ts-types": "0.5.16", @@ -7280,9 +7280,9 @@ } }, "node_modules/io-ts": { - "version": "2.2.16", - "resolved": "https://registry.npmjs.org/io-ts/-/io-ts-2.2.16.tgz", - "integrity": "sha512-y5TTSa6VP6le0hhmIyN0dqEXkrZeJLeC5KApJq6VLci3UEKF80lZ+KuoUs02RhBxNWlrqSNxzfI7otLX1Euv8Q==", + "version": "2.2.21", + "resolved": "https://registry.npmjs.org/io-ts/-/io-ts-2.2.21.tgz", + "integrity": "sha512-zz2Z69v9ZIC3mMLYWIeoUcwWD6f+O7yP92FMVVaXEOSZH1jnVBmET/urd/uoarD1WGBY4rCj8TAyMPzsGNzMFQ==", "peerDependencies": { "fp-ts": "^2.5.0" } @@ -24124,9 +24124,9 @@ } }, "io-ts": { - "version": "2.2.16", - "resolved": "https://registry.npmjs.org/io-ts/-/io-ts-2.2.16.tgz", - "integrity": "sha512-y5TTSa6VP6le0hhmIyN0dqEXkrZeJLeC5KApJq6VLci3UEKF80lZ+KuoUs02RhBxNWlrqSNxzfI7otLX1Euv8Q==" + "version": "2.2.21", + "resolved": "https://registry.npmjs.org/io-ts/-/io-ts-2.2.21.tgz", + "integrity": "sha512-zz2Z69v9ZIC3mMLYWIeoUcwWD6f+O7yP92FMVVaXEOSZH1jnVBmET/urd/uoarD1WGBY4rCj8TAyMPzsGNzMFQ==" }, "io-ts-promise": { "version": "2.0.2", diff --git a/package.json b/package.json index c73c896c5..336883605 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "client-oauth2": "4.3.3", "fp-ts": "2.12.1", "http-status-codes": "2.2.0", - "io-ts": "2.2.16", + "io-ts": "2.2.21", "io-ts-promise": "2.0.2", "io-ts-reporters": "1.2.2", "io-ts-types": "0.5.16",