stacks-network / sbtc-bridge-web

Web tool to facilitage peg operations for sBTC
https://sbtc.world
GNU Affero General Public License v3.0
14 stars 5 forks source link

Chore(deps): Bump flowbite from 1.8.1 to 2.0.0 #295

Closed dependabot[bot] closed 9 months ago

dependabot[bot] commented 10 months ago

Bumps flowbite from 1.8.1 to 2.0.0.

Release notes

Sourced from flowbite's releases.

v2.0.0

This update introduces a new instance manager feature that allows you manage all of the interactive components from a single place. This is useful if you want to programmatically show or hide a modal, popover, or tooltip. This also works if you use the data attributes interface.

This change introduces a few breaking changes to the JavaScript API when creating objects:

  • new $carouselEl HTML element when creating a Carousel object as the first parameter
  • new $accordion HTML element when creating a Accordion object as the first parameter
  • new $tabsEl HTML element when creating a Tabs object as the first parameter

The breaking changes do not apply to the data attributes interface, only for objects created programmatically via JavaScript.

Learn more about the new JavaScript API on the docs.

Commits
  • 59d0bab Merge pull request #680 from themesberg/instances
  • e195124 chore(versioning): bump to v2.0.0
  • 1671b62 docs(quickstart): reference JavaScript page in the introduction and quickstar...
  • 807cfb4 refactor(instances): automatically override instances with the same ID when c...
  • 3c2c5ac chore(package): update Twitter links
  • 92d61c2 docs(javascript): update version to 2.0
  • a74ca06 docs(general): fix grammar typo
  • 4f472b8 docs(general): fix commented previews and update changelog to v2.0
  • 2d09369 docs(tabs): document the new parameter for the Tabs class
  • ac7bac8 docs(general): fix milliseconds typo
  • 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 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)
CLAassistant commented 10 months ago

CLA assistant check
All committers have signed the CLA.

dependabot[bot] commented 9 months ago

Superseded by #302.