Skip to content

Commit 785d2ba

Browse files
authored
Merge pull request github#18620 from github/repo-sync
repo sync
2 parents 7a9fcd3 + a51106c commit 785d2ba

9 files changed

+64
-4
lines changed

data/graphql/ghec/graphql_upcoming_changes.public.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,14 @@ upcoming_changes:
9696
date: '2022-07-01T00:00:00+00:00'
9797
criticality: breaking
9898
owner: cheshire137
99+
- location: DependencyGraphDependency.packageLabel
100+
description:
101+
'`packageLabel` will be removed. Use normalized `packageName` field
102+
instead.'
103+
reason: '`packageLabel` will be removed.'
104+
date: '2022-10-01T00:00:00+00:00'
105+
criticality: breaking
106+
owner: github/dependency_graph
99107
- location: RemovePullRequestFromMergeQueueInput.branch
100108
description: '`branch` will be removed.'
101109
reason:

data/graphql/ghec/schema.docs.graphql

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8067,6 +8067,9 @@ type DependencyGraphDependency @preview(toggledBy: "hawkgirl-preview") {
80678067
The original name of the package, as it appears in the manifest.
80688068
"""
80698069
packageLabel: String!
8070+
@deprecated(
8071+
reason: "`packageLabel` will be removed. Use normalized `packageName` field instead. Removal on 2022-10-01 UTC."
8072+
)
80708073

80718074
"""
80728075
The dependency package manager

data/graphql/graphql_upcoming_changes.public.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,14 @@ upcoming_changes:
9696
date: '2022-07-01T00:00:00+00:00'
9797
criticality: breaking
9898
owner: cheshire137
99+
- location: DependencyGraphDependency.packageLabel
100+
description:
101+
'`packageLabel` will be removed. Use normalized `packageName` field
102+
instead.'
103+
reason: '`packageLabel` will be removed.'
104+
date: '2022-10-01T00:00:00+00:00'
105+
criticality: breaking
106+
owner: github/dependency_graph
99107
- location: RemovePullRequestFromMergeQueueInput.branch
100108
description: '`branch` will be removed.'
101109
reason:

data/graphql/schema.docs.graphql

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8067,6 +8067,9 @@ type DependencyGraphDependency @preview(toggledBy: "hawkgirl-preview") {
80678067
The original name of the package, as it appears in the manifest.
80688068
"""
80698069
packageLabel: String!
8070+
@deprecated(
8071+
reason: "`packageLabel` will be removed. Use normalized `packageName` field instead. Removal on 2022-10-01 UTC."
8072+
)
80708073

80718074
"""
80728075
The dependency package manager

lib/graphql/static/changelog.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,22 @@
11
[
2+
{
3+
"schemaChanges": [
4+
{
5+
"title": "The GraphQL schema includes these changes:",
6+
"changes": []
7+
}
8+
],
9+
"previewChanges": [],
10+
"upcomingChanges": [
11+
{
12+
"title": "The following changes will be made to the schema:",
13+
"changes": [
14+
"On member `DependencyGraphDependency.packageLabel`:`packageLabel` will be removed. Use normalized `packageName` field instead. **Effective 2022-10-01**."
15+
]
16+
}
17+
],
18+
"date": "2022-06-13"
19+
},
220
{
321
"schemaChanges": [
422
{

lib/graphql/static/prerendered-objects.json

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

lib/graphql/static/schema-dotcom.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14804,7 +14804,9 @@
1480414804
"type": "String!",
1480514805
"id": "string",
1480614806
"kind": "scalars",
14807-
"href": "/graphql/reference/scalars#string"
14807+
"href": "/graphql/reference/scalars#string",
14808+
"isDeprecated": true,
14809+
"deprecationReason": "<p><code>packageLabel</code> will be removed. Use normalized <code>packageName</code> field instead. Removal on 2022-10-01 UTC.</p>"
1480814810
},
1480914811
{
1481014812
"name": "packageManager",

lib/graphql/static/schema-ghec.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14804,7 +14804,9 @@
1480414804
"type": "String!",
1480514805
"id": "string",
1480614806
"kind": "scalars",
14807-
"href": "/graphql/reference/scalars#string"
14807+
"href": "/graphql/reference/scalars#string",
14808+
"isDeprecated": true,
14809+
"deprecationReason": "<p><code>packageLabel</code> will be removed. Use normalized <code>packageName</code> field instead. Removal on 2022-10-01 UTC.</p>"
1480814810
},
1480914811
{
1481014812
"name": "packageManager",

lib/graphql/static/upcoming-changes.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,14 @@
1616
"date": "2022-10-01",
1717
"criticality": "breaking",
1818
"owner": "jhunschejones"
19+
},
20+
{
21+
"location": "DependencyGraphDependency.packageLabel",
22+
"description": "<p><code>packageLabel</code> will be removed. Use normalized <code>packageName</code> field instead.</p>",
23+
"reason": "<p><code>packageLabel</code> will be removed.</p>",
24+
"date": "2022-10-01",
25+
"criticality": "breaking",
26+
"owner": "github/dependency_graph"
1927
}
2028
],
2129
"2022-07-01": [
@@ -166,6 +174,14 @@
166174
"date": "2022-10-01",
167175
"criticality": "breaking",
168176
"owner": "jhunschejones"
177+
},
178+
{
179+
"location": "DependencyGraphDependency.packageLabel",
180+
"description": "<p><code>packageLabel</code> will be removed. Use normalized <code>packageName</code> field instead.</p>",
181+
"reason": "<p><code>packageLabel</code> will be removed.</p>",
182+
"date": "2022-10-01",
183+
"criticality": "breaking",
184+
"owner": "github/dependency_graph"
169185
}
170186
],
171187
"2022-07-01": [

0 commit comments

Comments
 (0)