Skip to content

Upstream SDK Update Available (@linear/sdk@78.0.0) #45

@github-actions

Description

@github-actions

The upstream Linear TypeScript SDK has schema updates.

Upstream Version: @linear/sdk@78.0.0
Current Schema Date: 2026-03-23

Action Required

A maintainer needs to sync the schema:

# Enable sync mode (if not already enabled)
git submodule update --init upstream

# Run sync
make sync-upstream

# Review changes
git diff

# Commit and push
git add .
git commit -m "chore: sync with upstream @linear/sdk@78.0.0"
git push

Notes

  • Review schema changes carefully
  • Update queries if new operations added
  • Run full test suite
  • Update documentation if API changes

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions