-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Enhance lookup logs to show branches extended info (#23696)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
- Loading branch information
1 parent
4abf457
commit fe039fe
Showing
5 changed files
with
154 additions
and
14 deletions.
There are no files selected for viewing
68 changes: 68 additions & 0 deletions
68
lib/workers/repository/finalize/__fixtures__/branches.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
[ | ||
{ | ||
"branchName": "renovate/lodash-monorepo", | ||
"prTitle": "Update dependency lodash to v4.17.21", | ||
"upgrades": [ | ||
{ | ||
"datasource": "npm", | ||
"depName": "lodash", | ||
"fixedVersion": "4.17.20", | ||
"currentVersion": "4.17.20", | ||
"currentValue": "4.17.20", | ||
"newValue": "4.17.21", | ||
"newVersion": "4.17.21", | ||
"packageFile": "package.json", | ||
"updateType": "patch", | ||
"packageName": "lodash" | ||
} | ||
] | ||
}, | ||
{ | ||
"branchName": "renovate/date-io-monorepo", | ||
"prTitle": "Update date-io monorepo to v2.17.0", | ||
"upgrades": [ | ||
{ | ||
"datasource": "npm", | ||
"depName": "@date-io/date-fns", | ||
"fixedVersion": "2.10.0", | ||
"currentVersion": "2.10.0", | ||
"currentValue": "2.10.0", | ||
"newValue": "2.17.0", | ||
"newVersion": "2.17.0", | ||
"packageFile": "package.json", | ||
"updateType": "minor", | ||
"packageName": "@date-io/date-fns" | ||
}, | ||
{ | ||
"datasource": "npm", | ||
"depName": "@date-io/moment", | ||
"fixedVersion": "2.10.0", | ||
"currentVersion": "2.10.0", | ||
"currentValue": "2.10.0", | ||
"newValue": "2.17.0", | ||
"newVersion": "2.17.0", | ||
"packageFile": "package.json", | ||
"updateType": "minor", | ||
"packageName": "@date-io/moment" | ||
} | ||
] | ||
}, | ||
{ | ||
"branchName": "renovate/commander-11.x", | ||
"prTitle": "Update dependency commander to v11", | ||
"upgrades": [ | ||
{ | ||
"datasource": "npm", | ||
"depName": "commander", | ||
"fixedVersion": "2.20.3", | ||
"currentVersion": "2.20.3", | ||
"currentValue": "2.20.3", | ||
"newValue": "11.0.0", | ||
"newVersion": "11.0.0", | ||
"packageFile": "package.json", | ||
"updateType": "major", | ||
"packageName": "commander" | ||
} | ||
] | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters