Skip to content

Bump tiny-essentials from 1.28.0 to 1.28.9 - #187

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/tiny-essentials-1.28.9
Open

Bump tiny-essentials from 1.28.0 to 1.28.9#187
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/tiny-essentials-1.28.9

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 11, 2026

Copy link
Copy Markdown

Bumps tiny-essentials from 1.28.0 to 1.28.9.

Release notes

Sourced from tiny-essentials's releases.

1.28.9

🛠️ Fixes

  • TinyPromiseQueue: Corrected jsDoc documentation for the enqueue and enqueuePoint functions.

✨ Features

  • BrowserDetector: Introduced a new utility that identifies the user's browser through multiple detection layers (User Agent, CSS engine prefixes, and feature detection), with support for customizing detection exclusions.
  • TinyDebugger: Introduced a lightweight, event-driven debugging utility that wraps standard console methods and provides extended logging capabilities.
  • TinyMediaPlayer: Added isPaused and isEnded properties to track media state more easily.
  • Testing: Introduced MockMediaAdapter, specifically designed to facilitate testing environments for TinyMediaPlayer.

🚀 Improvements

  • TinyMediaPlayer:

    • Enhanced base64 optimization to automatically include URLs (previously, this was limited to music picture values).
    • Added optimizeMediaMemory and optimizePictureMemory configuration options, allowing developers to optionally disable these optimization features.
    • Converted isMuted to a read-only getter. This change was implemented to ensure synchronization with the asynchronous mute and unMute methods, which must be used to modify the audio state.
  • TinyRadioFm:

    • Fixed issues with the MinConsecutive value to improve the detection of repeated files.

Full Changelog: Tiny-Essentials/Tiny-Essentials@1.28.7...1.28.9

1.28.7

✨ New Features for TinyMediaPlayer and BaseMediaAdapter

We have implemented three new methods to give you precise control over the audio state:

  • mute(): Silences the audio output of the player. 🔇
  • unMute(): Restores the audio output to its previous volume level. 🔊
  • isMuted(): Returns a boolean value (true or false) indicating the current mute status. 🔍

Full Changelog: Tiny-Essentials/Tiny-Essentials@1.28.6...1.28.7

1.28.6

🚀 BaseMediaAdapter Release Notes

🆕 New Features

  • SoundCloud Support: Introduced SoundCloudMediaAdapter to enable seamless SoundCloud integration. 🎵

🛠️ Improvements

  • Event Synchronization: The seek event for YouTube, HtmlAudio, and HtmlVideo has been updated to correctly align with their respective native API events. 🔄

✨ API Enhancements

  • New Utility Methods: Added isReady(), getContentData(), and waitIsReady() to provide better control over media states. 🛠️
  • Static Validation: Added a static canHandle() method, allowing for URL validation before adapter instantiation. 🔍

🐛 Bug Fixes

  • Dependency Fix: Added missing ./basics/promiseUtils to package.json. 🛠️

What's Changed

... (truncated)

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 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 [tiny-essentials](https://github.com/Tiny-Essentials/Tiny-Essentials) from 1.28.0 to 1.28.9.
- [Release notes](https://github.com/Tiny-Essentials/Tiny-Essentials/releases)
- [Commits](Tiny-Essentials/Tiny-Essentials@1.28.0...1.28.9)

---
updated-dependencies:
- dependency-name: tiny-essentials
  dependency-version: 1.28.9
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants