Skip to content

Releases: Icaruk/up-npm

4.1.2

09 Feb 19:21
Compare
Choose a tag to compare

2024-02-09

Fixes

  • Package fetching returning 404 not found crashed the process.
    • This occurred with private packages for which you lacked permission to access.
  • Package containing a dot . caused a corrupt package.json.

4.1.1

30 Jan 19:36
Compare
Choose a tag to compare

2024-01-30

Fixes

  • Update prompt selector was not printing version with proper colors.

4.1.0

29 Jan 22:09
Compare
Choose a tag to compare

2024-01-30

New

  • New selector component
    image

  • New feedback messages after selecting each option
    image

Fixes

  • Crashed when a package didn't have homepage or repository.

4.0.4

21 Jan 01:58
Compare
Choose a tag to compare

2024-01-21

Fixes

(includes 4.0.1, 4.0.2, 4.0.3)

  • Wrong binary config published to npm

4.0.0

13 Jan 12:25
ec32e35
Compare
Choose a tag to compare

2024-01-21

New

  • [BREAKING] Removed --dev flag. Including devDependencies is now enabled by default.
  • Added --no-dev flag. This excludes devDependencies from the upgrade progress.
  • Added --file flag. Default is package.json.
  • Added a text indicator when upgrading a devDependency.

    image

  • Dependencies with version without prefix will be ignored.
    • Examples
      • 1.2.3 --> 2.0.0 will be ignored
      • ^1.2.3 --> 2.0.0 will be updated

Fixes

  • Missing or corrupt file error was not being displayed correctly.

3.1.5

28 Jul 14:05
Compare
Choose a tag to compare

2023-07-28

Fixes

  • Command crashed when dependencies was not present inside package.json
  • Changing the selected option sometimes leaded to deleting the above line over and over

3.1.4

25 Jun 18:30
Compare
Choose a tag to compare

2023-06-25

Fixes

  • package.json would get corrupted when a package name contained a dot (.)

3.1.3

05 May 21:22
Compare
Choose a tag to compare

2023-05-05

Fixes

  • Update progress count was incremented when "Show changes" option was selected.

3.1.2

02 May 21:41
Compare
Choose a tag to compare

2023-05-02

Fixes

  • Install script crashed on MacOS.

3.1.1

30 Apr 17:47
Compare
Choose a tag to compare

2023-04-30

Fixes

  • Pre-downloaded binaries are now fetched using native node http instead fetch to make it compatible with older nodejs versions.