From ea19f5e228652f0525f332183dac66f6662b50fc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 13 Feb 2024 16:08:37 +0800 Subject: [PATCH] bump(deps): update dependency io-ts-reporters to v2 (#259) 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-reporters](https://togithub.com/gillchristian/io-ts-reporters) | [`^1.2.2` -> `^2.0.1`](https://renovatebot.com/diffs/npm/io-ts-reporters/1.2.2/2.0.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/io-ts-reporters/2.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/io-ts-reporters/2.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/io-ts-reporters/1.2.2/2.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/io-ts-reporters/1.2.2/2.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
gillchristian/io-ts-reporters (io-ts-reporters) ### [`v2.0.1`](https://togithub.com/gillchristian/io-ts-reporters/compare/v2.0.0...v2.0.1) [Compare Source](https://togithub.com/gillchristian/io-ts-reporters/compare/v2.0.0...v2.0.1) ### [`v2.0.0`](https://togithub.com/gillchristian/io-ts-reporters/compare/v1.2.2...v2.0.0) [Compare Source](https://togithub.com/gillchristian/io-ts-reporters/compare/v1.2.2...v2.0.0)
--- ### 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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/fuxingloh/multi-labeler). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 21 +++++++++++++++------ package.json | 2 +- 2 files changed, 16 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2ab400f..68b9085 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@actions/github": "^6.0.0", "fp-ts": "^2.16.2", "io-ts": "^2.2.21", - "io-ts-reporters": "^1.2.2", + "io-ts-reporters": "^2.0.1", "js-yaml": "^4.1.0", "lodash": "^4.17.21", "minimatch": "^9.0.3" @@ -1805,6 +1805,12 @@ "url": "https://opencollective.com/unts" } }, + "node_modules/@scarf/scarf": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/@scarf/scarf/-/scarf-1.3.0.tgz", + "integrity": "sha512-lHKK8M5CTcpFj2hZDB3wIjb0KAbEOgDmiJGDv1WBRfQgRm/a8/XMEkG/N1iM01xgbUDsPQwi42D+dFo1XPAKew==", + "hasInstallScript": true + }, "node_modules/@sinclair/typebox": { "version": "0.27.8", "resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.27.8.tgz", @@ -4954,12 +4960,15 @@ } }, "node_modules/io-ts-reporters": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/io-ts-reporters/-/io-ts-reporters-1.2.2.tgz", - "integrity": "sha512-igASwWWkDY757OutNcM6zTtdJf/eTZYkoe2ymsX2qpm5bKZLo74FJYjsCtMQOEdY7dRHLLEulCyFQwdN69GBCg==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/io-ts-reporters/-/io-ts-reporters-2.0.1.tgz", + "integrity": "sha512-RVpLstYBsmTGgCW9wJ5KVyN/eRnRUDp87Flt4D1O3aJ7oAnd8csq8aXuu7ZeNK8qEDKmjUl9oUuzfwikaNAMKQ==", + "dependencies": { + "@scarf/scarf": "^1.1.1" + }, "peerDependencies": { - "fp-ts": "^2.0.2", - "io-ts": "^2.0.0" + "fp-ts": "^2.10.5", + "io-ts": "^2.2.16" } }, "node_modules/is-array-buffer": { diff --git a/package.json b/package.json index 1f27b66..0585cb6 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@actions/github": "^6.0.0", "fp-ts": "^2.16.2", "io-ts": "^2.2.21", - "io-ts-reporters": "^1.2.2", + "io-ts-reporters": "^2.0.1", "js-yaml": "^4.1.0", "lodash": "^4.17.21", "minimatch": "^9.0.3"