7.1.1 (2024-11-21)
fca8f29
#119 bump @npmcli/template-oss from 4.23.3 to 4.23.4 (#119) (@dependabot[bot], @npm-cli-bot)
7.1.0 (2024-09-11)
7.0.0 (2024-09-03)
npm-install-checks
now supports node^18.17.0 || >=20.5.0
771bc19
#114 run template-oss-apply (@hashtagchris)d7cf1dc
#112 bump @npmcli/eslint-config from 4.0.5 to 5.0.0 (@dependabot[bot])98057a0
#98 linting: no-unused-vars (@lukekarrys)f1670ca
#98 bump @npmcli/template-oss to 4.22.0 (@lukekarrys)06fdf5e
#113 postinstall for dependabot template-oss PR (@hashtagchris)8b7cd81
#113 bump @npmcli/template-oss from 4.23.1 to 4.23.3 (@dependabot[bot])
6.3.0 (2023-10-06)
6.2.0 (2023-08-07)
6.1.1 (2023-04-12)
6.1.0 (2023-03-21)
6.0.0 (2022-10-10)
npm-install-checks
is now compatible with the following semver range for node:^14.17.0 || ^16.13.0 || >=18.0.0
5.0.0 (2022-04-05)
- this drops support for node 10 and non-LTS versions of node 12 and node 14
- @npmcli/template-oss@3.2.2 (45e7fd5)
- Remove
checkCycle
andcheckGit
, as they are no longer used in npm v7 - Synchronous throw-or-return API instead of taking a callback needlessly
- Modernize code and drop support for node versions less than 10
- Change error messages to be more informative.
- checkEngine, when not in strict mode, now calls back with the error object as the second argument instead of warning.
- checkCycle no longer logs when cycle errors are found.
- Remove checking of engineStrict in the package.json