Skip to content

Bump tiny-essentials from 1.27.1 to 1.28.11 - #232

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

Bump tiny-essentials from 1.27.1 to 1.28.11#232
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/tiny-essentials-1.28.11

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps tiny-essentials from 1.27.1 to 1.28.11.

Release notes

Sourced from tiny-essentials's releases.

1.28.11

✨ New Features

We have introduced a new boolean parameter, convertBase64toBlob, to provide more flexibility when handling media data. This parameter has been added to the following functions:

  • TinyMediaPlayer.parseContent() (Static method)
  • TinyRadioFm.parseContent() (Static method)
  • extractMediaId3Tags() (in mediaContent.mjs)
  • parseMediaMetadata() (in mediaContent.mjs)

⚠️ Breaking Changes

To accommodate the new parameter, the argument order for the parseMediaMetadata function in mediaContent.mjs has been updated.

Please update your function calls to match the new signature:

New argument order: source $\rightarrow$ defaultMetadata $\rightarrow$ metadata $\rightarrow$ parseFile $\rightarrow$ callbacks $\rightarrow$ convertBase64toBlob $\rightarrow$ unknownArtist

[!IMPORTANT] If you are calling parseMediaMetadata, ensure you pass the arguments in this new sequence to avoid runtime errors.

Full Changelog: Tiny-Essentials/Tiny-Essentials@1.28.10...1.28.11

1.28.10

✨ Added

  • TinyMediaPlayer: Added getThumbnailUrl static method.

🗑️ Removed

  • TinyHtml: Removed deprecated getAll method.

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

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:

... (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.27.1 to 1.28.11.
- [Release notes](https://github.com/Tiny-Essentials/Tiny-Essentials/releases)
- [Commits](Tiny-Essentials/Tiny-Essentials@1.27.1...1.28.11)

---
updated-dependencies:
- dependency-name: tiny-essentials
  dependency-version: 1.28.11
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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 18, 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