Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github May 6, 2024

Bumps @linear/sdk from 13.0.0 to 21.1.0.

Release notes

Sourced from @​linear/sdk's releases.

@​linear/sdk@​21.1.0

Minor Changes

  • b2fd91c: fix: map DateTimeOrDuration scalar to string | Date type

@​linear/sdk@​21.0.0

Major Changes

  • b9ef98d: feat(schema): [breaking] Input field 'DateComparator.eq' changed type from 'DateTime' to 'DateTimeOrDuration' (DateComparator.eq)

    feat(schema): [breaking] Input field 'DateComparator.gt' changed type from 'DateTime' to 'DateTimeOrDuration' (DateComparator.gt)

    feat(schema): [breaking] Input field 'DateComparator.gte' changed type from 'DateTime' to 'DateTimeOrDuration' (DateComparator.gte)

    feat(schema): [breaking] Input field 'DateComparator.in' changed type from '[DateTime!]' to '[DateTimeOrDuration!]' (DateComparator.in)

    feat(schema): [breaking] Input field 'DateComparator.lt' changed type from 'DateTime' to 'DateTimeOrDuration' (DateComparator.lt)

    feat(schema): [breaking] Input field 'DateComparator.lte' changed type from 'DateTime' to 'DateTimeOrDuration' (DateComparator.lte)

    feat(schema): [breaking] Input field 'DateComparator.neq' changed type from 'DateTime' to 'DateTimeOrDuration' (DateComparator.neq)

    feat(schema): [breaking] Input field 'DateComparator.nin' changed type from '[DateTime!]' to '[DateTimeOrDuration!]' (DateComparator.nin)

    feat(schema): [breaking] Input field 'NullableDateComparator.eq' changed type from 'DateTime' to 'DateTimeOrDuration' (NullableDateComparator.eq)

    feat(schema): [breaking] Input field 'NullableDateComparator.gt' changed type from 'DateTime' to 'DateTimeOrDuration' (NullableDateComparator.gt)

    feat(schema): [breaking] Input field 'NullableDateComparator.gte' changed type from 'DateTime' to 'DateTimeOrDuration' (NullableDateComparator.gte)

    feat(schema): [breaking] Input field 'NullableDateComparator.in' changed type from '[DateTime!]' to '[DateTimeOrDuration!]' (NullableDateComparator.in)

    feat(schema): [breaking] Input field 'NullableDateComparator.lt' changed type from 'DateTime' to 'DateTimeOrDuration' (NullableDateComparator.lt)

    feat(schema): [breaking] Input field 'NullableDateComparator.lte' changed type from 'DateTime' to 'DateTimeOrDuration' (NullableDateComparator.lte)

    feat(schema): [breaking] Input field 'NullableDateComparator.neq' changed type from 'DateTime' to 'DateTimeOrDuration' (NullableDateComparator.neq)

    feat(schema): [breaking] Input field 'NullableDateComparator.nin' changed type from '[DateTime!]' to '[DateTimeOrDuration!]' (NullableDateComparator.nin)

    feat(schema): [breaking] Input field 'NullableTimelessDateComparator.eq' changed type from 'TimelessDate' to 'TimelessDateOrDuration' (NullableTimelessDateComparator.eq)

    feat(schema): [breaking] Input field 'NullableTimelessDateComparator.gt' changed type from 'TimelessDate' to 'TimelessDateOrDuration' (NullableTimelessDateComparator.gt)

    feat(schema): [breaking] Input field 'NullableTimelessDateComparator.gte' changed type from 'TimelessDate' to 'TimelessDateOrDuration' (NullableTimelessDateComparator.gte)

    feat(schema): [breaking] Input field 'NullableTimelessDateComparator.in' changed type from '[TimelessDate!]' to '[TimelessDateOrDuration!]' (NullableTimelessDateComparator.in)

    feat(schema): [breaking] Input field 'NullableTimelessDateComparator.lt' changed type from 'TimelessDate' to 'TimelessDateOrDuration' (NullableTimelessDateComparator.lt)

... (truncated)

Commits
  • f38b308 chore(release): version packages (#526)
  • b2fd91c fix: map DateTimeOrDuration scalar to string | Date type (#525)
  • 7c62e76 chore(release): version packages (#523)
  • b9ef98d feat(sdk): update schema (#524)
  • 8d21ed1 feat(sdk): update schema (#521)
  • f52a85f chore(release): update dependencies (#520)
  • 2425171 Support mapping Trello lists to statuses, importing archived cards as archive...
  • a0d6cb7 chore(release): version packages (#519)
  • 68026c8 feat(sdk): update schema (#512)
  • 6c91afd docs(changeset): fix: update mock data to use project status (#518)
  • Additional commits viewable in compare view

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 13.0.0 to 21.1.0.
- [Release notes](https://github.com/linear/linear/releases)
- [Commits](https://github.com/linear/linear/compare/@linear/sdk@13.0.0...@linear/sdk@21.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 6, 2024
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github May 27, 2024

Superseded by #33.

@dependabot dependabot bot closed this May 27, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/linear/sdk-21.1.0 branch May 27, 2024 21:59
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 javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant