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

Bump youtubei.js from 11.0.1 to 12.0.0 #6323

Merged
merged 4 commits into from
Dec 9, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 9, 2024

Bumps youtubei.js from 11.0.1 to 12.0.0.

Release notes

Sourced from youtubei.js's releases.

v12.0.0

12.0.0 (2024-12-05)

⚠ BREAKING CHANGES

  • parser: Remove old comment node
  • Log: Convert Log class to module (#814)
  • parser: Remove getters that have been deprecated for a long time (#815)
  • parser: Implement endpoint/command parsers (#812)

Features

  • account: Add missing property channel_handle (#789) (677e1f0)
  • Add getCourses (#798) (cfb48fa)
  • EngagementPanelTitleHeader: Add contextual_info and menu (af3a916)
  • Log: Convert Log class to module (#814) (fc55716)
  • NavigationEndpoint: Add name property (bdebb9f)
  • parser: Add AddToPlaylist node (2940f7b)
  • parser: Add animated_image to PageHeaderView (#819) (8e50ebd)
  • parser: Add ChangeEngagementPanelVisibilityAction (c2b2d7a)
  • parser: Add ChangeEngagementPanelVisibilityEndpoint (2824900)
  • parser: Add LiveChatBannerChatSummary node, update TextRun node (#809) (7fb00fa)
  • parser: Add LiveChatBannerRedirect node (#799) (ad302b8)
  • parser: add LiveChatModeChangeMessage node (#811) (7156a58)
  • parser: Add LiveChatSponsorshipsGiftPurchaseAnnouncement and LiveChatSponsorshipsHeader nodes (#793) (4e9c2a5)
  • parser: Add LiveChatSponsorshipsGiftRedemptionAnnouncement node (#795) (20f7971)
  • parser: Add MenuFlexibleItem (bc9a0ed)
  • parser: Add NotificationAction node (d36ddb8)
  • parser: Add PlayerOverlayVideoDetails node (dc2ed04)
  • parser: Add RunAttestationCommand (4729016)
  • parser: Add ShowEngagementPanelEndpoint (ec85b0f)
  • parser: Add SignalAction node (feeb21b)
  • parser: Add UnifiedSharePanel (4a1397f)
  • parser: Add UpdateSubscribeButtonAction (fdb7540)
  • parser: Add VideoViewCount node (ad448f8)
  • parser: Add optional image property to LockupMetadataView (#806) (0914299)
  • Parser: add support for parsing subtitle for RichShelf (#805) (038efff)
  • Parser: Add support for parsing subtitle for Shelf (#792) (34ae38c)
  • SubscribeButton: Parse more endpoints (8bf9eb7)
  • VideoViewCount: Add extra_short_view_count field (d10fe68)

Bug Fixes

  • ExpandableVideoDescriptionBody: Parse attributed description (360580e)
  • parser: The AvatarView.image_processor property is optional (#807) (4b178e4)
  • parser: Update list of possible content_type in LockupView (#808) (680da9f)
  • Player: Add more ways to find the nsig algo (acfb0c5)
  • PlaylistAddToOption: Use correct type for contains_selected_videos (53d1c75)

... (truncated)

Changelog

Sourced from youtubei.js's changelog.

12.0.0 (2024-12-05)

⚠ BREAKING CHANGES

  • parser: Remove old comment node
  • Log: Convert Log class to module (#814)
  • parser: Remove getters that have been deprecated for a long time (#815)
  • parser: Implement endpoint/command parsers (#812)

Features

  • account: Add missing property channel_handle (#789) (677e1f0)
  • Add getCourses (#798) (cfb48fa)
  • EngagementPanelTitleHeader: Add contextual_info and menu (af3a916)
  • Log: Convert Log class to module (#814) (fc55716)
  • NavigationEndpoint: Add name property (bdebb9f)
  • parser: Add AddToPlaylist node (2940f7b)
  • parser: Add animated_image to PageHeaderView (#819) (8e50ebd)
  • parser: Add ChangeEngagementPanelVisibilityAction (c2b2d7a)
  • parser: Add ChangeEngagementPanelVisibilityEndpoint (2824900)
  • parser: Add LiveChatBannerChatSummary node, update TextRun node (#809) (7fb00fa)
  • parser: Add LiveChatBannerRedirect node (#799) (ad302b8)
  • parser: add LiveChatModeChangeMessage node (#811) (7156a58)
  • parser: Add LiveChatSponsorshipsGiftPurchaseAnnouncement and LiveChatSponsorshipsHeader nodes (#793) (4e9c2a5)
  • parser: Add LiveChatSponsorshipsGiftRedemptionAnnouncement node (#795) (20f7971)
  • parser: Add MenuFlexibleItem (bc9a0ed)
  • parser: Add NotificationAction node (d36ddb8)
  • parser: Add PlayerOverlayVideoDetails node (dc2ed04)
  • parser: Add RunAttestationCommand (4729016)
  • parser: Add ShowEngagementPanelEndpoint (ec85b0f)
  • parser: Add SignalAction node (feeb21b)
  • parser: Add UnifiedSharePanel (4a1397f)
  • parser: Add UpdateSubscribeButtonAction (fdb7540)
  • parser: Add VideoViewCount node (ad448f8)
  • parser: Add optional image property to LockupMetadataView (#806) (0914299)
  • Parser: add support for parsing subtitle for RichShelf (#805) (038efff)
  • Parser: Add support for parsing subtitle for Shelf (#792) (34ae38c)
  • SubscribeButton: Parse more endpoints (8bf9eb7)
  • VideoViewCount: Add extra_short_view_count field (d10fe68)

Bug Fixes

  • ExpandableVideoDescriptionBody: Parse attributed description (360580e)
  • parser: The AvatarView.image_processor property is optional (#807) (4b178e4)
  • parser: Update list of possible content_type in LockupView (#808) (680da9f)
  • Player: Add more ways to find the nsig algo (acfb0c5)
  • PlaylistAddToOption: Use correct type for contains_selected_videos (53d1c75)
  • ReelPlayerOverlay: Update subscribe_button_renderer type to include SubscribeButton (daa5a29)

... (truncated)

Commits
  • eaf6d1a chore(main): release 12.0.0 (#790)
  • 8b29071 chore(deps): bump path-to-regexp and express (#829)
  • 478205b chore: update deps
  • acfb0c5 fix(Player): Add more ways to find the nsig algo
  • 6771325 chore(oauth/examples): Remove unneeded scopes
  • d10fe68 feat(VideoViewCount): Add extra_short_view_count field
  • ec85b0f feat(parser): Add ShowEngagementPanelEndpoint
  • a7bb981 refactor: Cookie-based session fixes and minor additions (#821)
  • 386257c chore: catch up
  • af3a916 feat(EngagementPanelTitleHeader): Add contextual_info and menu
  • 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)

Bumps [youtubei.js](https://github.com/LuanRT/YouTube.js) from 11.0.1 to 12.0.0.
- [Release notes](https://github.com/LuanRT/YouTube.js/releases)
- [Changelog](https://github.com/LuanRT/YouTube.js/blob/main/CHANGELOG.md)
- [Commits](LuanRT/YouTube.js@v11.0.1...v12.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added PR: dependencies Pull requests that update a dependency file PR: waiting for review For PRs that are complete, tested, and ready for review labels Dec 9, 2024
@FreeTubeBot FreeTubeBot enabled auto-merge (squash) December 9, 2024 08:05
@PikachuEXE PikachuEXE requested a review from absidue December 9, 2024 08:30
@FreeTubeBot FreeTubeBot merged commit dae217d into development Dec 9, 2024
6 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/youtubei.js-12.0.0 branch December 9, 2024 17:20
@github-actions github-actions bot removed the PR: waiting for review For PRs that are complete, tested, and ready for review label Dec 9, 2024
PikachuEXE added a commit to PikachuEXE/FreeTube that referenced this pull request Dec 10, 2024
* development: (96 commits)
  Move Invidious API calls into Invidious file (FreeTubeApp#6313)
  Translated using Weblate (Spanish)
  Use word-break on live chat error message (FreeTubeApp#6327)
  Bump youtubei.js from 11.0.1 to 12.0.0 (FreeTubeApp#6323)
  Bump shaka-player from 4.12.3 to 4.12.4 (FreeTubeApp#6318)
  Make seekbar and player controls appear at bottom of video and take full width (FreeTubeApp#6007)
  Fix 'Object has been destroyed' when FreeTube is passed a URL with no windows open on macOS (FreeTubeApp#6278)
  Bump mikefarah/yq from 4.44.5 to 4.44.6 (FreeTubeApp#6324)
  Translated using Weblate (French)
  Bump sass-loader from 16.0.3 to 16.0.4 (FreeTubeApp#6319)
  Bump webpack from 5.96.1 to 5.97.1 (FreeTubeApp#6322)
  Bump sass from 1.81.0 to 1.82.0 (FreeTubeApp#6320)
  Bump lefthook from 1.8.5 to 1.9.0 (FreeTubeApp#6321)
  Bump @intlify/eslint-plugin-vue-i18n from 3.1.0 to 3.2.0 (FreeTubeApp#6317)
  Translated using Weblate (Estonian)
  Translated using Weblate (Basque)
  Translated using Weblate (Icelandic)
  Translated using Weblate (Hungarian)
  Translated using Weblate (German)
  Fix channel home page list view (FreeTubeApp#6316)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR: dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants