Changelog

All notable changes to this project will be documented in this file.
See Conventional Commits opens in a new tab for commit guidelines.

6.0.0

1 Dec 2022

💥 BREAKING CHANGES

  • Minimum supported Node version is v14.18; we’re dropping v12 support

5.2.0

12 Aug 2022

Features

5.1.0

11 Apr 2022

Features

  • export defaults and version (1107244)

5.0.4

4 Nov 2021

🔧 Fixed

  • update the API to match the updated p-progress (8aa235c)

5.0.0

9 Sept 2021

Features

💥 BREAKING CHANGES

  • programs now are in ES Modules and won’t work with Common JS require()

4.1.0

24 May 2021

Features

  • config file based major bump blacklisting (e15f9bb)
  • file-based blacklisting of the packages to stop updating (b6a8516)

4.0.15

11 Apr 2021

Reverts

  • Revert “chore: setup refresh” (23cf206)

4.0.1

28 Jan 2021

🔧 Fixed

  • add testStats to npmignore (f3c84e9)

4.0.0

23 Jan 2021
  • there are no API changes but we’re bumping major just in case as the whole monorepo was migrated to TS

2.5.0

26 Oct 2020

Features

  • recognise and retain pnpm workspace: value prefixes (47f34aa)

2.4.0

9 Feb 2020

Features

  • move the bastardised p-progress in as a local dep (63a280c), closes #28

2.3.0

27 Nov 2019

Features

  • internet connection check (6493580)

2.2.0

7 Oct 2019

Features

  • add reporting what was done (cc09c8d)
  • start updating lerna as well, newest versions are fine (3d3e986)

2.1.0

5 Oct 2019

Features

  • delete lect internal devDependency records in package.json if it is a normal dependency (83fd996)

2.0.0

23 Sept 2019

Features

  • don’t touch existing package.json formatting (c51782e)
  • recode fully in async (a3adac5)

💥 BREAKING CHANGES

  • Full recode

2.0.0

22 Sept 2019

🏗️ Improvements

  • Fully recoded all operations to be in async and with full progress tracking.
  • If package “a” consumes dependency package “b” and the “b” exists on the monorepo, we set “a” package.json version for “b” to be version from local “b” package.json. We don’t even query npm. For example, we have our own bastardised ava, frozen in time at v2.2.5 which is consumed by all monorepo packages, instead of npm’s v2.4.0 (at the time of writing).
  • Removed dependencies write-json-file and format-package because now we edit JSON as string using edit-package-json (npm, gitlab). Now we don’t touch the formatting of each package.json — its indentation or whatever.

1.5.0

18 Jun 2019

Features

  • Support file: dependency sources and tweak readme and skip Lerna (cfbaca4)

1.4.0

6 Apr 2019

Features

  • Ignores linked dependencies which don’t exist on npm yet (b4a4a62)
  • Tweak animated GIF frames (81b2e04)

1.3.0

1 Feb 2019

Features

  • Remove devdeps if they are among normal deps (9b14456)

1.0.0 — 2019-01-24

  • First public release