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

Update dependency youtubei.js to v13 #6

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jan 23, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
youtubei.js ^10.4.0 -> ^13.0.0 age adoption passing confidence

Release Notes

LuanRT/YouTube.js (youtubei.js)

v13.0.0

Compare Source

⚠ BREAKING CHANGES
  • Remove web.bundle.min
Features
  • ContentMetadataView: Parse enableTruncation (#​863) (0a3104b)
  • getSearchSuggestions: Add optional pq param for better suggestions (c61db19)
  • Innertube: Add getAttestationChallenge (#​869) (33c27dd)
  • Innertube: Add ability to get individual community posts and community post comments (#​861) (360b29e)
  • LiveChatPaidMessage: Parse headerOverlayImage and lowerBumper (#​851) (ef37aa0)
  • Music: Add continuation support for "Up next" tab in TrackInfo (#​770) (2913d5f)
  • PageHeaderView: Parse heroImage (a602a31)
  • Parser: Add AvatarStackView (c631022)
  • Parser: Add HowThisWasMadeSectionView node (5da8a66)
  • parser: Add ReplaceLiveChatAction (#​847) (342fdd1)
  • Parser: Implement utility class to parse rendererContext (3a11b99)
  • parser: Parse OpenPopupAction in onResponseReceivedEndpoints arrays (45b7342)
  • Parser: Parse YpcTrailer in VideoInfo (#​842) (c0043d0)
  • parser: Update Button (#​857) (5f899fc)
  • parser: Update LiveChatPaidMessage (#​846) (73362c6)
  • parser: Update LiveChatPaidSticker (#​849) (3c28c0d)
  • parser: Update LiveChatTextMessage (#​864) (9025122)
  • parser: Update LiveChatTickerPaidMessageItem (#​845) (29e8d30)
  • parser: Update LiveChatTickerPaidStickerItem (#​848) (5f83a74)
  • parser: Update LiveChatViewerEngagementMessage (#​856) (b4a947a)
  • Playlists: Implement addToLibrary and removeFromLibrary (#​844) (48460e4)
  • RichGrid: Parse targetId (e571ee2)
  • Session: Allow using a fixed user agent for InnerTube requests (#​876) (4d36655)
  • SubscribeButton: Add unsubscribe_text (75b8964)
  • ToggleButtonView: Add is_toggled (88af6d8)
Bug Fixes
  • ButtonCardView: Correct typo (#​855) (6536801)
  • DescriptionPreviewView: Parsing errors when certain fields are missing (c2dd803)
  • getSearchSuggestions: Allow empty queries (523700b)
  • LiveChatTextMessage: Make some fields optional (#​877) (a035b71)
  • sendMessage: Handle RunAttestationCommand in response actions (#​859) (826a954)
  • Text#fromAttributed: Fix StyleRun assuming that the startIndex and length always exist (#​862) (732a30c)
  • Text#toHTML: Return empty string if the text is undefined (f3c777b)
  • TextRun: Add img element only if an URL is available (913dcc7)
  • toDash: Fix default audio stream for dubbed movie trailers (#​858) (0054690)
Performance Improvements
  • constants: Move the client name IDs into their own CLIENT_NAME_IDS object (#​875) (06887e9)
  • Optimise DASH manifest generation (#​870) (1a3d663)
Code Refactoring

v12.2.0

Compare Source

Features
Bug Fixes
  • Player: Fix signature algorithm extraction again (#​837) (13e7961)

v12.1.0

Compare Source

Features
Bug Fixes

v12.0.0

Compare Source

⚠ 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)
  • SignalAction: Rename action to signal (8ab760e)
  • SubscribeButton: Parse endpoints using NavigationEndpoint (126a66f)
  • UnifiedSharePanel: Check if thirdPartyNetworkSection exists (d3f6af0)
  • VideoAttributeView: Parse secondarySubtitle only if exists (0a99342)
  • VideoCard: fix parsing author, view count and published date (#​791) (a4394db)
  • VideoSecondaryInfo: Parse show_more_text and show_less_text correctly (790f817)
Miscellaneous Chores
  • parser: Remove getters that have been deprecated for a long time (#​815) (9cf0d3f)
Code Refactoring
  • parser: Implement endpoint/command parsers (#​812) (7397aa3)
  • parser: Remove old comment node (2f087d4)

v11.0.1

Compare Source

Bug Fixes

v11.0.0

Compare Source

⚠ BREAKING CHANGES
  • Deprecate account#getAnalytics, account#getTimeWatched and account#getAnalytics
Features
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)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants