Releases: Icaruk/up-npm
Releases · Icaruk/up-npm
4.7.0
2024-12-12
New
A warning is displayed when a version is locked (e.g., no ^1.2.3 or ~1.2.3).
4.6.7
2024-12-13
Fixes
Current update count was missing [current/total]
4.6.6
2024-09-27
Fixes
Crash while handling high concurrent load while fetching npm packages.
4.6.5
2024-08-08
Fixes
Incorrectly parsed version package like 12.3.4
as 1.2.3
.
4.6.4
2024-08-02
Fixes
Incomplete package versions like 1
, ^1
, 1.2
or ^1.2
were crashing the program. Now missing versions are assumed to be 0.
1
--> 1.0.0
1.3
--> 1.3.0
4.6.3
2024-07-27
Fixes
The installation command was always incorrectly set to npm install
.
4.6.2
2024-07-06
New
Package manager detection (npm, pnpm, yarn, bun) to show proper installation command final message.
Prompt if you want to execute installation command.
4.4.0
2024-06-07
New
Added new flag --update-patches
which automatically updates patch versions without confirming.
4.3.1
2024-02-29
Fixes
Repositories without repository.url
in package.json no longer crashes when selecting "Show changes".
You can’t perform that action at this time.