Skip to content

chore(deps): bump react-native-worklets from 0.10.1 to 0.12.2 in /frontend - #2468

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/frontend/react-native-worklets-0.12.2
Open

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/frontend/react-native-worklets-0.12.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 13, 2026

Copy link
Copy Markdown
Contributor

Bumps react-native-worklets from 0.10.1 to 0.12.2.

Release notes

Sourced from react-native-worklets's releases.

Worklets - 0.12.2

What's Changed

Full Changelog: software-mansion/react-native-reanimated@worklets-0.12.1...worklets-0.12.2

Worklets - 0.12.1

What's Changed

Full Changelog: software-mansion/react-native-reanimated@worklets-0.12.0...worklets-0.12.1

Worklets - 0.12.0

Key changes

WeakRef on Worklet Runtimes

Worklet Runtimes now support WeakRef. This required enabling Hermes' own microtask queue when the runtime is created, and draining it from C++.

Bundle Mode script loading on par with React Native

Bundle Mode used to load the script through in-memory copies. On iOS the whole bundle stayed resident in a std::string for the app's lifetime, and on Android a dev-server bundle passed through a Java String and two more copies over JNI. Local bundles are now mmapped and Android dev-server downloads stream to a cache file, the same way React Native's own loaders work. Dev-server fetches now also check the HTTP status and surface the error message Metro returns. In development on Android, initialization reuses the bundle React Native has already downloaded.

enableLocking option in createWorkletRuntime

createWorkletRuntime accepts a new enableLocking option, which creates a Worklet Runtime without mutex guards. It is meant for advanced use cases, where you can guarantee thread-safety of the runtime.

Other changes

... (truncated)

Commits
  • 6704d75 release(Worklets): 0.12.2
  • f16418f cherry-pick(worklets-0.12-stable): release the Synchronizable lock when a set...
  • f35355d cherry-pick(worklets-0.12-stable): Crash when handling proto (#10451) (#1...
  • 1f8fb80 Update CHANGELOG.md
  • 9b1d63e Update CHANGELOG.md
  • b586755 Update CHANGELOG.md
  • 7f64cab fix(Worklets): release the Synchronizable lock when a setter throws (#10331)
  • 7d41acc fix(Worklets): Crash when handling proto (#10451)
  • ce9875d fix(worklets): stop AnimationFrameQueue when WorkletsModule is invalidated (#...
  • 9a4b4d7 release(Worklets): 0.12.1 (#10329)
  • Additional commits viewable 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-worklets](https://github.com/software-mansion/react-native-reanimated/tree/HEAD/packages/react-native-worklets) from 0.10.1 to 0.12.2.
- [Release notes](https://github.com/software-mansion/react-native-reanimated/releases)
- [Changelog](https://github.com/software-mansion/react-native-reanimated/blob/main/packages/react-native-worklets/CHANGELOG.md)
- [Commits](https://github.com/software-mansion/react-native-reanimated/commits/worklets-0.12.2/packages/react-native-worklets)

---
updated-dependencies:
- dependency-name: react-native-worklets
  dependency-version: 0.12.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the frontend label Sep 13, 2026
@dependabot @github

dependabot Bot commented on behalf of github Sep 13, 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.

@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