[Snyk] Upgrade flowbite-react from 0.4.4 to 0.9.0#39
Open
Abellache-Rabah wants to merge 1 commit intomainfrom
Open
[Snyk] Upgrade flowbite-react from 0.4.4 to 0.9.0#39Abellache-Rabah wants to merge 1 commit intomainfrom
Abellache-Rabah wants to merge 1 commit intomainfrom
Conversation
Snyk has created this PR to upgrade flowbite-react from 0.4.4 to 0.9.0. See this package in npm: https://www.npmjs.com/package/flowbite-react See this project in Snyk: https://app.snyk.io/org/rabah01abellache/project/4c319a3a-2613-44a2-b891-e870546b4c30?utm_source=github&utm_medium=referral&page=upgrade-pr
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was automatically created by Snyk using the credentials of a real user.
Snyk has created this PR to upgrade flowbite-react from 0.4.4 to 0.9.0.
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
Release notes
Package name: flowbite-react
-
0.9.0 - 2024-04-16
- added Drawer component
- added Mega menu component
-
0.8.0 - 2024-04-04
-
- added
- all files in the
- all files in the
- declaration file types (
- changed the build output dir from
- created a facade layer for easier management of the
- fixed turbo repo dependency tree configs in order for
const flowbite = require("flowbite-react/tailwind");
-
0.7.8 - 2024-04-01
- #1339
-
0.7.7 - 2024-04-01
- #1336
-
0.7.6 - 2024-03-29
- Monorepo conversion (using
- redwood-js.mdx update command to add flowbite-react into web workspace by @ ganesshkumar in #1313
- fix: edit on github button issue resolved by @ abdulbasithqb in #1317
- feat(ui): add With Icon storybook by @ paghar in #1316
- Fix broken contributing link in UI README by @ rnicholus in #1322
- ci: add
- export
- @ ganesshkumar made their first contribution in #1313
- @ abdulbasithqb made their first contribution in #1317
- @ github-actions made their first contribution in #1325
-
0.7.5 - 2024-03-20
- fix(Datepicker): expose focus() and clear() methods via ref. by @ MiroslavPetrik in #1300
- feat(lists component): add new with-icon state by @ paghar in #1304
- fix: polymorphic component return types [button, dropdown item] by @ SutuSebastian in #1308
- @ MiroslavPetrik made their first contribution in #1300
-
0.7.4 - 2024-03-20
-
0.7.3 - 2024-03-12
-
0.7.2 - 2023-12-12
-
0.7.1 - 2023-12-12
-
0.7.1-beta - 2023-09-11
-
0.7.0 - 2023-11-24
-
0.7.0-beta.6 - 2023-11-26
-
0.7.0-beta.5 - 2023-11-07
-
0.7.0-beta.4 - 2023-10-20
-
0.7.0-beta.3 - 2023-10-11
-
0.7.0-beta.2 - 2023-10-10
-
0.7.0-beta.1 - 2023-09-28
-
0.7.0-beta - 2023-09-11
-
0.6.4 - 2023-10-03
-
0.6.3 - 2023-09-30
-
0.6.2 - 2023-09-29
-
0.6.1 - 2023-09-23
-
0.6.1-beta - 2023-09-09
-
0.6.0 - 2023-09-09
-
0.6.0-beta - 2023-09-09
-
0.5.0 - 2023-07-21
-
0.4.11 - 2023-07-10
-
0.4.10 - 2023-07-03
-
0.4.9 - 2023-06-22
-
0.4.8 - 2023-06-22
-
0.4.7 - 2023-06-01
-
0.4.6 - 2023-05-26
-
0.4.6-beta.1 - 2023-05-26
-
0.4.6-beta.0 - 2023-05-26
-
0.4.5 - 2023-05-26
-
0.4.4 - 2023-04-24
from flowbite-react GitHub release notesIntroducing Drawer and Mega menu
Summary
Say hello to Drawer and Mega menu!
These long-awaited components from the vanilla Flowbite library have finally made their way to Flowbite React. Everything you need to get started - including full theme support, and the full set of examples to match the main Flowbite library - are ready at your fingertips.
Special thank you to @ dhavalveera for your work on Drawer!
Changes
Minor Changes
#1344
bf1bdb0Thanks @ SutuSebastian! - Rework build process usingrollupandtscSummary
In order to bring more performance to the build process of
flowbite-reactpackage, we have to consider transpiling the files using other tools rather thantsc, which is very slow.After evaluating various tools including
tsup,tshy, andbun build, we choserollupwith theesbuildplugin for transpiling due to its performance and flexibility. We continue to usetscsolely for generating*.d.tsdeclaration files.Changes
rollup+esbuildfor transpiling filescjsdirectory now have.cjsextensionesmdirectory now have.mjsextension*.d.ts) have been moved fromdist/esmtodist/typeslibtodistcontentpath as well as thepluginapps/webto properly pipe and require the build output ofpackages/uiin certain script steps such asbuildanddevBreaking changes
tailwind.config.jscontentpath:old:
"node_modules/flowbite-react/lib/esm/**/*.js"new:
"node_modules/flowbite-react/dist/esm/**/*.mjs"- (flowbite.content()returns it)Before
After
/** @ type {import('tailwindcss').Config} */
module.exports = {
content: [
// ...
flowbite.content(),
],
plugins: [
// ...
flowbite.plugin(),
],
};
Addresses Issues
#1326, #1329, #1343
Patch Changes
8430004Thanks @ SutuSebastian! - fix package.json types pathPatch Changes
b6ebb31Thanks @ SutuSebastian! - fix build step, export types and improve DXWhat's Changed
bun) by @ SutuSebastian in #1264releaseworkflow by @ SutuSebastian in #1324createThemeAPI by @ SutuSebastian in 7a8933dNew Contributors
Full Changelog: https://github.com/themesberg/flowbite-react/compare/v0.7.5...flowbite-react@0.7.6
What's Changed
New Contributors
Full Changelog: v0.7.3...v0.7.5
No content.
Read more
Commit messages
Package name: flowbite-react
Compare
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.
For more information:
🧐 View latest project report
🛠 Adjust upgrade PR settings
🔕 Ignore this dependency or unsubscribe from future upgrade PRs