Skip to content

Releases: boneskull/midnight-smoker

v5.0.0

14 Aug 22:59
Compare
Choose a tag to compare

5.0.0 (2023-08-14)

⚠ BREAKING CHANGES

  • This package now requires a minimum Node.js of v16.20.0.

Bug Fixes

  • config: fix weird config file handling (#282) (83a0fac)
  • pin corepack version (20a0a03)
  • types: export SmokerConfig type (83a0fac)

v4.0.0

11 Aug 05:48
Compare
Choose a tag to compare

4.0.0 (2023-08-11)

⚠ BREAKING CHANGES

  • package-managers: The following CLI options have been removed:
    • --npm: replaced by --pm functionality; provide a version, not a path
    • --install-args: may be re-added later, but package managers accept different args, so this became a problem
    • --dir, --clean, and --force: package managers each have their own temp dir and we cannot share a dir between them
  • package-managers: add ability to run tests against multiple arbitrary package managers

Features

  • package-managers: add ability to run tests against multiple arbitrary package managers (ad94ad4)
  • package-managers: add datafiles and generation script (42d2d7e)
  • package-managers: add package manager support (16b391e)

v3.1.0

09 Aug 19:29
Compare
Choose a tag to compare

3.1.0 (2023-08-09)

Features

Bug Fixes

v3.0.4

25 Jul 00:21
Compare
Choose a tag to compare

3.0.4 (2023-07-25)

Bug Fixes

  • ci: force default registry (1dcac87)

v3.0.3

24 Jul 23:55
Compare
Choose a tag to compare

3.0.3 (2023-07-24)

Bug Fixes

  • ci: skip npm upgrade step on release if no release (41760a9)

v3.0.2

24 Jul 23:45
Compare
Choose a tag to compare

3.0.2 (2023-07-24)

Bug Fixes

  • ci: fix broken node version in release action (bb13b59)

v3.0.1

24 Jul 23:42
Compare
Choose a tag to compare

3.0.1 (2023-07-24)

Bug Fixes

  • ci: add missing step id (0c721ff)

v3.0.0

24 Jul 23:37
Compare
Choose a tag to compare

3.0.0 (2023-07-24)

⚠ BREAKING CHANGES

  • npm v9 changes --global-style to --install-strategy=shallow. so now we need to retain the version that we found when running which npm, and change the shell command accordingly. Note that even passing a custom path to npm will cause it to be executed so that we can verify the version. This also modifies the FIND_NPM_OK event to return an NpmInfo object containing props path and version, instead of just the string path.
  • This drops official support for Node.js v14.x, which is now at end-of-life.

Bug Fixes

  • suppress warning when using npm v9 (a325ad4)

Miscellaneous Chores

  • drop Node.js v14.x support (03f81be)

v2.0.4

19 May 22:21
Compare
Choose a tag to compare

2.0.4 (2023-05-19)

Bug Fixes

  • deps: update dependency which to v3.0.1 (8b4b0f1)
  • deps: update dependency yargs to v17.7.2 (b4b86f8)

v2.0.3

17 Apr 22:03
Compare
Choose a tag to compare

2.0.3 (2023-04-17)

Bug Fixes

  • windows: fix windows for real, hopefully (7f7746c)