Skip to content

Releases: Simek/yarn-lock-changes

v0.6.0

02 May 16:14
5a4501b
Compare
Choose a tag to compare

Changes visible for end-users:

  • new failOnDowngrade optional input, when set to true action will fail when dependency downgrade has been detected, but will still post the detected changes comment
  • SVG image labels URLs in bot comment has been shortened (via https://git.io/) to reduce the risk of reaching GitHub comment content charter limit

v0.5.0

30 Apr 15:48
f57f1e3
Compare
Choose a tag to compare

Changes visible for end-users:

  • support for large yarn.lock files (size above 1 MB)
  • if generated comment will exceed GitHub comment character limit, image statuses will be replaced with plain text (to reduce the number of characters)

v0.4.0

29 Apr 13:31
e8c0521
Compare
Choose a tag to compare

Changes visible for end-users:

  • if updateComment input is set to 'true', bot should remove the comment, if changes to the yarn.lock in PR has been reverted
  • better validation of action inputs, especially booleans, (not only 'true', but also other values like 'yes' or 'on' will be resolved to true)

v0.3.0

28 Apr 10:10
fffd525
Compare
Choose a tag to compare

Changes visible for end-users:

  • lock changes table can be collapsed or expanded by users
  • new collapsibleThreshold input which will determine if table should be expanded or collapsed by default
  • new summary table will appear on the top of comment if count of changes is greater than collapsibleThreshold

v0.2.0

27 Apr 17:30
2862ab6
Compare
Choose a tag to compare

Changes visible for end-users:

  • strategy for fetching base lock file has been changed, which enables action to run in private repositories
  • bot now updates the comment by default, instead of creating new one on each commit,
  • updateComment optional input, set it to "false" to enforce creating new comment
  • new, updated and more verbose error messages

v0.1.0

26 Apr 18:24
Compare
Choose a tag to compare

Changes visible for end-users:

  • switch to SVG status labels for readability and summary clarity
  • support detection of "downgraded" dependency, earlier all mismatched versions were reported as "updated" (#7)

v0.0.3

26 Apr 14:35
dce9064
Compare
Choose a tag to compare

Changes visible for end-users:

  • do no post empty comment if there were no changes to the Yarn lock.

v0.0.2

26 Apr 14:08
2ce66cc
Compare
Choose a tag to compare

Changes visible for end-users:

  • removed debug console.log from action

v0.0.1

26 Apr 13:53
Compare
Choose a tag to compare

Yarn Lock Changes first release!