Skip to content

Bump tiny-essentials from 1.25.1 to 1.26.1#22

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

Bump tiny-essentials from 1.25.1 to 1.26.1#22
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/tiny-essentials-1.26.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 5, 2026

Copy link
Copy Markdown

Bumps tiny-essentials from 1.25.1 to 1.26.1.

Release notes

Sourced from tiny-essentials's releases.

1.26.0

🚀 Introducing TinyFork CLI (Beta): The Smart Extractor for Tiny-Essentials! 🍴✨

If you've ever wanted to use just a single function or class from tiny-essentials without bringing the entire library into your bundle, this release is for you! TinyFork is a custom, AST-powered tool that deeply scans our JavaScript modules and extracts exactly what you ask for.

It automatically traces and pulls in any required local dependencies, maintains the original jsDoc comments, and perfectly mirrors the original folder structure in your project.

Full Changelog: Tiny-Essentials/Tiny-Essentials@1.25.6...1.26.1

1.25.6

✨ Key Changes

  • Early-Exit Optimization: Added the optimize flag to the global trapezoid utility and the FuzzySet class.
  • How it works: When enabled (true), the engine uses short-circuit logic. It immediately returns 0 or 1 if the input value falls completely outside the outer bounds or entirely within the top plateau, safely skipping unnecessary slope calculations. The parameter defaults to false.

To take advantage of this performance boost, simply update your FuzzySet instantiations by passing true as the final argument: new FuzzySet("Name", a, b, c, d, true).

Full Changelog: Tiny-Essentials/Tiny-Essentials@1.25.4...1.25.6

1.25.5

✨ New Features

  • 🧱 Mamdani Architecture: Fully decoupled Inference Engine using Map structures to dynamically handle an infinite number of linguistic variables and fuzzy sets.

Full Changelog: Tiny-Essentials/Tiny-Essentials@1.25.4...1.25.5

1.25.4

✨ New Feature: TinyArrayComparator

We have introduced the TinyArrayComparator, a stateful utility class for instantly detecting added and deleted items between datasets.

Full Changelog: Tiny-Essentials/Tiny-Essentials@1.25.3...1.25.4

1.25.3

🔒 Security with MessageChannel

Say goodbye to the standard postMessage broadcast! TinyIframeEvents now establishes a direct tunnel between the parent and the iframe using MessageChannel.

  • The onReady() Method: No more race conditions! You can now use .onReady(() => { ... }) to safely execute your logic exactly when the secure channel is fully established. Any messages emitted before the connection is ready are safely queued and automatically flushed once the handshake completes.

Full Changelog: Tiny-Essentials/Tiny-Essentials@1.25.2...1.25.3

1.25.2

Release Notes 🚀

Fixed

  • Fixed jsDoc issues in multiplyArrayBlocks function. 🛠️
  • Fixed jsDoc issues in shuffleArray function. 🛠️

Improved documentation for better code clarity!

Full Changelog: Tiny-Essentials/Tiny-Essentials@1.25.1...1.25.2

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

---
updated-dependencies:
- dependency-name: tiny-essentials
  dependency-version: 1.26.1
  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 May 5, 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