From e2c95731ab127aaa21b875a8d63a17bb17184af8 Mon Sep 17 00:00:00 2001 From: renovate <29139614+renovate@users.noreply.github.com> Date: Tue, 11 Jun 2024 06:36:05 +0000 Subject: [PATCH] chore: bump up nyc version to v17 (#7187) 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 | |---|---|---|---|---|---| | [nyc](https://istanbul.js.org/) ([source](https://togithub.com/istanbuljs/nyc)) | [`^15.1.0` -> `^17.0.0`](https://renovatebot.com/diffs/npm/nyc/15.1.0/17.0.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/nyc/17.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/nyc/17.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/nyc/15.1.0/17.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/nyc/15.1.0/17.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
istanbuljs/nyc (nyc) ### [`v17.0.0`](https://togithub.com/istanbuljs/nyc/blob/HEAD/CHANGELOG.md#1700-2024-04-19) [Compare Source](https://togithub.com/istanbuljs/nyc/compare/v15.1.0...nyc-v17.0.0) ##### ⚠ BREAKING CHANGES - minimum Node version now 18 ##### Bug Fixes - **deps:** address security alerts in deps ([#​1555](https://togithub.com/istanbuljs/nyc/issues/1555)) ([b6ed598](https://togithub.com/istanbuljs/nyc/commit/b6ed59832e1b190486cbf289f081122b384465e5)) ##### Build System - minimum Node version now 18 ([9ef340e](https://togithub.com/istanbuljs/nyc/commit/9ef340e07514b5e2d05f93a99fca17e5d60d65db))
--- ### 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/toeverything/AFFiNE). --- package.json | 2 +- yarn.lock | 39 ++++++++++++++++++++++++++++++++++++++- 2 files changed, 39 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 80b4c08233..d4f61c8450 100644 --- a/package.json +++ b/package.json @@ -94,7 +94,7 @@ "msw": "^2.3.0", "nanoid": "^5.0.7", "nx": "^19.0.0", - "nyc": "^15.1.0", + "nyc": "^17.0.0", "oxlint": "0.3.5", "prettier": "^3.2.5", "semver": "^7.6.0", diff --git a/yarn.lock b/yarn.lock index 1a879f6276..9909a9f683 100644 --- a/yarn.lock +++ b/yarn.lock @@ -601,7 +601,7 @@ __metadata: msw: "npm:^2.3.0" nanoid: "npm:^5.0.7" nx: "npm:^19.0.0" - nyc: "npm:^15.1.0" + nyc: "npm:^17.0.0" oxlint: "npm:0.3.5" prettier: "npm:^3.2.5" semver: "npm:^7.6.0" @@ -29287,6 +29287,43 @@ __metadata: languageName: node linkType: hard +"nyc@npm:^17.0.0": + version: 17.0.0 + resolution: "nyc@npm:17.0.0" + dependencies: + "@istanbuljs/load-nyc-config": "npm:^1.0.0" + "@istanbuljs/schema": "npm:^0.1.2" + caching-transform: "npm:^4.0.0" + convert-source-map: "npm:^1.7.0" + decamelize: "npm:^1.2.0" + find-cache-dir: "npm:^3.2.0" + find-up: "npm:^4.1.0" + foreground-child: "npm:^2.0.0" + get-package-type: "npm:^0.1.0" + glob: "npm:^7.1.6" + istanbul-lib-coverage: "npm:^3.0.0" + istanbul-lib-hook: "npm:^3.0.0" + istanbul-lib-instrument: "npm:^6.0.2" + istanbul-lib-processinfo: "npm:^2.0.2" + istanbul-lib-report: "npm:^3.0.0" + istanbul-lib-source-maps: "npm:^4.0.0" + istanbul-reports: "npm:^3.0.2" + make-dir: "npm:^3.0.0" + node-preload: "npm:^0.2.1" + p-map: "npm:^3.0.0" + process-on-spawn: "npm:^1.0.0" + resolve-from: "npm:^5.0.0" + rimraf: "npm:^3.0.0" + signal-exit: "npm:^3.0.2" + spawn-wrap: "npm:^2.0.0" + test-exclude: "npm:^6.0.0" + yargs: "npm:^15.0.2" + bin: + nyc: bin/nyc.js + checksum: 10/b20627f4875ac79861255bfc9abfaa2589bcb2b8e59ab0f8a4905e4fba80ba55be92ca408426f2d3a6a9786f79331b1e48404aa8f89208d8c11695c68d188b26 + languageName: node + linkType: hard + "nypm@npm:^0.3.8": version: 0.3.8 resolution: "nypm@npm:0.3.8"