Skip to content

Releases: Icaruk/up-npm

4.3.0

21 Feb 21:26
Compare
Choose a tag to compare

2024-02-21

New

  • Show count of locked dependencies.
    image
  • From 4.3.0, a message will be shown when a new version is available.
    image

Fixes

  • Locked dependencies now are pre-filtered and won't show on summary table.

4.2.1

18 Feb 23:25
Compare
Choose a tag to compare

2024-02-19

Fixes

  • devDependencies were not being properly counted.
    • Projects with zero dependencies but one or more devDependencies could not detect updates.
  • Summary table now aligns version text to right
    • Before
      image
    • After
      image

4.2.0

17 Feb 23:58
Compare
Choose a tag to compare

2024-02-18

New

  • "Show changes" action now tries to get the /releases page from github.
    • If not found, tries to get CHANGELOG.md.
    • If not found, fallbacks to homepage.

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 (.)