Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 35 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,40 @@
# Changelog

## [7.0.0](https://github.com/nodejs/node-core-utils/compare/v6.4.0...v7.0.0) (2026-07-21)


### ⚠ BREAKING CHANGES

* **v8:** synchronize Rust crates with major updates ([#1117](https://github.com/nodejs/node-core-utils/issues/1117))
* 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))
* add metadata JSON readiness output ([#1113](https://github.com/nodejs/node-core-utils/issues/1113)) ([a22e127](https://github.com/nodejs/node-core-utils/commit/a22e127565e86238cc9d0b378cbbe297cdc58ea6))
* **git-node:** add `git node benchmark` ([#1114](https://github.com/nodejs/node-core-utils/issues/1114)) ([eb405a1](https://github.com/nodejs/node-core-utils/commit/eb405a170d741d5fdb2f7cbc4f7e413ad9570c40))
* **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))
* **security:** add include-all report selection mode ([#1111](https://github.com/nodejs/node-core-utils/issues/1111)) ([e4a7c7d](https://github.com/nodejs/node-core-utils/commit/e4a7c7dea4529235ecb8e028377e961d66bab0b7))
* **security:** offer Tuesday release date choices ([#1110](https://github.com/nodejs/node-core-utils/issues/1110)) ([1f46846](https://github.com/nodejs/node-core-utils/commit/1f46846c29b6e21962beb7d15b9f94eb5781c5d3))
* support affectedVersions as object ([#1118](https://github.com/nodejs/node-core-utils/issues/1118)) ([c3b9dc6](https://github.com/nodejs/node-core-utils/commit/c3b9dc659b0433b5d92e3a6bd72ec998a24289fa))
* **v8:** synchronize Rust crates with major updates ([#1117](https://github.com/nodejs/node-core-utils/issues/1117)) ([78e1dbb](https://github.com/nodejs/node-core-utils/commit/78e1dbb7f0c5bddc3db820bd9d0feaa0a3490a9c))


### Bug Fixes

* add announcement ref to top-level vuln json ([#1119](https://github.com/nodejs/node-core-utils/issues/1119)) ([3017208](https://github.com/nodejs/node-core-utils/commit/3017208dc95e56f2381a9a4abf32336942f803c6))
* **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))
* **git-node:** fix SSH passphrase input when promoting a release ([#1097](https://github.com/nodejs/node-core-utils/issues/1097)) ([10c6f35](https://github.com/nodejs/node-core-utils/commit/10c6f35d8fde535f676d526c8ffe1eeb35951d9b))
* **git-node:** prefill both patch and minor versions when requesting CVEs ([#1095](https://github.com/nodejs/node-core-utils/issues/1095)) ([0ead0a1](https://github.com/nodejs/node-core-utils/commit/0ead0a1a213fb67a43aec3ba2353613ec718dca3))
* **git-node:** security release preparation should not use staging ([#1096](https://github.com/nodejs/node-core-utils/issues/1096)) ([4ad397f](https://github.com/nodejs/node-core-utils/commit/4ad397f9075cbcf7f741c4990629d1ff223ad5fb))
* remove the separator for dep update ([#1112](https://github.com/nodejs/node-core-utils/issues/1112)) ([67fbf88](https://github.com/nodejs/node-core-utils/commit/67fbf883ad4234626d4ca1c5dd5226b7e663fc0a))
* **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)


Expand Down
4 changes: 2 additions & 2 deletions npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
Loading