Skip to content
This repository has been archived by the owner on Jan 25, 2024. It is now read-only.

Major dependency upgrades #313

Merged
merged 1 commit into from
Jul 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
263 changes: 131 additions & 132 deletions __tests__/expected_dependency_results.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4624,120 +4624,119 @@ export const GRADLE_EXAMPLE_DEPENDENCY_OUTPUT = [
export const GRADLE_EXAMPLE_DEPENDENCY_OUTPUT_UNRESOLVED = [
[
{
type: "maven",
name: "kotlin-stdlib-jdk8",
namespace: "org.jetbrains.kotlin",
version: "1.6.10",
type: 'maven',
name: 'kotlin-stdlib-jdk8',
namespace: 'org.jetbrains.kotlin',
version: '1.6.10',
qualifiers: null,
subpath: null,
subpath: null
},
{
type: "maven",
name: "kotlin-stdlib",
namespace: "org.jetbrains.kotlin",
version: "1.6.10",
type: 'maven',
name: 'kotlin-stdlib',
namespace: 'org.jetbrains.kotlin',
version: '1.6.10',
qualifiers: null,
subpath: null,
},
subpath: null
}
],
[
{
type: "maven",
name: "kotlin-stdlib",
namespace: "org.jetbrains.kotlin",
version: "1.6.10",
type: 'maven',
name: 'kotlin-stdlib',
namespace: 'org.jetbrains.kotlin',
version: '1.6.10',
qualifiers: null,
subpath: null,
subpath: null
},
{
type: "maven",
name: "annotations",
namespace: "org.jetbrains",
version: "13.0",
type: 'maven',
name: 'annotations',
namespace: 'org.jetbrains',
version: '13.0',
qualifiers: null,
subpath: null,
},
subpath: null
}
],
[
{
type: "maven",
name: "kotlin-stdlib",
namespace: "org.jetbrains.kotlin",
version: "1.6.10",
type: 'maven',
name: 'kotlin-stdlib',
namespace: 'org.jetbrains.kotlin',
version: '1.6.10',
qualifiers: null,
subpath: null,
subpath: null
},
{
type: "maven",
name: "lombok",
namespace: "org.projectlombok",
version: "",
type: 'maven',
name: 'lombok',
namespace: 'org.projectlombok',
version: '',
qualifiers: null,
subpath: null,
},
subpath: null
}
],
[
{
type: "maven",
name: "kotlin-stdlib-jdk8",
namespace: "org.jetbrains.kotlin",
version: "1.6.10",
type: 'maven',
name: 'kotlin-stdlib-jdk8',
namespace: 'org.jetbrains.kotlin',
version: '1.6.10',
qualifiers: null,
subpath: null,
subpath: null
},
undefined,
],
undefined
]
]


export const GRADLE_EXAMPLE_DEPENDENCY_OUTPUT_UNSPECIFIED = [
[
{
type: "maven",
name: "kotlin-stdlib-jdk8",
namespace: "org.jetbrains.kotlin",
version: "1.6.10",
type: 'maven',
name: 'kotlin-stdlib-jdk8',
namespace: 'org.jetbrains.kotlin',
version: '1.6.10',
qualifiers: null,
subpath: null,
subpath: null
},
{
type: "maven",
name: "kotlin-stdlib",
namespace: "org.jetbrains.kotlin",
version: "1.6.10",
type: 'maven',
name: 'kotlin-stdlib',
namespace: 'org.jetbrains.kotlin',
version: '1.6.10',
qualifiers: null,
subpath: null,
},
subpath: null
}
],
[
{
type: "maven",
name: "kotlin-stdlib",
namespace: "org.jetbrains.kotlin",
version: "1.6.10",
type: 'maven',
name: 'kotlin-stdlib',
namespace: 'org.jetbrains.kotlin',
version: '1.6.10',
qualifiers: null,
subpath: null,
subpath: null
},
{
type: "maven",
name: "annotations",
namespace: "org.jetbrains",
version: "13.0",
type: 'maven',
name: 'annotations',
namespace: 'org.jetbrains',
version: '13.0',
qualifiers: null,
subpath: null,
},
subpath: null
}
],
[
{
type: "maven",
name: "kotlin-stdlib-jdk8",
namespace: "org.jetbrains.kotlin",
version: "1.6.10",
type: 'maven',
name: 'kotlin-stdlib-jdk8',
namespace: 'org.jetbrains.kotlin',
version: '1.6.10',
qualifiers: null,
subpath: null,
subpath: null
},
undefined,
],
undefined
]
]

export const GRADLE_EXAMPLE_DEPENDENCY_OUTPUT_SPRING = [
Expand Down Expand Up @@ -5439,88 +5438,88 @@ export const GRADLE_EXAMPLE_DEPENDENCY_WITH_SUB_PROJECTS_OUTPUT = {
}

export const GRADLE_EXAMPLE_NESTED_MULTI_MODULE_PROJECT = {
"childProjects": [
childProjects: [
{
"childProjects": [],
"dependencyPath": undefined,
"name": ":common:hello",
"packages": [
childProjects: [],
dependencyPath: undefined,
name: ':common:hello',
packages: [
[
{
"name": "kotlin-stdlib-jdk8",
"namespace": "org.jetbrains.kotlin",
"qualifiers": null,
"subpath": null,
"type": "maven",
"version": "1.8.0",
name: 'kotlin-stdlib-jdk8',
namespace: 'org.jetbrains.kotlin',
qualifiers: null,
subpath: null,
type: 'maven',
version: '1.8.0'
},
undefined,
],
],
undefined
]
]
},
{
"childProjects": [],
"dependencyPath": undefined,
"name": ":common:hello",
"packages": [
childProjects: [],
dependencyPath: undefined,
name: ':common:hello',
packages: [
[
{
"name": "kotlin-stdlib-jdk8",
"namespace": "org.jetbrains.kotlin",
"qualifiers": null,
"subpath": null,
"type": "maven",
"version": "1.8.0",
name: 'kotlin-stdlib-jdk8',
namespace: 'org.jetbrains.kotlin',
qualifiers: null,
subpath: null,
type: 'maven',
version: '1.8.0'
},
undefined,
],
],
},
undefined
]
]
}
],
"dependencyPath": undefined,
"name": "test",
"packages": [
dependencyPath: undefined,
name: 'test',
packages: [
[
{
"name": "kotlin-stdlib-jdk8",
"namespace": "org.jetbrains.kotlin",
"qualifiers": null,
"subpath": null,
"type": "maven",
"version": "1.8.0",
name: 'kotlin-stdlib-jdk8',
namespace: 'org.jetbrains.kotlin',
qualifiers: null,
subpath: null,
type: 'maven',
version: '1.8.0'
},
undefined,
undefined
],
[
{
"name": "kotlin-stdlib-jdk8",
"namespace": "org.jetbrains.kotlin",
"qualifiers": null,
"subpath": null,
"type": "maven",
"version": "1.8.0",
name: 'kotlin-stdlib-jdk8',
namespace: 'org.jetbrains.kotlin',
qualifiers: null,
subpath: null,
type: 'maven',
version: '1.8.0'
},
undefined,
],
undefined
]
],
"projectRegistry": [
projectRegistry: [
{
"childProjects": [],
"dependencyPath": undefined,
"name": ":common:hello",
"packages": [
childProjects: [],
dependencyPath: undefined,
name: ':common:hello',
packages: [
[
{
"name": "kotlin-stdlib-jdk8",
"namespace": "org.jetbrains.kotlin",
"qualifiers": null,
"subpath": null,
"type": "maven",
"version": "1.8.0",
name: 'kotlin-stdlib-jdk8',
namespace: 'org.jetbrains.kotlin',
qualifiers: null,
subpath: null,
type: 'maven',
version: '1.8.0'
},
undefined,
],
],
},
],
undefined
]
]
}
]
}
Loading