Releases: Icaruk/up-npm
Releases · Icaruk/up-npm
3.1.3
2023-05-05
Fixes
Update progress count was incremented when "Show changes" option was selected.
3.1.2
2023-05-02
Fixes
Install script crashed on MacOS.
3.1.1
2023-04-30
Fixes
Pre-downloaded binaries are now fetched using native node http
instead fetch
to make it compatible with older nodejs versions.
3.1.0
2023-04-24
What's new
New flag --allow-downgrade
. Allows downgrading your current version to the target one.
Example: current 2.0.0
, latest 1.0.0
will downgrade from 2.0.0
to 1.0.0
. Without the flag the package will be ignored.
Fixes
Versions that are not an upgrade will be ignored.
Incorrect dependency count when using flag --filter
.
3.0.2
2023-04-09
What's new
Binaries are no longer pre-downloaded. Postinstall script will download a single compatible binary.
Fixes
up-npm -v
was not giving correct version.
2.3.2
2023-04-09
Fixes
Postinstall script was not giving enough permissions to binary.
"Show changes" could not open some repository urls.
--dev
option was not updating devDependencies correctly.
2.3.0
2023-04-04
What's new
Added --filter
flag to filter for specific dependencies.
Added how many dependencies are remaining.
(1/21) Update X package to Y version?
2.2.1
2023-04-02
What's new
Binary size reduced by ~30%
2.2.0
2023-03-30
What's new
Fetching dependencies is 10x faster (they are fetched 10 by 10 instead 1 by 1) .
Fixes
Fixed crash on some repository urls.
2.1.1
2023-03-29
Fixes
Postinstall script was crashing
You can’t perform that action at this time.