Skip to content

Bump micromodal from 0.4.10 to 0.7.0 in /static/datatable in the all-npm-dependencies group across 1 directory - #650

Merged
artoonie merged 1 commit into
mainfrom
dependabot/npm_and_yarn/static/datatable/all-npm-dependencies-352ba71524
Sep 14, 2026
Merged

artoonie merged 1 commit into
mainfrom
dependabot/npm_and_yarn/static/datatable/all-npm-dependencies-352ba71524

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 14, 2026

Copy link
Copy Markdown
Contributor

Bumps the all-npm-dependencies group with 1 update in the /static/datatable directory: micromodal.

Updates micromodal from 0.4.10 to 0.7.0

Release notes

Sourced from micromodal's releases.

v0.7.0

  • 💡 FEATURE Added MicroModal.closeAll() to close all open modals at once - #338
  • 💡 FEATURE Added MicroModal.initModal() to register a modal dynamically after init() - #136, #354
  • 💡 FEATURE Added MicroModal.removeModal() to unregister a modal and clean up its event listeners - #312
  • 💡 FEATURE Added MicroModal.config() to reconfigure a modal after initialization - #354
  • 💡 FEATURE Support for nested (layered) modals - Esc closes only the topmost - #515, #544
  • 💡 FEATURE Setting role="alertdialog" on a modal now disables Esc to close
  • 🌀 ENHANCEMENT keydown listeners are now scoped to each modal element instead of document - #421, #544
  • 🌀 ENHANCEMENT Close trigger detection now uses closest() for reliable nested element handling - #490
  • 🌀 ENHANCEMENT show(id, config) reuses existing modal instances; config passed to show() persists on the modal - #354
  • 🌀 ENHANCEMENT Config passed to init() now applies to all subsequent show() calls - #354
  • 🌀 ENHANCEMENT Added touchAction: none to scroll lock for iOS momentum scroll - #509
  • 🐞 BUGFIX Fixed setFocusToFirstNode losing its context when used as an animationend handler with awaitOpenAnimation: true
  • 🐞 BUGFIX Fixed scroll lock being released when a nested modal closes while an outer modal is still open
  • 🐞 BUGFIX Fixed keydown handlers from multiple open modals all firing on a single Esc press - #421, #544
  • 🐞 BUGFIX Fixed data-micromodal-close incorrectly closing modal when clicking inside the container - #490
  • Thanks to @​mike-vel for the bulk of the work in this release

v0.6.2

  • 🐞 BUGFIX Updated dependencies

v0.6.1

* 🐞 `BUGFIX` Add ability to pass an element to Micromodal.close()
* 🌀 `ENHANCEMENT` Updated documentation for show and close methods

v0.6.0

  • 💡 FEATURE Added ability to pass an element to Micromodal

v0.5.2

  • 🐞 BUGFIX Updated dependencies
Changelog

Sourced from micromodal's changelog.

Release History

  • 0.7.0
    • 💡 FEATURE Added MicroModal.closeAll() to close all open modals at once - #338
    • 💡 FEATURE Added MicroModal.initModal() to register a modal dynamically after init() - #136, #354
    • 💡 FEATURE Added MicroModal.removeModal() to unregister a modal and clean up its event listeners - #312
    • 💡 FEATURE Added MicroModal.config() to reconfigure a modal after initialization - #354
    • 💡 FEATURE Support for nested (layered) modals - Esc closes only the topmost - #515, #544
    • 💡 FEATURE Setting role="alertdialog" on a modal now disables Esc to close
    • 🌀 ENHANCEMENT keydown listeners are now scoped to each modal element instead of document - #421, #544
    • 🌀 ENHANCEMENT Close trigger detection now uses closest() for reliable nested element handling - #490
    • 🌀 ENHANCEMENT show(id, config) reuses existing modal instances; config passed to show() persists on the modal - #354
    • 🌀 ENHANCEMENT Config passed to init() now applies to all subsequent show() calls - #354
    • 🌀 ENHANCEMENT Added touchAction: none to scroll lock for iOS momentum scroll - #509
    • 🐞 BUGFIX Fixed setFocusToFirstNode losing its context when used as an animationend handler with awaitOpenAnimation: true
    • 🐞 BUGFIX Fixed scroll lock being released when a nested modal closes while an outer modal is still open
    • 🐞 BUGFIX Fixed keydown handlers from multiple open modals all firing on a single Esc press - #421, #544
    • 🐞 BUGFIX Fixed data-micromodal-close incorrectly closing modal when clicking inside the container - #490
    • Thanks to @​mike-vel for the bulk of the work in this release
  • 0.6.2
    • 🐞 BUGFIX Updated dependencies
  • 0.6.1
    • 🐞 BUGFIX Add ability to pass an element to Micromodal.close()
    • 🌀 ENHANCEMENT Updated documentation for show and close methods
  • 0.6.0
    • 💡 FEATURE Added ability to pass an element to Micromodal
  • 0.5.2
    • 🐞 BUGFIX Updated dependencies
  • 0.4.10
    • 🐞 BUGFIX Reverted passive listener to enable event methods
  • 0.4.9
    • 🐞 BUGFIX Correctly closes modal when clicking on nested close elements
  • 0.4.8
    • 🐞 BUGFIX Fixed issue where clicking on a input field would close the modal
  • 0.4.7
    • 🐞 BUGFIX Correctly disable scroll on iOS devices
    • 🐞 BUGFIX Fixed issue where 'window' would be undefined
    • 🐞 BUGFIX Close button works even if there are nested elements within
    • 🐞 BUGFIX Marks event handler as 'passive' to make the page more responsive
    • 🐞 BUGFIX Prevents click handlers from triggering underlying elements
  • 0.4.6
    • 🐞 BUGFIX Removed focus error when no focusable element exists in the modal
  • 0.4.5
    • 🐞 BUGFIX On open, correctly focuses on non close triggers when possible
    • 🐞 BUGFIX Custom open class is now properly removed on modal close
  • 0.4.4
    • 💡 FEATURE Added ability to customize open class name
  • 0.4.3
    • 🌀 ENHANCEMENT Finds a focusable element which is not the close button on modal open
    • 🌀 ENHANCEMENT Handle events cleanup if modals are not closed properly
    • 🌀 ENHANCEMENT The original trigger event is now passed to the onShow and onClose methods

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by dkniffin, a new releaser for micromodal since your current version.


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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the all-npm-dependencies group with 1 update in the /static/datatable directory: [micromodal](https://github.com/ghosh/micromodal).


Updates `micromodal` from 0.4.10 to 0.7.0
- [Release notes](https://github.com/ghosh/micromodal/releases)
- [Changelog](https://github.com/micromodal/Micromodal/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ghosh/micromodal/commits/0.7.0)

---
updated-dependencies:
- dependency-name: micromodal
  dependency-version: 0.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-npm-dependencies
...

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 Sep 14, 2026
@codecov

codecov Bot commented Sep 14, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.13%. Comparing base (5772987) to head (e9e3575).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #650   +/-   ##
=======================================
  Coverage   96.13%   96.13%           
=======================================
  Files         132      132           
  Lines        6358     6358           
=======================================
  Hits         6112     6112           
  Misses        246      246           

Continue to review full report in Codecov by Harness.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5772987...e9e3575. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@artoonie
artoonie merged commit ec9f1d3 into main Sep 14, 2026
7 checks passed
@artoonie
artoonie deleted the dependabot/npm_and_yarn/static/datatable/all-npm-dependencies-352ba71524 branch September 14, 2026 17:40
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