Skip to content

Conversation

@dependabot
Copy link

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

Bumps tiny-essentials from 1.24.2 to 1.24.4.

Release notes

Sourced from tiny-essentials's releases.

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
  • Tokenizes expressions into numbers and operators
  • Supports structured evaluation workflows
  • Produces arrays like:
[7, "+", 4, "-", 5]

This makes expression parsing safer and dramatically more predictable.


📚 Improved Documentation (jsDoc)

This release includes extensive documentation improvements:

  • More precise descriptions of dice evaluation steps
  • Clearer examples demonstrating multi-dice behavior
  • Better internal documentation for each transformation stage
  • Expanded jsDoc for:

... (truncated)

Commits
  • e4b21d6 changelog
  • 034b0a9 TinySimpleDice --> more new scripts added.
  • 9021b61 exports doc list updated.
  • dd7dac1 changelog
  • 081c986 TinyHtml --> jsDocs part removed.
  • a678108 TinyHtml --> version and jsdoc updated.
  • 58f19f5 package
  • 3ee7260 package updated.
  • 84696a7 Merge pull request #37 from JasminDreasond/dependabot/npm_and_yarn/rollup-4.52.4
  • b871d9b Merge pull request #36 from JasminDreasond/dependabot/npm_and_yarn/marked-16.4.0
  • 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 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)

Bumps [tiny-essentials](https://github.com/JasminDreasond/Tiny-Essentials) from 1.24.2 to 1.24.4.
- [Release notes](https://github.com/JasminDreasond/Tiny-Essentials/releases)
- [Commits](Tiny-Essentials/Tiny-Essentials@1.24.2...1.24.4)

---
updated-dependencies:
- dependency-name: tiny-essentials
  dependency-version: 1.24.4
  dependency-type: direct:production
  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 Dec 2, 2025
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Dec 9, 2025

Superseded by #116.

@dependabot dependabot bot closed this Dec 9, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/tiny-essentials-1.24.4 branch December 9, 2025 04:04
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