1
0
mirror of synced 2026-01-04 18:06:26 -05:00

Merge pull request #18620 from github/repo-sync

repo sync
This commit is contained in:
Octomerger Bot
2022-06-14 08:57:49 -05:00
committed by GitHub
9 changed files with 64 additions and 4 deletions

View File

@@ -96,6 +96,14 @@ upcoming_changes:
date: '2022-07-01T00:00:00+00:00'
criticality: breaking
owner: cheshire137
- location: DependencyGraphDependency.packageLabel
description:
'`packageLabel` will be removed. Use normalized `packageName` field
instead.'
reason: '`packageLabel` will be removed.'
date: '2022-10-01T00:00:00+00:00'
criticality: breaking
owner: github/dependency_graph
- location: RemovePullRequestFromMergeQueueInput.branch
description: '`branch` will be removed.'
reason:

View File

@@ -8067,6 +8067,9 @@ type DependencyGraphDependency @preview(toggledBy: "hawkgirl-preview") {
The original name of the package, as it appears in the manifest.
"""
packageLabel: String!
@deprecated(
reason: "`packageLabel` will be removed. Use normalized `packageName` field instead. Removal on 2022-10-01 UTC."
)
"""
The dependency package manager

View File

@@ -96,6 +96,14 @@ upcoming_changes:
date: '2022-07-01T00:00:00+00:00'
criticality: breaking
owner: cheshire137
- location: DependencyGraphDependency.packageLabel
description:
'`packageLabel` will be removed. Use normalized `packageName` field
instead.'
reason: '`packageLabel` will be removed.'
date: '2022-10-01T00:00:00+00:00'
criticality: breaking
owner: github/dependency_graph
- location: RemovePullRequestFromMergeQueueInput.branch
description: '`branch` will be removed.'
reason:

View File

@@ -8067,6 +8067,9 @@ type DependencyGraphDependency @preview(toggledBy: "hawkgirl-preview") {
The original name of the package, as it appears in the manifest.
"""
packageLabel: String!
@deprecated(
reason: "`packageLabel` will be removed. Use normalized `packageName` field instead. Removal on 2022-10-01 UTC."
)
"""
The dependency package manager

View File

@@ -1,4 +1,22 @@
[
{
"schemaChanges": [
{
"title": "The GraphQL schema includes these changes:",
"changes": []
}
],
"previewChanges": [],
"upcomingChanges": [
{
"title": "The following changes will be made to the schema:",
"changes": [
"On member `DependencyGraphDependency.packageLabel`:`packageLabel` will be removed. Use normalized `packageName` field instead. **Effective 2022-10-01**."
]
}
],
"date": "2022-06-13"
},
{
"schemaChanges": [
{

File diff suppressed because one or more lines are too long

View File

@@ -14804,7 +14804,9 @@
"type": "String!",
"id": "string",
"kind": "scalars",
"href": "/graphql/reference/scalars#string"
"href": "/graphql/reference/scalars#string",
"isDeprecated": true,
"deprecationReason": "<p><code>packageLabel</code> will be removed. Use normalized <code>packageName</code> field instead. Removal on 2022-10-01 UTC.</p>"
},
{
"name": "packageManager",

View File

@@ -14804,7 +14804,9 @@
"type": "String!",
"id": "string",
"kind": "scalars",
"href": "/graphql/reference/scalars#string"
"href": "/graphql/reference/scalars#string",
"isDeprecated": true,
"deprecationReason": "<p><code>packageLabel</code> will be removed. Use normalized <code>packageName</code> field instead. Removal on 2022-10-01 UTC.</p>"
},
{
"name": "packageManager",

View File

@@ -16,6 +16,14 @@
"date": "2022-10-01",
"criticality": "breaking",
"owner": "jhunschejones"
},
{
"location": "DependencyGraphDependency.packageLabel",
"description": "<p><code>packageLabel</code> will be removed. Use normalized <code>packageName</code> field instead.</p>",
"reason": "<p><code>packageLabel</code> will be removed.</p>",
"date": "2022-10-01",
"criticality": "breaking",
"owner": "github/dependency_graph"
}
],
"2022-07-01": [
@@ -166,6 +174,14 @@
"date": "2022-10-01",
"criticality": "breaking",
"owner": "jhunschejones"
},
{
"location": "DependencyGraphDependency.packageLabel",
"description": "<p><code>packageLabel</code> will be removed. Use normalized <code>packageName</code> field instead.</p>",
"reason": "<p><code>packageLabel</code> will be removed.</p>",
"date": "2022-10-01",
"criticality": "breaking",
"owner": "github/dependency_graph"
}
],
"2022-07-01": [