Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 27, 2025

Bumps bgutils-js from 3.1.2 to 3.1.3.

Release notes

Sourced from bgutils-js's releases.

v3.1.3

3.1.3 (2025-01-26)

Miscellaneous Chores

Changelog

Sourced from bgutils-js's changelog.

3.1.3 (2025-01-26)

Miscellaneous Chores

Commits
  • b81a701 chore(main): release 3.1.3 (#20)
  • ddba377 chore(deps): bump undici from 5.28.4 to 5.28.5 in /examples/browser/web (#18)
  • 18a8583 chore: release 3.1.3
  • 4a93c98 chore: Update documentation to reflect recent findings
  • 52c0f12 chore(types): Improve tsdocs
  • 6560271 chore(BotguardClient): Fix typo
  • bb7f771 chore(example): Only set navigator if it isn't available
  • 9d336db chore: lint x2
  • b1c98e5 chore: lint
  • 4ca631e chore: lint
  • 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 [bgutils-js](https://github.com/LuanRT/BgUtils) from 3.1.2 to 3.1.3.
- [Release notes](https://github.com/LuanRT/BgUtils/releases)
- [Changelog](https://github.com/LuanRT/BgUtils/blob/main/CHANGELOG.md)
- [Commits](LuanRT/BgUtils@v3.1.2...v3.1.3)

---
updated-dependencies:
- dependency-name: bgutils-js
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 Jan 27, 2025
@FreeTubeBot FreeTubeBot enabled auto-merge (squash) January 27, 2025 08:54
@PikachuEXE PikachuEXE requested a review from absidue January 27, 2025 09:12
Copy link
Member

@ChunkyProgrammer ChunkyProgrammer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changes seem to be only type related

@FreeTubeBot FreeTubeBot merged commit 2b2481a into development Jan 27, 2025
6 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/bgutils-js-3.1.3 branch January 27, 2025 13:37
@github-actions github-actions bot removed the PR: waiting for review For PRs that are complete, tested, and ready for review label Jan 27, 2025
SudharakaP pushed a commit to SudharakaP/FreeTube that referenced this pull request Jan 28, 2025
Bumps [bgutils-js](https://github.com/LuanRT/BgUtils) from 3.1.2 to 3.1.3.
- [Release notes](https://github.com/LuanRT/BgUtils/releases)
- [Changelog](https://github.com/LuanRT/BgUtils/blob/main/CHANGELOG.md)
- [Commits](LuanRT/BgUtils@v3.1.2...v3.1.3)

---
updated-dependencies:
- dependency-name: bgutils-js
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
PikachuEXE added a commit to PikachuEXE/FreeTube that referenced this pull request Jan 29, 2025
* development: (35 commits)
  Shrink mime-db even further (FreeTubeApp#6659)
  * Update play next recommended video setting to be "by default" (FreeTubeApp#6400)
  Miscellaneous performance improvements (FreeTubeApp#6658)
  Bump stylelint in the stylelint group across 1 directory (FreeTubeApp#6660)
  Bump the stylelint group across 1 directory with 4 updates (FreeTubeApp#6605)
  Fixes FreeTubeApp#5476: Adjusted z-index for tooltips to avoid overlapping with bars (FreeTubeApp#6656)
  Bump shaka-player from 4.12.8 to 4.13.0 (FreeTubeApp#6649)
  Migrate ProfileSettings, FtProfileBubble and FtProfileEdit to the composition API (FreeTubeApp#6639)
  Translated using Weblate (Arabic)
  Bump the eslint group with 4 updates (FreeTubeApp#6645)
  Bump bgutils-js from 3.1.2 to 3.1.3 (FreeTubeApp#6650)
  Translated using Weblate (Arabic)
  Translated using Weblate (Arabic)
  Bump electron from 34.0.0 to 34.0.1 (FreeTubeApp#6648)
  Bump lefthook from 1.10.9 to 1.10.10 (FreeTubeApp#6647)
  Bump the babel group with 2 updates (FreeTubeApp#6644)
  Translated using Weblate (Arabic)
  Avoid logging an error when a player cache entry does not exist (FreeTubeApp#6640)
  Move saving screenshots to the default folder to an IPC call (FreeTubeApp#6636)
  Replace rimraf dev dependency with clean script (FreeTubeApp#6638)
  ...
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.

4 participants