Skip to content

chore(deps): bump react-native-gifted-charts from 1.4.77 to 1.4.78 in /frontend - #2436

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/frontend/react-native-gifted-charts-1.4.78
Open

chore(deps): bump react-native-gifted-charts from 1.4.77 to 1.4.78 in /frontend#2436
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/frontend/react-native-gifted-charts-1.4.78

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 23, 2026

Copy link
Copy Markdown
Contributor

Bumps react-native-gifted-charts from 1.4.77 to 1.4.78.

Release notes

Sourced from react-native-gifted-charts's releases.

v1.4.78

🎉 1.4.78

✨ Features added-

Added support for Candle Stick Charts

Candle Stick chart can be rendered using <CandleStickChart> component. It supports all the props of Bar chart, and has a few additional props. The data format for Candle stick chart is candleStickDataItem[] where candleStickDataItem must have below mentioned mandatory properties-

interface candleStickDataItem {
  open: number
  close: number
  high: number
  low: number
}

🐛 Bug fixes

Fixed the issue- "Secondary Y-axis stacked bar segments are positioned using the primary Y-axis". See Abhinandan-Kushwaha/react-native-gifted-charts#1236. Thanks to Yathavan for his PR Abhinandan-Kushwaha/gifted-charts-core#117

🔨 Refactor

Removed unused renderSpecificVerticalLines

Commits
  • d58caf9 Adjust width of Candle Stick Chart image
  • 10e41df Adjust Candle Stick Chart image width
  • 03a6c44 Merge pull request #1238 from Abhinandan-Kushwaha/development
  • 5bfbf7c v0.4.78 added CandleStickCharts & fixed Secondary Y-axis for Stacked Bar
  • 96d0f81 Fix HTML entity in release notes for clarity
  • See full diff in compare view

Dependabot compatibility score

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 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 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)

Bumps [react-native-gifted-charts](https://github.com/Abhinandan-Kushwaha/react-native-gifted-charts) from 1.4.77 to 1.4.78.
- [Release notes](https://github.com/Abhinandan-Kushwaha/react-native-gifted-charts/releases)
- [Commits](Abhinandan-Kushwaha/react-native-gifted-charts@v1.4.77...v1.4.78)

---
updated-dependencies:
- dependency-name: react-native-gifted-charts
  dependency-version: 1.4.78
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Aug 23, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot Bot added the frontend label Aug 23, 2026
@github-actions

Copy link
Copy Markdown
Contributor

Thank you @, for creating the PR and contributing to our UltimateHealth project 💗.
Our team will review the PR and will reach out to you soon! 😇
Make sure that you have marked all the tasks that you are done with ✅.
Thank you for your patience! 😀

@github-actions

Copy link
Copy Markdown
Contributor

Knip Dead Code Check

Knip ran in non-blocking mode for this PR. Review any findings before merge.

Check Result Exit code
Full analysis PASS 0
Dependencies PASS 0
Files PASS 0
Exports PASS 0
Full analysis
No output.
Dependencies
No output.
Files
Unused files (37)
.prettierrc.js                                   
assets/css/article.ts                            
assets/svg/EllipseSvg.jsx                        
mocks/react-native-pager-view.js                 
plugins/withWebViewDebug.js                      
src/assets/css/article.ts                        
src/components/article/OverviewItem.tsx          
src/components/auth/EmailVerificationModal.tsx   
src/components/common/APILoader.tsx              
src/components/common/BackToTopScrollView.tsx    
src/components/common/CustomStatusBar.tsx        
src/components/common/Dropdown.tsx               
src/components/common/DropDownComponent.tsx      
src/components/common/GlassInput.tsx             
src/components/common/Input.tsx                  
src/components/common/Message.tsx                
src/components/common/NetworkCheck.tsx           
src/components/common/NoInternetLayout.tsx       
src/components/podcast/AmplitudeWave.tsx         
src/components/podcast/MicWave.tsx               
src/components/podcast/PodcastEmptyComponent.tsx 
src/components/podcast/PodcastPlayer.tsx         
src/components/podcast/SoundWave.tsx             
src/components/profile/AddSpecializationModal.tsx
src/constants/theme.ts                           
src/hooks/analytics/useGetReadHistory.ts         
src/hooks/app/ui/use-color-scheme.ts             
src/hooks/app/ui/use-theme-color.ts              
src/lib/api/apiClient.ts                         
src/lib/platform/MultiLanguageService.ts         
src/lib/platform/notificationHandler.ts          
src/lib/platform/PushNotificationService.ts      
src/lib/platform/trackPlayerService.ts           
src/screens/MedicalGlossaryScreen.tsx            
src/screens/wellness/ManualLogCard.tsx           
src/screens/wellness/WearableSyncCard.tsx        
src/screens/wellness/WeeklyChart.tsx             
Configuration hints (4)
metro.config.js           knip.json  Remove from ignore
jest.config.js            knip.json  Remove from ignore
react-native.config.js    knip.json  Remove from ignore
.eslintrc.js              knip.json  Remove from ignore
Exports
No output.

Docs: docs/KNIP_GUIDE.md and docs/KNIP_CONTRIBUTOR_GUIDE.md

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants