FreeTubeApp / FreeTube

An Open Source YouTube app for privacy
https://freetubeapp.io/
GNU Affero General Public License v3.0
13.65k stars 864 forks source link

Bump youtubei.js from 10.5.0 to 11.0.0 #5996

Closed dependabot[bot] closed 4 weeks ago

dependabot[bot] commented 4 weeks ago

Bumps youtubei.js from 10.5.0 to 11.0.0.

Release notes

Sourced from youtubei.js's releases.

v11.0.0

11.0.0 (2024-10-28)

⚠ BREAKING CHANGES

  • Deprecate account#getAnalytics, account#getTimeWatched and account#getBasicAnalytics

Features

  • Add TVHTML5 InnerTube client (b45609a)
  • Add WEB_CREATOR client (#757) (dd7f5cf)
  • history: Add ability to remove videos from watch history (#706) (22dd71d)
  • ProtoUtils: Add support for creating NextParams (#762) (910c979)
  • Support auto-dubbed audio tracks (#786) (a4ef224)

Bug Fixes

  • fix deno usage of protobuf and jintr (#776) (02513b7)
  • Include jinter in the cjs build (305a398)
  • InteractionManager: Use WEB for all actions (d9ac99d)
  • LiveChat#sendMessage: Switch to WEB client (bb3f114)
  • package: Use jsr:@luanrt/jintr on Deno (d9ec23c)
  • parser: Fix ShortsLockupView assuming that the primary text always exists (#775) (43cef9e)
  • toDash: Fix dash.js 4.x compatibility (#765) (5ff30e1)

Code Refactoring

  • Deprecate account#getAnalytics, account#getTimeWatched and account#getBasicAnalytics (0081e11)
Changelog

Sourced from youtubei.js's changelog.

11.0.0 (2024-10-28)

⚠ BREAKING CHANGES

  • Deprecate account#getAnalytics, account#getTimeWatched and account#getAnalytics

Features

  • Add TVHTML5 InnerTube client (b45609a)
  • Add WEB_CREATOR client (#757) (dd7f5cf)
  • history: Add ability to remove videos from watch history (#706) (22dd71d)
  • ProtoUtils: Add support for creating NextParams (#762) (910c979)
  • Support auto-dubbed audio tracks (#786) (a4ef224)

Bug Fixes

  • fix deno usage of protobuf and jintr (#776) (02513b7)
  • Include jinter in the cjs build (305a398)
  • InteractionManager: Use WEB for all actions (d9ac99d)
  • LiveChat#sendMessage: Switch to WEB client (bb3f114)
  • package: Use jsr:@luanrt/jintr on Deno (d9ec23c)
  • parser: Fix ShortsLockupView assuming that the primary text always exists (#775) (43cef9e)
  • toDash: Fix dash.js 4.x compatibility (#765) (5ff30e1)

Code Refactoring

  • Deprecate account#getAnalytics, account#getTimeWatched and account#getAnalytics (0081e11)
Commits


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)
absidue commented 4 weeks ago

The breaking changes don't affect FreeTube as those APIs are for getting data with a YouTube account.