Skip to content

Display pending versions of NPM packages #25316

Discussion options

You must be logged in to vote

The default value of prBodyColumns is ["Package", "Type", "Update", "Change", "Pending"].

The hosted app automatically enables the mergeConfidence:all-badges preset, which for NPM dependencies changes the value of prBodyColumns to ["Package", "Change", "Age", "Adoption", "Passing", "Confidence"].

This is why pending versions are visible for other types of dependencies, but not for NPM dependencies.

The merge confidence documentation explains how you can disable this preset. You can additionally define your own "prBodyColumns" value to combine pending versions with merge confidence badges for the best of both worlds:

{
  "ignorePresets": ["mergeConfidence:all-badges"],
  "packageRules": [
…

Replies: 3 comments 5 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
4 replies
@aaronadamsCA
Comment options

@rarkins
Comment options

@aaronadamsCA
Comment options

@HonkingGoose
Comment options

Comment options

You must be logged in to vote
1 reply
@rarkins
Comment options

Answer selected by aaronadamsCA
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto:logs Issue or Discussion is needs logs/more logs
3 participants