From f88bbc6f67ea22f97c90006d3ebad79e2e5c8250 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 22:50:27 +0800 Subject: [PATCH] bump(deps): update dependency io-ts to ^2.2.22 (#330) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [io-ts](https://redirect.github.com/gcanti/io-ts) | [`^2.2.21` -> `^2.2.22`](https://renovatebot.com/diffs/npm/io-ts/2.2.21/2.2.22) | [![age](https://developer.mend.io/api/mc/badges/age/npm/io-ts/2.2.22?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/io-ts/2.2.22?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/io-ts/2.2.21/2.2.22?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/io-ts/2.2.21/2.2.22?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
gcanti/io-ts (io-ts) ### [`v2.2.22`](https://redirect.github.com/gcanti/io-ts/blob/HEAD/CHANGELOG.md#2222) [Compare Source](https://redirect.github.com/gcanti/io-ts/compare/0a0b0c3a4e8f88b00a4825586fb661ceef58e659...2.2.22) - **Bug Fix** - Test for readonly type when optimizing tagged unions, [#​719](https://redirect.github.com/gcanti/io-ts/issues/719)
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/fuxingloh/multi-labeler). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7b309fd..05e835c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@actions/core": "^1.11.1", "@actions/github": "^6.0.0", "fp-ts": "^2.16.9", - "io-ts": "^2.2.21", + "io-ts": "^2.2.22", "io-ts-reporters": "^2.0.1", "js-yaml": "^4.1.0", "lodash": "^4.17.21", @@ -4724,9 +4724,10 @@ } }, "node_modules/io-ts": { - "version": "2.2.21", - "resolved": "https://registry.npmjs.org/io-ts/-/io-ts-2.2.21.tgz", - "integrity": "sha512-zz2Z69v9ZIC3mMLYWIeoUcwWD6f+O7yP92FMVVaXEOSZH1jnVBmET/urd/uoarD1WGBY4rCj8TAyMPzsGNzMFQ==", + "version": "2.2.22", + "resolved": "https://registry.npmjs.org/io-ts/-/io-ts-2.2.22.tgz", + "integrity": "sha512-FHCCztTkHoV9mdBsHpocLpdTAfh956ZQcIkWQxxS0U5HT53vtrcuYdQneEJKH6xILaLNzXVl2Cvwtoy8XNN0AA==", + "license": "MIT", "peerDependencies": { "fp-ts": "^2.5.0" } diff --git a/package.json b/package.json index 6be3a6b..f9e6c4c 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@actions/core": "^1.11.1", "@actions/github": "^6.0.0", "fp-ts": "^2.16.9", - "io-ts": "^2.2.21", + "io-ts": "^2.2.22", "io-ts-reporters": "^2.0.1", "js-yaml": "^4.1.0", "lodash": "^4.17.21",