Skip to content

Bump tiny-essentials from 1.28.0 to 1.28.5 - #184

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

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

Conversation

@dependabot

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

Copy link
Copy Markdown

Bumps tiny-essentials from 1.28.0 to 1.28.5.

Release notes

Sourced from tiny-essentials's releases.

1.28.5

📦 Libraries

✨ New Features

  • basics/promiseUtils.mjs: Added createSingletonTask, a utility that creates a wrapper to ensure an asynchronous function is only executed once at a time. If a task is already in progress, subsequent calls will wait for the existing promise to resolve.
  • basics/objChecker.mjs: Added isValidObj.

🛠️ Improvements & Refactors

  • libs/TinyTimeout.mjs: The static version of waitForTrue has been deprecated and migrated to basics/promiseUtils.mjs.
    • Note: The instance method remains available and will continue to function as expected.

⚠️ Breaking Changes

  • basics/objFilter.mjs: Removed aliases countObj and isJsonObject.
    • Action Required: Please import these functions directly from basics/objChecker.mjs from now on.

🎬 TinyMediaPlayer

⚠️ Breaking Changes

  • registerAdapter: The method no longer accepts an Id parameter. You must now pass the adapter directly; the ID will be automatically managed and stored internally within the instance.

✨ New Features

  • New Adapters:
    • HtmlVideoAdapter 📹
    • HtmlAudioAdapter 🎵
    • YoutubeMediaAdapter 📺
  • New Methods: removeAdapter, destroyAdapter, hasAdapter, getMediaAdapter, destroyAllAdapters, and clearAdapters.
  • New Properties/Options: repeatCurrentOnPrev, smoothPlayPauseVolume, smoothStopVolume, adapters, adaptersSize, fadeVolumeSpeed, and prevClickTimeoutDuration.
  • New Getters:
    • adapters: Returns an array of the current list of adapters.
    • adaptersSize: Returns the total number of installed instances.

What's Changed

Full Changelog: Tiny-Essentials/Tiny-Essentials@1.28.4...1.28.5

1.28.4

🛠️ Maintenance & Fixes

  • 📝 Documentation: Performed a comprehensive cleanup and correction of jsDoc annotations throughout objFilter.mjs.
  • ⚙️ Type Compatibility: Added // @ts-nocheck to resolve type-checking conflicts with WeakMap and WeakSet validators, ensuring they can correctly process unknown values without compiler interference.

Full Changelog: Tiny-Essentials/Tiny-Essentials@1.28.3...1.28.4

1.28.3

✨ Improvements

... (truncated)

Commits
  • 7201d48 TinyMediaPlayer doc updated.
  • 1c40f87 package updated.
  • e72fc86 TinyMediaPlayer --> tiny fix on next().
  • 9fc2b2a changelog
  • b424631 YoutubeMediaAdapter --> getThumbnailUrl added.
  • 389bc89 YoutubeMediaAdapter --> emitter issue fixed.
  • 58db101 TinyMediaPlayer --> Event Mangement added.
  • a493bbd TinyMediaPlayer --> handler events stuff updated.
  • fd01663 mediaContent --> mediaType added.
  • 8e5e591 HtmlVideoAdapter added.
  • 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 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.5.
- [Release notes](https://github.com/Tiny-Essentials/Tiny-Essentials/releases)
- [Commits](Tiny-Essentials/Tiny-Essentials@1.28.0...1.28.5)

---
updated-dependencies:
- dependency-name: tiny-essentials
  dependency-version: 1.28.5
  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 4, 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