joschi / toot-together

:elephant: A GitHub action to toot from a repository
https://github.com/marketplace/actions/toot-together
MIT License
22 stars 3 forks source link

build(deps): bump masto from 3.7.0 to 6.10.1 #385

Open dependabot[bot] opened 1 week ago

dependabot[bot] commented 1 week ago

Bumps masto from 3.7.0 to 6.10.1.

Release notes

Sourced from masto's releases.

v6.10.1

6.10.1 (2024-10-23)

Bug Fixes

  • Unset ws of WebSocketConnectorImpl after close event (0a73a2a)

v6.10.0

6.10.0 (2024-10-21)

Features

  • Support new accounts field in PreviewCard of status introduced by Mastodon 4.3.0 (96a84f2)

Bug Fixes

  • Fix duplicated WebSocket connection created when acquiring connection before one established (dbfd4c8)
  • Fix WebSocket client to maintain subscription even if other subscription with same parameter ends (e6d6bd0)
  • Unsubscribe from WebSocket stream when iterator ended (b7732ed)

v6.9.0

6.9.0 (2024-10-14)

In this release, we support the latest Mastodon v4.3.0 which comes with numerous enhancements in notification-related APIs. Here is the list of APIs/types affected by this release. You may also want to read the Mastodon official release note for v4.3.0 for further information.

Types

  • Event["event"] with "notification_merged"
  • v1.AccountWarning type
  • v1.Appeal type
  • v1.GroupedNotificationsResults, v1.PartialAccountWithAvatar, and v1.NotificationGroup types
  • v1.Notification["groupKey"], v1.SeveredRelationshipsNotification, and v1.ModerationWarningNotification types
  • v1.NotificationRequest type
  • v1.RelationshipSeveranceEvent type
  • v1.Suggestion["sources"] property
  • v2.Instance["icon"], v2.Instance["apiVersions"], v2.Instance["configuration"]["vapid"] properties
  • v2.NotificationPolicy type

APIs

  • masto.v1.accounts.fetch({ id: [id1, id2, ...] })
  • masto.v1.accounts.relationship.fetch({ id: [...], withSuspended: boolean })
  • masto.v1.notifications.requests.$select(id).accept()
  • masto.v1.notifications.requests.$select(id).dismiss()
  • masto.v1.notifications.requests.$select(id).fetch()
  • masto.v1.notifications.requests.accept()
  • masto.v1.notifications.requests.dismiss()
  • masto.v1.notifications.requests.list()
  • masto.v1.notifications.requests.merged.fetch()

... (truncated)

Changelog

Sourced from masto's changelog.

6.10.1 (2024-10-23)

Bug Fixes

  • Unset ws of WebSocketConnectorImpl after close event (0a73a2a)

6.10.0 (2024-10-21)

Features

  • Support new accounts field in PreviewCard of status introduced by Mastodon 4.3.0 (96a84f2)

Bug Fixes

  • Fix duplicated WebSocket connection created when acquiring connection before one established (dbfd4c8)
  • Fix WebSocket client to maintain subscription even if other subscription with same parameter ends (e6d6bd0)
  • Unsubscribe from WebSocket stream when iterator ended (b7732ed)

6.9.0 (2024-10-14)

Features

6.8.2 (2024-10-13)

Bug Fixes

  • Add missing v1.instance.extendedDescription API (#1212) (74681b3)
  • Add missing public domain block API (#1214) (884b83d)

6.8.1 (2024-10-11)

Bug Fixes

  • Add dependabot.yml to use prefix deps (c43bc7d)
  • Add dependabot.yml to use prefix deps (3f8310b)
  • Add missing offset to SearchAccountsParams (#1164) (54089da)
  • Add missing offset to v2 SearchParams (#1163) (4ae3951)
  • Fix type of AccountSource.fields (#1161) (bd885de)
  • Remove ERR_INCLUSION test (101c7ff)

6.8.0 (2024-06-02)

... (truncated)

Commits
  • d62d4c5 Merge pull request #1239 from neet/release-please--branches--main--components...
  • 7c4d852 chore(main): release 6.10.1
  • 80a73dc Merge pull request #1238 from neet/unused-ws-after-close
  • 0a73a2a fix: Unset ws of WebSocketConnectorImpl after close event
  • 23999e8 chore: Restore dependabot.yml
  • 886b4f1 chore: Update the streaming example to use iterator.return over dispose
  • 0a05b54 Merge pull request #1218 from neet/release-please--branches--main--components...
  • c84e9d8 Merge pull request #1227 from neet/fix-unsubscribe-timing
  • 6f0795f chore: Parse WebSocket events synchronously
  • 2e5f602 chore(main): release 6.10.0
  • 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 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)