Skip to content

Bump flowbite-react from 0.9.0 to 0.12.8#426

Open
dependabot[bot] wants to merge 3 commits into
mainfrom
dependabot/npm_and_yarn/flowbite-react-0.12.8
Open

Bump flowbite-react from 0.9.0 to 0.12.8#426
dependabot[bot] wants to merge 3 commits into
mainfrom
dependabot/npm_and_yarn/flowbite-react-0.12.8

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 1, 2025

Copy link
Copy Markdown
Contributor

Bumps flowbite-react from 0.9.0 to 0.12.8.

Release notes

Sourced from flowbite-react's releases.

flowbite-react@0.12.8

Patch Changes

flowbite-react@0.12.7

Patch Changes

flowbite-react@0.12.6

Patch Changes

  • #1612 941a075 Thanks @​SutuSebastian! - Fix nextjs plugin to work on all environments

    Changes

    • fix(ui): nextjs plugin to run properly on NODE_ENV environments: production, development and test
    • log file writes in dev

    Breaking changes

    withFlowbiteReact now always returns async configuration (see: Async Configuration) so make sure to wrap any other HOC (higher-order-functions) such as withContentlayer because most of them do not forward pass async config arguments (eg: phase, options)

    // ❌ not working
    export default withContentlayer(withFlowbiteReact(nextConfig));
    // ✅ working
    export default withFlowbiteReact(withContentlayer(nextConfig));

flowbite-react@0.12.5

Patch Changes

flowbite-react@0.12.4

Patch Changes

  • #1607 a89a098 Thanks @​SutuSebastian! - fix: Error: Cannot find module 'tailwindcss/plugin'

  • #1605 262cde0 Thanks @​SutuSebastian! - Search for <ThemeInit /> in the project and warn if it's not found instead of warning all the time

    Changes

    • during commands build and dev check files content for custom configuration and display a warning if <ThemeInit /> is not found
    • switch tests in src/cli and src/helpers from vitest -> bun:test

flowbite-react@0.12.3

... (truncated)

Changelog

Sourced from flowbite-react's changelog.

0.12.8

Patch Changes

0.12.7

Patch Changes

0.12.6

Patch Changes

  • #1612 941a075 Thanks @​SutuSebastian! - Fix nextjs plugin to work on all environments

    Changes

    • fix(ui): nextjs plugin to run properly on NODE_ENV environments: production, development and test
    • log file writes in dev

    Breaking changes

    withFlowbiteReact now always returns async configuration (see: Async Configuration) so make sure to wrap any other HOC (higher-order-functions) such as withContentlayer because most of them do not forward pass async config arguments (eg: phase, options)

    // ❌ not working
    export default withContentlayer(withFlowbiteReact(nextConfig));
    // ✅ working
    export default withFlowbiteReact(withContentlayer(nextConfig));

0.12.5

Patch Changes

0.12.4

Patch Changes

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [flowbite-react](https://github.com/themesberg/flowbite-react/tree/HEAD/packages/ui) from 0.9.0 to 0.12.8.
- [Release notes](https://github.com/themesberg/flowbite-react/releases)
- [Changelog](https://github.com/themesberg/flowbite-react/blob/main/packages/ui/CHANGELOG.md)
- [Commits](https://github.com/themesberg/flowbite-react/commits/flowbite-react@0.12.8/packages/ui)

---
updated-dependencies:
- dependency-name: flowbite-react
  dependency-version: 0.12.8
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 1, 2025
@dependabot dependabot Bot requested a review from OlivierJM as a code owner September 1, 2025 21:44
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 1, 2025
@dependabot @github

dependabot Bot commented on behalf of github Oct 1, 2025

Copy link
Copy Markdown
Contributor Author

A newer version of flowbite-react exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

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