From e17d97550c867b63032d4d2dcfb69b05477a3a1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 23:46:27 -0500 Subject: [PATCH] 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.
Release notes

Sourced from flowbite's releases.

v2.2.0

v2.1.1

v2.1.0

This update adds full RTL support 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.

Breaking changes:

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:

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

[![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) ---
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)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- website/package.json | 2 +- website/pnpm-lock.yaml | 11 +++++++++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/website/package.json b/website/package.json index 80c83f14c..9f121af67 100644 --- a/website/package.json +++ b/website/package.json @@ -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", diff --git a/website/pnpm-lock.yaml b/website/pnpm-lock.yaml index 4e6590d40..6ce707fe1 100644 --- a/website/pnpm-lock.yaml +++ b/website/pnpm-lock.yaml @@ -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'}