Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 14, 2026

Bumps @linear/sdk from 68.1.0 to 70.0.0.

Release notes

Sourced from @​linear/sdk's releases.

@​linear/sdk@​70.0.0

Major Changes

  • cf50e66: feat(schema): [breaking] Field 'AgentSession.type' changed type from 'AgentSessionType!' to 'AgentSessionType' (AgentSession.type)

    feat(schema): [breaking] Input field 'AgentSessionExternalUrlInput.label' changed type from 'String' to 'String!' (AgentSessionExternalUrlInput.label)

    feat(schema): [breaking] Field 'issueCanceledAutoReplyData' was removed from object type 'EmailIntakeAddress' (EmailIntakeAddress.issueCanceledAutoReplyData)

    feat(schema): [breaking] Field 'issueCompletedAutoReplyData' was removed from object type 'EmailIntakeAddress' (EmailIntakeAddress.issueCompletedAutoReplyData)

    feat(schema): [breaking] Field 'issueCreatedAutoReplyData' was removed from object type 'EmailIntakeAddress' (EmailIntakeAddress.issueCreatedAutoReplyData)

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

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

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

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

    feat(schema): [non_breaking] Field 'AgentSession.type' description changed from 'The type of the agent session.' to '[DEPRECATED] The type of the agent session.' (AgentSession.type)

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

    feat(schema): [non_breaking] Field 'AgentSession.type' has deprecation reason 'This field is slated for removal.' (AgentSession.type)

    feat(schema): [non_breaking] Input field 'AgentSessionExternalUrlInput.label' description changed from 'Optional label for the URL.' to 'Label for the URL.' (AgentSessionExternalUrlInput.label)

    feat(schema): [non_breaking] Description 'The type of an agent session.' on type 'AgentSessionType' has changed to '[DEPRECATED] The type of an agent session.' (AgentSessionType)

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

@​linear/sdk@​69.0.0

Major Changes

  • 8f7ef89: Removed support for calling LinearClient::request with GraphQL document nodes

    LinearClient::request allows for raw access to Linear's GraphQL API. Previously this method would be called with either a GraphQL query string, or a document node object. We are removing support for calling this with a document node to remove the SDK's runtime dependency on the graphql-js library. If you were previously using this functionality, the migration is straightforward. Before calling request, stringify your document node using the print function from graphql-js:

    Before:

    import { DocumentNode } from "graphql";
    const documentNode: DocumentNode = {

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@linear/sdk](https://github.com/linear/linear) from 68.1.0 to 70.0.0.
- [Release notes](https://github.com/linear/linear/releases)
- [Commits](https://github.com/linear/linear/compare/@linear/[email protected]...@linear/[email protected])

---
updated-dependencies:
- dependency-name: "@linear/sdk"
  dependency-version: 70.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 14, 2026
@dependabot dependabot bot requested a review from a team as a code owner January 14, 2026 00:26
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 14, 2026
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Jan 14, 2026

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@sonarqubecloud
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant