Releases: silverwind/updates
Releases · silverwind/updates
17.0.0
16.0.0
- Added
bunas supported and tested runtime - In Node.js,
https_proxyenvironment variables are no longer supported out of the box. Install theundicioptional peer dependency if you need this support or use another runtime likebunordenowhich have this built-in.
15.0.0
- When no
--fileargument or a directory is passed via--file,updateswill now look for bothpackage.jsonandpyproject.tomland if both are found, will handle both at once. - The
--languageargument has been removed, use--fileinstead. - The JSON output includes additional source key:
results.npm.dependenciesinstead ofresults.dependencies. - Node 18 or higher is now required.
14.1.0
- Config file
updates.config.jsis now supported
14.0.0
- Node 16 or greater is now required
13.0.0
- Node 14 or greater is now required
12.0.0
- Node 12 or greater is now required
11.1.0
- Node 10 is marked compatible again
11.0.0
- Node 12 is now required
10.3.0
Module is now ESM under the hood and 3kB smaller as a result of it. It's still being compiled to CJS for release so stays compatible with older Node versions.