build(deps): Bump flowbite from 1.8.1 to 2.2.0 in /website (#2778)

Bumps [flowbite](https://github.com/themesberg/flowbite) from 1.8.1 to
2.2.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/themesberg/flowbite/releases">flowbite's
releases</a>.</em></p>
<blockquote>
<h2>v2.2.0</h2>
<ul>
<li>released new <a
href="https://flowbite.com/docs/forms/number-input/">number input</a>
component examples</li>
<li>created a new <code>InputCounter</code> object class in the Flowbite
JS</li>
</ul>
<h2>v2.1.1</h2>
<ul>
<li>fix the <code>InstanceOptions</code> and
<code>EventListenerInstance</code> type exports for TypeScript</li>
</ul>
<h2>v2.1.0</h2>
<p>This update adds <a
href="https://flowbite.com/docs/customize/rtl/">full RTL support</a> to
all of the UI components from Flowbite and also provides and update to
the Instance Manager API which now allows you to set custom id's as the
4th parameter of each object class.</p>
<ul>
<li>updated to Tailwind CSS <code>v3.3.5</code></li>
<li>added full RTL support to all UI components</li>
<li>updated the JS API and Instance Manager to allow setting custom
id's</li>
<li>added new vertical tabs component example</li>
<li>added three next modal component examples</li>
<li>fixed responsive wrapping issues for the table components</li>
<li>uses Tailwind CSS v3.0 classes for background opacity fixing <a
href="https://redirect.github.com/themesberg/flowbite/issues/565">themesberg/flowbite#565</a></li>
<li>other minor bug fixes and improvements</li>
</ul>
<p>Breaking changes:</p>
<ul>
<li><code>data-modal-toggle</code> alone won't initialise the modal
anymore, you need to use <code>data-modal-target</code> for that</li>
</ul>
<h2>v2.0.0</h2>
<p>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.</p>
<p>This change introduces a few breaking changes to the JavaScript API
when creating objects:</p>
<ul>
<li>new <code>$carouselEl</code> HTML element when creating a
<code>Carousel</code> object as the first parameter</li>
<li>new <code>$accordion</code> HTML element when creating a
<code>Accordion</code> object as the first parameter</li>
<li>new <code>$tabsEl</code> HTML element when creating a
<code>Tabs</code> object as the first parameter</li>
</ul>
<p>The breaking changes do not apply to the data attributes interface,
only for objects created programmatically via JavaScript.</p>
<p>Learn more about the new <a
href="https://flowbite.com/docs/getting-started/javascript/">JavaScript
API on the docs</a>.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="05ae7ace78"><code>05ae7ac</code></a>
Merge pull request <a
href="https://redirect.github.com/themesberg/flowbite/issues/726">#726</a>
from themesberg/number-input</li>
<li><a
href="455ac555cf"><code>455ac55</code></a>
feat(number input): import the new InputCounter component for the
`initFlowbi...</li>
<li><a
href="770b8713d9"><code>770b871</code></a>
chore(version): bump package file to <code>2.2.0</code></li>
<li><a
href="19107f5e84"><code>19107f5</code></a>
docs(number input): update examples and types</li>
<li><a
href="b5c6baaab1"><code>b5c6baa</code></a>
fix(global): import <code>InputCounter</code></li>
<li><a
href="c035e3be09"><code>c035e3b</code></a>
chore(version): bump to <code>v2.2.0</code></li>
<li><a
href="a8d9ae6d4c"><code>a8d9ae6</code></a>
feat(number input): add phone number example</li>
<li><a
href="8523d55af2"><code>8523d55</code></a>
docs(number input): update the example id</li>
<li><a
href="537817970a"><code>5378179</code></a>
docs(number input): update the last table text</li>
<li><a
href="a43549b619"><code>a43549b</code></a>
docs(number input): update the table data text</li>
<li>Additional commits viewable in <a
href="https://github.com/themesberg/flowbite/compare/v1.8.1...v2.2.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=flowbite&package-manager=npm_and_yarn&previous-version=1.8.1&new-version=2.2.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2023-12-04 23:46:27 -05:00
committed by GitHub
parent 34bef7e440
commit e17d97550c
2 changed files with 10 additions and 3 deletions

View File

@@ -22,7 +22,7 @@
"asciinema-player": "^3.6.3",
"autoprefixer": "10.4.16",
"fast-xml-parser": "^4.3.2",
"flowbite": "^1.8.1",
"flowbite": "^2.2.0",
"flowbite-react": "^0.6.4",
"highlight.js": "^11.9.0",
"md5": "^2.3.0",

11
website/pnpm-lock.yaml generated
View File

@@ -42,8 +42,8 @@ dependencies:
specifier: ^4.3.2
version: 4.3.2
flowbite:
specifier: ^1.8.1
version: 1.8.1
specifier: ^2.2.0
version: 2.2.0
flowbite-react:
specifier: ^0.6.4
version: 0.6.4(react-dom@18.2.0)(react@18.2.0)(tailwindcss@3.3.5)
@@ -1271,6 +1271,13 @@ packages:
mini-svg-data-uri: 1.4.4
dev: false
/flowbite@2.2.0:
resolution: {integrity: sha512-Eq0qWz4a5nlxaGuUcspzpu+8Ny0A7lKEJEKcuPpkdSoF8tWjbKeuVVgKk8/q10ZE9bhXh1GHBXdCsRxu0LZTNQ==}
dependencies:
'@popperjs/core': 2.11.8
mini-svg-data-uri: 1.4.4
dev: false
/format@0.2.2:
resolution: {integrity: sha512-wzsgA6WOq+09wrU1tsJ09udeR/YZRaeArL9e1wPbFg3GG2yDnC2ldKpxs4xunpFF9DgqCqOIra3bc1HWrJ37Ww==}
engines: {node: '>=0.4.x'}