Skip to content

Bump tiny-essentials from 1.24.2 to 1.25.0#147

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/tiny-essentials-1.25.0
Open

Bump tiny-essentials from 1.24.2 to 1.25.0#147
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/tiny-essentials-1.25.0

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Feb 17, 2026

Bumps tiny-essentials from 1.24.2 to 1.25.0.

Release notes

Sourced from tiny-essentials's releases.

1.25.0

✨ New Features

  • Download Progress Tracking: Added the trackFetchProgress utility!

  • You can now easily monitor download progress (bytes loaded vs. total) via the onProgress callback in all the new fetch functions.

  • loadImage Updates: The loadImage function has been added to load image data.

📚 Documentation & Improvements

  • TinyRateLimiter JSDocs: Polished and improved the JSDoc for TinyRateLimiter, ensuring clearer type definitions and better developer guidance.

Full Changelog: Tiny-Essentials/Tiny-Essentials@1.24.5...1.25.0

1.24.5

🚀 Release Note – TinyHtmlElems Update ✨

This update addresses missing element mappings within the TinyHtmlElems class. The following input element classes, which were previously implemented but not exposed through the static interface, have now been properly added:

✅ Newly Added Static Element Bindings

  • static CheckboxInput = TinyHtmlCheckboxInput; 🟩
  • static RadioInput = TinyHtmlRadioInput; 🔘

📅 Additional Date & Time Input Types

  • static DateInput = TinyHtmlDateInput; 📆
  • static DateTimeInput = TinyHtmlDateTimeInput; 🕘
  • static MonthInput = TinyHtmlMonthInput; 🗓️
  • static TimeInput = TinyHtmlTimeInput; ⏱️
  • static WeekInput = TinyHtmlWeekInput; 🗓️➕

Full Changelog: Tiny-Essentials/Tiny-Essentials@1.24.4...1.24.5

1.24.4

🔧 TinySimpleDice Improvements & API Refinements

This update focuses heavily on enhancing the TinySimpleDice system, improving both internal stability and developer-facing clarity. Version 1.24.4 brings expanded dice-expression support, a new tokenizer system, richer typings, better internal transparency.


🎲 Major Dice System Enhancements

✔️ Multi-Dice Support (3d6, 4d10, etc.)

Dice expressions now support quantity-based patterns. Instead of treating d6 as a single roll only, TinySimpleDice now correctly resolves:

  • 3d6

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

---
updated-dependencies:
- dependency-name: tiny-essentials
  dependency-version: 1.25.0
  dependency-type: direct:production
  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 Feb 17, 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