From fcae536efdc20c777b8307753f09b25205f6ee1c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 19 Apr 2024 16:50:17 +0000 Subject: [PATCH] chore(main): release nyc 17.0.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 16 ++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 20 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e6f87049..841e693b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "16.0.0" + ".": "17.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 31c252d9..e378964f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [17.0.0](https://github.com/istanbuljs/nyc/compare/nyc-v16.0.0...nyc-v17.0.0) (2024-04-19) + + +### ⚠ BREAKING CHANGES + +* minimum Node version now 18 + +### Bug Fixes + +* **deps:** address security alerts in deps ([#1555](https://github.com/istanbuljs/nyc/issues/1555)) ([b6ed598](https://github.com/istanbuljs/nyc/commit/b6ed59832e1b190486cbf289f081122b384465e5)) + + +### Build System + +* minimum Node version now 18 ([9ef340e](https://github.com/istanbuljs/nyc/commit/9ef340e07514b5e2d05f93a99fca17e5d60d65db)) + ## [16.0.0](https://github.com/istanbuljs/nyc/compare/v15.1.0...v16.0.0) (2024-04-10) diff --git a/package-lock.json b/package-lock.json index 64aaef63..9965ed02 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "nyc", - "version": "16.0.0", + "version": "17.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "nyc", - "version": "16.0.0", + "version": "17.0.0", "license": "ISC", "dependencies": { "@istanbuljs/load-nyc-config": "^1.0.0", diff --git a/package.json b/package.json index acededa2..778de516 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nyc", - "version": "16.0.0", + "version": "17.0.0", "description": "the Istanbul command line interface", "main": "index.js", "scripts": {