[Snyk] Upgrade: , flowbite, flowbite-react, next #1
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.
Snyk has created this PR to upgrade multiple dependencies.
👯 The following dependencies are linked and will therefore be updated together.ℹ️ 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.
@reduxjs/toolkit
from 2.2.3 to 2.2.7 | 4 versions ahead of your current version | 2 months ago
on 2024-07-27
flowbite
from 2.3.0 to 2.5.1 | 4 versions ahead of your current version | a month ago
on 2024-08-05
flowbite-react
from 0.7.8 to 0.10.1 | 4 versions ahead of your current version | 3 months ago
on 2024-06-21
next
from 14.2.3 to 14.2.7 | 4 versions ahead of your current version | 22 days ago
on 2024-08-27
Release notes
Package name: @reduxjs/toolkit
-
2.2.7 - 2024-07-27
- #1806
- #3962
- #3983
- Fix: TypeScript Type Portability Issues by @ aryaemami59 in #4467
- Export UpdateDefinitions from toolkit/query by @ joekrill in #4519
- feat: Adds ExtraArgument to withTypes for listenerMiddleware. by @ antondalgren in #4517
- Improve treeshakeability of build artifacts by @ aryaemami59 in #4435
- Export RetryOptions by @ markerikson in #4529
-
2.2.6 - 2024-06-29
- Brings internal
- Exports
- Fixes an issue in recent
- Fix
- Add export for FetchBaseQueryArgs by @ WilsonCWong in #4465
- Fix Immer current usage when calling addManyMutably more than once by @ JacobShafer in #4420
- Golf a few pieces of entity adapter code by @ EskiMojo14 in #4485
-
2.2.5 - 2024-05-16
-
2.2.4 - 2024-05-09
-
2.2.3 - 2024-03-31
from @reduxjs/toolkit GitHub release notesThis bugfix release fixes issues with "TS type portability" errors, improves build artifact tree shaking behavior, and exports some additional TS types.
Changelog
TS Type Portability
We've had a slew of issues reported around "TS type portability" errors, such as:
The error messages are typically along the lines of:
@ aryaemami59 did some deep investigation and concluded these were due to a mixture of using
interfaceinstead oftypein most places, not pre-bundling our TS typedefs, and not exporting some of the unique symbols we use internally.Arya put together a highly detailed writeup and set of fixes in #4467: Fix: TypeScript Type Portability Issues, and that appears to resolve all of those issues we've seen. Thank you!
Other Changes
Arya also did significant work to improve RTK's treeshaking, tweaking internal definitions to let bundlers better separate out unused code.
We've exported additional types like
UpdateDefinitionsandRetryOptions, per request.listenerMiddleware.withTypes()methods now allow passing in anExtraArgumentgeneric.What's Changed
Full Changelog: v2.2.6...v2.2.7
This bugfix release:
useIsomorphicLayoutEffectusage in line with React Redux in React Native environmentsFetchBaseQueryArgstypecreateEntityAdaptersorting perf improvements that could (in specific cases) cause Immer to throw an errorWhat's Changed
useIsomorphicLayoutEffectusage in React Native environments by @ aryaemami59 in #4436Full Changelog: v2.2.5...v2.2.6
Package name: flowbite
-
2.5.1 - 2024-08-05
- fix plugin import error from the config file
-
2.5.0 - 2024-08-05
- added new DataTable plugin and examples
- minor bug fixes and improvements
-
2.4.1 - 2024-06-27
- fix datepicker module declaration naming for TypeScript
-
2.4.0 - 2024-06-27
- the datepicker is now a core component of Flowbite and has API methods, events, and options
- updated the documentation for the datepicker component and related integration guides
- minor visual bug fixes and improvements
-
2.3.0 - 2024-02-14
- added new copy to clipboard component and examples
- added new JavaScript tab to the documentation examples
- update dependency to Tailwind CSS v3.4.1
- fixed carousel component behavior when there’s only one image
- added new data attribute to set active and inactive classes for tabs
- Ruby on Rails integration fix for turbo load
- minor bug fixes and improvements
from flowbite GitHub release notesPackage name: flowbite-react
-
0.10.1 - 2024-06-21
- #1433
-
0.10.0 - 2024-06-20
- #1413
-
-
-
- RTL
- broken switch when label too long
- bring back animations
-
-
-
- docs(popover) - fix svg path JSX format by @ SutuSebastian in #1372
- chore: export all entities by @ SutuSebastian in #1371
- docs(drawer) - examples cleanup by @ SutuSebastian in #1374
- Exclude analytics from
- Docs : Toggle Switch #1321 - Issue has been fixed by @ akashMasih in #1397
- fix(docs): single quote to double by @ SutuSebastian in #1416
- Core: update packages + fixes by @ SutuSebastian in #1423
- fix: fixed the Tabs attribute from style to variant by @ dhavalveera in #1405
- feat(components): add Clipboard by @ dhavalveera in #1413
- feat(ui) Add advanced list story by @ paghar in #1361
- Add suppressHydrationWarning for nextJS by @ sylwit in #1335
- Fix React warning in ButtonGroup by @ chunkerchunker in #1323
- Add an override to useTypeAhead behavior from @ floating-ui/react allowing use in DropDown.Header by @ dragonlipz in #1394
- feat: add
- fix(ui): Toggle Switch - styles by @ SutuSebastian in #1428
- fix(ui): timeline - content - separate base styles from horizontal/vertical by @ SutuSebastian in #1430
- @ akashMasih made their first contribution in #1397
- @ chunkerchunker made their first contribution in #1323
- @ dragonlipz made their first contribution in #1394
-
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
from flowbite-react GitHub release notesPatch Changes
a5d008eThanks @ SutuSebastian! - addAdonisJSintegration guideMinor Changes
26401bcThanks @ dhavalveera! - feat(components): add "Clipboard"Patch Changes
#1405
c8dba76Thanks @ dhavalveera! - Renamed theTabsattribute fromstyletovariantto allow the use of thestyleattribute, which was previously blocked.#1430
83a055aThanks @ SutuSebastian! - fix(ui): timeline - content - separateTimelineContentbase styles from horizontal/vertical styles#1428
b963b2cThanks @ SutuSebastian! - fix(ui): Toggle Switch - styles#1371
92cec6fThanks @ SutuSebastian! - Mega Menu - export all entities#1423
4350ffbThanks @ SutuSebastian! - update packages#1346
92f41feThanks @ dhavalveera! - feat: addHRcomponentWhat's Changed
examplespage by @ SutuSebastian in #1376HRcomponent by @ dhavalveera in #1346New Contributors
Full Changelog: https://github.com/themesberg/flowbite-react/compare/flowbite-react@0.9.0...flowbite-react@0.10.0
Introducing 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 pathPackage name: next
-
14.2.7 - 2024-08-27
- Revert "chore: externalize undici for bundling" (#65727)
- Refactor internal routing headers to use request meta (#66987)
- fix(next): add cross origin in react dom preload (#67423)
- build: upgrade edge-runtime (#67565)
- GTM dataLayer parameter should take an object, not an array of strings (#66339)
- fix: properly patch lockfile against swc bindings (#66515)
- Add deployment id header for rsc payload if present (#67255)
- Update font data (#68639)
- fix i18n data pathname resolving (#68947)
- pages router: ensure x-middleware-cache is respected (#67734)
- Fix bad modRequest in flight entry manifest #68888
- Reject next image urls in image optimizer #68628
- Fix hmr assetPrefix escaping and reuse logic from other files #67983
-
14.2.6 - 2024-08-21
-
14.2.5 - 2024-07-10
-
14.2.4 - 2024-06-11
-
14.2.3 - 2024-04-24
from next GitHub release notesNote
This release is backporting bug fixes. It does not include all pending features/changes on canary.
Core Changes
Credits
Huge thanks to @ kjugi, @ huozhi, @ ztanner, @ SukkaW, @ marlier, @ Kikobeats, @ syi0808, @ ijjk, and @ samcx for helping!
Important
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: