Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jun 10, 2025

Bumps tiny-essentials from 1.10.2 to 1.11.0.

Release notes

Sourced from tiny-essentials's releases.

1.11.0

πŸŽ‰ Tiny-Essentials v1.11.0 β€” The Notification Update! πŸš¨πŸ””

Tiny hi! We’re back with a super tiny fresh new version of Tiny-Essentials. :3

🌟 What's New in v1.11.0?

Say hello to two new notification systems that just landed in this release:

πŸ›ŽοΈ TinyNotifyCenter

  • Dynamic notifications with optional titles, avatars, and rich HTML/text content
  • Individual close buttons for each notification, plus a clear all button with a sleek broom icon 🧹
  • Mark notifications as read/unread with visual distinction
  • Clickable notifications with custom onClick handlers
  • Overlay with dimmed background and intuitive outside-click to close the notification list
  • Smooth animations on notification removal, preventing UI freezes
  • Live badge count that recalculates accurately from the DOM
  • Easy-to-use static template injection for instant integration

🎨 Design

The UI is minimal but expressive, placing the notification bell at the top-right corner, with a badge showing unread counts. Notifications appear in a clean list, with avatars for quick identification.

βš™οΈ Usage

Simply call .add() with your message or structured notification object, and watch your notifications come to life!


πŸ“£ TinyToast - Lightweight Notification System

TinyToast is a flexible and minimalist toast/notification system built with JavaScript. Easily display beautiful, customizable, auto-dismissable toasts with optional avatars and click events!

πŸ’¬ Showing Notifications

Basic Message

toaster.show('Hello world!');

With Options

toaster.show({
  message: 'File uploaded successfully!',
  title: 'Success',
  onClick: (event, close) => {
</tr></table> 

... (truncated)

Commits
  • a950ccf TinyNotify docs --> css folder location added.
  • 7eb91c4 new docs added to TinyNotify.
  • c535a28 doc files migration
  • a3a9347 .npmignore tiny fix.
  • 9dbcbda package --> dist content migrated.
  • 92a46bf TInyNotify --> class title added.
  • 04cbfb2 TinyNotify --> avatar support
  • 31c33d2 TinyToastNotify --> entire script upgrade.
  • bf80523 TinyNotify.scss --> tiny fix.
  • a8a1ca2 TinyToastNotify --> tiny update.
  • 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 10, 2025
Bumps [tiny-essentials](https://github.com/JasminDreasond/Tiny-Essentials) from 1.10.2 to 1.11.0.
- [Release notes](https://github.com/JasminDreasond/Tiny-Essentials/releases)
- [Commits](Tiny-Essentials/Tiny-Essentials@1.10.2...1.11.0)

---
updated-dependencies:
- dependency-name: tiny-essentials
  dependency-version: 1.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added javascript Pull requests that update javascript code dependencies Pull requests that update a dependency file labels Jun 10, 2025
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jun 14, 2025

Looks like tiny-essentials is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Jun 14, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/tiny-essentials-1.11.0 branch June 14, 2025 08:14
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