Skip to content

Releases: nodejs/node-core-utils

node-core-utils v1.28.1

25 Sep 07:55
ba58098
Compare
Choose a tag to compare

Bug Fixes

  • update-v8: add abseil-cpp as a V8 dependency (#565) (96d46ab)

node-core-utils v1.28.0

20 Sep 00:44
35d281b
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • ci: Removed support for Node.js 10 and 15.

Features

Bug Fixes

Miscellaneous Chores

  • ci: test on supported Node.js versions (dafcdd6)
  • release 1.28.0 (0044734)

node-core-utils v1.27.2

03 Jul 09:38
3c06e07
Compare
Choose a tag to compare

Bug Fixes

  • update-v8: force-add all files after cloning V8 (#549) (f23ff61)

node-core-utils v1.27.1

10 Jun 20:20
Compare
Choose a tag to compare

Bug Fixes

  • pr-checker: shouldn't fail on SKIPPED (a578cd7)

node-core-utils v1.27.0

26 Feb 12:27
ba6c992
Compare
Choose a tag to compare

Features

  • update CI requirements for landing pull requests (#533) (ad3c76b)

Bug Fixes

  • wpt: download files as buffer instead of text (#535) (d6fad2a)
  • wpt: order version keys alphabetically (#536) (308982b)

node-core-utils v1.26.0

09 Feb 10:48
059c138
Compare
Choose a tag to compare

Features

  • automate creation of the first LTS release (#514) (53e68b4)
  • make --checkCI optionable for git-node-land (#528) (b0be3dd)

Bug Fixes

  • accommodate case changes in README header (e8ef932)
  • fetch most recent 100 commits (#520) (3c862d1)
  • throw on missing info during release prep (#519) (223d075)
  • v8: correct order of ternary (#513) (6dab341)
  • undefined failures & JSON error (2c0cf83)

node-core-utils v1.25.0

30 Sep 06:11
Compare
Choose a tag to compare

Features

  • allow to fixup everything into first commit with fixupAll (4ad4a58)
  • support NCU_VERBOSITY=debug environment variable (4f84166)

Bug Fixes

node-core-utils v1.24.0

25 Aug 00:05
Compare
Choose a tag to compare

Features

  • check Actions and handle doc-only changes (855f1d4)
  • implement autorebase for PRs with multiple commits (17ea885)
  • make lint check opt-in (b567c1e)
  • git-node: add git-node status (ebc8fb2)

Bug Fixes

v1.23.0

29 Jul 20:31
332576a
Compare
Choose a tag to compare

This release includes the following fixes and changes:

  • ncu-ci: command to start CI for PRs (#445)
  • feat: allow citgm job comparison (#455)
  • feat: enable parsing citgm-nobuild jobs (#458)
  • ncu-ci: create INFRA_FAILURES category (#441)
  • chore: update mocha to v8.x (#459)
  • fix: ensure node-test-commit job id in daily-master (#460)
  • docs: add docs for ncu-ci daily (#461)
  • ncu-ci: add Beginning functionality for Daily Master (#379)
  • git-node: group notable changes during release prep (#457)
  • fix: print full command in case of failure (#456)

v1.22.0

13 Jul 09:49
61ea766
Compare
Choose a tag to compare

This release includes the following fixes and changes:

  • feat: add ncu-ci cigtm (#454)
  • docs: improve ncu-ci docs (#453)
  • land: optional deprecations update (#450)
  • fix: landing when no Jenkins CI has been run for PR (#451)
  • land: fix --abort exit status code (#449)
  • fix: spacing in warnForWrongBranch() (#448)
  • land: allow --yes to be used with other options (#444)
  • feat: set error code in some failure cases (#443)
  • fix: warn on whitespace during landing (#438)
  • fix: also exclude backport-open label from branch diff (#440)
  • feat: handle unmarked DEP0XXX tags during landing and release (#420)
  • fix: write file to the current folder (#434)
  • feat: support system proxy (#408)
  • fix: correct for new execGitNode syntax (#433)
  • git-node: automatically remove temporary files (#429)
  • fix: use git apply not system apply in v8 backport (#432)
  • fix: check missing config in Session ctor (#426)
  • feat: check CI failures before land (#422)