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

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

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Nov 11, 2024

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 <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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 11, 2024
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/masto-6.10.1 branch from fbfd8ea to f765298 Compare November 12, 2024 07:54
Bumps [masto](https://github.com/neet/masto.js) from 3.7.0 to 6.10.1.
- [Release notes](https://github.com/neet/masto.js/releases)
- [Changelog](https://github.com/neet/masto.js/blob/main/CHANGELOG.md)
- [Commits](neet/masto.js@v3.7.0...v6.10.1)

---
updated-dependencies:
- dependency-name: masto
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/masto-6.10.1 branch from f765298 to 56541dd Compare November 12, 2024 22:39
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.

0 participants