Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 8, 2026

This PR contains the following updates:

Package Change Age Confidence
@linear/sdk ^72.0.0^73.0.0 age confidence

Release Notes

linear/linear (@​linear/sdk)

v73.0.0

Compare Source

Major Changes
  • cf75e2e: feat(schema): [breaking] Input field 'ReleaseSyncInput.commitSha' changed type from 'String' to 'String!' (ReleaseSyncInput.commitSha)

    feat(schema): [dangerous] Enum value 'microsoftTeams' was added to enum 'IntegrationService' (IntegrationService.microsoftTeams)

    feat(schema): [dangerous] Input field 'microsoftTeams' was added to input object type 'IntegrationSettingsInput' (IntegrationSettingsInput.microsoftTeams)

    feat(schema): [dangerous] Input field 'hideNonPrimaryOrganizations' was added to input object type 'OrganizationUpdateInput' (OrganizationUpdateInput.hideNonPrimaryOrganizations)

    feat(schema): [dangerous] Input field 'linearAgentEnabled' was added to input object type 'OrganizationUpdateInput' (OrganizationUpdateInput.linearAgentEnabled)

    feat(schema): [dangerous] Input field 'stage' was added to input object type 'ReleaseCollectionFilter' (ReleaseCollectionFilter.stage)

    feat(schema): [dangerous] Input field 'commitSha' was added to input object type 'ReleaseCompleteInput' (ReleaseCompleteInput.commitSha)

    feat(schema): [dangerous] Input field 'stage' was added to input object type 'ReleaseFilter' (ReleaseFilter.stage)

    feat(schema): [dangerous] Enum value 'releasePipelines' was added to enum 'ViewType' (ViewType.releasePipelines)

    feat(schema): [non_breaking] Type 'AgentSessionExternalLink' was added (AgentSessionExternalLink)

    feat(schema): [non_breaking] Type 'MicrosoftTeamsSettingsInput' was added (MicrosoftTeamsSettingsInput)

    feat(schema): [non_breaking] Type 'ReleaseCompleteInputBase' was added (ReleaseCompleteInputBase)

    feat(schema): [non_breaking] Type 'ReleaseStageFilter' was added (ReleaseStageFilter)

    feat(schema): [non_breaking] Type 'ReleaseStageTypeComparator' was added (ReleaseStageTypeComparator)

    feat(schema): [non_breaking] Type 'ReleaseSyncInputBase' was added (ReleaseSyncInputBase)

    feat(schema): [non_breaking] Type 'ReleaseUpdateByPipelineInputBase' was added (ReleaseUpdateByPipelineInputBase)

    feat(schema): [non_breaking] Type 'Summary' was added (Summary)

    feat(schema): [non_breaking] Type 'SummaryGenerationStatus' was added (SummaryGenerationStatus)

    feat(schema): [non_breaking] Field 'resultData' was added to object type 'AgentActivityActionContent' (AgentActivityActionContent.resultData)

    feat(schema): [non_breaking] Field 'bodyData' was added to object type 'AgentActivityElicitationContent' (AgentActivityElicitationContent.bodyData)

    feat(schema): [non_breaking] Field 'bodyData' was added to object type 'AgentActivityErrorContent' (AgentActivityErrorContent.bodyData)

    feat(schema): [non_breaking] Field 'bodyData' was added to object type 'AgentActivityPromptContent' (AgentActivityPromptContent.bodyData)

    feat(schema): [non_breaking] Field 'bodyData' was added to object type 'AgentActivityResponseContent' (AgentActivityResponseContent.bodyData)

    feat(schema): [non_breaking] Field 'bodyData' was added to object type 'AgentActivityThoughtContent' (AgentActivityThoughtContent.bodyData)

    feat(schema): [non_breaking] Field 'externalLinks' was added to object type 'AgentSession' (AgentSession.externalLinks)

    feat(schema): [non_breaking] Field 'AgentSession.externalUrls' is deprecated (AgentSession.externalUrls)

    feat(schema): [non_breaking] Field 'AgentSession.externalUrls' has deprecation reason 'Use externalLinks instead.' (AgentSession.externalUrls)

    feat(schema): [non_breaking] Field 'service' was added to object type 'AuthResolverResponse' (AuthResolverResponse.service)

    feat(schema): [non_breaking] Field 'isArtificialAgentSessionRoot' was added to object type 'Comment' (Comment.isArtificialAgentSessionRoot)

    feat(schema): [non_breaking] Field 'summary' was added to object type 'Issue' (Issue.summary)

    feat(schema): [non_breaking] Field 'Issue.stateHistory' description changed from '[ALPHA] The issue's workflow states over time.' to 'The issue's workflow states over time.' (Issue.stateHistory)

    feat(schema): [non_breaking] Field 'summary' was added to object type 'IssueSearchResult' (IssueSearchResult.summary)

    feat(schema): [non_breaking] Field 'IssueSearchResult.stateHistory' description changed from '[ALPHA] The issue's workflow states over time.' to 'The issue's workflow states over time.' (IssueSearchResult.stateHistory)

    feat(schema): [non_breaking] Field 'integrationMicrosoftTeams' was added to object type 'Mutation' (Mutation.integrationMicrosoftTeams)

    feat(schema): [non_breaking] Field 'releaseCompleteByAccessKey' was added to object type 'Mutation' (Mutation.releaseCompleteByAccessKey)

    feat(schema): [non_breaking] Field 'releaseDelete' was added to object type 'Mutation' (Mutation.releaseDelete)

    feat(schema): [non_breaking] Field 'releaseSyncByAccessKey' was added to object type 'Mutation' (Mutation.releaseSyncByAccessKey)

    feat(schema): [non_breaking] Field 'releaseUpdateByPipelineByAccessKey' was added to object type 'Mutation' (Mutation.releaseUpdateByPipelineByAccessKey)

    feat(schema): [non_breaking] Field 'linearAgentEnabled' was added to object type 'Organization' (Organization.linearAgentEnabled)

    feat(schema): [non_breaking] Field 'slugId' was added to object type 'PullRequest' (PullRequest.slugId)

    feat(schema): [non_breaking] Field 'latestReleaseByAccessKey' was added to object type 'Query' (Query.latestReleaseByAccessKey)

    feat(schema): [non_breaking] Field 'releasePipelineByAccessKey' was added to object type 'Query' (Query.releasePipelineByAccessKey)

    feat(schema): [non_breaking] Input field 'ReleaseSyncInput.name' changed type from 'String!' to 'String' (ReleaseSyncInput.name)


Configuration

📅 Schedule: Branch creation - "on monday" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@uta8a uta8a merged commit 9ea8895 into main Feb 9, 2026
3 checks passed
@uta8a uta8a deleted the renovate/major-linear-pick-one-dependencies branch February 9, 2026 21:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant