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