mirror of
https://github.com/dependabot/fetch-metadata.git
synced 2026-03-12 18:07:12 -04:00
FIXME: prevVersion and newVersion are blank for grouped updates
This commit is contained in:
@@ -270,8 +270,8 @@ test('it supports returning information about grouped updates', async () => {
|
||||
directory: '/',
|
||||
packageEcosystem: 'docker',
|
||||
targetBranch: 'trunk',
|
||||
prevVersion: '24.0.1',
|
||||
newVersion: '24.0.2',
|
||||
prevVersion: '',
|
||||
newVersion: '',
|
||||
compatScore: 34,
|
||||
maintainerChanges: false,
|
||||
dependencyGroup: 'docker',
|
||||
@@ -286,8 +286,8 @@ test('it supports returning information about grouped updates', async () => {
|
||||
directory: '/',
|
||||
packageEcosystem: 'docker',
|
||||
targetBranch: 'trunk',
|
||||
prevVersion: '24.0.1',
|
||||
newVersion: '24.0.2',
|
||||
prevVersion: '',
|
||||
newVersion: '',
|
||||
compatScore: 34,
|
||||
maintainerChanges: false,
|
||||
dependencyGroup: 'docker',
|
||||
@@ -302,8 +302,8 @@ test('it supports returning information about grouped updates', async () => {
|
||||
directory: '/',
|
||||
packageEcosystem: 'docker',
|
||||
targetBranch: 'trunk',
|
||||
prevVersion: '24.0.1',
|
||||
newVersion: '24.0.2',
|
||||
prevVersion: '',
|
||||
newVersion: '',
|
||||
compatScore: 34,
|
||||
maintainerChanges: false,
|
||||
dependencyGroup: 'docker',
|
||||
|
||||
Reference in New Issue
Block a user