Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 9, 2025

Bumps tiny-essentials from 1.24.3 to 1.24.5.

Release notes

Sourced from tiny-essentials's releases.

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
  • 2d10
  • 5d4 …each consuming multiple values and aggregating the total automatically.

This change improves compatibility with traditional tabletop dice notation.


✨ New Tokenization Engine

βœ”οΈ tokenizeValues()

Introduced a new function that:

  • Replaces dice expressions with computed values

... (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 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Dec 9, 2025
Bumps [tiny-essentials](https://github.com/JasminDreasond/Tiny-Essentials) from 1.24.3 to 1.24.5.
- [Release notes](https://github.com/JasminDreasond/Tiny-Essentials/releases)
- [Commits](Tiny-Essentials/Tiny-Essentials@1.24.3...1.24.5)

---
updated-dependencies:
- dependency-name: tiny-essentials
  dependency-version: 1.24.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/tiny-essentials-1.24.5 branch from aff341f to 3ce6f51 Compare December 17, 2025 15:52
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.

1 participant