node-core-utils icon indicating copy to clipboard operation
node-core-utils copied to clipboard

CLI tools for Node.js Core collaborators

Results 93 node-core-utils issues
Sort by recently updated
recently updated
newest added

Rely on `gpg` being available on the path, but is opt-in so it shouldn't be a problem. Users can chose wether they want to use a passphrase or their key...

I just encountered this whilst trying to pull in the FileAPI tests for a backport, and I'd written: ``` $ git node wpt File ``` Instead of: ``` $ git...

bug

I recommend updating the pull request workflow to check for conventional commit format in the commits, since release changelog requires it. If there's no objections, I'll be happy to add...

:robot: I have created a release *beep* *boop* --- ## [5.3.2](https://github.com/nodejs/node-core-utils/compare/v5.3.1...v5.3.2) (2024-07-03) ### Bug Fixes * handle dependencies empty on sec release blog ([#828](https://github.com/nodejs/node-core-utils/issues/828)) ([987aaca](https://github.com/nodejs/node-core-utils/commit/987aacaded33e94548cb22904c7fb828fd73e804)) --- This PR was generated...

autorelease: pending

closes https://github.com/nodejs/node-core-utils/issues/810 I have no idea how to add tests for this, but hopefully it's straightforward. This is needed for undici to use `git node wpt` to pull tests for...

`git node wpt fetch` or `git node wpt service-workers` consistently times out for me ``` ⚠ Please create fetch.json in test/wpt/status ------------------------ Checking updates for fetch... ------------------------- No records for...

Attempted to backport a commit that doesn't exist yet. With [email protected]: ```console $ npx [email protected] -- git-node v8 backport df5724c11697b4fbe803adcb5a51020dea2d923f Need to install the following packages: [email protected] Ok to proceed?...

CC @panva Followup https://github.com/nodejs/node/pull/54593/files#diff-044c4e3128d6bcf139f31a36cf054f2e59954367d4493e1c1b1a42d7b9d88067

- Replace the `inquirer` dependency with `@inquirer/prompts` as the former is now legacy. - Update the `log-symbols` dependency and the `sinon` development dependency to their new major versions. - Update...

You can try it with `git node release -S --promote https://github.com/nodejs/node/pull/53945`. Supersedes https://github.com/nodejs/node-core-utils/pull/402 /cc @nodejs/releasers