Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): Bump the production-dependencies group across 1 directory with 3 updates #20

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 10, 2025

Bumps the production-dependencies group with 3 updates in the / directory: @linear/sdk, @modelcontextprotocol/sdk and axios.

Updates @linear/sdk from 37.0.0 to 38.0.0

Release notes

Sourced from @​linear/sdk's releases.

@​linear/sdk@​38.0.0

Major Changes

  • a7547e7: feat(schema): [breaking] Type 'AttachmentArchivePayload' was removed (AttachmentArchivePayload)

    feat(schema): [breaking] Type 'NotificationChannelPreferencesInput' was removed (NotificationChannelPreferencesInput)

    feat(schema): [breaking] Type 'ProjectLink' was removed (ProjectLink)

    feat(schema): [breaking] Type 'ProjectLinkConnection' was removed (ProjectLinkConnection)

    feat(schema): [breaking] Type 'ProjectLinkCreateInput' was removed (ProjectLinkCreateInput)

    feat(schema): [breaking] Type 'ProjectLinkEdge' was removed (ProjectLinkEdge)

    feat(schema): [breaking] Type 'ProjectLinkPayload' was removed (ProjectLinkPayload)

    feat(schema): [breaking] Type 'ProjectLinkUpdateInput' was removed (ProjectLinkUpdateInput)

    feat(schema): [breaking] Field 'contentData' (deprecated) was removed from object type 'Document' (Document.contentData)

    feat(schema): [breaking] Field 'contentData' (deprecated) was removed from object type 'DocumentSearchResult' (DocumentSearchResult.contentData)

    feat(schema): [breaking] Field 'attachmentArchive' (deprecated) was removed from object type 'Mutation' (Mutation.attachmentArchive)

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

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

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

    feat(schema): [breaking] Input field 'message' was removed from input object type 'OrganizationInviteCreateInput' (OrganizationInviteCreateInput.message)

    feat(schema): [breaking] Field 'links' (deprecated) was removed from object type 'Project' (Project.links)

    feat(schema): [breaking] Field 'descriptionData' (deprecated) was removed from object type 'ProjectMilestone' (ProjectMilestone.descriptionData)

    feat(schema): [breaking] Field 'links' (deprecated) was removed from object type 'ProjectSearchResult' (ProjectSearchResult.links)

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

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

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

    feat(schema): [breaking] Field 'subscribedToUnreadNotificationsReminder' (deprecated) was removed from object type 'UserSettings' (UserSettings.subscribedToUnreadNotificationsReminder)

    feat(schema): [breaking] Input field 'notificationPreferences' was removed from input object type 'UserSettingsUpdateInput' (UserSettingsUpdateInput.notificationPreferences)

    feat(schema): [breaking] Input field 'subscribedToUnreadNotificationsReminder' was removed from input object type 'UserSettingsUpdateInput' (UserSettingsUpdateInput.subscribedToUnreadNotificationsReminder)

... (truncated)

Commits

Updates @modelcontextprotocol/sdk from 1.1.0 to 1.6.1

Release notes

Sourced from @​modelcontextprotocol/sdk's releases.

1.6.1

What's Changed

New Contributors

Full Changelog: modelcontextprotocol/typescript-sdk@1.6.0...1.6.1

1.6.0

First release containing auth

This this the first release containing support for the draft auth proposal. These features are still WIP - so be warned there might be breaking changes in the future.

What's Changed

New Contributors

Full Changelog: modelcontextprotocol/typescript-sdk@1.5.0...1.6.0

1.5.0

What's Changed

New Contributors

Full Changelog: modelcontextprotocol/typescript-sdk@1.4.1...1.5.0

1.4.1

What's Changed

Full Changelog: modelcontextprotocol/typescript-sdk@1.4.0...1.4.1

1.4.0

What's Changed

... (truncated)

Commits
  • 66e1508 Bumping version
  • 170e656 Merge pull request #163 from modelcontextprotocol/ashwin/claudemd
  • ac72918 Add CLAUDE.md with SDK development guide
  • 42b1738 Merge pull request #157 from modelcontextprotocol/jerome/fix/no-mcp-header-in...
  • c521710 Lint
  • 5c07636 Merge pull request #152 from Ozamatash/feature/progress-timeout-reset
  • 8dfa643 Fixing up tests
  • 885590c Fixing tests
  • 26b4743 Tidy up CORS error catching
  • aad2bad Removed nested ternaries
  • Additional commits viewable in compare view

Updates axios from 1.7.9 to 1.8.2

Release notes

Sourced from axios's releases.

Release v1.8.2

Release notes:

Bug Fixes

  • http-adapter: add allowAbsoluteUrls to path building (#6810) (fb8eec2)

Contributors to this release

Release v1.8.1

Release notes:

Bug Fixes

  • utils: move generateString to platform utils to avoid importing crypto module into client builds; (#6789) (36a5a62)

Contributors to this release

Release v1.8.0

Release notes:

Bug Fixes

  • examples: application crashed when navigating examples in browser (#5938) (1260ded)
  • missing word in SUPPORT_QUESTION.yml (#6757) (1f890b1)
  • utils: replace getRandomValues with crypto module (#6788) (23a25af)

Features

Reverts

BREAKING CHANGES

  • code relying on the above will now combine the URLs instead of prefer request URL

  • feat: add config option for allowing absolute URLs

  • fix: add default value for allowAbsoluteUrls in buildFullPath

  • fix: typo in flow control when setting allowAbsoluteUrls

Contributors to this release

... (truncated)

Changelog

Sourced from axios's changelog.

1.8.2 (2025-03-07)

Bug Fixes

  • http-adapter: add allowAbsoluteUrls to path building (#6810) (fb8eec2)

Contributors to this release

1.8.1 (2025-02-26)

Bug Fixes

  • utils: move generateString to platform utils to avoid importing crypto module into client builds; (#6789) (36a5a62)

Contributors to this release

1.8.0 (2025-02-25)

Bug Fixes

  • examples: application crashed when navigating examples in browser (#5938) (1260ded)
  • missing word in SUPPORT_QUESTION.yml (#6757) (1f890b1)
  • utils: replace getRandomValues with crypto module (#6788) (23a25af)

Features

Reverts

BREAKING CHANGES

  • code relying on the above will now combine the URLs instead of prefer request URL

  • feat: add config option for allowing absolute URLs

  • fix: add default value for allowAbsoluteUrls in buildFullPath

... (truncated)

Commits
  • a9f7689 chore(release): v1.8.2 (#6812)
  • fb8eec2 fix(http-adapter): add allowAbsoluteUrls to path building (#6810)
  • 9812045 chore(sponsor): update sponsor block (#6804)
  • 72acf75 chore(sponsor): update sponsor block (#6794)
  • 2e64afd chore(release): v1.8.1 (#6800)
  • 36a5a62 fix(utils): move generateString to platform utils to avoid importing crypto...
  • cceb7b1 chore(release): v1.8.0 (#6795)
  • 23a25af fix(utils): replace getRandomValues with crypto module (#6788)
  • 32c7bcc feat: Add config for ignoring absolute URLs (#5902) (#6192)
  • 4a3e26c chore(config): adjust rollup config to preserve license header to minified Ja...
  • Additional commits viewable in compare view

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…y with 3 updates

Bumps the production-dependencies group with 3 updates in the / directory: [@linear/sdk](https://github.com/linear/linear), [@modelcontextprotocol/sdk](https://github.com/modelcontextprotocol/typescript-sdk) and [axios](https://github.com/axios/axios).


Updates `@linear/sdk` from 37.0.0 to 38.0.0
- [Release notes](https://github.com/linear/linear/releases)
- [Commits](https://github.com/linear/linear/compare/@linear/[email protected]...@linear/[email protected])

Updates `@modelcontextprotocol/sdk` from 1.1.0 to 1.6.1
- [Release notes](https://github.com/modelcontextprotocol/typescript-sdk/releases)
- [Commits](modelcontextprotocol/typescript-sdk@1.1.0...1.6.1)

Updates `axios` from 1.7.9 to 1.8.2
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.7.9...v1.8.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Staying up-to-date npm
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants