Skip to content

Releases: WarningImHack3r/npm-update-dependencies

v3.0.0

01 Aug 18:45
e4c0f6a
Compare
Choose a tag to compare

Removed

  • Drop support for 2022.1 and 2022.2 IDEs (#116)

v2.3.3

15 Jun 23:07
cde041a
Compare
Choose a tag to compare

Fixed

  • Fix plugin hanging forever when trying to find a dependency's registry (#110)
  • Mitigate crashes when checking version for some dependencies (#109)

v2.3.2

17 May 17:05
5be0d58
Compare
Choose a tag to compare

Fixed

  • Fix compatibility with 2024.2 IDEs

v2.3.1

10 May 12:54
73423f9
Compare
Choose a tag to compare

Changed

  • Improve logic related to registries scanning, avoiding rare duplicated checks
  • Retry failed shell commands up to 2 times before giving up, improving success rate
  • Other code improvements and optimizations

Fixed

  • Fix status bar sometimes not being updated correctly (#102 - thanks @tborychowski!)
  • Fix high CPU usage when scanning for registries
  • Fix a crash when scanning for deprecations

v2.3.0

03 May 20:06
1f8bcb7
Compare
Choose a tag to compare

Added

  • Introduce a setting to customize the maximum amount of simultaneous scans

Changed

  • Slightly improve performance on scans startup
  • Logic improvements for scanners

Fixed

  • Fix a rare crash with the status bar when navigating between projects (#99)
  • Fix cached updates not being used when they should

v2.2.1

26 Apr 12:53
fc87470
Compare
Choose a tag to compare

Changed

  • Improve crash reporter to include more relevant information

Fixed

  • Fix a library crash due to a version parsing logic problem (#94)
  • Fix yet another (last one) compatibility issue with newer versions (2024.1+) (#94)

v2.2.0

17 Apr 22:08
c662b9d
Compare
Choose a tag to compare

Added

  • Introduce the long-awaited blacklist feature
    • Allows ignoring specific versions or whole dependencies from being updated
    • Blacklist entries can be added right from the update annotation
    • The blacklist can be managed from the settings
    • Supports multiple version selectors for a granular control

v2.1.5

09 Apr 21:26
708106e
Compare
Choose a tag to compare

Fixed

  • Fix missing crash fix for newer versions (2024.1+) (#88)

v2.1.4

15 Mar 12:52
b463a3c
Compare
Choose a tag to compare

Changed

  • Improve caching introduced in 2.1.3

Fixed

  • Fix support for newer versions (2024.1+)

v2.1.3

01 Feb 21:07
5413d33
Compare
Choose a tag to compare

Added

  • Add a button to create prefilled GitHub issues from crashes

Fixed

  • Fix support for multiple open projects/windows