From 216a641939d5487fd2cc286f4548a77aca1f114b Mon Sep 17 00:00:00 2001 From: "Node.js GitHub Bot" Date: Mon, 29 Jun 2026 14:00:21 -0400 Subject: [PATCH] chore(main): release 7.0.0 --- CHANGELOG.md | 23 +++++++++++++++++++++++ npm-shrinkwrap.json | 4 ++-- package.json | 2 +- 3 files changed, 26 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 637d81fb..7d0df35f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,28 @@ # Changelog +## [7.0.0](https://github.com/nodejs/node-core-utils/compare/v6.4.0...v7.0.0) (2026-06-29) + + +### ⚠ BREAKING CHANGES + +* drop support for Node.js 20 and 25 ([#1072](https://github.com/nodejs/node-core-utils/issues/1072)) + +### Features + +* add confirmation steps to any write operation ([#1092](https://github.com/nodejs/node-core-utils/issues/1092)) ([07d5ba0](https://github.com/nodejs/node-core-utils/commit/07d5ba0c2c2800ebf7cd7f14c826c0a43ca65894)) +* **git-node:** add `git node security --apply-patches` ([#1050](https://github.com/nodejs/node-core-utils/issues/1050)) ([bf990ac](https://github.com/nodejs/node-core-utils/commit/bf990ac8fdc9d92567a3b2e084c37051bfcff904)) + + +### Bug Fixes + +* **git-node:** add missing exit loop condition ([#1101](https://github.com/nodejs/node-core-utils/issues/1101)) ([2d1085f](https://github.com/nodejs/node-core-utils/commit/2d1085f5824c76f9fe7261cefc6ccd74c9ce4035)) +* **wpt:** avoid test/fixtures/wpt/README.md conflicts ([d9fff73](https://github.com/nodejs/node-core-utils/commit/d9fff73877c8cffdfb03b1cd8132bd6c640fc137)) + + +### Miscellaneous Chores + +* drop support for Node.js 20 and 25 ([#1072](https://github.com/nodejs/node-core-utils/issues/1072)) ([c564d81](https://github.com/nodejs/node-core-utils/commit/c564d818fb55f7cdd3159708a65584db64fd43b6)) + ## [6.4.0](https://github.com/nodejs/node-core-utils/compare/v6.3.3...v6.4.0) (2026-05-13) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index ec5b8ae5..72836b15 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "@node-core/utils", - "version": "6.4.0", + "version": "7.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@node-core/utils", - "version": "6.4.0", + "version": "7.0.0", "license": "MIT", "dependencies": { "@inquirer/prompts": "^7.4.1", diff --git a/package.json b/package.json index a9d97f05..0f433853 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@node-core/utils", - "version": "6.4.0", + "version": "7.0.0", "description": "Utilities for Node.js core collaborators", "type": "module", "engines": {