Skip to content

Bump youtubei.js from 15.1.1 to 16.0.0#8115

Merged
FreeTubeBot merged 2 commits intodevelopmentfrom
dependabot/npm_and_yarn/youtubei.js-16.0.0
Oct 12, 2025
Merged

Bump youtubei.js from 15.1.1 to 16.0.0#8115
FreeTubeBot merged 2 commits intodevelopmentfrom
dependabot/npm_and_yarn/youtubei.js-16.0.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 12, 2025

Bumps youtubei.js from 15.1.1 to 16.0.0.

Release notes

Sourced from youtubei.js's releases.

v16.0.0

16.0.0 (2025-10-12)

⚠ BREAKING CHANGES

  • Player: Use AST-based JS extraction with side-effect safe code emission (#1052)
  • Use async/await for the javascript evaluator (#1047)

Features

Bug Fixes

  • gen-parser-map: update reference to the script in auto-generated files (#1036) (d448fd2)

Code Refactoring

  • Player: Use AST-based JS extraction with side-effect safe code emission (#1052) (25d0876)
  • Use async/await for the javascript evaluator (#1047) (977b13c)
Changelog

Sourced from youtubei.js's changelog.

16.0.0 (2025-10-12)

⚠ BREAKING CHANGES

  • Player: Use AST-based JS extraction with side-effect safe code emission (#1052)
  • Use async/await for the javascript evaluator (#1047)

Features

Bug Fixes

  • gen-parser-map: update reference to the script in auto-generated files (#1036) (d448fd2)

Code Refactoring

  • Player: Use AST-based JS extraction with side-effect safe code emission (#1052) (25d0876)
  • Use async/await for the javascript evaluator (#1047) (977b13c)
Commits
  • 9558da3 chore(main): release 16.0.0 (#1041)
  • d4e4683 feat(Session): Add fail_fast option (#1066)
  • 7eb062b chore: fix linter
  • 44a5423 build(gen-parser-map): Replace glob with built-in readdirSync (#1065)
  • a9f1915 chore: regen docs
  • 0733f60 chore: Use latest version of typedoc-plugin-markdown
  • 41b8106 chore: Update auto-generated file references to new script location
  • 0f36599 chore(deps-dev): bump eslint from 9.9.0 to 9.37.0 (#1061)
  • 814093d chore(deps-dev): bump ts-patch from 3.1.2 to 3.3.0 (#1060)
  • 9ffd534 chore(deps-dev): bump globals from 15.9.0 to 16.4.0 (#1062)
  • 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 15.1.1 to 16.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@v15.1.1...v16.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@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 Oct 12, 2025
@FreeTubeBot FreeTubeBot enabled auto-merge (squash) October 12, 2025 17:43
@FreeTubeBot FreeTubeBot merged commit fdf76f3 into development Oct 12, 2025
6 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/youtubei.js-16.0.0 branch October 12, 2025 18:27
@github-actions github-actions bot removed the PR: waiting for review For PRs that are complete, tested, and ready for review label Oct 12, 2025
efb4f5ff-1298-471a-8973-3d47447115dc pushed a commit to efb4f5ff-1298-471a-8973-3d47447115dc/FreeTube that referenced this pull request Oct 12, 2025
* Bump youtubei.js from 15.1.1 to 16.0.0

Bumps [youtubei.js](https://github.com/LuanRT/YouTube.js) from 15.1.1 to 16.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@v15.1.1...v16.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

* Implement an iframe based custom sig eval function

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: absidue <48293849+absidue@users.noreply.github.com>
@PikachuEXE PikachuEXE mentioned this pull request Oct 13, 2025
12 tasks
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.

[Bug]: [BAD_HTTP_STATUS: 403] Potential causes: IP block or streaming URL deciphering failed

4 participants