Skip to content

dependabot npm(deps): bump masto from 6.9.0 to 6.10.0

Depen d'Abot requested to merge dependabot-npm_and_yarn-masto-6.10.0 into master

Bumps masto from 6.9.0 to 6.10.0.

Release notes

Sourced from masto's releases.

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

Sourced from masto's changelog.

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)
Commits
  • 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
  • 6219c18 Merge pull request #1229 from shuuji3/feat/support-preview-card-authors-field
  • 12b4695 chore: fix lint issue
  • 96a84f2 feat: Support new accounts field in PreviewCard of status introduced by M...
  • 7110ad0 Merge pull request #1226 from neet/simplify-negate
  • 1e720c7 chore: Simplify nullish check operator
  • 6bb91af Merge pull request #1224 from neet/deprecate-unsubscribe-websocket-subscription
  • Additional commits viewable in compare view

Merge request reports

Loading